diff --git a/dependency/clickhouse/12.1.2/CHANGELOG.md b/dependency/clickhouse/12.1.2/CHANGELOG.md deleted file mode 100644 index dc4c459dfa7..00000000000 --- a/dependency/clickhouse/12.1.2/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)) - - -## [clickhouse-10.2.7](https://github.com/truecharts/charts/compare/clickhouse-10.2.6...clickhouse-10.2.7) (2024-01-08) diff --git a/dependency/clickhouse/12.1.2/Chart.yaml b/dependency/clickhouse/12.1.2/Chart.yaml deleted file mode 100644 index 89b73e528cd..00000000000 --- a/dependency/clickhouse/12.1.2/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 24.1.5.6 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/dependency/clickhouse/12.1.2/charts/common-18.0.2.tgz b/dependency/clickhouse/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/clickhouse/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/clickhouse/12.1.2/ix_values.yaml b/dependency/clickhouse/12.1.2/ix_values.yaml deleted file mode 100644 index 8c678d0ee57..00000000000 --- a/dependency/clickhouse/12.1.2/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.1.2/.helmignore b/dependency/clickhouse/12.3.2/.helmignore similarity index 100% rename from dependency/clickhouse/12.1.2/.helmignore rename to dependency/clickhouse/12.3.2/.helmignore diff --git a/dependency/clickhouse/12.3.2/CHANGELOG.md b/dependency/clickhouse/12.3.2/CHANGELOG.md new file mode 100644 index 00000000000..d746285e830 --- /dev/null +++ b/dependency/clickhouse/12.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/dependency/clickhouse/12.3.2/Chart.yaml b/dependency/clickhouse/12.3.2/Chart.yaml new file mode 100644 index 00000000000..1b3f16ebbfd --- /dev/null +++ b/dependency/clickhouse/12.3.2/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 24.2.1.2248 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/dependency/clickhouse/12.1.2/README.md b/dependency/clickhouse/12.3.2/README.md similarity index 100% rename from dependency/clickhouse/12.1.2/README.md rename to dependency/clickhouse/12.3.2/README.md diff --git a/dependency/clickhouse/12.3.2/app-changelog.md b/dependency/clickhouse/12.3.2/app-changelog.md new file mode 100644 index 00000000000..4d47af87b44 --- /dev/null +++ b/dependency/clickhouse/12.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/clickhouse/12.1.2/app-readme.md b/dependency/clickhouse/12.3.2/app-readme.md similarity index 100% rename from dependency/clickhouse/12.1.2/app-readme.md rename to dependency/clickhouse/12.3.2/app-readme.md diff --git a/dependency/clickhouse/12.3.2/charts/common-18.1.6.tgz b/dependency/clickhouse/12.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/clickhouse/12.3.2/charts/common-18.1.6.tgz differ diff --git a/dependency/clickhouse/12.3.2/ix_values.yaml b/dependency/clickhouse/12.3.2/ix_values.yaml new file mode 100644 index 00000000000..87304b5ce7f --- /dev/null +++ b/dependency/clickhouse/12.3.2/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.1.2/questions.yaml b/dependency/clickhouse/12.3.2/questions.yaml similarity index 100% rename from dependency/clickhouse/12.1.2/questions.yaml rename to dependency/clickhouse/12.3.2/questions.yaml diff --git a/dependency/clickhouse/12.1.2/templates/NOTES.txt b/dependency/clickhouse/12.3.2/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/12.1.2/templates/NOTES.txt rename to dependency/clickhouse/12.3.2/templates/NOTES.txt diff --git a/dependency/clickhouse/12.1.2/templates/common.yaml b/dependency/clickhouse/12.3.2/templates/common.yaml similarity index 100% rename from dependency/clickhouse/12.1.2/templates/common.yaml rename to dependency/clickhouse/12.3.2/templates/common.yaml diff --git a/dependency/clickhouse/12.1.2/values.yaml b/dependency/clickhouse/12.3.2/values.yaml similarity index 100% rename from dependency/clickhouse/12.1.2/values.yaml rename to dependency/clickhouse/12.3.2/values.yaml diff --git a/dependency/mariadb/13.1.2/CHANGELOG.md b/dependency/mariadb/13.1.2/CHANGELOG.md deleted file mode 100644 index 67bc77e83e9..00000000000 --- a/dependency/mariadb/13.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [mariadb-12.1.8](https://github.com/truecharts/charts/compare/mariadb-12.1.7...mariadb-12.1.8) (2024-01-21) \ No newline at end of file diff --git a/dependency/mariadb/13.1.2/Chart.yaml b/dependency/mariadb/13.1.2/Chart.yaml deleted file mode 100644 index 143140b439b..00000000000 --- a/dependency/mariadb/13.1.2/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 11.2.3 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/dependency/mariadb/13.1.2/charts/common-18.0.2.tgz b/dependency/mariadb/13.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/mariadb/13.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/mariadb/13.1.2/.helmignore b/dependency/mariadb/13.2.2/.helmignore similarity index 100% rename from dependency/mariadb/13.1.2/.helmignore rename to dependency/mariadb/13.2.2/.helmignore diff --git a/dependency/mariadb/13.2.2/CHANGELOG.md b/dependency/mariadb/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7d5bc20415d --- /dev/null +++ b/dependency/mariadb/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/dependency/mariadb/13.2.2/Chart.yaml b/dependency/mariadb/13.2.2/Chart.yaml new file mode 100644 index 00000000000..38f14688fab --- /dev/null +++ b/dependency/mariadb/13.2.2/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 11.2.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/dependency/mariadb/13.1.2/README.md b/dependency/mariadb/13.2.2/README.md similarity index 100% rename from dependency/mariadb/13.1.2/README.md rename to dependency/mariadb/13.2.2/README.md diff --git a/dependency/mariadb/13.2.2/app-changelog.md b/dependency/mariadb/13.2.2/app-changelog.md new file mode 100644 index 00000000000..6dad1de6454 --- /dev/null +++ b/dependency/mariadb/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/mariadb/13.1.2/app-readme.md b/dependency/mariadb/13.2.2/app-readme.md similarity index 100% rename from dependency/mariadb/13.1.2/app-readme.md rename to dependency/mariadb/13.2.2/app-readme.md diff --git a/dependency/mariadb/13.2.2/charts/common-18.1.6.tgz b/dependency/mariadb/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/mariadb/13.2.2/charts/common-18.1.6.tgz differ diff --git a/dependency/mariadb/13.1.2/ix_values.yaml b/dependency/mariadb/13.2.2/ix_values.yaml similarity index 100% rename from dependency/mariadb/13.1.2/ix_values.yaml rename to dependency/mariadb/13.2.2/ix_values.yaml diff --git a/dependency/mariadb/13.1.2/questions.yaml b/dependency/mariadb/13.2.2/questions.yaml similarity index 100% rename from dependency/mariadb/13.1.2/questions.yaml rename to dependency/mariadb/13.2.2/questions.yaml diff --git a/dependency/mariadb/13.1.2/templates/NOTES.txt b/dependency/mariadb/13.2.2/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/13.1.2/templates/NOTES.txt rename to dependency/mariadb/13.2.2/templates/NOTES.txt diff --git a/dependency/mariadb/13.1.2/templates/common.yaml b/dependency/mariadb/13.2.2/templates/common.yaml similarity index 100% rename from dependency/mariadb/13.1.2/templates/common.yaml rename to dependency/mariadb/13.2.2/templates/common.yaml diff --git a/dependency/mariadb/13.1.2/values.yaml b/dependency/mariadb/13.2.2/values.yaml similarity index 100% rename from dependency/mariadb/13.1.2/values.yaml rename to dependency/mariadb/13.2.2/values.yaml diff --git a/dependency/memcached/12.2.0/CHANGELOG.md b/dependency/memcached/12.2.0/CHANGELOG.md deleted file mode 100644 index dcb24575b5d..00000000000 --- a/dependency/memcached/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/dependency/memcached/12.2.0/Chart.yaml b/dependency/memcached/12.2.0/Chart.yaml deleted file mode 100644 index 386d0b8b0e1..00000000000 --- a/dependency/memcached/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 1.6.23 -dependencies: - - name: common - version: 18.0.3 - 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.2.0 diff --git a/dependency/memcached/12.2.0/charts/common-18.0.3.tgz b/dependency/memcached/12.2.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/dependency/memcached/12.2.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/dependency/memcached/12.2.0/dashboard.json b/dependency/memcached/12.2.0/dashboard.json deleted file mode 100644 index 594865d84a6..00000000000 --- a/dependency/memcached/12.2.0/dashboard.json +++ /dev/null @@ -1,1285 +0,0 @@ -{ - "annotations": { - "list": [ ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "hideControls": false, - "links": [ ], - "refresh": "10s", - "rows": [ - { - "collapse": false, - "height": "250px", - "panels": [ - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 1, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\", command=\"get\", status=\"hit\"}[$__rate_interval])) / sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", command=\"get\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "Hit Rate", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Hit Rate", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "percentunit", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 2, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "topk(20,\n max by (cluster, job, instance) (\n memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"} / memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}\n))\n", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{ cluster }} / {{ job }} / {{ instance }}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Top 20 Highest Connection Usage", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "percentunit", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": true, - "title": "Hits", - "titleSize": "h6" - }, - { - "collapse": false, - "height": "250px", - "panels": [ - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 3, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(command, status) (rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{command}} {{status}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Commands", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 4, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (rate(memcached_items_evicted_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Evictions", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 5, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (rate(memcached_items_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Stored", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": true, - "title": "Ops", - "titleSize": "h6" - }, - { - "collapse": false, - "height": "250px", - "panels": [ - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 10, - "id": 6, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 0, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": true, - "steppedLine": false, - "targets": [ - { - "expr": "sum by (instance) (\n rate(memcached_process_user_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]) +\n rate(memcached_process_system_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])\n)\n", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "CPU", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 10, - "id": 7, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 0, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": true, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (memcached_current_bytes{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Memory", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "bytes", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 10, - "id": 8, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 0, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 4, - "stack": true, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (memcached_current_items{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Items", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": true, - "title": "Resources", - "titleSize": "h6" - }, - { - "collapse": false, - "height": "250px", - "panels": [ - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 9, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - }, - { - "expr": "min(memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "Max Connections (min setting across all instances)", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Current Connections", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 10, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (rate(memcached_connections_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Connections / sec", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 11, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (rate(memcached_read_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Bytes received", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "Bps", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 12, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by(instance) (rate(memcached_written_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "{{instance}}", - "legendLink": null - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Bytes transmitted", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "Bps", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": true, - "title": "Network", - "titleSize": "h6" - }, - { - "collapse": false, - "height": "250px", - "panels": [ - { - "aliasColors": { }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "fill": 1, - "id": 13, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [ ], - "nullPointMode": "null as zero", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ ], - "spaceLength": 10, - "span": 12, - "stack": false, - "steppedLine": false, - "styles": [ - { - "alias": "Time", - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "pattern": "Time", - "type": "hidden" - }, - { - "alias": "Count", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTargetBlank": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #A", - "thresholds": [ ], - "type": "hidden", - "unit": "short" - }, - { - "alias": "Uptime", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTargetBlank": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #B", - "thresholds": [ ], - "type": "number", - "unit": "dtdurations" - }, - { - "alias": "Instance", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTargetBlank": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "instance", - "thresholds": [ ], - "type": "number", - "unit": "short" - }, - { - "alias": "Job", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTargetBlank": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "job", - "thresholds": [ ], - "type": "number", - "unit": "short" - }, - { - "alias": "Version", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTargetBlank": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "version", - "thresholds": [ ], - "type": "number", - "unit": "short" - }, - { - "alias": "", - "colorMode": null, - "colors": [ ], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "pattern": "/.*/", - "thresholds": [ ], - "type": "string", - "unit": "short" - } - ], - "targets": [ - { - "expr": "count by (job, instance, version) (memcached_version{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "A" - }, - { - "expr": "max by (job, instance) (memcached_uptime_seconds{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "B" - } - ], - "thresholds": [ ], - "timeFrom": null, - "timeShift": null, - "title": "Memcached Info", - "tooltip": { - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "transform": "table", - "type": "table", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [ ] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": 0, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": true, - "title": "Memcached Info", - "titleSize": "h6" - } - ], - "schemaVersion": 14, - "style": "dark", - "tags": [ ], - "templating": { - "list": [ - { - "current": { - "text": "default", - "value": "default" - }, - "hide": 0, - "label": "Data Source", - "name": "datasource", - "options": [ ], - "query": "prometheus", - "refresh": 1, - "regex": "", - "type": "datasource" - }, - { - "allValue": ".+", - "current": { - "selected": true, - "text": "All", - "value": "$__all" - }, - "datasource": "$datasource", - "hide": 0, - "includeAll": true, - "label": "cluster", - "multi": true, - "name": "cluster", - "options": [ ], - "query": "label_values(memcached_commands_total, cluster)", - "refresh": 1, - "regex": "", - "sort": 2, - "tagValuesQuery": "", - "tags": [ ], - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": ".+", - "current": { - "selected": true, - "text": "All", - "value": "$__all" - }, - "datasource": "$datasource", - "hide": 0, - "includeAll": true, - "label": "job", - "multi": true, - "name": "job", - "options": [ ], - "query": "label_values(memcached_commands_total{cluster=~\"$cluster\"}, job)", - "refresh": 1, - "regex": "", - "sort": 2, - "tagValuesQuery": "", - "tags": [ ], - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": ".+", - "current": { - "selected": true, - "text": "All", - "value": "$__all" - }, - "datasource": "$datasource", - "hide": 0, - "includeAll": true, - "label": "instance", - "multi": true, - "name": "instance", - "options": [ ], - "query": "label_values(memcached_commands_total{cluster=~\"$cluster\",job=~\"$job\"}, instance)", - "refresh": 1, - "regex": "", - "sort": 2, - "tagValuesQuery": "", - "tags": [ ], - "tagsQuery": "", - "type": "query", - "useTags": false - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], - "time_options": [ - "5m", - "15m", - "1h", - "6h", - "12h", - "24h", - "2d", - "7d", - "30d" - ] - }, - "timezone": "utc", - "title": "Memcached Overview", - "uid": "124d5222454213f748dbfaf69b77ec48", - "version": 0 -} \ No newline at end of file diff --git a/dependency/memcached/12.2.0/ix_values.yaml b/dependency/memcached/12.2.0/ix_values.yaml deleted file mode 100644 index 9494849229e..00000000000 --- a/dependency/memcached/12.2.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: - grafanadasboard: '1' - data: - memcached.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -manifestManager: - enabled: false diff --git a/dependency/memcached/12.2.0/.helmignore b/dependency/memcached/12.3.3/.helmignore similarity index 100% rename from dependency/memcached/12.2.0/.helmignore rename to dependency/memcached/12.3.3/.helmignore diff --git a/dependency/memcached/12.3.3/CHANGELOG.md b/dependency/memcached/12.3.3/CHANGELOG.md new file mode 100644 index 00000000000..5c66af04068 --- /dev/null +++ b/dependency/memcached/12.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/dependency/memcached/12.3.3/Chart.yaml b/dependency/memcached/12.3.3/Chart.yaml new file mode 100644 index 00000000000..3390b185959 --- /dev/null +++ b/dependency/memcached/12.3.3/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 1.6.24 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/dependency/memcached/12.2.0/README.md b/dependency/memcached/12.3.3/README.md similarity index 100% rename from dependency/memcached/12.2.0/README.md rename to dependency/memcached/12.3.3/README.md diff --git a/dependency/memcached/12.3.3/app-changelog.md b/dependency/memcached/12.3.3/app-changelog.md new file mode 100644 index 00000000000..3077cde6519 --- /dev/null +++ b/dependency/memcached/12.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/memcached/12.2.0/app-readme.md b/dependency/memcached/12.3.3/app-readme.md similarity index 100% rename from dependency/memcached/12.2.0/app-readme.md rename to dependency/memcached/12.3.3/app-readme.md diff --git a/dependency/memcached/12.3.3/charts/common-18.1.6.tgz b/dependency/memcached/12.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/memcached/12.3.3/charts/common-18.1.6.tgz differ diff --git a/dependency/memcached/12.3.3/dashboard.json b/dependency/memcached/12.3.3/dashboard.json new file mode 100644 index 00000000000..3b5a20c46b7 --- /dev/null +++ b/dependency/memcached/12.3.3/dashboard.json @@ -0,0 +1,1285 @@ +{ + "annotations": { + "list": [] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "hideControls": false, + "links": [], + "refresh": "10s", + "rows": [ + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 1, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\", command=\"get\", status=\"hit\"}[$__rate_interval])) / sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", command=\"get\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "Hit Rate", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Hit Rate", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "topk(20,\n max by (cluster, job, instance) (\n memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"} / memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}\n))\n", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{ cluster }} / {{ job }} / {{ instance }}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Top 20 Highest Connection Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Hits", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 3, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(command, status) (rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{command}} {{status}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Commands", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_items_evicted_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Evictions", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 5, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_items_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Stored", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Ops", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (instance) (\n rate(memcached_process_user_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]) +\n rate(memcached_process_system_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])\n)\n", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 7, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_bytes{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_items{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Items", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Resources", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 9, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + }, + { + "expr": "min(memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "Max Connections (min setting across all instances)", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Current Connections", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_connections_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Connections / sec", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 11, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_read_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Bytes received", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 12, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_written_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Bytes transmitted", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Network", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 13, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 12, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Count", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Uptime", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "dtdurations" + }, + { + "alias": "Instance", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "instance", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Job", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "job", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Version", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "version", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "count by (job, instance, version) (memcached_version{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A" + }, + { + "expr": "max by (job, instance) (memcached_uptime_seconds{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memcached Info", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Memcached Info", + "titleSize": "h6" + } + ], + "schemaVersion": 14, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "text": "default", + "value": "default" + }, + "hide": 0, + "label": "Data Source", + "name": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "type": "datasource" + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "cluster", + "multi": true, + "name": "cluster", + "options": [], + "query": "label_values(memcached_commands_total, cluster)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "job", + "multi": true, + "name": "job", + "options": [], + "query": "label_values(memcached_commands_total{cluster=~\"$cluster\"}, job)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "instance", + "multi": true, + "name": "instance", + "options": [], + "query": "label_values(memcached_commands_total{cluster=~\"$cluster\",job=~\"$job\"}, instance)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-1h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "utc", + "title": "Memcached Overview", + "uid": "124d5222454213f748dbfaf69b77ec48", + "version": 0 +} diff --git a/dependency/memcached/12.3.3/ix_values.yaml b/dependency/memcached/12.3.3/ix_values.yaml new file mode 100644 index 00000000000..003da0df7fe --- /dev/null +++ b/dependency/memcached/12.3.3/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.2.0/questions.yaml b/dependency/memcached/12.3.3/questions.yaml similarity index 100% rename from dependency/memcached/12.2.0/questions.yaml rename to dependency/memcached/12.3.3/questions.yaml diff --git a/dependency/memcached/12.2.0/templates/NOTES.txt b/dependency/memcached/12.3.3/templates/NOTES.txt similarity index 100% rename from dependency/memcached/12.2.0/templates/NOTES.txt rename to dependency/memcached/12.3.3/templates/NOTES.txt diff --git a/dependency/memcached/12.2.0/templates/common.yaml b/dependency/memcached/12.3.3/templates/common.yaml similarity index 100% rename from dependency/memcached/12.2.0/templates/common.yaml rename to dependency/memcached/12.3.3/templates/common.yaml diff --git a/dependency/memcached/12.2.0/values.yaml b/dependency/memcached/12.3.3/values.yaml similarity index 100% rename from dependency/memcached/12.2.0/values.yaml rename to dependency/memcached/12.3.3/values.yaml diff --git a/dependency/mongodb/12.1.2/CHANGELOG.md b/dependency/mongodb/12.1.2/CHANGELOG.md deleted file mode 100644 index 15388bc2096..00000000000 --- a/dependency/mongodb/12.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/dependency/mongodb/12.1.2/Chart.yaml b/dependency/mongodb/12.1.2/Chart.yaml deleted file mode 100644 index aed3244d3d6..00000000000 --- a/dependency/mongodb/12.1.2/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 7.0.5 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/dependency/mongodb/12.1.2/charts/common-18.0.2.tgz b/dependency/mongodb/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/mongodb/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/mongodb/12.1.2/ix_values.yaml b/dependency/mongodb/12.1.2/ix_values.yaml deleted file mode 100644 index 4429af61d1b..00000000000 --- a/dependency/mongodb/12.1.2/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.1.2/.helmignore b/dependency/mongodb/12.2.3/.helmignore similarity index 100% rename from dependency/mongodb/12.1.2/.helmignore rename to dependency/mongodb/12.2.3/.helmignore diff --git a/dependency/mongodb/12.2.3/CHANGELOG.md b/dependency/mongodb/12.2.3/CHANGELOG.md new file mode 100644 index 00000000000..11f964481a7 --- /dev/null +++ b/dependency/mongodb/12.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/dependency/mongodb/12.2.3/Chart.yaml b/dependency/mongodb/12.2.3/Chart.yaml new file mode 100644 index 00000000000..63f4eeba521 --- /dev/null +++ b/dependency/mongodb/12.2.3/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.0.6 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/dependency/mongodb/12.1.2/README.md b/dependency/mongodb/12.2.3/README.md similarity index 100% rename from dependency/mongodb/12.1.2/README.md rename to dependency/mongodb/12.2.3/README.md diff --git a/dependency/mongodb/12.2.3/app-changelog.md b/dependency/mongodb/12.2.3/app-changelog.md new file mode 100644 index 00000000000..0a651316272 --- /dev/null +++ b/dependency/mongodb/12.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/mongodb/12.1.2/app-readme.md b/dependency/mongodb/12.2.3/app-readme.md similarity index 100% rename from dependency/mongodb/12.1.2/app-readme.md rename to dependency/mongodb/12.2.3/app-readme.md diff --git a/dependency/mongodb/12.2.3/charts/common-18.1.6.tgz b/dependency/mongodb/12.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/mongodb/12.2.3/charts/common-18.1.6.tgz differ diff --git a/dependency/mongodb/12.2.3/ix_values.yaml b/dependency/mongodb/12.2.3/ix_values.yaml new file mode 100644 index 00000000000..ad19b48762c --- /dev/null +++ b/dependency/mongodb/12.2.3/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.1.2/questions.yaml b/dependency/mongodb/12.2.3/questions.yaml similarity index 100% rename from dependency/mongodb/12.1.2/questions.yaml rename to dependency/mongodb/12.2.3/questions.yaml diff --git a/dependency/mongodb/12.1.2/templates/NOTES.txt b/dependency/mongodb/12.2.3/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/12.1.2/templates/NOTES.txt rename to dependency/mongodb/12.2.3/templates/NOTES.txt diff --git a/dependency/mongodb/12.1.2/templates/common.yaml b/dependency/mongodb/12.2.3/templates/common.yaml similarity index 100% rename from dependency/mongodb/12.1.2/templates/common.yaml rename to dependency/mongodb/12.2.3/templates/common.yaml diff --git a/dependency/mongodb/12.1.2/values.yaml b/dependency/mongodb/12.2.3/values.yaml similarity index 100% rename from dependency/mongodb/12.1.2/values.yaml rename to dependency/mongodb/12.2.3/values.yaml diff --git a/dependency/redis/12.1.2/CHANGELOG.md b/dependency/redis/12.1.2/CHANGELOG.md deleted file mode 100644 index a4a642a17ac..00000000000 --- a/dependency/redis/12.1.2/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)) - - -## [redis-11.1.12](https://github.com/truecharts/charts/compare/redis-11.1.11...redis-11.1.12) (2024-01-21) diff --git a/dependency/redis/12.1.2/Chart.yaml b/dependency/redis/12.1.2/Chart.yaml deleted file mode 100644 index 152184e3cc9..00000000000 --- a/dependency/redis/12.1.2/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 7.2.4 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/dependency/redis/12.1.2/charts/common-18.0.2.tgz b/dependency/redis/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/redis/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/redis/12.1.2/.helmignore b/dependency/redis/12.2.2/.helmignore similarity index 100% rename from dependency/redis/12.1.2/.helmignore rename to dependency/redis/12.2.2/.helmignore diff --git a/dependency/redis/12.2.2/CHANGELOG.md b/dependency/redis/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b7e89a236a0 --- /dev/null +++ b/dependency/redis/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/dependency/redis/12.2.2/Chart.yaml b/dependency/redis/12.2.2/Chart.yaml new file mode 100644 index 00000000000..69f66faf9af --- /dev/null +++ b/dependency/redis/12.2.2/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 7.2.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/dependency/redis/12.1.2/README.md b/dependency/redis/12.2.2/README.md similarity index 100% rename from dependency/redis/12.1.2/README.md rename to dependency/redis/12.2.2/README.md diff --git a/dependency/redis/12.2.2/app-changelog.md b/dependency/redis/12.2.2/app-changelog.md new file mode 100644 index 00000000000..2f6dde22087 --- /dev/null +++ b/dependency/redis/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/redis/12.1.2/app-readme.md b/dependency/redis/12.2.2/app-readme.md similarity index 100% rename from dependency/redis/12.1.2/app-readme.md rename to dependency/redis/12.2.2/app-readme.md diff --git a/dependency/redis/12.2.2/charts/common-18.1.6.tgz b/dependency/redis/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/redis/12.2.2/charts/common-18.1.6.tgz differ diff --git a/dependency/redis/12.1.2/ix_values.yaml b/dependency/redis/12.2.2/ix_values.yaml similarity index 100% rename from dependency/redis/12.1.2/ix_values.yaml rename to dependency/redis/12.2.2/ix_values.yaml diff --git a/dependency/redis/12.1.2/questions.yaml b/dependency/redis/12.2.2/questions.yaml similarity index 100% rename from dependency/redis/12.1.2/questions.yaml rename to dependency/redis/12.2.2/questions.yaml diff --git a/dependency/redis/12.1.2/templates/NOTES.txt b/dependency/redis/12.2.2/templates/NOTES.txt similarity index 100% rename from dependency/redis/12.1.2/templates/NOTES.txt rename to dependency/redis/12.2.2/templates/NOTES.txt diff --git a/dependency/redis/12.1.2/templates/common.yaml b/dependency/redis/12.2.2/templates/common.yaml similarity index 100% rename from dependency/redis/12.1.2/templates/common.yaml rename to dependency/redis/12.2.2/templates/common.yaml diff --git a/dependency/redis/12.1.2/values.yaml b/dependency/redis/12.2.2/values.yaml similarity index 100% rename from dependency/redis/12.1.2/values.yaml rename to dependency/redis/12.2.2/values.yaml diff --git a/dependency/solr/10.1.2/CHANGELOG.md b/dependency/solr/10.1.2/CHANGELOG.md deleted file mode 100644 index 2636ee49821..00000000000 --- a/dependency/solr/10.1.2/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)) - - -## [solr-9.1.10](https://github.com/truecharts/charts/compare/solr-9.1.9...solr-9.1.10) (2024-01-21) diff --git a/dependency/solr/10.1.2/Chart.yaml b/dependency/solr/10.1.2/Chart.yaml deleted file mode 100644 index e0dd9dd69f3..00000000000 --- a/dependency/solr/10.1.2/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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 9.5.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/dependency/solr/10.1.2/charts/common-18.0.2.tgz b/dependency/solr/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/dependency/solr/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/dependency/solr/10.1.2/.helmignore b/dependency/solr/10.2.2/.helmignore similarity index 100% rename from dependency/solr/10.1.2/.helmignore rename to dependency/solr/10.2.2/.helmignore diff --git a/dependency/solr/10.2.2/CHANGELOG.md b/dependency/solr/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..66c217005ff --- /dev/null +++ b/dependency/solr/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/dependency/solr/10.2.2/Chart.yaml b/dependency/solr/10.2.2/Chart.yaml new file mode 100644 index 00000000000..f0d2dcac5da --- /dev/null +++ b/dependency/solr/10.2.2/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.12" + truecharts.org/train: dependency +apiVersion: v2 +appVersion: 9.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/dependency/solr/10.1.2/README.md b/dependency/solr/10.2.2/README.md similarity index 100% rename from dependency/solr/10.1.2/README.md rename to dependency/solr/10.2.2/README.md diff --git a/dependency/solr/10.2.2/app-changelog.md b/dependency/solr/10.2.2/app-changelog.md new file mode 100644 index 00000000000..19081f6228d --- /dev/null +++ b/dependency/solr/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/dependency/solr/10.1.2/app-readme.md b/dependency/solr/10.2.2/app-readme.md similarity index 100% rename from dependency/solr/10.1.2/app-readme.md rename to dependency/solr/10.2.2/app-readme.md diff --git a/dependency/solr/10.2.2/charts/common-18.1.6.tgz b/dependency/solr/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/dependency/solr/10.2.2/charts/common-18.1.6.tgz differ diff --git a/dependency/solr/10.1.2/ix_values.yaml b/dependency/solr/10.2.2/ix_values.yaml similarity index 100% rename from dependency/solr/10.1.2/ix_values.yaml rename to dependency/solr/10.2.2/ix_values.yaml diff --git a/dependency/solr/10.1.2/questions.yaml b/dependency/solr/10.2.2/questions.yaml similarity index 100% rename from dependency/solr/10.1.2/questions.yaml rename to dependency/solr/10.2.2/questions.yaml diff --git a/dependency/solr/10.1.2/templates/NOTES.txt b/dependency/solr/10.2.2/templates/NOTES.txt similarity index 100% rename from dependency/solr/10.1.2/templates/NOTES.txt rename to dependency/solr/10.2.2/templates/NOTES.txt diff --git a/dependency/solr/10.1.2/templates/common.yaml b/dependency/solr/10.2.2/templates/common.yaml similarity index 100% rename from dependency/solr/10.1.2/templates/common.yaml rename to dependency/solr/10.2.2/templates/common.yaml diff --git a/dependency/solr/10.1.2/values.yaml b/dependency/solr/10.2.2/values.yaml similarity index 100% rename from dependency/solr/10.1.2/values.yaml rename to dependency/solr/10.2.2/values.yaml diff --git a/enterprise/authelia/23.1.2/CHANGELOG.md b/enterprise/authelia/23.1.2/CHANGELOG.md deleted file mode 100644 index 65298aa9919..00000000000 --- a/enterprise/authelia/23.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/enterprise/authelia/23.1.2/Chart.yaml b/enterprise/authelia/23.1.2/Chart.yaml deleted file mode 100644 index 415cc7c91ce..00000000000 --- a/enterprise/authelia/23.1.2/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.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 4.37.5 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/enterprise/authelia/23.1.2/charts/common-18.0.2.tgz b/enterprise/authelia/23.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/authelia/23.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/authelia/23.1.2/questions.yaml b/enterprise/authelia/23.1.2/questions.yaml deleted file mode 100755 index 976add2c336..00000000000 --- a/enterprise/authelia/23.1.2/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.1.2/.helmignore b/enterprise/authelia/23.2.3/.helmignore similarity index 100% rename from enterprise/authelia/23.1.2/.helmignore rename to enterprise/authelia/23.2.3/.helmignore diff --git a/enterprise/authelia/23.2.3/CHANGELOG.md b/enterprise/authelia/23.2.3/CHANGELOG.md new file mode 100644 index 00000000000..865207ad39a --- /dev/null +++ b/enterprise/authelia/23.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/enterprise/authelia/23.2.3/Chart.yaml b/enterprise/authelia/23.2.3/Chart.yaml new file mode 100644 index 00000000000..d62bc23c3b5 --- /dev/null +++ b/enterprise/authelia/23.2.3/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 4.37.5 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/enterprise/authelia/23.1.2/LICENSE b/enterprise/authelia/23.2.3/LICENSE similarity index 100% rename from enterprise/authelia/23.1.2/LICENSE rename to enterprise/authelia/23.2.3/LICENSE diff --git a/enterprise/authelia/23.1.2/README.md b/enterprise/authelia/23.2.3/README.md similarity index 100% rename from enterprise/authelia/23.1.2/README.md rename to enterprise/authelia/23.2.3/README.md diff --git a/enterprise/authelia/23.2.3/app-changelog.md b/enterprise/authelia/23.2.3/app-changelog.md new file mode 100644 index 00000000000..37c9e7723bb --- /dev/null +++ b/enterprise/authelia/23.2.3/app-changelog.md @@ -0,0 +1,17 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/authelia/23.1.2/app-readme.md b/enterprise/authelia/23.2.3/app-readme.md similarity index 100% rename from enterprise/authelia/23.1.2/app-readme.md rename to enterprise/authelia/23.2.3/app-readme.md diff --git a/enterprise/authelia/23.2.3/charts/common-18.1.6.tgz b/enterprise/authelia/23.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/authelia/23.2.3/charts/common-18.1.6.tgz differ diff --git a/enterprise/authelia/23.1.2/charts/redis-11.2.1.tgz b/enterprise/authelia/23.2.3/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/authelia/23.1.2/charts/redis-11.2.1.tgz rename to enterprise/authelia/23.2.3/charts/redis-11.2.1.tgz diff --git a/enterprise/authelia/23.1.2/ix_values.yaml b/enterprise/authelia/23.2.3/ix_values.yaml similarity index 100% rename from enterprise/authelia/23.1.2/ix_values.yaml rename to enterprise/authelia/23.2.3/ix_values.yaml diff --git a/enterprise/authelia/23.2.3/questions.yaml b/enterprise/authelia/23.2.3/questions.yaml new file mode 100755 index 00000000000..fee2b60c6b7 --- /dev/null +++ b/enterprise/authelia/23.2.3/questions.yaml @@ -0,0 +1,4358 @@ +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: 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.1.2/templates/NOTES.txt b/enterprise/authelia/23.2.3/templates/NOTES.txt similarity index 100% rename from enterprise/authelia/23.1.2/templates/NOTES.txt rename to enterprise/authelia/23.2.3/templates/NOTES.txt diff --git a/enterprise/authelia/23.1.2/templates/_configmap.tpl b/enterprise/authelia/23.2.3/templates/_configmap.tpl similarity index 100% rename from enterprise/authelia/23.1.2/templates/_configmap.tpl rename to enterprise/authelia/23.2.3/templates/_configmap.tpl diff --git a/enterprise/authelia/23.1.2/templates/_secrets.tpl b/enterprise/authelia/23.2.3/templates/_secrets.tpl similarity index 100% rename from enterprise/authelia/23.1.2/templates/_secrets.tpl rename to enterprise/authelia/23.2.3/templates/_secrets.tpl diff --git a/enterprise/authelia/23.1.2/templates/common.yaml b/enterprise/authelia/23.2.3/templates/common.yaml similarity index 100% rename from enterprise/authelia/23.1.2/templates/common.yaml rename to enterprise/authelia/23.2.3/templates/common.yaml diff --git a/enterprise/authelia/23.1.2/values.yaml b/enterprise/authelia/23.2.3/values.yaml similarity index 100% rename from enterprise/authelia/23.1.2/values.yaml rename to enterprise/authelia/23.2.3/values.yaml diff --git a/enterprise/blocky/13.5.7/CHANGELOG.md b/enterprise/blocky/13.5.7/CHANGELOG.md deleted file mode 100644 index 22f64734668..00000000000 --- a/enterprise/blocky/13.5.7/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - -## [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)) - - -## [blocky-12.2.4](https://github.com/truecharts/charts/compare/blocky-12.2.3...blocky-12.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)) - - -## [blocky-12.2.3](https://github.com/truecharts/charts/compare/blocky-12.2.2...blocky-12.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)) - - -## [blocky-12.2.2](https://github.com/truecharts/charts/compare/blocky-12.2.1...blocky-12.2.2) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [blocky-12.2.1](https://github.com/truecharts/charts/compare/blocky-12.2.0...blocky-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)) - - -## [blocky-12.2.0](https://github.com/truecharts/charts/compare/blocky-12.1.8...blocky-12.2.0) (2024-01-08) \ No newline at end of file diff --git a/enterprise/blocky/13.5.7/Chart.yaml b/enterprise/blocky/13.5.7/Chart.yaml deleted file mode 100644 index 3c09a03edcc..00000000000 --- a/enterprise/blocky/13.5.7/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.11" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 0.23.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: 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: 13.5.7 diff --git a/enterprise/blocky/13.5.7/dashboard.json b/enterprise/blocky/13.5.7/dashboard.json deleted file mode 100644 index 21c700de015..00000000000 --- a/enterprise/blocky/13.5.7/dashboard.json +++ /dev/null @@ -1,1940 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - }, - { - "name": "VAR_BLOCKY_URL", - "type": "constant", - "label": "blocky API URL", - "value": "", - "description": "" - } - ], - "__elements": [], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.3.3" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "panel", - "id": "piechart", - "name": "Pie chart", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "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" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": null, - "iteration": 1641070862290, - "links": [ - { - "icon": "external link", - "tags": [], - "title": "blocky @ GitHub", - "tooltip": "open GitHub repo", - "type": "link", - "url": "https://github.com/0xERR0R/blocky" - } - ], - "liveNow": false, - "panels": [ - { - "description": "current service state", - "fieldConfig": { - "defaults": { - "mappings": [ - { - "options": { - "0": { - "text": "down" - }, - "1": { - "text": "up" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#d44a3a", - "value": null - }, - { - "color": "rgba(237, 129, 40, 0.89)", - "value": 1 - }, - { - "color": "#299c46", - "value": 1 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "id": 26, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "sum(up{job=~\"$job\"})", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "State", - "transparent": true, - "type": "stat" - }, - { - "description": "Is blocking enabled?", - "fieldConfig": { - "defaults": { - "mappings": [ - { - "options": { - "0": { - "text": "off" - }, - "1": { - "text": "on" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#d44a3a", - "value": null - }, - { - "color": "rgba(237, 129, 40, 0.89)", - "value": 1 - }, - { - "color": "#299c46", - "value": 1 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 0 - }, - "id": 43, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "value" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "blocky_blocking_enabled", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Blocking", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Enable Ad disable blocking", - "gridPos": { - "h": 5, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 42, - "options": { - "content": "\n
\n ×Done!\n
\n
\n \n \n \n
\n\n\n", - "mode": "html" - }, - "pluginVersion": "8.3.3", - "title": "Blocking status", - "transparent": true, - "type": "text" - }, - { - "description": "Blocky [version](https://github.com/0xERR0R/blocky) number", - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 0, - "y": 3 - }, - "id": 55, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "/^version$/", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "repeatDirection": "v", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "blocky_build_info ", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Version", - "transformations": [ - { - "id": "labelsToFields", - "options": {} - }, - { - "id": "merge", - "options": {} - } - ], - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Average query response time for all query types", - "fieldConfig": { - "defaults": { - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "ms" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 3 - }, - "id": 24, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_request_duration_ms_sum[$__range])) / sum(increase(blocky_request_duration_ms_count[$__range]))", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Avg response time", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Number of blacklist entries", - "fieldConfig": { - "defaults": { - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 12, - "y": 5 - }, - "id": 30, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(blocky_blacklist_cache) / sum(up{job=~\"$job\"})", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Blacklist entries total", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "fieldConfig": { - "defaults": { - "decimals": 2, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 12 - }, - "id": 28, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(go_memstats_sys_bytes{job=~\"$job\"})/sum(up{job=~\"$job\"})", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Memory allocated", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Percentage of blocked queries", - "fieldConfig": { - "defaults": { - "decimals": 2, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 6 - }, - "id": 34, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_response_total{response_type=\"BLOCKED\"}[$__range])) / sum(increase(blocky_query_total[$__range])) ", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Queries blocked", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Number of all queries. Shows the last value", - "fieldConfig": { - "defaults": { - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 0, - "y": 6 - }, - "hideTimeOverride": true, - "id": 4, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "ceil(sum(increase(blocky_query_total[$__range]))) ", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Query Count Total", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Number of entries in the cache. Shows the last value", - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 12, - "y": 8 - }, - "id": 45, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["last"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(blocky_cache_entry_count)/ sum(up{job=~\"$job\"})", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Cache entries count", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Cache Hit/Miss ratio. 100 % means, all queries could be answered from the cache, 0% - all queries must be resolved via external DNS", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 18, - "y": 8 - }, - "id": 47, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["mean"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_cache_hit_count[$__range])) / (sum(increase(blocky_cache_hit_count[$__range])) + sum(increase(blocky_cache_miss_count[$__range])))", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Cache Hit/Miss ratio", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Number of occured errors", - "fieldConfig": { - "defaults": { - "decimals": 0, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46", - "value": null - }, - { - "color": "rgba(237, 129, 40, 0.89)", - "value": 1 - }, - { - "color": "#d44a3a" - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 0, - "y": 12 - }, - "id": 36, - "links": [], - "maxDataPoints": 100, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_error_total[$__range]))", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Error count", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Amount of performed DNS queries to prefetch cached queries", - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 0, - "y": 9 - }, - "id": 53, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "ceil(sum(increase(blocky_prefetch_count[$__range])))", - "format": "table", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Prefetch count", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Amount of prefetch queries per minute", - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 12, - "y": 11 - }, - "id": 51, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(rate(blocky_prefetch_count[5m])) * 60", - "format": "table", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Prefetch rate per min", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "How many of cached entries were prefetched automatically", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 18, - "y": 11 - }, - "id": 58, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["mean"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_prefetch_hit_count[$__range])) / (sum(increase(blocky_cache_hit_count[$__range])))", - "format": "table", - "instant": false, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Prefetch Hit ratio", - "transparent": true, - "type": "stat" - }, - { - "description": "Time since last list refresh", - "fieldConfig": { - "defaults": { - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 18, - "y": 5 - }, - "id": 57, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "sum(time() -blocky_last_list_group_refresh)/ sum(up{job=~\"$job\"})", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Last list refresh", - "transparent": true, - "type": "stat" - }, - { - "datasource": { - "uid": "${DS_PROMETHEUS}" - }, - "description": "Amount of unique domains in the prefetched cache", - "fieldConfig": { - "defaults": { - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 9 - }, - "id": 49, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(blocky_prefetch_domain_name_cache_count)/ sum(up{job=~\"$job\"})", - "format": "table", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Prefetch domain count", - "transparent": true, - "type": "stat" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "avg requests / min", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "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" - } - }, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(rate(blocky_query_total[5m])) * 60", - "format": "time_series", - "instant": false, - "interval": "", - "legendFormat": " ", - "refId": "A" - } - ], - "title": "Request rate", - "transparent": true, - "type": "timeseries" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "avg requests / min", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 100, - "gradientMode": "none", - "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" - } - }, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 22 - }, - "id": 52, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum by (client) (rate(blocky_query_total[5m])) * 60", - "format": "time_series", - "instant": false, - "interval": "", - "legendFormat": " {{client}}", - "refId": "A" - } - ], - "title": "Request rate per client", - "transparent": true, - "type": "timeseries" - }, - { - "cards": {}, - "color": { - "cardColor": "#FADE2A", - "colorScale": "sqrt", - "colorScheme": "interpolateYlOrBr", - "exponent": 0.5, - "mode": "opacity" - }, - "dataFormat": "tsbuckets", - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 29 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 22, - "legend": { - "show": true - }, - "reverseYBuckets": false, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "sum(increase(blocky_request_duration_ms_bucket{response_type=\"RESOLVED\"}[$__range])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "refId": "A" - } - ], - "title": "request duration (upstream)", - "tooltip": { - "show": true, - "showHistogram": false - }, - "transparent": true, - "type": "heatmap", - "xAxis": { - "show": true - }, - "yAxis": { - "format": "ms", - "logBase": 1, - "show": true - }, - "yBucketBound": "auto" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 38 - }, - "id": 2, - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value", "percent"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["sum"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "6.6.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": " sort_desc(sum by (type) (ceil(increase(blocky_query_total[$__range]))))", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{ type }}", - "refId": "A" - } - ], - "title": "Query by type", - "transparent": true, - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 38 - }, - "id": 8, - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value", "percent"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "6.6.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "sort_desc(sum by (client) (ceil(increase(blocky_query_total[$__range]))))", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{ client }}", - "refId": "A" - } - ], - "title": "Query per Client", - "transparent": true, - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 46 - }, - "id": 32, - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "6.6.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": "topk(1, blocky_blacklist_cache) by (group)", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{ group }}", - "refId": "A" - } - ], - "title": "Blacklist by group", - "transparent": true, - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 46 - }, - "id": 14, - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value", "percent"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": " sort_desc(sum by (reason) (ceil(increase(blocky_response_total[$__range]))))", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{reason}}", - "refId": "A" - } - ], - "title": "Response Reasons", - "transparent": true, - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 54 - }, - "id": 38, - "interval": "", - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value", "percent"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["sum"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": " sort_desc(sum by (response_type) (ceil(increase(blocky_response_total[$__range]))))", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{response_type}}", - "refId": "A" - } - ], - "title": "Response Type", - "transparent": true, - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "decimals": 0, - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 54 - }, - "id": 12, - "links": [], - "maxDataPoints": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right", - "values": ["value", "percent"] - }, - "pieType": "donut", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": false, - "expr": " sort_desc(sum by (response_code) (ceil(increase(blocky_response_total[$__range]))))", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{response_code}}", - "refId": "A" - } - ], - "title": "Response status", - "transparent": true, - "type": "piechart" - } - ], - "refresh": false, - "schemaVersion": 34, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "BlockyPostgres", - "value": "blockypostgres" - }, - "hide": 0, - "includeAll": false, - "label": "datasource", - "multi": false, - "name": "DS_POSTGRES", - "options": [], - "query": "grafana-postgresql-datasource", - "queryValue": "", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - }, - { - "hide": 0, - "label": "blocky API URL", - "name": "blocky_url", - "query": "${VAR_BLOCKY_URL}", - "skipUrlSync": false, - "type": "constant", - "current": { - "value": "${VAR_BLOCKY_URL}", - "text": "${VAR_BLOCKY_URL}", - "selected": false - }, - "options": [ - { - "value": "${VAR_BLOCKY_URL}", - "text": "${VAR_BLOCKY_URL}", - "selected": false - } - ] - }, - { - "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "definition": "label_values(blocky_blocking_enabled,job)", - "hide": 0, - "includeAll": true, - "label": "job", - "multi": false, - "name": "job", - "options": [], - "query": { - "qryType": 1, - "query": "label_values(blocky_blocking_enabled,job)", - "refId": "PrometheusVariableQueryEditor-VariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] - }, - "timezone": "", - "title": "blocky", - "uid": "JvOqE4gRk", - "version": 1, - "weekStart": "" -} diff --git a/enterprise/blocky/13.5.7/dashboardpsql.json b/enterprise/blocky/13.5.7/dashboardpsql.json deleted file mode 100644 index c03ae83780e..00000000000 --- a/enterprise/blocky/13.5.7/dashboardpsql.json +++ /dev/null @@ -1,900 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_POSTGRES", - "label": "Postgres", - "description": "", - "type": "datasource", - "pluginId": "postgres", - "pluginName": "Postgres" - } - ], - "__requires": [ - { - "type": "panel", - "id": "barchart", - "name": "Bar chart", - "version": "" - }, - { - "type": "panel", - "id": "bargauge", - "name": "Bar gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.2" - }, - { - "type": "datasource", - "id": "postgres", - "name": "Postgres", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "piechart", - "name": "Pie chart", - "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "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" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1631130053746, - "links": [], - "panels": [ - { - "cacheTimeout": null, - "datasource": "${DS_POSTGRES}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "displayName": "${__field.labels.response_type}", - "mappings": [], - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 0 - }, - "id": 14, - "interval": null, - "links": [], - "options": { - "displayLabels": [], - "legend": { - "displayMode": "table", - "placement": "right", - "values": [ - "value" - ] - }, - "pieType": "pie", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.1.2", - "repeatDirection": "v", - "targets": [ - { - "format": "time_series", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT t.response_type, max(t.request_Ts) as time, count(*) as cnt from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\n group by t.response_type\n order by time", - "refId": "A", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "column" - } - ] - ], - "timeColumn": "time", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Query count by response type", - "transformations": [], - "type": "piechart" - }, - { - "datasource": "${DS_POSTGRES}", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "mappings": [] - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 0 - }, - "id": 16, - "options": { - "displayLabels": [], - "legend": { - "displayMode": "table", - "placement": "right", - "values": [ - "value" - ] - }, - "pieType": "pie", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "format": "time_series", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT max(t.request_ts) AS time,\n case when t.reason like ''BLOCKED%'' then SPLIT_PART(SPLIT_PART(t.reason,''('',-1), '')'',1) else '''' end AS metric,\n count(t.reason) AS cnt\nFROM log_entries t\nWHERE t.response_type =''BLOCKED''\n AND $__timeFilter(t.request_Ts)\n AND t.client_name in ($client_name)\n AND (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nGROUP BY 2\nORDER BY time", - "refId": "A", - "select": [ - [ - { - "params": [ - "duration_ms" - ], - "type": "column" - } - ] - ], - "table": "log_entries", - "timeColumn": "request_ts", - "timeColumnType": "timestamp", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "title": "Blocked by Blacklist", - "type": "piechart" - }, - { - "cacheTimeout": null, - "datasource": "${DS_POSTGRES}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 13, - "interval": null, - "links": [], - "options": { - "displayMode": "gradient", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": true - }, - "showUnfilled": true, - "text": {} - }, - "pluginVersion": "8.1.2", - "repeatDirection": "v", - "targets": [ - { - "format": "table", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT max(t.request_Ts) as time, t.client_name as metric, count(*) as cnt from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\n group by t.client_name\n order by 3 desc", - "refId": "A", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "column" - } - ] - ], - "timeColumn": "time", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Query count by client", - "transformations": [], - "type": "bargauge" - }, - { - "datasource": "${DS_POSTGRES}", - "description": "Top 20 effective top level domain plus one more label", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "axisSoftMin": 0, - "fillOpacity": 67, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 2 - }, - "displayName": "count", - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 8 - }, - "id": 11, - "options": { - "barWidth": 0.26, - "groupWidth": 0.7, - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "orientation": "horizontal", - "showValue": "never", - "stacking": "none", - "text": { - "valueSize": 10 - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "format": "table", - "group": [], - "hide": false, - "metricColumn": "question_name", - "rawQuery": true, - "rawSql": "SELECT t.effective_tldp as metric, count(*) as value from log_entries t \nWHERE $__timeFilter(t.request_Ts) \n and t.response_type in ($response_type) \n and t.client_name in ($client_name) \n and (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n group by t.effective_tldp order by count(*) desc limit 20", - "refId": "A", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "column" - } - ] - ], - "table": "log_entries", - "timeColumn": "request_ts", - "where": [] - } - ], - "title": "Top 20 effective TLD+1", - "type": "barchart" - }, - { - "datasource": "${DS_POSTGRES}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "axisSoftMin": 0, - "fillOpacity": 67, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 2 - }, - "displayName": "count", - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 8 - }, - "id": 8, - "options": { - "barWidth": 0.26, - "groupWidth": 0.7, - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "orientation": "horizontal", - "showValue": "never", - "stacking": "none", - "text": { - "valueSize": 10 - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "format": "table", - "group": [], - "hide": false, - "metricColumn": "question_name", - "rawQuery": true, - "rawSql": "SELECT t.question_name as metric, count(*) as value from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n group by t.question_name order by count(*) desc limit 20", - "refId": "A", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "column" - } - ] - ], - "table": "log_entries", - "timeColumn": "request_ts", - "where": [] - } - ], - "title": "Top 20 queried domains", - "type": "barchart" - }, - { - "datasource": "${DS_POSTGRES}", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "queries count", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 35, - "gradientMode": "hue", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineStyle": { - "fill": "solid" - }, - "lineWidth": 1, - "pointSize": 12, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": 3600000, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "displayName": "${__field.labels.client_name}", - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 16 - }, - "id": 12, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "right" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.1.2", - "targets": [ - { - "format": "time_series", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT\n $__timeGroupAlias(t.request_Ts, ''30m''),\n t.client_name,\n count(*) as c\nFROM log_entries t\nWHERE\n $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nGROUP BY 1,2\nORDER BY 1", - "refId": "A", - "select": [ - [ - { - "params": [ - "duration_ms" - ], - "type": "column" - } - ] - ], - "table": "log_entries", - "timeColumn": "request_ts", - "timeColumnType": "timestamp", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "title": "Queries number per client (30m)", - "type": "timeseries" - }, - { - "datasource": "${DS_POSTGRES}", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": -1, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "stepBefore", - "lineStyle": { - "fill": "solid" - }, - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "line" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "dtdurationms" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 23 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "targets": [ - { - "format": "time_series", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT\n EXTRACT(EPOCH from t.request_Ts) as time,\n t.duration_ms\nFROM log_entries t\nWHERE\n $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nORDER BY request_ts", - "refId": "A", - "select": [ - [ - { - "params": [ - "duration_ms" - ], - "type": "column" - } - ] - ], - "table": "log_entries", - "timeColumn": "request_ts", - "timeColumnType": "timestamp", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "title": "Query duration", - "type": "timeseries" - }, - { - "datasource": "${DS_POSTGRES}", - "description": "Last 100 queries, newest on top", - "fieldConfig": { - "defaults": { - "custom": { - "align": null, - "displayMode": "auto", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "time" - }, - "properties": [ - { - "id": "unit", - "value": "dateTimeAsIsoNoDateIfToday" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 31 - }, - "id": 4, - "options": { - "showHeader": true - }, - "pluginVersion": "8.1.2", - "targets": [ - { - "format": "table", - "group": [], - "metricColumn": "none", - "rawQuery": true, - "rawSql": "SELECT EXTRACT(EPOCH from t.request_Ts) as \"time\", \n t.client_ip as \"client IP\", \n t.client_name as \"client name\", \n t.duration_ms as \"duration in ms\", \n t.response_type as \"response type\", \n t.question_type as \"question type\", \n t.question_name as \"question name\", \n t.effective_tldp as \"effective TLD+1\", \n t.answer as \"answer\" from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n order by t.request_Ts desc limit 100", - "refId": "A", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "column" - } - ] - ], - "timeColumn": "time", - "where": [ - { - "name": "$__timeFilter", - "params": [], - "type": "macro" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Last queries", - "type": "table" - } - ], - "refresh": "", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "Postgres", - "value": "Postgres" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "DS_POSTGRES", - "label": "datasource", - "options": [], - "query": "Postgres", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - }, - { - "allValue": "", - "current": {}, - "datasource": "${DS_POSTGRES}", - "definition": "select distinct client_name from log_entries", - "description": null, - "error": null, - "hide": 0, - "includeAll": true, - "label": "Client name", - "multi": true, - "name": "client_name", - "options": [], - "query": "select distinct client_name from log_entries", - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": {}, - "datasource": "${DS_POSTGRES}", - "definition": "select distinct response_type from log_entries", - "description": null, - "error": null, - "hide": 0, - "includeAll": true, - "label": "Response type", - "multi": true, - "name": "response_type", - "options": [], - "query": "select distinct response_type from log_entries", - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "current": { - "selected": false, - "text": "", - "value": "" - }, - "description": null, - "error": null, - "hide": 0, - "label": "Domain (contains)", - "name": "question", - "options": [ - { - "selected": true, - "text": "", - "value": "" - } - ], - "query": "", - "skipUrlSync": false, - "type": "textbox" - } - ] - }, - "time": { - "from": "now-24h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Blocky query", - "uid": "AVmWSVWgz", - "version": 3 -} \ No newline at end of file diff --git a/enterprise/blocky/13.5.7/ix_values.yaml b/enterprise/blocky/13.5.7/ix_values.yaml deleted file mode 100644 index 81db7d553c7..00000000000 --- a/enterprise/blocky/13.5.7/ix_values.yaml +++ /dev/null @@ -1,383 +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 - dnstcp: - enabled: true - ports: - dnstcp: - enabled: true - port: 53 - targetPort: 53 - dnsudp: - enabled: true - ports: - 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: 1000 # 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: "" - # 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/13.5.7/.helmignore b/enterprise/blocky/13.6.2/.helmignore similarity index 100% rename from enterprise/blocky/13.5.7/.helmignore rename to enterprise/blocky/13.6.2/.helmignore diff --git a/enterprise/blocky/13.6.2/CHANGELOG.md b/enterprise/blocky/13.6.2/CHANGELOG.md new file mode 100644 index 00000000000..8eae931aff2 --- /dev/null +++ b/enterprise/blocky/13.6.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [blocky-12.2.4](https://github.com/truecharts/charts/compare/blocky-12.2.3...blocky-12.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)) + + +## [blocky-12.2.3](https://github.com/truecharts/charts/compare/blocky-12.2.2...blocky-12.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)) + + +## [blocky-12.2.2](https://github.com/truecharts/charts/compare/blocky-12.2.1...blocky-12.2.2) (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/blocky/13.6.2/Chart.yaml b/enterprise/blocky/13.6.2/Chart.yaml new file mode 100644 index 00000000000..0dfab1a6e35 --- /dev/null +++ b/enterprise/blocky/13.6.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 0.23.0 +dependencies: + - name: common + version: 18.1.6 + 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: 13.6.2 diff --git a/enterprise/blocky/13.5.7/LICENSE b/enterprise/blocky/13.6.2/LICENSE similarity index 100% rename from enterprise/blocky/13.5.7/LICENSE rename to enterprise/blocky/13.6.2/LICENSE diff --git a/enterprise/blocky/13.5.7/README.md b/enterprise/blocky/13.6.2/README.md similarity index 100% rename from enterprise/blocky/13.5.7/README.md rename to enterprise/blocky/13.6.2/README.md diff --git a/enterprise/blocky/13.6.2/app-changelog.md b/enterprise/blocky/13.6.2/app-changelog.md new file mode 100644 index 00000000000..d5746886a51 --- /dev/null +++ b/enterprise/blocky/13.6.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/blocky/13.5.7/app-readme.md b/enterprise/blocky/13.6.2/app-readme.md similarity index 100% rename from enterprise/blocky/13.5.7/app-readme.md rename to enterprise/blocky/13.6.2/app-readme.md diff --git a/enterprise/blocky/13.6.2/charts/common-18.1.6.tgz b/enterprise/blocky/13.6.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/blocky/13.6.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/blocky/13.5.7/charts/redis-11.2.1.tgz b/enterprise/blocky/13.6.2/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/blocky/13.5.7/charts/redis-11.2.1.tgz rename to enterprise/blocky/13.6.2/charts/redis-11.2.1.tgz diff --git a/enterprise/blocky/13.6.2/dashboard.json b/enterprise/blocky/13.6.2/dashboard.json new file mode 100644 index 00000000000..847da7c67de --- /dev/null +++ b/enterprise/blocky/13.6.2/dashboard.json @@ -0,0 +1,1939 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + }, + { + "name": "VAR_BLOCKY_URL", + "type": "constant", + "label": "blocky API URL", + "value": "", + "description": "" + } + ], + "__elements": [], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "8.3.3" + }, + { + "type": "panel", + "id": "heatmap", + "name": "Heatmap", + "version": "" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie chart", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "stat", + "name": "Stat", + "version": "" + }, + { + "type": "panel", + "id": "text", + "name": "Text", + "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" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": null, + "iteration": 1641070862290, + "links": [ + { + "icon": "external link", + "tags": [], + "title": "blocky @ GitHub", + "tooltip": "open GitHub repo", + "type": "link", + "url": "https://github.com/0xERR0R/blocky" + } + ], + "liveNow": false, + "panels": [ + { + "description": "current service state", + "fieldConfig": { + "defaults": { + "mappings": [ + { + "options": { + "0": { + "text": "down" + }, + "1": { + "text": "up" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#d44a3a", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 1 + }, + { + "color": "#299c46", + "value": 1 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "id": 26, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "sum(up{job=~\"$job\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "State", + "transparent": true, + "type": "stat" + }, + { + "description": "Is blocking enabled?", + "fieldConfig": { + "defaults": { + "mappings": [ + { + "options": { + "0": { + "text": "off" + }, + "1": { + "text": "on" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#d44a3a", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 1 + }, + { + "color": "#299c46", + "value": 1 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 43, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "value" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "blocky_blocking_enabled", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Blocking", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Enable Ad disable blocking", + "gridPos": { + "h": 5, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 42, + "options": { + "content": "\n
\n ×Done!\n
\n
\n \n \n \n
\n\n\n", + "mode": "html" + }, + "pluginVersion": "8.3.3", + "title": "Blocking status", + "transparent": true, + "type": "text" + }, + { + "description": "Blocky [version](https://github.com/0xERR0R/blocky) number", + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 3 + }, + "id": 55, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "center", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "/^version$/", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "repeatDirection": "v", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "blocky_build_info ", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Version", + "transformations": [ + { + "id": "labelsToFields", + "options": {} + }, + { + "id": "merge", + "options": {} + } + ], + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Average query response time for all query types", + "fieldConfig": { + "defaults": { + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 3 + }, + "id": 24, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_request_duration_ms_sum[$__range])) / sum(increase(blocky_request_duration_ms_count[$__range]))", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Avg response time", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Number of blacklist entries", + "fieldConfig": { + "defaults": { + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 5 + }, + "id": 30, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(blocky_blacklist_cache) / sum(up{job=~\"$job\"})", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Blacklist entries total", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "decimals": 2, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 12 + }, + "id": 28, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(go_memstats_sys_bytes{job=~\"$job\"})/sum(up{job=~\"$job\"})", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Memory allocated", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Percentage of blocked queries", + "fieldConfig": { + "defaults": { + "decimals": 2, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "max": 1, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 6 + }, + "id": 34, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_response_total{response_type=\"BLOCKED\"}[$__range])) / sum(increase(blocky_query_total[$__range])) ", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Queries blocked", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Number of all queries. Shows the last value", + "fieldConfig": { + "defaults": { + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 6 + }, + "hideTimeOverride": true, + "id": 4, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "ceil(sum(increase(blocky_query_total[$__range]))) ", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Query Count Total", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Number of entries in the cache. Shows the last value", + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 8 + }, + "id": 45, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["last"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(blocky_cache_entry_count)/ sum(up{job=~\"$job\"})", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Cache entries count", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Cache Hit/Miss ratio. 100 % means, all queries could be answered from the cache, 0% - all queries must be resolved via external DNS", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "max": 1, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 8 + }, + "id": 47, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_cache_hit_count[$__range])) / (sum(increase(blocky_cache_hit_count[$__range])) + sum(increase(blocky_cache_miss_count[$__range])))", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Cache Hit/Miss ratio", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Number of occured errors", + "fieldConfig": { + "defaults": { + "decimals": 0, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#299c46", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 1 + }, + { + "color": "#d44a3a" + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 12 + }, + "id": 36, + "links": [], + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_error_total[$__range]))", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Error count", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Amount of performed DNS queries to prefetch cached queries", + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 9 + }, + "id": 53, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "ceil(sum(increase(blocky_prefetch_count[$__range])))", + "format": "table", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Prefetch count", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Amount of prefetch queries per minute", + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 11 + }, + "id": 51, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(rate(blocky_prefetch_count[5m])) * 60", + "format": "table", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Prefetch rate per min", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "How many of cached entries were prefetched automatically", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "max": 1, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 11 + }, + "id": 58, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_prefetch_hit_count[$__range])) / (sum(increase(blocky_cache_hit_count[$__range])))", + "format": "table", + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Prefetch Hit ratio", + "transparent": true, + "type": "stat" + }, + { + "description": "Time since last list refresh", + "fieldConfig": { + "defaults": { + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 5 + }, + "id": 57, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "sum(time() -blocky_last_list_group_refresh)/ sum(up{job=~\"$job\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Last list refresh", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "description": "Amount of unique domains in the prefetched cache", + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 9 + }, + "id": 49, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(blocky_prefetch_domain_name_cache_count)/ sum(up{job=~\"$job\"})", + "format": "table", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Prefetch domain count", + "transparent": true, + "type": "stat" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "avg requests / min", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "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" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 15 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "hidden", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(rate(blocky_query_total[5m])) * 60", + "format": "time_series", + "instant": false, + "interval": "", + "legendFormat": " ", + "refId": "A" + } + ], + "title": "Request rate", + "transparent": true, + "type": "timeseries" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "avg requests / min", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 100, + "gradientMode": "none", + "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" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 22 + }, + "id": 52, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum by (client) (rate(blocky_query_total[5m])) * 60", + "format": "time_series", + "instant": false, + "interval": "", + "legendFormat": " {{client}}", + "refId": "A" + } + ], + "title": "Request rate per client", + "transparent": true, + "type": "timeseries" + }, + { + "cards": {}, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateYlOrBr", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 29 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 22, + "legend": { + "show": true + }, + "reverseYBuckets": false, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": true, + "expr": "sum(increase(blocky_request_duration_ms_bucket{response_type=\"RESOLVED\"}[$__range])) by (le)", + "format": "heatmap", + "instant": false, + "interval": "", + "legendFormat": "{{le}}", + "refId": "A" + } + ], + "title": "request duration (upstream)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "transparent": true, + "type": "heatmap", + "xAxis": { + "show": true + }, + "yAxis": { + "format": "ms", + "logBase": 1, + "show": true + }, + "yBucketBound": "auto" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 38 + }, + "id": 2, + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["sum"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "6.6.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": " sort_desc(sum by (type) (ceil(increase(blocky_query_total[$__range]))))", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{ type }}", + "refId": "A" + } + ], + "title": "Query by type", + "transparent": true, + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 38 + }, + "id": 8, + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "6.6.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "sort_desc(sum by (client) (ceil(increase(blocky_query_total[$__range]))))", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{ client }}", + "refId": "A" + } + ], + "title": "Query per Client", + "transparent": true, + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 46 + }, + "id": 32, + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "6.6.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": "topk(1, blocky_blacklist_cache) by (group)", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{ group }}", + "refId": "A" + } + ], + "title": "Blacklist by group", + "transparent": true, + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 46 + }, + "id": 14, + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": " sort_desc(sum by (reason) (ceil(increase(blocky_response_total[$__range]))))", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{reason}}", + "refId": "A" + } + ], + "title": "Response Reasons", + "transparent": true, + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 54 + }, + "id": 38, + "interval": "", + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["sum"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": " sort_desc(sum by (response_type) (ceil(increase(blocky_response_total[$__range]))))", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{response_type}}", + "refId": "A" + } + ], + "title": "Response Type", + "transparent": true, + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "decimals": 0, + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 54 + }, + "id": 12, + "links": [], + "maxDataPoints": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "exemplar": false, + "expr": " sort_desc(sum by (response_code) (ceil(increase(blocky_response_total[$__range]))))", + "format": "time_series", + "instant": true, + "interval": "", + "legendFormat": "{{response_code}}", + "refId": "A" + } + ], + "title": "Response status", + "transparent": true, + "type": "piechart" + } + ], + "refresh": false, + "schemaVersion": 34, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "Prometheus" + }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "DS_PROMETHEUS", + "label": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "hide": 0, + "label": "blocky API URL", + "name": "blocky_url", + "query": "${VAR_BLOCKY_URL}", + "skipUrlSync": false, + "type": "constant", + "current": { + "value": "${VAR_BLOCKY_URL}", + "text": "${VAR_BLOCKY_URL}", + "selected": false + }, + "options": [ + { + "value": "${VAR_BLOCKY_URL}", + "text": "${VAR_BLOCKY_URL}", + "selected": false + } + ] + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "definition": "label_values(blocky_blocking_enabled,job)", + "hide": 0, + "includeAll": true, + "label": "job", + "multi": false, + "name": "job", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(blocky_blocking_enabled,job)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "type": "query" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ] + }, + "timezone": "", + "title": "blocky", + "uid": "JvOqE4gRk", + "version": 1, + "weekStart": "" +} diff --git a/enterprise/blocky/13.6.2/dashboardpsql.json b/enterprise/blocky/13.6.2/dashboardpsql.json new file mode 100644 index 00000000000..203723f09d2 --- /dev/null +++ b/enterprise/blocky/13.6.2/dashboardpsql.json @@ -0,0 +1,874 @@ +{ + "__inputs": [ + { + "name": "DS_POSTGRES", + "label": "Postgres", + "description": "", + "type": "datasource", + "pluginId": "postgres", + "pluginName": "Postgres" + } + ], + "__requires": [ + { + "type": "panel", + "id": "barchart", + "name": "Bar chart", + "version": "" + }, + { + "type": "panel", + "id": "bargauge", + "name": "Bar gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "8.1.2" + }, + { + "type": "datasource", + "id": "postgres", + "name": "Postgres", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie chart", + "version": "" + }, + { + "type": "panel", + "id": "table", + "name": "Table", + "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" + } + ] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1631130053746, + "links": [], + "panels": [ + { + "cacheTimeout": null, + "datasource": "${DS_POSTGRES}", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "displayName": "${__field.labels.response_type}", + "mappings": [], + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 0 + }, + "id": 14, + "interval": null, + "links": [], + "options": { + "displayLabels": [], + "legend": { + "displayMode": "table", + "placement": "right", + "values": ["value"] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["sum"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.2", + "repeatDirection": "v", + "targets": [ + { + "format": "time_series", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT t.response_type, max(t.request_Ts) as time, count(*) as cnt from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\n group by t.response_type\n order by time", + "refId": "A", + "select": [ + [ + { + "params": ["value"], + "type": "column" + } + ] + ], + "timeColumn": "time", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Query count by response type", + "transformations": [], + "type": "piechart" + }, + { + "datasource": "${DS_POSTGRES}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [] + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 16, + "options": { + "displayLabels": [], + "legend": { + "displayMode": "table", + "placement": "right", + "values": ["value"] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "format": "time_series", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT max(t.request_ts) AS time,\n case when t.reason like ''BLOCKED%'' then SPLIT_PART(SPLIT_PART(t.reason,''('',-1), '')'',1) else '''' end AS metric,\n count(t.reason) AS cnt\nFROM log_entries t\nWHERE t.response_type =''BLOCKED''\n AND $__timeFilter(t.request_Ts)\n AND t.client_name in ($client_name)\n AND (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nGROUP BY 2\nORDER BY time", + "refId": "A", + "select": [ + [ + { + "params": ["duration_ms"], + "type": "column" + } + ] + ], + "table": "log_entries", + "timeColumn": "request_ts", + "timeColumnType": "timestamp", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "title": "Blocked by Blacklist", + "type": "piechart" + }, + { + "cacheTimeout": null, + "datasource": "${DS_POSTGRES}", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 13, + "interval": null, + "links": [], + "options": { + "displayMode": "gradient", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": true + }, + "showUnfilled": true, + "text": {} + }, + "pluginVersion": "8.1.2", + "repeatDirection": "v", + "targets": [ + { + "format": "table", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT max(t.request_Ts) as time, t.client_name as metric, count(*) as cnt from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\n group by t.client_name\n order by 3 desc", + "refId": "A", + "select": [ + [ + { + "params": ["value"], + "type": "column" + } + ] + ], + "timeColumn": "time", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Query count by client", + "transformations": [], + "type": "bargauge" + }, + { + "datasource": "${DS_POSTGRES}", + "description": "Top 20 effective top level domain plus one more label", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "fillOpacity": 67, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineWidth": 2 + }, + "displayName": "count", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 8 + }, + "id": 11, + "options": { + "barWidth": 0.26, + "groupWidth": 0.7, + "legend": { + "calcs": [], + "displayMode": "hidden", + "placement": "bottom" + }, + "orientation": "horizontal", + "showValue": "never", + "stacking": "none", + "text": { + "valueSize": 10 + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "format": "table", + "group": [], + "hide": false, + "metricColumn": "question_name", + "rawQuery": true, + "rawSql": "SELECT t.effective_tldp as metric, count(*) as value from log_entries t \nWHERE $__timeFilter(t.request_Ts) \n and t.response_type in ($response_type) \n and t.client_name in ($client_name) \n and (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n group by t.effective_tldp order by count(*) desc limit 20", + "refId": "A", + "select": [ + [ + { + "params": ["value"], + "type": "column" + } + ] + ], + "table": "log_entries", + "timeColumn": "request_ts", + "where": [] + } + ], + "title": "Top 20 effective TLD+1", + "type": "barchart" + }, + { + "datasource": "${DS_POSTGRES}", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "fillOpacity": 67, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineWidth": 2 + }, + "displayName": "count", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 8 + }, + "id": 8, + "options": { + "barWidth": 0.26, + "groupWidth": 0.7, + "legend": { + "calcs": [], + "displayMode": "hidden", + "placement": "bottom" + }, + "orientation": "horizontal", + "showValue": "never", + "stacking": "none", + "text": { + "valueSize": 10 + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "format": "table", + "group": [], + "hide": false, + "metricColumn": "question_name", + "rawQuery": true, + "rawSql": "SELECT t.question_name as metric, count(*) as value from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n group by t.question_name order by count(*) desc limit 20", + "refId": "A", + "select": [ + [ + { + "params": ["value"], + "type": "column" + } + ] + ], + "table": "log_entries", + "timeColumn": "request_ts", + "where": [] + } + ], + "title": "Top 20 queried domains", + "type": "barchart" + }, + { + "datasource": "${DS_POSTGRES}", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "queries count", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 35, + "gradientMode": "hue", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineStyle": { + "fill": "solid" + }, + "lineWidth": 1, + "pointSize": 12, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": 3600000, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "displayName": "${__field.labels.client_name}", + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 16 + }, + "id": 12, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "right" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.2", + "targets": [ + { + "format": "time_series", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT\n $__timeGroupAlias(t.request_Ts, ''30m''),\n t.client_name,\n count(*) as c\nFROM log_entries t\nWHERE\n $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nGROUP BY 1,2\nORDER BY 1", + "refId": "A", + "select": [ + [ + { + "params": ["duration_ms"], + "type": "column" + } + ] + ], + "table": "log_entries", + "timeColumn": "request_ts", + "timeColumnType": "timestamp", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "title": "Queries number per client (30m)", + "type": "timeseries" + }, + { + "datasource": "${DS_POSTGRES}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": -1, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "stepBefore", + "lineStyle": { + "fill": "solid" + }, + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "line" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "dtdurationms" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 23 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "hidden", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "targets": [ + { + "format": "time_series", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT\n EXTRACT(EPOCH from t.request_Ts) as time,\n t.duration_ms\nFROM log_entries t\nWHERE\n $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0)\nORDER BY request_ts", + "refId": "A", + "select": [ + [ + { + "params": ["duration_ms"], + "type": "column" + } + ] + ], + "table": "log_entries", + "timeColumn": "request_ts", + "timeColumnType": "timestamp", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "title": "Query duration", + "type": "timeseries" + }, + { + "datasource": "${DS_POSTGRES}", + "description": "Last 100 queries, newest on top", + "fieldConfig": { + "defaults": { + "custom": { + "align": null, + "displayMode": "auto", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "time" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsIsoNoDateIfToday" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 31 + }, + "id": 4, + "options": { + "showHeader": true + }, + "pluginVersion": "8.1.2", + "targets": [ + { + "format": "table", + "group": [], + "metricColumn": "none", + "rawQuery": true, + "rawSql": "SELECT EXTRACT(EPOCH from t.request_Ts) as \"time\", \n t.client_ip as \"client IP\", \n t.client_name as \"client name\", \n t.duration_ms as \"duration in ms\", \n t.response_type as \"response type\", \n t.question_type as \"question type\", \n t.question_name as \"question name\", \n t.effective_tldp as \"effective TLD+1\", \n t.answer as \"answer\" from log_entries t \n WHERE $__timeFilter(t.request_Ts) and \n t.response_type in ($response_type) and \n t.client_name in ($client_name) and \n (length(''$question'') = 0 or POSITION(lower(''$question'') IN t.question_name) > 0) \n order by t.request_Ts desc limit 100", + "refId": "A", + "select": [ + [ + { + "params": ["value"], + "type": "column" + } + ] + ], + "timeColumn": "time", + "where": [ + { + "name": "$__timeFilter", + "params": [], + "type": "macro" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Last queries", + "type": "table" + } + ], + "refresh": "", + "schemaVersion": 30, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "BlockyPostgres", + "value": "blockypostgres" + }, + "hide": 0, + "includeAll": false, + "label": "datasource", + "multi": false, + "name": "DS_POSTGRES", + "options": [], + "query": "grafana-postgresql-datasource", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_POSTGRES}", + "definition": "select distinct client_name from log_entries", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": "Client name", + "multi": true, + "name": "client_name", + "options": [], + "query": "select distinct client_name from log_entries", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "${DS_POSTGRES}", + "definition": "select distinct response_type from log_entries", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": "Response type", + "multi": true, + "name": "response_type", + "options": [], + "query": "select distinct response_type from log_entries", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "current": { + "selected": false, + "text": "", + "value": "" + }, + "description": null, + "error": null, + "hide": 0, + "label": "Domain (contains)", + "name": "question", + "options": [ + { + "selected": true, + "text": "", + "value": "" + } + ], + "query": "", + "skipUrlSync": false, + "type": "textbox" + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Blocky query", + "uid": "AVmWSVWgz", + "version": 3 +} diff --git a/enterprise/blocky/13.6.2/ix_values.yaml b/enterprise/blocky/13.6.2/ix_values.yaml new file mode 100644 index 00000000000..fea93af05e4 --- /dev/null +++ b/enterprise/blocky/13.6.2/ix_values.yaml @@ -0,0 +1,383 @@ +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 + dnstcp: + enabled: true + ports: + dnstcp: + enabled: true + port: 53 + targetPort: 53 + dnsudp: + enabled: true + ports: + 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/13.5.7/questions.yaml b/enterprise/blocky/13.6.2/questions.yaml similarity index 100% rename from enterprise/blocky/13.5.7/questions.yaml rename to enterprise/blocky/13.6.2/questions.yaml diff --git a/enterprise/blocky/13.5.7/templates/NOTES.txt b/enterprise/blocky/13.6.2/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/13.5.7/templates/NOTES.txt rename to enterprise/blocky/13.6.2/templates/NOTES.txt diff --git a/enterprise/blocky/13.5.7/templates/_blockyConfig.tpl b/enterprise/blocky/13.6.2/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/13.5.7/templates/_blockyConfig.tpl rename to enterprise/blocky/13.6.2/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/13.5.7/templates/_k8sgateway.tpl b/enterprise/blocky/13.6.2/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/13.5.7/templates/_k8sgateway.tpl rename to enterprise/blocky/13.6.2/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/13.5.7/templates/common.yaml b/enterprise/blocky/13.6.2/templates/common.yaml similarity index 100% rename from enterprise/blocky/13.5.7/templates/common.yaml rename to enterprise/blocky/13.6.2/templates/common.yaml diff --git a/enterprise/blocky/13.5.7/values.yaml b/enterprise/blocky/13.6.2/values.yaml similarity index 100% rename from enterprise/blocky/13.5.7/values.yaml rename to enterprise/blocky/13.6.2/values.yaml diff --git a/enterprise/clusterissuer/7.1.1/CHANGELOG.md b/enterprise/clusterissuer/7.1.1/CHANGELOG.md deleted file mode 100644 index 6f57daffe46..00000000000 --- a/enterprise/clusterissuer/7.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/enterprise/clusterissuer/7.1.1/Chart.yaml b/enterprise/clusterissuer/7.1.1/Chart.yaml deleted file mode 100644 index 1cda5e013b6..00000000000 --- a/enterprise/clusterissuer/7.1.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: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/enterprise/clusterissuer/7.1.1/charts/common-18.0.2.tgz b/enterprise/clusterissuer/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/clusterissuer/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/clusterissuer/7.1.1/.helmignore b/enterprise/clusterissuer/7.2.2/.helmignore similarity index 100% rename from enterprise/clusterissuer/7.1.1/.helmignore rename to enterprise/clusterissuer/7.2.2/.helmignore diff --git a/enterprise/clusterissuer/7.2.2/CHANGELOG.md b/enterprise/clusterissuer/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cf7d1fd28d4 --- /dev/null +++ b/enterprise/clusterissuer/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/enterprise/clusterissuer/7.2.2/Chart.yaml b/enterprise/clusterissuer/7.2.2/Chart.yaml new file mode 100644 index 00000000000..56383908985 --- /dev/null +++ b/enterprise/clusterissuer/7.2.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/enterprise/clusterissuer/7.1.1/README.md b/enterprise/clusterissuer/7.2.2/README.md similarity index 100% rename from enterprise/clusterissuer/7.1.1/README.md rename to enterprise/clusterissuer/7.2.2/README.md diff --git a/enterprise/clusterissuer/7.2.2/app-changelog.md b/enterprise/clusterissuer/7.2.2/app-changelog.md new file mode 100644 index 00000000000..e91dfe1e260 --- /dev/null +++ b/enterprise/clusterissuer/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/clusterissuer/7.1.1/app-readme.md b/enterprise/clusterissuer/7.2.2/app-readme.md similarity index 100% rename from enterprise/clusterissuer/7.1.1/app-readme.md rename to enterprise/clusterissuer/7.2.2/app-readme.md diff --git a/enterprise/clusterissuer/7.2.2/charts/common-18.1.6.tgz b/enterprise/clusterissuer/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/clusterissuer/7.2.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/clusterissuer/7.1.1/ix_values.yaml b/enterprise/clusterissuer/7.2.2/ix_values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.1/ix_values.yaml rename to enterprise/clusterissuer/7.2.2/ix_values.yaml diff --git a/enterprise/clusterissuer/7.1.1/questions.yaml b/enterprise/clusterissuer/7.2.2/questions.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.1/questions.yaml rename to enterprise/clusterissuer/7.2.2/questions.yaml diff --git a/enterprise/clusterissuer/7.1.1/templates/NOTES.txt b/enterprise/clusterissuer/7.2.2/templates/NOTES.txt similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/NOTES.txt rename to enterprise/clusterissuer/7.2.2/templates/NOTES.txt diff --git a/enterprise/clusterissuer/7.1.1/templates/clusterissuer/_ACME.tpl b/enterprise/clusterissuer/7.2.2/templates/clusterissuer/_ACME.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/clusterissuer/_ACME.tpl rename to enterprise/clusterissuer/7.2.2/templates/clusterissuer/_ACME.tpl diff --git a/enterprise/clusterissuer/7.1.1/templates/clusterissuer/_CA.tpl b/enterprise/clusterissuer/7.2.2/templates/clusterissuer/_CA.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/clusterissuer/_CA.tpl rename to enterprise/clusterissuer/7.2.2/templates/clusterissuer/_CA.tpl diff --git a/enterprise/clusterissuer/7.1.1/templates/clusterissuer/_clusterCertificates.tpl b/enterprise/clusterissuer/7.2.2/templates/clusterissuer/_clusterCertificates.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/clusterissuer/_clusterCertificates.tpl rename to enterprise/clusterissuer/7.2.2/templates/clusterissuer/_clusterCertificates.tpl diff --git a/enterprise/clusterissuer/7.1.1/templates/clusterissuer/_selfSigned.tpl b/enterprise/clusterissuer/7.2.2/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/clusterissuer/_selfSigned.tpl rename to enterprise/clusterissuer/7.2.2/templates/clusterissuer/_selfSigned.tpl diff --git a/enterprise/clusterissuer/7.1.1/templates/common.yaml b/enterprise/clusterissuer/7.2.2/templates/common.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.1/templates/common.yaml rename to enterprise/clusterissuer/7.2.2/templates/common.yaml diff --git a/enterprise/clusterissuer/7.1.1/values.yaml b/enterprise/clusterissuer/7.2.2/values.yaml similarity index 100% rename from enterprise/clusterissuer/7.1.1/values.yaml rename to enterprise/clusterissuer/7.2.2/values.yaml diff --git a/enterprise/grafana/14.0.1/CHANGELOG.md b/enterprise/grafana/14.0.1/CHANGELOG.md deleted file mode 100644 index 405712070b5..00000000000 --- a/enterprise/grafana/14.0.1/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 - -### Fix diff --git a/enterprise/grafana/14.0.1/Chart.yaml b/enterprise/grafana/14.0.1/Chart.yaml deleted file mode 100644 index 47f4a2b28b3..00000000000 --- a/enterprise/grafana/14.0.1/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.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 10.3.3 -dependencies: - - name: common - version: 18.0.3 - 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.0.1 diff --git a/enterprise/grafana/14.0.1/charts/common-18.0.3.tgz b/enterprise/grafana/14.0.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/grafana/14.0.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/grafana/14.0.1/ix_values.yaml b/enterprise/grafana/14.0.1/ix_values.yaml deleted file mode 100644 index 98b558315d0..00000000000 --- a/enterprise/grafana/14.0.1/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.4@sha256:cccfe4f9eaf2e2c63762e4ac261a3f353e38253da77027485178978e08df95d0 - -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.0.1/.helmignore b/enterprise/grafana/14.2.2/.helmignore similarity index 100% rename from enterprise/grafana/14.0.1/.helmignore rename to enterprise/grafana/14.2.2/.helmignore diff --git a/enterprise/grafana/14.2.2/CHANGELOG.md b/enterprise/grafana/14.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6be6849f240 --- /dev/null +++ b/enterprise/grafana/14.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/enterprise/grafana/14.2.2/Chart.yaml b/enterprise/grafana/14.2.2/Chart.yaml new file mode 100644 index 00000000000..40fb8eef956 --- /dev/null +++ b/enterprise/grafana/14.2.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 10.3.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/enterprise/grafana/14.0.1/README.md b/enterprise/grafana/14.2.2/README.md similarity index 100% rename from enterprise/grafana/14.0.1/README.md rename to enterprise/grafana/14.2.2/README.md diff --git a/enterprise/grafana/14.2.2/app-changelog.md b/enterprise/grafana/14.2.2/app-changelog.md new file mode 100644 index 00000000000..44ff236b563 --- /dev/null +++ b/enterprise/grafana/14.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/grafana/14.0.1/app-readme.md b/enterprise/grafana/14.2.2/app-readme.md similarity index 100% rename from enterprise/grafana/14.0.1/app-readme.md rename to enterprise/grafana/14.2.2/app-readme.md diff --git a/enterprise/grafana/14.2.2/charts/common-18.1.6.tgz b/enterprise/grafana/14.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/grafana/14.2.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/grafana/14.2.2/ix_values.yaml b/enterprise/grafana/14.2.2/ix_values.yaml new file mode 100644 index 00000000000..f55bb9f5e5f --- /dev/null +++ b/enterprise/grafana/14.2.2/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.0.1/questions.yaml b/enterprise/grafana/14.2.2/questions.yaml similarity index 100% rename from enterprise/grafana/14.0.1/questions.yaml rename to enterprise/grafana/14.2.2/questions.yaml diff --git a/enterprise/grafana/14.0.1/templates/NOTES.txt b/enterprise/grafana/14.2.2/templates/NOTES.txt similarity index 100% rename from enterprise/grafana/14.0.1/templates/NOTES.txt rename to enterprise/grafana/14.2.2/templates/NOTES.txt diff --git a/enterprise/grafana/14.0.1/templates/common.yaml b/enterprise/grafana/14.2.2/templates/common.yaml similarity index 100% rename from enterprise/grafana/14.0.1/templates/common.yaml rename to enterprise/grafana/14.2.2/templates/common.yaml diff --git a/enterprise/grafana/14.0.1/values.yaml b/enterprise/grafana/14.2.2/values.yaml similarity index 100% rename from enterprise/grafana/14.0.1/values.yaml rename to enterprise/grafana/14.2.2/values.yaml diff --git a/enterprise/kubeapps/2.1.7/CHANGELOG.md b/enterprise/kubeapps/2.1.7/CHANGELOG.md deleted file mode 100644 index 781ad05a929..00000000000 --- a/enterprise/kubeapps/2.1.7/CHANGELOG.md +++ /dev/null @@ -1,67 +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.1.7/Chart.yaml b/enterprise/kubeapps/2.1.7/Chart.yaml deleted file mode 100644 index 1ca8a26afa5..00000000000 --- a/enterprise/kubeapps/2.1.7/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.0.3 - 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.1.7 diff --git a/enterprise/kubeapps/2.1.7/charts/common-18.0.3.tgz b/enterprise/kubeapps/2.1.7/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/kubeapps/2.1.7/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.1.7/charts/kubeapps-14.5.2.tgz b/enterprise/kubeapps/2.1.7/charts/kubeapps-14.5.2.tgz deleted file mode 100644 index 4bb40d5bfce..00000000000 Binary files a/enterprise/kubeapps/2.1.7/charts/kubeapps-14.5.2.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.1.7/questions.yaml b/enterprise/kubeapps/2.1.7/questions.yaml deleted file mode 100755 index 8c3c07c4287..00000000000 --- a/enterprise/kubeapps/2.1.7/questions.yaml +++ /dev/null @@ -1,955 +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: service - group: Networking and Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "token-bypass Service" - description: "The token-bypass 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: main - label: "token-bypass 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: tckubeapps - label: "KubeApps 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: tckubeapps - label: "KubeApps 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: 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: 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/kubeapps/2.1.7/.helmignore b/enterprise/kubeapps/2.3.2/.helmignore similarity index 100% rename from enterprise/kubeapps/2.1.7/.helmignore rename to enterprise/kubeapps/2.3.2/.helmignore diff --git a/enterprise/kubeapps/2.3.2/CHANGELOG.md b/enterprise/kubeapps/2.3.2/CHANGELOG.md new file mode 100644 index 00000000000..7e748f40e7e --- /dev/null +++ b/enterprise/kubeapps/2.3.2/CHANGELOG.md @@ -0,0 +1,81 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.3.2/Chart.yaml b/enterprise/kubeapps/2.3.2/Chart.yaml new file mode 100644 index 00000000000..82b6f5e2444 --- /dev/null +++ b/enterprise/kubeapps/2.3.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 0.0.3 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/enterprise/kubeapps/2.1.7/README.md b/enterprise/kubeapps/2.3.2/README.md similarity index 100% rename from enterprise/kubeapps/2.1.7/README.md rename to enterprise/kubeapps/2.3.2/README.md diff --git a/enterprise/kubeapps/2.3.2/app-changelog.md b/enterprise/kubeapps/2.3.2/app-changelog.md new file mode 100644 index 00000000000..c33772588d8 --- /dev/null +++ b/enterprise/kubeapps/2.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/kubeapps/2.1.7/app-readme.md b/enterprise/kubeapps/2.3.2/app-readme.md similarity index 100% rename from enterprise/kubeapps/2.1.7/app-readme.md rename to enterprise/kubeapps/2.3.2/app-readme.md diff --git a/enterprise/kubeapps/2.3.2/charts/common-18.1.6.tgz b/enterprise/kubeapps/2.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/kubeapps/2.3.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/kubeapps/2.3.2/charts/kubeapps-14.6.0.tgz b/enterprise/kubeapps/2.3.2/charts/kubeapps-14.6.0.tgz new file mode 100644 index 00000000000..5a3490c365c Binary files /dev/null and b/enterprise/kubeapps/2.3.2/charts/kubeapps-14.6.0.tgz differ diff --git a/enterprise/kubeapps/2.1.7/ix_values.yaml b/enterprise/kubeapps/2.3.2/ix_values.yaml similarity index 100% rename from enterprise/kubeapps/2.1.7/ix_values.yaml rename to enterprise/kubeapps/2.3.2/ix_values.yaml diff --git a/enterprise/kubeapps/2.3.2/questions.yaml b/enterprise/kubeapps/2.3.2/questions.yaml new file mode 100755 index 00000000000..0d9ab7de65a --- /dev/null +++ b/enterprise/kubeapps/2.3.2/questions.yaml @@ -0,0 +1,903 @@ +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: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: tckubeapps + label: "KubeApps 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: tckubeapps + label: "KubeApps 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: 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: 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/kubeapps/2.1.7/templates/NOTES.txt b/enterprise/kubeapps/2.3.2/templates/NOTES.txt similarity index 100% rename from enterprise/kubeapps/2.1.7/templates/NOTES.txt rename to enterprise/kubeapps/2.3.2/templates/NOTES.txt diff --git a/enterprise/kubeapps/2.1.7/templates/common.yaml b/enterprise/kubeapps/2.3.2/templates/common.yaml similarity index 100% rename from enterprise/kubeapps/2.1.7/templates/common.yaml rename to enterprise/kubeapps/2.3.2/templates/common.yaml diff --git a/enterprise/kubeapps/2.1.7/values.yaml b/enterprise/kubeapps/2.3.2/values.yaml similarity index 100% rename from enterprise/kubeapps/2.1.7/values.yaml rename to enterprise/kubeapps/2.3.2/values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.1/CHANGELOG.md b/enterprise/kubernetes-reflector/4.1.1/CHANGELOG.md deleted file mode 100644 index c650c9a79d9..00000000000 --- a/enterprise/kubernetes-reflector/4.1.1/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 - - -## [kubernetes-reflector-3.1.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-3.1.0...kubernetes-reflector-3.1.3) (2024-01-01) diff --git a/enterprise/kubernetes-reflector/4.1.1/Chart.yaml b/enterprise/kubernetes-reflector/4.1.1/Chart.yaml deleted file mode 100644 index 6ebf764033b..00000000000 --- a/enterprise/kubernetes-reflector/4.1.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: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 7.1.217 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/enterprise/kubernetes-reflector/4.1.1/charts/common-18.0.2.tgz b/enterprise/kubernetes-reflector/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/kubernetes-reflector/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/kubernetes-reflector/4.1.1/.helmignore b/enterprise/kubernetes-reflector/4.2.2/.helmignore similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/.helmignore rename to enterprise/kubernetes-reflector/4.2.2/.helmignore diff --git a/enterprise/kubernetes-reflector/4.2.2/CHANGELOG.md b/enterprise/kubernetes-reflector/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bfb80d628e7 --- /dev/null +++ b/enterprise/kubernetes-reflector/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/enterprise/kubernetes-reflector/4.2.2/Chart.yaml b/enterprise/kubernetes-reflector/4.2.2/Chart.yaml new file mode 100644 index 00000000000..cab5e61d4bb --- /dev/null +++ b/enterprise/kubernetes-reflector/4.2.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 7.1.217 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/enterprise/kubernetes-reflector/4.1.1/README.md b/enterprise/kubernetes-reflector/4.2.2/README.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/README.md rename to enterprise/kubernetes-reflector/4.2.2/README.md diff --git a/enterprise/kubernetes-reflector/4.2.2/app-changelog.md b/enterprise/kubernetes-reflector/4.2.2/app-changelog.md new file mode 100644 index 00000000000..bff79c955d6 --- /dev/null +++ b/enterprise/kubernetes-reflector/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/kubernetes-reflector/4.1.1/app-readme.md b/enterprise/kubernetes-reflector/4.2.2/app-readme.md similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/app-readme.md rename to enterprise/kubernetes-reflector/4.2.2/app-readme.md diff --git a/enterprise/kubernetes-reflector/4.2.2/charts/common-18.1.6.tgz b/enterprise/kubernetes-reflector/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/kubernetes-reflector/4.2.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/kubernetes-reflector/4.1.1/ix_values.yaml b/enterprise/kubernetes-reflector/4.2.2/ix_values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/ix_values.yaml rename to enterprise/kubernetes-reflector/4.2.2/ix_values.yaml diff --git a/enterprise/kubernetes-reflector/4.1.1/questions.yaml b/enterprise/kubernetes-reflector/4.2.2/questions.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/questions.yaml rename to enterprise/kubernetes-reflector/4.2.2/questions.yaml diff --git a/enterprise/kubernetes-reflector/4.1.1/templates/common.yaml b/enterprise/kubernetes-reflector/4.2.2/templates/common.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/templates/common.yaml rename to enterprise/kubernetes-reflector/4.2.2/templates/common.yaml diff --git a/enterprise/kubernetes-reflector/4.1.1/values.yaml b/enterprise/kubernetes-reflector/4.2.2/values.yaml similarity index 100% rename from enterprise/kubernetes-reflector/4.1.1/values.yaml rename to enterprise/kubernetes-reflector/4.2.2/values.yaml diff --git a/enterprise/metallb-config/6.1.1/CHANGELOG.md b/enterprise/metallb-config/6.1.1/CHANGELOG.md deleted file mode 100644 index b7b1b64e528..00000000000 --- a/enterprise/metallb-config/6.1.1/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 - - - -- force bump to ensure up-to-date catalogs diff --git a/enterprise/metallb-config/6.1.1/Chart.yaml b/enterprise/metallb-config/6.1.1/Chart.yaml deleted file mode 100644 index 7226419311f..00000000000 --- a/enterprise/metallb-config/6.1.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: core - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/enterprise/metallb-config/6.1.1/charts/common-18.0.2.tgz b/enterprise/metallb-config/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/metallb-config/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/metallb-config/6.1.1/.helmignore b/enterprise/metallb-config/6.2.2/.helmignore similarity index 100% rename from enterprise/metallb-config/6.1.1/.helmignore rename to enterprise/metallb-config/6.2.2/.helmignore diff --git a/enterprise/metallb-config/6.2.2/CHANGELOG.md b/enterprise/metallb-config/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a52167a1156 --- /dev/null +++ b/enterprise/metallb-config/6.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 \ No newline at end of file diff --git a/enterprise/metallb-config/6.2.2/Chart.yaml b/enterprise/metallb-config/6.2.2/Chart.yaml new file mode 100644 index 00000000000..85d2bd06d19 --- /dev/null +++ b/enterprise/metallb-config/6.2.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/enterprise/metallb-config/6.1.1/README.md b/enterprise/metallb-config/6.2.2/README.md similarity index 100% rename from enterprise/metallb-config/6.1.1/README.md rename to enterprise/metallb-config/6.2.2/README.md diff --git a/enterprise/metallb-config/6.2.2/app-changelog.md b/enterprise/metallb-config/6.2.2/app-changelog.md new file mode 100644 index 00000000000..6d55eb9add9 --- /dev/null +++ b/enterprise/metallb-config/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/metallb-config/6.1.1/app-readme.md b/enterprise/metallb-config/6.2.2/app-readme.md similarity index 100% rename from enterprise/metallb-config/6.1.1/app-readme.md rename to enterprise/metallb-config/6.2.2/app-readme.md diff --git a/enterprise/metallb-config/6.2.2/charts/common-18.1.6.tgz b/enterprise/metallb-config/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/metallb-config/6.2.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/metallb-config/6.1.1/ix_values.yaml b/enterprise/metallb-config/6.2.2/ix_values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.1/ix_values.yaml rename to enterprise/metallb-config/6.2.2/ix_values.yaml diff --git a/enterprise/metallb-config/6.1.1/questions.yaml b/enterprise/metallb-config/6.2.2/questions.yaml similarity index 100% rename from enterprise/metallb-config/6.1.1/questions.yaml rename to enterprise/metallb-config/6.2.2/questions.yaml diff --git a/enterprise/metallb-config/6.1.1/templates/NOTES.txt b/enterprise/metallb-config/6.2.2/templates/NOTES.txt similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/NOTES.txt rename to enterprise/metallb-config/6.2.2/templates/NOTES.txt diff --git a/enterprise/metallb-config/6.1.1/templates/_bgpadvertisement.tpl b/enterprise/metallb-config/6.2.2/templates/_bgpadvertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/_bgpadvertisement.tpl rename to enterprise/metallb-config/6.2.2/templates/_bgpadvertisement.tpl diff --git a/enterprise/metallb-config/6.1.1/templates/_community.tpl b/enterprise/metallb-config/6.2.2/templates/_community.tpl similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/_community.tpl rename to enterprise/metallb-config/6.2.2/templates/_community.tpl diff --git a/enterprise/metallb-config/6.1.1/templates/_ipaddresspool.tpl b/enterprise/metallb-config/6.2.2/templates/_ipaddresspool.tpl similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/_ipaddresspool.tpl rename to enterprise/metallb-config/6.2.2/templates/_ipaddresspool.tpl diff --git a/enterprise/metallb-config/6.1.1/templates/_l2advertisement.tpl b/enterprise/metallb-config/6.2.2/templates/_l2advertisement.tpl similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/_l2advertisement.tpl rename to enterprise/metallb-config/6.2.2/templates/_l2advertisement.tpl diff --git a/enterprise/metallb-config/6.1.1/templates/_peers.tpl b/enterprise/metallb-config/6.2.2/templates/_peers.tpl similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/_peers.tpl rename to enterprise/metallb-config/6.2.2/templates/_peers.tpl diff --git a/enterprise/metallb-config/6.1.1/templates/common.yaml b/enterprise/metallb-config/6.2.2/templates/common.yaml similarity index 100% rename from enterprise/metallb-config/6.1.1/templates/common.yaml rename to enterprise/metallb-config/6.2.2/templates/common.yaml diff --git a/enterprise/metallb-config/6.1.1/values.yaml b/enterprise/metallb-config/6.2.2/values.yaml similarity index 100% rename from enterprise/metallb-config/6.1.1/values.yaml rename to enterprise/metallb-config/6.2.2/values.yaml diff --git a/enterprise/nextcloud/29.1.6/Chart.yaml b/enterprise/nextcloud/29.1.6/Chart.yaml deleted file mode 100644 index fe42b2a328f..00000000000 --- a/enterprise/nextcloud/29.1.6/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.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 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/collabora/code - - https://hub.docker.com/r/nginxinc/nginx-unprivileged - - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify -type: application -version: 29.1.6 diff --git a/enterprise/nextcloud/29.1.6/charts/common-18.0.3.tgz b/enterprise/nextcloud/29.1.6/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/nextcloud/29.1.6/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/nextcloud/29.1.6/ix_values.yaml b/enterprise/nextcloud/29.1.6/ix_values.yaml deleted file mode 100644 index f906dc5562b..00000000000 --- a/enterprise/nextcloud/29.1.6/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:d0d9fa6ea4e2fcfd9971a42aecd22ff50b9672e50adeea62a5261b07c87ddc5c -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.1.6/.helmignore b/enterprise/nextcloud/29.2.4/.helmignore similarity index 100% rename from enterprise/nextcloud/29.1.6/.helmignore rename to enterprise/nextcloud/29.2.4/.helmignore diff --git a/enterprise/nextcloud/29.2.4/CHANGELOG.md b/enterprise/nextcloud/29.2.4/CHANGELOG.md new file mode 100644 index 00000000000..a8db58230f2 --- /dev/null +++ b/enterprise/nextcloud/29.2.4/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.4/Chart.yaml b/enterprise/nextcloud/29.2.4/Chart.yaml new file mode 100644 index 00000000000..bc8f38a8b98 --- /dev/null +++ b/enterprise/nextcloud/29.2.4/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 28.0.2 +dependencies: + - name: common + version: 18.1.6 + 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://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://hub.docker.com/r/clamav/clamav + - https://hub.docker.com/r/collabora/code +type: application +version: 29.2.4 diff --git a/enterprise/nextcloud/29.1.6/LICENSE b/enterprise/nextcloud/29.2.4/LICENSE similarity index 100% rename from enterprise/nextcloud/29.1.6/LICENSE rename to enterprise/nextcloud/29.2.4/LICENSE diff --git a/enterprise/nextcloud/29.1.6/README.md b/enterprise/nextcloud/29.2.4/README.md similarity index 100% rename from enterprise/nextcloud/29.1.6/README.md rename to enterprise/nextcloud/29.2.4/README.md diff --git a/enterprise/nextcloud/29.2.4/app-changelog.md b/enterprise/nextcloud/29.2.4/app-changelog.md new file mode 100644 index 00000000000..67f47221269 --- /dev/null +++ b/enterprise/nextcloud/29.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.1.6/app-readme.md b/enterprise/nextcloud/29.2.4/app-readme.md similarity index 100% rename from enterprise/nextcloud/29.1.6/app-readme.md rename to enterprise/nextcloud/29.2.4/app-readme.md diff --git a/enterprise/nextcloud/29.2.4/charts/common-18.1.6.tgz b/enterprise/nextcloud/29.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/nextcloud/29.2.4/charts/common-18.1.6.tgz differ diff --git a/enterprise/nextcloud/29.1.6/charts/redis-11.2.1.tgz b/enterprise/nextcloud/29.2.4/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/nextcloud/29.1.6/charts/redis-11.2.1.tgz rename to enterprise/nextcloud/29.2.4/charts/redis-11.2.1.tgz diff --git a/enterprise/nextcloud/29.2.4/ix_values.yaml b/enterprise/nextcloud/29.2.4/ix_values.yaml new file mode 100644 index 00000000000..68ba0629cb3 --- /dev/null +++ b/enterprise/nextcloud/29.2.4/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.1.6/questions.yaml b/enterprise/nextcloud/29.2.4/questions.yaml similarity index 100% rename from enterprise/nextcloud/29.1.6/questions.yaml rename to enterprise/nextcloud/29.2.4/questions.yaml diff --git a/enterprise/nextcloud/29.1.6/templates/NOTES.txt b/enterprise/nextcloud/29.2.4/templates/NOTES.txt similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/NOTES.txt rename to enterprise/nextcloud/29.2.4/templates/NOTES.txt diff --git a/enterprise/nextcloud/29.1.6/templates/_configmap.tpl b/enterprise/nextcloud/29.2.4/templates/_configmap.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_configmap.tpl rename to enterprise/nextcloud/29.2.4/templates/_configmap.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/_cronjobs.tpl b/enterprise/nextcloud/29.2.4/templates/_cronjobs.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_cronjobs.tpl rename to enterprise/nextcloud/29.2.4/templates/_cronjobs.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/_ingressInjector.tpl b/enterprise/nextcloud/29.2.4/templates/_ingressInjector.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_ingressInjector.tpl rename to enterprise/nextcloud/29.2.4/templates/_ingressInjector.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/_initPerms.tpl b/enterprise/nextcloud/29.2.4/templates/_initPerms.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_initPerms.tpl rename to enterprise/nextcloud/29.2.4/templates/_initPerms.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/_validation.tpl b/enterprise/nextcloud/29.2.4/templates/_validation.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_validation.tpl rename to enterprise/nextcloud/29.2.4/templates/_validation.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/_waitNextcloud.tpl b/enterprise/nextcloud/29.2.4/templates/_waitNextcloud.tpl similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/_waitNextcloud.tpl rename to enterprise/nextcloud/29.2.4/templates/_waitNextcloud.tpl diff --git a/enterprise/nextcloud/29.1.6/templates/common.yaml b/enterprise/nextcloud/29.2.4/templates/common.yaml similarity index 100% rename from enterprise/nextcloud/29.1.6/templates/common.yaml rename to enterprise/nextcloud/29.2.4/templates/common.yaml diff --git a/enterprise/nextcloud/29.1.6/values.yaml b/enterprise/nextcloud/29.2.4/values.yaml similarity index 100% rename from enterprise/nextcloud/29.1.6/values.yaml rename to enterprise/nextcloud/29.2.4/values.yaml diff --git a/enterprise/prometheus/17.4.2/CHANGELOG.md b/enterprise/prometheus/17.4.2/CHANGELOG.md deleted file mode 100644 index b2a384050e5..00000000000 --- a/enterprise/prometheus/17.4.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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) - - -## [prometheus-16.4.3](https://github.com/truecharts/charts/compare/prometheus-16.4.2...prometheus-16.4.3) (2024-02-03) \ No newline at end of file diff --git a/enterprise/prometheus/17.4.2/Chart.yaml b/enterprise/prometheus/17.4.2/Chart.yaml deleted file mode 100644 index 517a8179be2..00000000000 --- a/enterprise/prometheus/17.4.2/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.0 -dependencies: - - name: common - version: 18.0.3 - 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/prometheus - - https://hub.docker.com/r/bitnami/alertmanager - - https://quay.io/thanos/thanos -type: application -version: 17.4.2 diff --git a/enterprise/prometheus/17.4.2/charts/common-18.0.3.tgz b/enterprise/prometheus/17.4.2/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/prometheus/17.4.2/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.4.2/charts/kube-prometheus-stack-56.9.0.tgz b/enterprise/prometheus/17.4.2/charts/kube-prometheus-stack-56.9.0.tgz deleted file mode 100644 index 1b0175276f4..00000000000 Binary files a/enterprise/prometheus/17.4.2/charts/kube-prometheus-stack-56.9.0.tgz and /dev/null differ diff --git a/enterprise/prometheus/17.4.2/ix_values.yaml b/enterprise/prometheus/17.4.2/ix_values.yaml deleted file mode 100644 index d06b810dcd6..00000000000 --- a/enterprise/prometheus/17.4.2/ix_values.yaml +++ /dev/null @@ -1,1260 +0,0 @@ -image: - repository: bitnami/prometheus - tag: 2.50.0@sha256:5c06e840a870a4a279406f0d0a73c3ca33fcf0adf6464153e273206118be0c29 -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.4.2/.helmignore b/enterprise/prometheus/17.6.2/.helmignore similarity index 100% rename from enterprise/prometheus/17.4.2/.helmignore rename to enterprise/prometheus/17.6.2/.helmignore diff --git a/enterprise/prometheus/17.6.2/CHANGELOG.md b/enterprise/prometheus/17.6.2/CHANGELOG.md new file mode 100644 index 00000000000..9bf97c07e65 --- /dev/null +++ b/enterprise/prometheus/17.6.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + +- 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 + + diff --git a/enterprise/prometheus/17.6.2/Chart.yaml b/enterprise/prometheus/17.6.2/Chart.yaml new file mode 100644 index 00000000000..b83dc8421a0 --- /dev/null +++ b/enterprise/prometheus/17.6.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 2.50.1 +dependencies: + - name: common + version: 18.1.6 + 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.6.2 diff --git a/enterprise/prometheus/17.4.2/README.md b/enterprise/prometheus/17.6.2/README.md similarity index 100% rename from enterprise/prometheus/17.4.2/README.md rename to enterprise/prometheus/17.6.2/README.md diff --git a/enterprise/prometheus/17.6.2/app-changelog.md b/enterprise/prometheus/17.6.2/app-changelog.md new file mode 100644 index 00000000000..ff1add39223 --- /dev/null +++ b/enterprise/prometheus/17.6.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/prometheus/17.4.2/app-readme.md b/enterprise/prometheus/17.6.2/app-readme.md similarity index 100% rename from enterprise/prometheus/17.4.2/app-readme.md rename to enterprise/prometheus/17.6.2/app-readme.md diff --git a/enterprise/prometheus/17.6.2/charts/common-18.1.6.tgz b/enterprise/prometheus/17.6.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/prometheus/17.6.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/prometheus/17.6.2/charts/kube-prometheus-stack-56.21.0.tgz b/enterprise/prometheus/17.6.2/charts/kube-prometheus-stack-56.21.0.tgz new file mode 100644 index 00000000000..ece8d5e6823 Binary files /dev/null and b/enterprise/prometheus/17.6.2/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/enterprise/prometheus/17.6.2/ix_values.yaml b/enterprise/prometheus/17.6.2/ix_values.yaml new file mode 100644 index 00000000000..ba6fa99d1c4 --- /dev/null +++ b/enterprise/prometheus/17.6.2/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.4.2/questions.yaml b/enterprise/prometheus/17.6.2/questions.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/questions.yaml rename to enterprise/prometheus/17.6.2/questions.yaml diff --git a/enterprise/prometheus/17.4.2/templates/NOTES.txt b/enterprise/prometheus/17.6.2/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/17.4.2/templates/NOTES.txt rename to enterprise/prometheus/17.6.2/templates/NOTES.txt diff --git a/enterprise/prometheus/17.4.2/templates/_helpers.tpl b/enterprise/prometheus/17.6.2/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/_helpers.tpl rename to enterprise/prometheus/17.6.2/templates/_helpers.tpl diff --git a/enterprise/prometheus/17.4.2/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/17.6.2/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/17.6.2/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/17.4.2/templates/alertmanager/secrets.yaml b/enterprise/prometheus/17.6.2/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/17.6.2/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/17.4.2/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/17.6.2/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/17.6.2/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/17.4.2/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/17.6.2/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/17.6.2/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/17.4.2/templates/common.yaml b/enterprise/prometheus/17.6.2/templates/common.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/common.yaml rename to enterprise/prometheus/17.6.2/templates/common.yaml diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/17.6.2/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/17.6.2/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/17.6.2/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/17.6.2/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/17.6.2/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/17.6.2/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/17.6.2/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/17.6.2/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/17.6.2/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/17.6.2/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/17.6.2/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/17.6.2/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/17.4.2/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/17.6.2/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/17.6.2/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/prometheus/17.4.2/values.yaml b/enterprise/prometheus/17.6.2/values.yaml similarity index 100% rename from enterprise/prometheus/17.4.2/values.yaml rename to enterprise/prometheus/17.6.2/values.yaml diff --git a/enterprise/traefik/26.4.6/.helmignore b/enterprise/traefik/26.4.11/.helmignore similarity index 100% rename from enterprise/traefik/26.4.6/.helmignore rename to enterprise/traefik/26.4.11/.helmignore diff --git a/enterprise/traefik/26.4.11/CHANGELOG.md b/enterprise/traefik/26.4.11/CHANGELOG.md new file mode 100644 index 00000000000..7faeed57653 --- /dev/null +++ b/enterprise/traefik/26.4.11/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### Chore + + + +- update container image tccr.io/tccr/traefik to v2.10.7[@1a1f160](https://github.com/1a1f160) by renovate ([#17471](https://github.com/truecharts/charts/issues/17471)) + + +## [traefik-25.1.12](https://github.com/truecharts/charts/compare/traefik-25.1.11...traefik-25.1.12) (2024-01-21) diff --git a/enterprise/traefik/26.4.11/Chart.yaml b/enterprise/traefik/26.4.11/Chart.yaml new file mode 100644 index 00000000000..5f4995476a2 --- /dev/null +++ b/enterprise/traefik/26.4.11/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.12" + 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.11 diff --git a/enterprise/traefik/26.4.6/README.md b/enterprise/traefik/26.4.11/README.md similarity index 100% rename from enterprise/traefik/26.4.6/README.md rename to enterprise/traefik/26.4.11/README.md diff --git a/enterprise/traefik/26.4.11/app-changelog.md b/enterprise/traefik/26.4.11/app-changelog.md new file mode 100644 index 00000000000..659d5e1fb0d --- /dev/null +++ b/enterprise/traefik/26.4.11/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/traefik/26.4.6/app-readme.md b/enterprise/traefik/26.4.11/app-readme.md similarity index 100% rename from enterprise/traefik/26.4.6/app-readme.md rename to enterprise/traefik/26.4.11/app-readme.md diff --git a/enterprise/traefik/26.4.11/charts/common-18.1.6.tgz b/enterprise/traefik/26.4.11/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/traefik/26.4.11/charts/common-18.1.6.tgz differ diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressroutes.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressroutes.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressroutes.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressroutetcps.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressroutetcps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressrouteudps.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_ingressrouteudps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_middlewares.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_middlewares.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_middlewares.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_middlewaretcps.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_middlewaretcps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_serverstransports.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_serverstransports.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_serverstransports.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_tlsoptions.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_tlsoptions.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_tlsoptions.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_tlsstores.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_tlsstores.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_tlsstores.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.containo.us_traefikservices.yaml b/enterprise/traefik/26.4.11/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.containo.us_traefikservices.yaml rename to enterprise/traefik/26.4.11/crds/traefik.containo.us_traefikservices.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_ingressroutes.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_ingressroutes.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_ingressroutes.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_ingressroutetcps.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_ingressroutetcps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_ingressroutetcps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_ingressrouteudps.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_ingressrouteudps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_ingressrouteudps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_middlewares.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_middlewares.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_middlewares.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_middlewares.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_middlewaretcps.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_middlewaretcps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_middlewaretcps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_serverstransports.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_serverstransports.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_serverstransports.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_serverstransports.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_serverstransporttcps.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_serverstransporttcps.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_serverstransporttcps.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_tlsoptions.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_tlsoptions.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_tlsoptions.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_tlsstores.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_tlsstores.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_tlsstores.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_tlsstores.yaml diff --git a/enterprise/traefik/26.4.6/crds/traefik.io_traefikservices.yaml b/enterprise/traefik/26.4.11/crds/traefik.io_traefikservices.yaml similarity index 100% rename from enterprise/traefik/26.4.6/crds/traefik.io_traefikservices.yaml rename to enterprise/traefik/26.4.11/crds/traefik.io_traefikservices.yaml diff --git a/enterprise/traefik/26.4.6/dashboard.json b/enterprise/traefik/26.4.11/dashboard.json similarity index 100% rename from enterprise/traefik/26.4.6/dashboard.json rename to enterprise/traefik/26.4.11/dashboard.json diff --git a/enterprise/traefik/26.4.11/ix_values.yaml b/enterprise/traefik/26.4.11/ix_values.yaml new file mode 100644 index 00000000000..22803994789 --- /dev/null +++ b/enterprise/traefik/26.4.11/ix_values.yaml @@ -0,0 +1,497 @@ +image: + repository: tccr.io/tccr/traefik + tag: v2.11.0@sha256:b117ffbec2ea61d02154a2a93e6c3ad5ffe8e3e5539bd08e8e96078d79e4454a + 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.6/questions.yaml b/enterprise/traefik/26.4.11/questions.yaml similarity index 100% rename from enterprise/traefik/26.4.6/questions.yaml rename to enterprise/traefik/26.4.11/questions.yaml diff --git a/enterprise/traefik/26.4.6/templates/NOTES.txt b/enterprise/traefik/26.4.11/templates/NOTES.txt similarity index 100% rename from enterprise/traefik/26.4.6/templates/NOTES.txt rename to enterprise/traefik/26.4.11/templates/NOTES.txt diff --git a/enterprise/traefik/26.4.6/templates/_args.tpl b/enterprise/traefik/26.4.11/templates/_args.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_args.tpl rename to enterprise/traefik/26.4.11/templates/_args.tpl diff --git a/enterprise/traefik/26.4.6/templates/_helpers.tpl b/enterprise/traefik/26.4.11/templates/_helpers.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_helpers.tpl rename to enterprise/traefik/26.4.11/templates/_helpers.tpl diff --git a/enterprise/traefik/26.4.6/templates/_ingressclass.tpl b/enterprise/traefik/26.4.11/templates/_ingressclass.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_ingressclass.tpl rename to enterprise/traefik/26.4.11/templates/_ingressclass.tpl diff --git a/enterprise/traefik/26.4.6/templates/_ingressroute.tpl b/enterprise/traefik/26.4.11/templates/_ingressroute.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_ingressroute.tpl rename to enterprise/traefik/26.4.11/templates/_ingressroute.tpl diff --git a/enterprise/traefik/26.4.6/templates/_portalhook.tpl b/enterprise/traefik/26.4.11/templates/_portalhook.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_portalhook.tpl rename to enterprise/traefik/26.4.11/templates/_portalhook.tpl diff --git a/enterprise/traefik/26.4.6/templates/_tlsoptions.tpl b/enterprise/traefik/26.4.11/templates/_tlsoptions.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_tlsoptions.tpl rename to enterprise/traefik/26.4.11/templates/_tlsoptions.tpl diff --git a/enterprise/traefik/26.4.6/templates/_tlsstore.tpl b/enterprise/traefik/26.4.11/templates/_tlsstore.tpl similarity index 100% rename from enterprise/traefik/26.4.6/templates/_tlsstore.tpl rename to enterprise/traefik/26.4.11/templates/_tlsstore.tpl diff --git a/enterprise/traefik/26.4.6/templates/common.yaml b/enterprise/traefik/26.4.11/templates/common.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/common.yaml rename to enterprise/traefik/26.4.11/templates/common.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/addPrefix.yaml b/enterprise/traefik/26.4.11/templates/middlewares/addPrefix.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/addPrefix.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/addPrefix.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/basic-middleware.yaml b/enterprise/traefik/26.4.11/templates/middlewares/basic-middleware.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/basic-middleware.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/basic-middleware.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/basicauth.yaml b/enterprise/traefik/26.4.11/templates/middlewares/basicauth.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/basicauth.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/basicauth.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/bouncer.yaml b/enterprise/traefik/26.4.11/templates/middlewares/bouncer.yaml similarity index 98% rename from enterprise/traefik/26.4.6/templates/middlewares/bouncer.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/bouncer.yaml index e4533695f04..2e3015297b9 100644 --- a/enterprise/traefik/26.4.6/templates/middlewares/bouncer.yaml +++ b/enterprise/traefik/26.4.11/templates/middlewares/bouncer.yaml @@ -63,13 +63,13 @@ spec: {{- end }} {{- end }} {{- if $middlewareData.forwardedHeadersTrustedIPs }} - forwardedHeadersTrustedIPs: + forwardedHeadersTrustedIPs: {{- range $middlewareData.forwardedHeadersTrustedIPs }} - {{ . }} {{- end }} {{- end }} {{- if $middlewareData.clientTrustedIPs }} - clientTrustedIPs: + clientTrustedIPs: {{- range $middlewareData.clientTrustedIPs }} - {{ . }} {{- end }} @@ -89,13 +89,13 @@ spec: {{- with $middlewareData.redisCacheDatabase }} redisCacheDatabase: {{ . }} {{- end }} - {{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }} + {{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }} crowdsecLapiTLSCertificateAuthority: {{ . }} {{- end }} {{- with $middlewareData.crowdsecLapiTLSCertificateAuthorityFile }} crowdsecLapiTLSCertificateAuthorityFile: {{ . }} {{- end }} - {{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }} + {{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }} crowdsecLapiTLSCertificateBouncer: {{ . }} {{- end }} {{- with $middlewareData.crowdsecLapiTLSCertificateBouncerFile }} @@ -108,5 +108,5 @@ spec: crowdsecLapiTLSCertificateBouncerKeyFile: {{ . }} {{- end }} - + {{- end }} diff --git a/enterprise/traefik/26.4.6/templates/middlewares/buffering.yaml b/enterprise/traefik/26.4.11/templates/middlewares/buffering.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/buffering.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/buffering.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/chain.yaml b/enterprise/traefik/26.4.11/templates/middlewares/chain.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/chain.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/chain.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/customFrameOptionsValue.yaml b/enterprise/traefik/26.4.11/templates/middlewares/customFrameOptionsValue.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/customFrameOptionsValue.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/customFrameOptionsValue.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/customRequestHeaders.yaml b/enterprise/traefik/26.4.11/templates/middlewares/customRequestHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/customRequestHeaders.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/customRequestHeaders.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/customResponseHeaders.yaml b/enterprise/traefik/26.4.11/templates/middlewares/customResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/customResponseHeaders.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/customResponseHeaders.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/forwardauth.yaml b/enterprise/traefik/26.4.11/templates/middlewares/forwardauth.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/forwardauth.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/forwardauth.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/geoblock.yaml b/enterprise/traefik/26.4.11/templates/middlewares/geoblock.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/geoblock.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/geoblock.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/ipwhitelist.yaml b/enterprise/traefik/26.4.11/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/ipwhitelist.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/ipwhitelist.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/modsecurity.yaml b/enterprise/traefik/26.4.11/templates/middlewares/modsecurity.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/modsecurity.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/modsecurity.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/ratelimit.yaml b/enterprise/traefik/26.4.11/templates/middlewares/ratelimit.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/ratelimit.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/ratelimit.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/real-ip.yaml b/enterprise/traefik/26.4.11/templates/middlewares/real-ip.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/real-ip.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/real-ip.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/redirectScheme.yaml b/enterprise/traefik/26.4.11/templates/middlewares/redirectScheme.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/redirectScheme.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/redirectScheme.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/redirectregex.yaml b/enterprise/traefik/26.4.11/templates/middlewares/redirectregex.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/redirectregex.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/redirectregex.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/rewriteResponseHeaders.yaml b/enterprise/traefik/26.4.11/templates/middlewares/rewriteResponseHeaders.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/rewriteResponseHeaders.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/rewriteResponseHeaders.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/stripPrefixRegex.yaml b/enterprise/traefik/26.4.11/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/stripPrefixRegex.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/stripPrefixRegex.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/tc-chains.yaml b/enterprise/traefik/26.4.11/templates/middlewares/tc-chains.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/tc-chains.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/tc-chains.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/tc-headers.yaml b/enterprise/traefik/26.4.11/templates/middlewares/tc-headers.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/tc-headers.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/tc-headers.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/tc-nextcloud.yaml b/enterprise/traefik/26.4.11/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/tc-nextcloud.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/tc-nextcloud.yaml diff --git a/enterprise/traefik/26.4.6/templates/middlewares/theme-park.yaml b/enterprise/traefik/26.4.11/templates/middlewares/theme-park.yaml similarity index 100% rename from enterprise/traefik/26.4.6/templates/middlewares/theme-park.yaml rename to enterprise/traefik/26.4.11/templates/middlewares/theme-park.yaml diff --git a/enterprise/traefik/26.4.6/values.yaml b/enterprise/traefik/26.4.11/values.yaml similarity index 100% rename from enterprise/traefik/26.4.6/values.yaml rename to enterprise/traefik/26.4.11/values.yaml diff --git a/enterprise/traefik/26.4.6/CHANGELOG.md b/enterprise/traefik/26.4.6/CHANGELOG.md deleted file mode 100644 index 71467bc5d8c..00000000000 --- a/enterprise/traefik/26.4.6/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [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) - -### Chore - - - -- update container image tccr.io/tccr/traefik to v2.10.7[@1a1f160](https://github.com/1a1f160) by renovate ([#17471](https://github.com/truecharts/charts/issues/17471)) - - -## [traefik-25.1.12](https://github.com/truecharts/charts/compare/traefik-25.1.11...traefik-25.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)) - - -## [traefik-25.1.11](https://github.com/truecharts/charts/compare/traefik-25.1.10...traefik-25.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/enterprise/traefik/26.4.6/Chart.yaml b/enterprise/traefik/26.4.6/Chart.yaml deleted file mode 100644 index 63fcdbdd503..00000000000 --- a/enterprise/traefik/26.4.6/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.2 - 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.6 diff --git a/enterprise/traefik/26.4.6/charts/common-18.1.2.tgz b/enterprise/traefik/26.4.6/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/enterprise/traefik/26.4.6/charts/common-18.1.2.tgz and /dev/null differ diff --git a/enterprise/traefik/26.4.6/ix_values.yaml b/enterprise/traefik/26.4.6/ix_values.yaml deleted file mode 100644 index dbae555dded..00000000000 --- a/enterprise/traefik/26.4.6/ix_values.yaml +++ /dev/null @@ -1,498 +0,0 @@ -image: - repository: tccr.io/tccr/traefik - tag: v2.11.0@sha256:b117ffbec2ea61d02154a2a93e6c3ad5ffe8e3e5539bd08e8e96078d79e4454a - 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 - ports: - web: - enabled: true - port: 80 - protocol: http - externalTrafficPolicy: local - 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 - externalTrafficPolicy: local - # -- 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.crowdsecBouncer }}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/vaultwarden/26.1.2/CHANGELOG.md b/enterprise/vaultwarden/26.1.2/CHANGELOG.md deleted file mode 100644 index f02048fd526..00000000000 --- a/enterprise/vaultwarden/26.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [vaultwarden-25.1.6](https://github.com/truecharts/charts/compare/vaultwarden-25.1.5...vaultwarden-25.1.6) (2024-01-02) \ No newline at end of file diff --git a/enterprise/vaultwarden/26.1.2/Chart.yaml b/enterprise/vaultwarden/26.1.2/Chart.yaml deleted file mode 100644 index cd0333d2321..00000000000 --- a/enterprise/vaultwarden/26.1.2/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.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: 1.30.3 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/enterprise/vaultwarden/26.1.2/charts/common-18.0.2.tgz b/enterprise/vaultwarden/26.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/vaultwarden/26.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/vaultwarden/26.1.2/ix_values.yaml b/enterprise/vaultwarden/26.1.2/ix_values.yaml deleted file mode 100644 index 4bf2d490116..00000000000 --- a/enterprise/vaultwarden/26.1.2/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.1.2/.helmignore b/enterprise/vaultwarden/26.2.3/.helmignore similarity index 100% rename from enterprise/vaultwarden/26.1.2/.helmignore rename to enterprise/vaultwarden/26.2.3/.helmignore diff --git a/enterprise/vaultwarden/26.2.3/CHANGELOG.md b/enterprise/vaultwarden/26.2.3/CHANGELOG.md new file mode 100644 index 00000000000..5d741039d2d --- /dev/null +++ b/enterprise/vaultwarden/26.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/enterprise/vaultwarden/26.2.3/Chart.yaml b/enterprise/vaultwarden/26.2.3/Chart.yaml new file mode 100644 index 00000000000..fbab2a91591 --- /dev/null +++ b/enterprise/vaultwarden/26.2.3/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: 1.30.5 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/enterprise/vaultwarden/26.1.2/README.md b/enterprise/vaultwarden/26.2.3/README.md similarity index 100% rename from enterprise/vaultwarden/26.1.2/README.md rename to enterprise/vaultwarden/26.2.3/README.md diff --git a/enterprise/vaultwarden/26.2.3/app-changelog.md b/enterprise/vaultwarden/26.2.3/app-changelog.md new file mode 100644 index 00000000000..de67b1f979b --- /dev/null +++ b/enterprise/vaultwarden/26.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/vaultwarden/26.1.2/app-readme.md b/enterprise/vaultwarden/26.2.3/app-readme.md similarity index 100% rename from enterprise/vaultwarden/26.1.2/app-readme.md rename to enterprise/vaultwarden/26.2.3/app-readme.md diff --git a/enterprise/vaultwarden/26.2.3/charts/common-18.1.6.tgz b/enterprise/vaultwarden/26.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/vaultwarden/26.2.3/charts/common-18.1.6.tgz differ diff --git a/enterprise/vaultwarden/26.2.3/ix_values.yaml b/enterprise/vaultwarden/26.2.3/ix_values.yaml new file mode 100644 index 00000000000..aecc21666d4 --- /dev/null +++ b/enterprise/vaultwarden/26.2.3/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.1.2/questions.yaml b/enterprise/vaultwarden/26.2.3/questions.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.2/questions.yaml rename to enterprise/vaultwarden/26.2.3/questions.yaml diff --git a/enterprise/vaultwarden/26.1.2/templates/NOTES.txt b/enterprise/vaultwarden/26.2.3/templates/NOTES.txt similarity index 100% rename from enterprise/vaultwarden/26.1.2/templates/NOTES.txt rename to enterprise/vaultwarden/26.2.3/templates/NOTES.txt diff --git a/enterprise/vaultwarden/26.1.2/templates/_configmap.tpl b/enterprise/vaultwarden/26.2.3/templates/_configmap.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.2/templates/_configmap.tpl rename to enterprise/vaultwarden/26.2.3/templates/_configmap.tpl diff --git a/enterprise/vaultwarden/26.1.2/templates/_secrets.tpl b/enterprise/vaultwarden/26.2.3/templates/_secrets.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.2/templates/_secrets.tpl rename to enterprise/vaultwarden/26.2.3/templates/_secrets.tpl diff --git a/enterprise/vaultwarden/26.1.2/templates/_validate.tpl b/enterprise/vaultwarden/26.2.3/templates/_validate.tpl similarity index 100% rename from enterprise/vaultwarden/26.1.2/templates/_validate.tpl rename to enterprise/vaultwarden/26.2.3/templates/_validate.tpl diff --git a/enterprise/vaultwarden/26.1.2/templates/common.yaml b/enterprise/vaultwarden/26.2.3/templates/common.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.2/templates/common.yaml rename to enterprise/vaultwarden/26.2.3/templates/common.yaml diff --git a/enterprise/vaultwarden/26.1.2/values.yaml b/enterprise/vaultwarden/26.2.3/values.yaml similarity index 100% rename from enterprise/vaultwarden/26.1.2/values.yaml rename to enterprise/vaultwarden/26.2.3/values.yaml diff --git a/enterprise/velero/4.1.1/CHANGELOG.md b/enterprise/velero/4.1.1/CHANGELOG.md deleted file mode 100644 index b3333ec6457..00000000000 --- a/enterprise/velero/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/enterprise/velero/4.1.1/Chart.yaml b/enterprise/velero/4.1.1/Chart.yaml deleted file mode 100644 index f016b1e67f5..00000000000 --- a/enterprise/velero/4.1.1/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.12" - truecharts.org/train: enterprise -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/enterprise/velero/4.1.1/charts/common-18.0.2.tgz b/enterprise/velero/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/enterprise/velero/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/enterprise/velero/4.1.1/.helmignore b/enterprise/velero/4.2.2/.helmignore similarity index 100% rename from enterprise/velero/4.1.1/.helmignore rename to enterprise/velero/4.2.2/.helmignore diff --git a/enterprise/velero/4.2.2/CHANGELOG.md b/enterprise/velero/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..47f45735b88 --- /dev/null +++ b/enterprise/velero/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/enterprise/velero/4.2.2/Chart.yaml b/enterprise/velero/4.2.2/Chart.yaml new file mode 100644 index 00000000000..07d4ff78323 --- /dev/null +++ b/enterprise/velero/4.2.2/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.12" + truecharts.org/train: enterprise +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/enterprise/velero/4.1.1/README.md b/enterprise/velero/4.2.2/README.md similarity index 100% rename from enterprise/velero/4.1.1/README.md rename to enterprise/velero/4.2.2/README.md diff --git a/enterprise/velero/4.2.2/app-changelog.md b/enterprise/velero/4.2.2/app-changelog.md new file mode 100644 index 00000000000..c663203188a --- /dev/null +++ b/enterprise/velero/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/enterprise/velero/4.1.1/app-readme.md b/enterprise/velero/4.2.2/app-readme.md similarity index 100% rename from enterprise/velero/4.1.1/app-readme.md rename to enterprise/velero/4.2.2/app-readme.md diff --git a/enterprise/velero/4.2.2/charts/common-18.1.6.tgz b/enterprise/velero/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/enterprise/velero/4.2.2/charts/common-18.1.6.tgz differ diff --git a/enterprise/velero/4.1.1/charts/velero-5.4.1.tgz b/enterprise/velero/4.2.2/charts/velero-5.4.1.tgz similarity index 100% rename from enterprise/velero/4.1.1/charts/velero-5.4.1.tgz rename to enterprise/velero/4.2.2/charts/velero-5.4.1.tgz diff --git a/enterprise/velero/4.1.1/ix_values.yaml b/enterprise/velero/4.2.2/ix_values.yaml similarity index 100% rename from enterprise/velero/4.1.1/ix_values.yaml rename to enterprise/velero/4.2.2/ix_values.yaml diff --git a/enterprise/velero/4.1.1/questions.yaml b/enterprise/velero/4.2.2/questions.yaml similarity index 100% rename from enterprise/velero/4.1.1/questions.yaml rename to enterprise/velero/4.2.2/questions.yaml diff --git a/enterprise/velero/4.1.1/templates/NOTES.txt b/enterprise/velero/4.2.2/templates/NOTES.txt similarity index 100% rename from enterprise/velero/4.1.1/templates/NOTES.txt rename to enterprise/velero/4.2.2/templates/NOTES.txt diff --git a/enterprise/velero/4.1.1/templates/common.yaml b/enterprise/velero/4.2.2/templates/common.yaml similarity index 100% rename from enterprise/velero/4.1.1/templates/common.yaml rename to enterprise/velero/4.2.2/templates/common.yaml diff --git a/enterprise/velero/4.1.1/values.yaml b/enterprise/velero/4.2.2/values.yaml similarity index 100% rename from enterprise/velero/4.1.1/values.yaml rename to enterprise/velero/4.2.2/values.yaml diff --git a/incubator/anything-llm/1.0.0/CHANGELOG.md b/incubator/anything-llm/1.0.0/CHANGELOG.md deleted file mode 100644 index ff745e0caed..00000000000 --- a/incubator/anything-llm/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - -## [anything-llm-0.0.1]anything-llm-0.0.1 (2024-01-21) \ No newline at end of file diff --git a/incubator/anything-llm/1.0.0/Chart.yaml b/incubator/anything-llm/1.0.0/Chart.yaml deleted file mode 100644 index dcf9991bf65..00000000000 --- a/incubator/anything-llm/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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 17.5.0 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. -home: https://truecharts.org/charts/incubator/anything-llm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png -keywords: - - anything-llm - - ai -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: anything-llm -sources: - - https://github.com/Mintplex-Labs/anything-llm - - https://github.com/truecharts/charts/tree/master/charts/incubator/anything-llm - - https://ghcr.io/mintplex-labs/anything-llm -type: application -version: 1.0.0 diff --git a/incubator/anything-llm/1.0.0/charts/common-17.5.0.tgz b/incubator/anything-llm/1.0.0/charts/common-17.5.0.tgz deleted file mode 100644 index 3a5534883aa..00000000000 Binary files a/incubator/anything-llm/1.0.0/charts/common-17.5.0.tgz and /dev/null differ diff --git a/incubator/anything-llm/1.0.0/questions.yaml b/incubator/anything-llm/1.0.0/questions.yaml deleted file mode 100755 index 66fb17b065b..00000000000 --- a/incubator/anything-llm/1.0.0/questions.yaml +++ /dev/null @@ -1,3766 +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: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LLM_PROVIDER - label: LLM Provider - schema: - type: string - required: true - default: default - enum: - - value: "" - description: Default - - value: openai - description: OpenAI - - value: gemini - description: Gemini - - value: azure - description: Azure - - value: anthropic - description: Anthropic - - value: lmstudio - description: LMStudio - - value: localai - description: LocalAI - - value: ollama - description: Ollama - - value: togetherai - description: TogetherAI - - value: mistral - description: Mistral - - value: huggingface - description: HuggingFace - - variable: OPEN_AI_KEY - label: Open AI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "openai"]] - - variable: GEMINI_API_KEY - label: Gemini AI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "gemini"]] - - variable: GEMINI_LLM_MODEL_PREF - label: Gemini LLM Model Pref - schema: - type: string - default: "gemini-pro" - show_if: [[LLM_PROVIDER, "=", "gemini"]] - - variable: AZURE_OPENAI_KEY - label: Azure OpenAI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "azure"]] - - variable: AZURE_OPENAI_ENDPOINT - label: Azure OpenAI Endpoint - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "azure"]] - - variable: ANTHROPIC_API_KEY - label: Anthropic API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "anthropic"]] - - variable: ANTHROPIC_MODEL_PREF - label: Anthropic Model Pref - schema: - type: string - default: "claude-2" - show_if: [[LLM_PROVIDER, "=", "anthropic"]] - - variable: LMSTUDIO_BASE_PATH - label: LMStudio Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "lmstudio"]] - - variable: LMSTUDIO_MODEL_TOKEN_LIMIT - label: LMStudio Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "lmstudio"]] - - variable: LOCAL_AI_API_KEY - label: Local AI API Key - schema: - type: string - default: "sk-123abc" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_MODEL_TOKEN_LIMIT - label: Local AI Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_BASE_PATH - label: Local AI Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_MODEL_PREF - label: Local AI Model Pref - schema: - type: string - default: "luna-ai-llama2" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: OLLAMA_BASE_PATH - label: Ollama Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: OLLAMA_MODEL_PREF - label: Ollama Model Pref - schema: - type: string - default: "llama2" - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: OLLAMA_MODEL_TOKEN_LIMIT - label: Ollama Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: TOGETHER_AI_API_KEY - label: Together AI API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "togetherai"]] - - variable: TOGETHER_AI_MODEL_PREF - label: Together AI Model pref - schema: - type: string - default: "mistralai/Mixtral-8x7B-Instruct-v0.1" - show_if: [[LLM_PROVIDER, "=", "togetherai"]] - - variable: MISTRAL_API_KEY - label: Mistral API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "mistral"]] - - variable: MISTRAL_MODEL_PREF - label: Mistral Model pref - schema: - type: string - default: "mistral-tiny" - show_if: [[LLM_PROVIDER, "=", "mistral"]] - - variable: HUGGING_FACE_LLM_API_KEY - label: Hugging Face LLM API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: HUGGING_FACE_LLM_TOKEN_LIMIT - label: Hugging Face LLM Token Limit - schema: - type: int - default: 8000 - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: HUGGING_FACE_LLM_ENDPOINT - label: Hugging Face LLM EndPoint - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: OPEN_MODEL_PREF - label: Open Model Pref - schema: - type: string - default: "" - - variable: EMBEDDING_ENGINE - label: Embedding Engine - schema: - type: string - required: true - default: default - enum: - - value: "" - description: Default - - value: openai - description: OpenAI - - value: azure - description: Azure - - value: localai - description: LocalAI - - variable: EMBEDDING_MODEL_PREF - label: Embedding Model Pref - schema: - type: string - default: "" - - variable: EMBEDDING_BASE_PATH - label: Embedding Base Path - schema: - type: string - default: "" - - variable: EMBEDDING_MODEL_MAX_CHUNK_LENGTH - label: Embedding Model Max Chunk Length - schema: - type: int - default: 1000 - - variable: VECTOR_DB - label: Vector DB - schema: - type: string - required: true - default: default - enum: - - value: "" - description: Default - - value: chroma - description: Chroma - - value: pinecone - description: PineCone - - value: lancedb - description: LanceDB - - value: weaviate - description: Weaviate - - value: qdrant - description: Qdrant - - value: milvus - description: Milvus - - value: zilliz - description: Zilliz - - value: astra - description: Astra DB - - variable: CHROMA_API_KEY - label: Chroma API Key - schema: - type: string - default: "sk-123abc" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: CHROMA_API_HEADER - label: Chroma API Header - schema: - type: string - default: "X-Api-Key" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: CHROMA_ENDPOINT - label: Chroma Endpoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: PINECONE_API_KEY - label: PineCone API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "pinecone"]] - - variable: PINECONE_INDEX - label: PineCone Index - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "pinecone"]] - - variable: WEAVIATE_API_KEY - label: Weaviate API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "weaviate"]] - - variable: WEAVIATE_ENDPOINT - label: Weaviate Endpoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "weaviate"]] - - variable: QDRANT_API_KEY - label: Qdrant API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "qdrant"]] - - variable: QDRANT_ENDPOINT - label: Qdrant Endpointt - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "qdrant"]] - - variable: MILVUS_ADDRESS - label: Milvus Address - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: MILVUS_USERNAME - label: Milvus UserName - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: MILVUS_PASSWORD - label: Milvus Password - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: ZILLIZ_API_TOKEN - label: Zilliz API Token - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "zilliz"]] - - variable: ZILLIZ_ENDPOINT - label: Zilliz EndPoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "zilliz"]] - - variable: ASTRA_DB_APPLICATION_TOKEN - label: Astra DB Application Token - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "astra"]] - - variable: ASTRA_DB_ENDPOINT - label: Astra DB EndPoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "astra"]] - - variable: adv_settings - label: Show Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISABLE_TELEMETRY - label: Disable Telemetry - schema: - type: boolean - default: false - - variable: PASSWORDMINCHAR - label: Password Min Char - schema: - type: int - default: 8 - - variable: PASSWORDMAXCHAR - label: Password Max Char - schema: - type: int - default: 250 - - variable: PASSWORDLOWERCASE - label: Password LowerCase - schema: - type: int - default: 1 - - variable: PASSWORDUPPERCASE - label: Password UpperCase - schema: - type: int - default: 1 - - variable: PASSWORDNUMERIC - label: Password Numeric - schema: - type: int - default: 1 - - variable: PASSWORDSYMBOL - label: Password Symbol - schema: - type: int - default: 1 - - variable: PASSWORDREQUIREMENTS - label: Password Requirements - schema: - type: int - default: 4 - - - variable: advanced - 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: 3001 - 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: storage - label: "App Storage Storage" - description: "Stores the Application 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: hotdir - label: "App HotDir Storage" - description: "Stores the Application HotDir." - 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: outputs - label: "App Outputs Storage" - description: "Stores the Application Outputs." - 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/incubator/anything-llm/1.0.0/.helmignore b/incubator/anything-llm/1.0.4/.helmignore similarity index 100% rename from incubator/anything-llm/1.0.0/.helmignore rename to incubator/anything-llm/1.0.4/.helmignore diff --git a/incubator/anything-llm/1.0.4/CHANGELOG.md b/incubator/anything-llm/1.0.4/CHANGELOG.md new file mode 100644 index 00000000000..7567b8ef3d6 --- /dev/null +++ b/incubator/anything-llm/1.0.4/CHANGELOG.md @@ -0,0 +1,27 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anything-llm-1.0.4](https://github.com/truecharts/charts/compare/anything-llm-1.0.3...anything-llm-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases + + + + + + + + + +## [anything-llm-0.0.1]anything-llm-0.0.1 (2024-01-21) \ No newline at end of file diff --git a/incubator/anything-llm/1.0.4/Chart.yaml b/incubator/anything-llm/1.0.4/Chart.yaml new file mode 100644 index 00000000000..43ee7e9e9db --- /dev/null +++ b/incubator/anything-llm/1.0.4/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 17.5.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. +home: https://truecharts.org/charts/incubator/anything-llm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png +keywords: + - anything-llm + - ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anything-llm +sources: + - https://github.com/Mintplex-Labs/anything-llm + - https://github.com/truecharts/charts/tree/master/charts/incubator/anything-llm + - https://ghcr.io/mintplex-labs/anything-llm +type: application +version: 1.0.4 diff --git a/incubator/anything-llm/1.0.0/README.md b/incubator/anything-llm/1.0.4/README.md similarity index 100% rename from incubator/anything-llm/1.0.0/README.md rename to incubator/anything-llm/1.0.4/README.md diff --git a/incubator/anything-llm/1.0.4/app-changelog.md b/incubator/anything-llm/1.0.4/app-changelog.md new file mode 100644 index 00000000000..f842bcf9c13 --- /dev/null +++ b/incubator/anything-llm/1.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [anything-llm-1.0.4](https://github.com/truecharts/charts/compare/anything-llm-1.0.3...anything-llm-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/anything-llm/1.0.0/app-readme.md b/incubator/anything-llm/1.0.4/app-readme.md similarity index 100% rename from incubator/anything-llm/1.0.0/app-readme.md rename to incubator/anything-llm/1.0.4/app-readme.md diff --git a/incubator/anything-llm/1.0.4/charts/common-17.5.1.tgz b/incubator/anything-llm/1.0.4/charts/common-17.5.1.tgz new file mode 100644 index 00000000000..6bb96f1f5af Binary files /dev/null and b/incubator/anything-llm/1.0.4/charts/common-17.5.1.tgz differ diff --git a/incubator/anything-llm/1.0.0/ix_values.yaml b/incubator/anything-llm/1.0.4/ix_values.yaml similarity index 100% rename from incubator/anything-llm/1.0.0/ix_values.yaml rename to incubator/anything-llm/1.0.4/ix_values.yaml diff --git a/incubator/anything-llm/1.0.4/questions.yaml b/incubator/anything-llm/1.0.4/questions.yaml new file mode 100755 index 00000000000..90d5ee365f4 --- /dev/null +++ b/incubator/anything-llm/1.0.4/questions.yaml @@ -0,0 +1,3763 @@ +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: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: LLM_PROVIDER + label: LLM Provider + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: openai + description: OpenAI + - value: gemini + description: Gemini + - value: azure + description: Azure + - value: anthropic + description: Anthropic + - value: lmstudio + description: LMStudio + - value: localai + description: LocalAI + - value: ollama + description: Ollama + - value: togetherai + description: TogetherAI + - value: mistral + description: Mistral + - value: huggingface + description: HuggingFace + - variable: OPEN_AI_KEY + label: Open AI Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "openai"]] + - variable: GEMINI_API_KEY + label: Gemini AI Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "gemini"]] + - variable: GEMINI_LLM_MODEL_PREF + label: Gemini LLM Model Pref + schema: + type: string + default: "gemini-pro" + show_if: [[LLM_PROVIDER, "=", "gemini"]] + - variable: AZURE_OPENAI_KEY + label: Azure OpenAI Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "azure"]] + - variable: AZURE_OPENAI_ENDPOINT + label: Azure OpenAI Endpoint + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "azure"]] + - variable: ANTHROPIC_API_KEY + label: Anthropic API Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "anthropic"]] + - variable: ANTHROPIC_MODEL_PREF + label: Anthropic Model Pref + schema: + type: string + default: "claude-2" + show_if: [[LLM_PROVIDER, "=", "anthropic"]] + - variable: LMSTUDIO_BASE_PATH + label: LMStudio Base Path + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "lmstudio"]] + - variable: LMSTUDIO_MODEL_TOKEN_LIMIT + label: LMStudio Model Token Limit + schema: + type: int + default: 4096 + show_if: [[LLM_PROVIDER, "=", "lmstudio"]] + - variable: LOCAL_AI_API_KEY + label: Local AI API Key + schema: + type: string + default: "sk-123abc" + show_if: [[LLM_PROVIDER, "=", "localai"]] + - variable: LOCAL_AI_MODEL_TOKEN_LIMIT + label: Local AI Model Token Limit + schema: + type: int + default: 4096 + show_if: [[LLM_PROVIDER, "=", "localai"]] + - variable: LOCAL_AI_BASE_PATH + label: Local AI Base Path + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "localai"]] + - variable: LOCAL_AI_MODEL_PREF + label: Local AI Model Pref + schema: + type: string + default: "luna-ai-llama2" + show_if: [[LLM_PROVIDER, "=", "localai"]] + - variable: OLLAMA_BASE_PATH + label: Ollama Base Path + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "ollama"]] + - variable: OLLAMA_MODEL_PREF + label: Ollama Model Pref + schema: + type: string + default: "llama2" + show_if: [[LLM_PROVIDER, "=", "ollama"]] + - variable: OLLAMA_MODEL_TOKEN_LIMIT + label: Ollama Model Token Limit + schema: + type: int + default: 4096 + show_if: [[LLM_PROVIDER, "=", "ollama"]] + - variable: TOGETHER_AI_API_KEY + label: Together AI API Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "togetherai"]] + - variable: TOGETHER_AI_MODEL_PREF + label: Together AI Model pref + schema: + type: string + default: "mistralai/Mixtral-8x7B-Instruct-v0.1" + show_if: [[LLM_PROVIDER, "=", "togetherai"]] + - variable: MISTRAL_API_KEY + label: Mistral API Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "mistral"]] + - variable: MISTRAL_MODEL_PREF + label: Mistral Model pref + schema: + type: string + default: "mistral-tiny" + show_if: [[LLM_PROVIDER, "=", "mistral"]] + - variable: HUGGING_FACE_LLM_API_KEY + label: Hugging Face LLM API Key + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "huggingface"]] + - variable: HUGGING_FACE_LLM_TOKEN_LIMIT + label: Hugging Face LLM Token Limit + schema: + type: int + default: 8000 + show_if: [[LLM_PROVIDER, "=", "huggingface"]] + - variable: HUGGING_FACE_LLM_ENDPOINT + label: Hugging Face LLM EndPoint + schema: + type: string + default: "" + show_if: [[LLM_PROVIDER, "=", "huggingface"]] + - variable: OPEN_MODEL_PREF + label: Open Model Pref + schema: + type: string + default: "" + - variable: EMBEDDING_ENGINE + label: Embedding Engine + schema: + type: string + default: default + enum: + - value: "" + description: Default + - value: openai + description: OpenAI + - value: azure + description: Azure + - value: localai + description: LocalAI + - variable: EMBEDDING_MODEL_PREF + label: Embedding Model Pref + schema: + type: string + default: "" + - variable: EMBEDDING_BASE_PATH + label: Embedding Base Path + schema: + type: string + default: "" + - variable: EMBEDDING_MODEL_MAX_CHUNK_LENGTH + label: Embedding Model Max Chunk Length + schema: + type: int + default: 1000 + - variable: VECTOR_DB + label: Vector DB + schema: + type: string + default: default + enum: + - value: "" + description: Default + - value: chroma + description: Chroma + - value: pinecone + description: PineCone + - value: lancedb + description: LanceDB + - value: weaviate + description: Weaviate + - value: qdrant + description: Qdrant + - value: milvus + description: Milvus + - value: zilliz + description: Zilliz + - value: astra + description: Astra DB + - variable: CHROMA_API_KEY + label: Chroma API Key + schema: + type: string + default: "sk-123abc" + show_if: [[VECTOR_DB, "=", "chroma"]] + - variable: CHROMA_API_HEADER + label: Chroma API Header + schema: + type: string + default: "X-Api-Key" + show_if: [[VECTOR_DB, "=", "chroma"]] + - variable: CHROMA_ENDPOINT + label: Chroma Endpoint + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "chroma"]] + - variable: PINECONE_API_KEY + label: PineCone API Key + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "pinecone"]] + - variable: PINECONE_INDEX + label: PineCone Index + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "pinecone"]] + - variable: WEAVIATE_API_KEY + label: Weaviate API Key + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "weaviate"]] + - variable: WEAVIATE_ENDPOINT + label: Weaviate Endpoint + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "weaviate"]] + - variable: QDRANT_API_KEY + label: Qdrant API Key + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "qdrant"]] + - variable: QDRANT_ENDPOINT + label: Qdrant Endpointt + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "qdrant"]] + - variable: MILVUS_ADDRESS + label: Milvus Address + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "milvus"]] + - variable: MILVUS_USERNAME + label: Milvus UserName + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "milvus"]] + - variable: MILVUS_PASSWORD + label: Milvus Password + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "milvus"]] + - variable: ZILLIZ_API_TOKEN + label: Zilliz API Token + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "zilliz"]] + - variable: ZILLIZ_ENDPOINT + label: Zilliz EndPoint + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "zilliz"]] + - variable: ASTRA_DB_APPLICATION_TOKEN + label: Astra DB Application Token + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "astra"]] + - variable: ASTRA_DB_ENDPOINT + label: Astra DB EndPoint + schema: + type: string + default: "" + show_if: [[VECTOR_DB, "=", "astra"]] + - variable: adv_settings + label: Show Advanced Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DISABLE_TELEMETRY + label: Disable Telemetry + schema: + type: boolean + default: false + - variable: PASSWORDMINCHAR + label: Password Min Char + schema: + type: int + default: 8 + - variable: PASSWORDMAXCHAR + label: Password Max Char + schema: + type: int + default: 250 + - variable: PASSWORDLOWERCASE + label: Password LowerCase + schema: + type: int + default: 1 + - variable: PASSWORDUPPERCASE + label: Password UpperCase + schema: + type: int + default: 1 + - variable: PASSWORDNUMERIC + label: Password Numeric + schema: + type: int + default: 1 + - variable: PASSWORDSYMBOL + label: Password Symbol + schema: + type: int + default: 1 + - variable: PASSWORDREQUIREMENTS + label: Password Requirements + schema: + type: int + default: 4 + + - variable: advanced + 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: 3001 + 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: storage + label: "App Storage Storage" + description: "Stores the Application 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: hotdir + label: "App HotDir Storage" + description: "Stores the Application HotDir." + 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: outputs + label: "App Outputs Storage" + description: "Stores the Application Outputs." + 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/incubator/anything-llm/1.0.0/templates/NOTES.txt b/incubator/anything-llm/1.0.4/templates/NOTES.txt similarity index 100% rename from incubator/anything-llm/1.0.0/templates/NOTES.txt rename to incubator/anything-llm/1.0.4/templates/NOTES.txt diff --git a/incubator/anything-llm/1.0.0/templates/_secrets.tpl b/incubator/anything-llm/1.0.4/templates/_secrets.tpl similarity index 100% rename from incubator/anything-llm/1.0.0/templates/_secrets.tpl rename to incubator/anything-llm/1.0.4/templates/_secrets.tpl diff --git a/incubator/anything-llm/1.0.0/templates/common.yaml b/incubator/anything-llm/1.0.4/templates/common.yaml similarity index 100% rename from incubator/anything-llm/1.0.0/templates/common.yaml rename to incubator/anything-llm/1.0.4/templates/common.yaml diff --git a/incubator/anything-llm/1.0.0/values.yaml b/incubator/anything-llm/1.0.4/values.yaml similarity index 100% rename from incubator/anything-llm/1.0.0/values.yaml rename to incubator/anything-llm/1.0.4/values.yaml diff --git a/incubator/semaphore/1.0.0/.helmignore b/incubator/archivebox/1.0.3/.helmignore similarity index 100% rename from incubator/semaphore/1.0.0/.helmignore rename to incubator/archivebox/1.0.3/.helmignore diff --git a/incubator/archivebox/1.0.3/CHANGELOG.md b/incubator/archivebox/1.0.3/CHANGELOG.md new file mode 100644 index 00000000000..8af8d1d6d07 --- /dev/null +++ b/incubator/archivebox/1.0.3/CHANGELOG.md @@ -0,0 +1,17 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [archivebox-1.0.3](https://github.com/truecharts/charts/compare/archivebox-1.0.2...archivebox-1.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/archivebox/1.0.3/Chart.yaml b/incubator/archivebox/1.0.3/Chart.yaml new file mode 100644 index 00000000000..92568154d44 --- /dev/null +++ b/incubator/archivebox/1.0.3/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: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 17.2.31 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ArchiveBox is an open-source, self-hosted internet archiving solution. +home: https://truecharts.org/charts/incubator/archivebox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.png +keywords: + - archivebox + - archiving + - digipres + - backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: archivebox +sources: + - https://github.com/ArchiveBox/ArchiveBox + - https://github.com/truecharts/charts/tree/master/charts/incubator/archivebox + - https://hub.docker.com/r/archivebox/archivebox +type: application +version: 1.0.3 diff --git a/incubator/archivebox/1.0.3/README.md b/incubator/archivebox/1.0.3/README.md new file mode 100644 index 00000000000..b7847db2cbc --- /dev/null +++ b/incubator/archivebox/1.0.3/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/incubator/archivebox) + +**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/incubator/archivebox/1.0.3/app-changelog.md b/incubator/archivebox/1.0.3/app-changelog.md new file mode 100644 index 00000000000..d5826722bd6 --- /dev/null +++ b/incubator/archivebox/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [archivebox-1.0.3](https://github.com/truecharts/charts/compare/archivebox-1.0.2...archivebox-1.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/archivebox/1.0.3/app-readme.md b/incubator/archivebox/1.0.3/app-readme.md new file mode 100644 index 00000000000..f289b8c0a36 --- /dev/null +++ b/incubator/archivebox/1.0.3/app-readme.md @@ -0,0 +1,8 @@ +ArchiveBox is an open-source, self-hosted internet archiving solution. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/archivebox](https://truecharts.org/charts/incubator/archivebox) + +--- + +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/incubator/archivebox/1.0.3/charts/common-17.2.31.tgz b/incubator/archivebox/1.0.3/charts/common-17.2.31.tgz new file mode 100644 index 00000000000..91a61c839d6 Binary files /dev/null and b/incubator/archivebox/1.0.3/charts/common-17.2.31.tgz differ diff --git a/incubator/archivebox/1.0.3/ix_values.yaml b/incubator/archivebox/1.0.3/ix_values.yaml new file mode 100644 index 00000000000..f515a98f626 --- /dev/null +++ b/incubator/archivebox/1.0.3/ix_values.yaml @@ -0,0 +1,45 @@ +image: + repository: archivebox/archivebox + pullPolicy: IfNotPresent + tag: latest + +config: + admin_username: "admin" + admin_password: "changeme" + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 9598 + protocol: http + targetPort: 8000 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: /health/ + env: + ADMIN_USERNAME: "{{ .Values.config.admin_username }}" + ADMIN_PASSWORD: "{{ .Values.config.admin_password }}" + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + open: + enabled: true diff --git a/incubator/archivebox/1.0.3/questions.yaml b/incubator/archivebox/1.0.3/questions.yaml new file mode 100755 index 00000000000..659d2255874 --- /dev/null +++ b/incubator/archivebox/1.0.3/questions.yaml @@ -0,0 +1,2858 @@ +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: admin_username + label: "Admin Username" + description: "This is the initial admin user's username to create." + schema: + type: string + default: "admin" + - variable: admin_password + label: "Admin Password" + description: "This is the initial admin user's password to create." + schema: + type: string + default: "changeme" + - 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: 9598 + 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: 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/incubator/semaphore/1.0.0/templates/NOTES.txt b/incubator/archivebox/1.0.3/templates/NOTES.txt similarity index 100% rename from incubator/semaphore/1.0.0/templates/NOTES.txt rename to incubator/archivebox/1.0.3/templates/NOTES.txt diff --git a/operators/cert-manager/4.1.6/templates/common.yaml b/incubator/archivebox/1.0.3/templates/common.yaml similarity index 100% rename from operators/cert-manager/4.1.6/templates/common.yaml rename to incubator/archivebox/1.0.3/templates/common.yaml diff --git a/incubator/semaphore/1.0.0/values.yaml b/incubator/archivebox/1.0.3/values.yaml similarity index 100% rename from incubator/semaphore/1.0.0/values.yaml rename to incubator/archivebox/1.0.3/values.yaml diff --git a/operators/cert-manager/4.1.6/.helmignore b/incubator/atuin/2.0.3/.helmignore similarity index 100% rename from operators/cert-manager/4.1.6/.helmignore rename to incubator/atuin/2.0.3/.helmignore diff --git a/incubator/atuin/2.0.3/CHANGELOG.md b/incubator/atuin/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..0cde2c4c3da --- /dev/null +++ b/incubator/atuin/2.0.3/CHANGELOG.md @@ -0,0 +1,37 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [atuin-2.0.3](https://github.com/truecharts/charts/compare/atuin-2.0.2...atuin-2.0.3) (2024-03-05) + +### Chore + + + +- force rereleases + + + + + + + + +## [atuin-0.0.2](https://github.com/truecharts/charts/compare/atuin-0.0.1...atuin-0.0.2) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [atuin-0.0.1]atuin-0.0.1 (2024-01-12) \ No newline at end of file diff --git a/incubator/atuin/2.0.3/Chart.yaml b/incubator/atuin/2.0.3/Chart.yaml new file mode 100644 index 00000000000..5d3b486207c --- /dev/null +++ b/incubator/atuin/2.0.3/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 18.0.1 +dependencies: + - name: common + version: 17.5.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Magical shell history. +home: https://truecharts.org/charts/incubator/atuin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.png +keywords: + - atuin + - shell +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: atuin +sources: + - https://github.com/atuinsh/atuin + - https://github.com/truecharts/charts/tree/master/charts/incubator/atuin + - https://ghcr.io/atuinsh/atuin +type: application +version: 2.0.3 diff --git a/operators/grafana-agent-operator/1.0.0/README.md b/incubator/atuin/2.0.3/README.md similarity index 100% rename from operators/grafana-agent-operator/1.0.0/README.md rename to incubator/atuin/2.0.3/README.md diff --git a/incubator/atuin/2.0.3/app-changelog.md b/incubator/atuin/2.0.3/app-changelog.md new file mode 100644 index 00000000000..10e27f0780f --- /dev/null +++ b/incubator/atuin/2.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [atuin-2.0.3](https://github.com/truecharts/charts/compare/atuin-2.0.2...atuin-2.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/atuin/2.0.3/app-readme.md b/incubator/atuin/2.0.3/app-readme.md new file mode 100644 index 00000000000..d376459f733 --- /dev/null +++ b/incubator/atuin/2.0.3/app-readme.md @@ -0,0 +1,8 @@ +Magical shell history. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/atuin](https://truecharts.org/charts/incubator/atuin) + +--- + +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/incubator/atuin/2.0.3/charts/common-17.5.1.tgz b/incubator/atuin/2.0.3/charts/common-17.5.1.tgz new file mode 100644 index 00000000000..6bb96f1f5af Binary files /dev/null and b/incubator/atuin/2.0.3/charts/common-17.5.1.tgz differ diff --git a/incubator/atuin/2.0.3/ix_values.yaml b/incubator/atuin/2.0.3/ix_values.yaml new file mode 100644 index 00000000000..a53705f0175 --- /dev/null +++ b/incubator/atuin/2.0.3/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: ghcr.io/atuinsh/atuin + pullPolicy: IfNotPresent + tag: 18.0.1@sha256:49df5708d7fc085acf76c7868f10f25fa7ba947c8a7d3354a97207ba69c85cc3 + +securityContext: + container: + runAsUser: 1000 + runAsGroup: 1000 + +service: + main: + ports: + main: + protocol: http + port: 8888 + +atuin: + open_registration: false + +workload: + main: + podSpec: + containers: + main: + args: + - server + - start + env: + ATUIN_HOST: 0.0.0.0 + ATUIN_PORT: "{{ .Values.service.main.ports.main.port }}" + ATUIN_OPEN_REGISTRATION: "{{ .Values.atuin.open_registration }}" + ATUIN_CONFIG_DIR: /config + ATUIN_DB_URI: + secretKeyRef: + name: cnpg-main-urls + key: std + ATUIN_DB_USERNAME: "{{ .Values.cnpg.main.user }}" + ATUIN_DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + +persistence: + config: + enabled: true + mountPath: "/config" + +cnpg: + main: + enabled: true + user: atuin + database: atuin + +portal: + open: + enabled: false diff --git a/incubator/atuin/2.0.3/questions.yaml b/incubator/atuin/2.0.3/questions.yaml new file mode 100755 index 00000000000..7995e9f82b5 --- /dev/null +++ b/incubator/atuin/2.0.3/questions.yaml @@ -0,0 +1,2855 @@ +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: atuin + group: App Configuration + label: Atuin Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: open_registration + label: Open Registration + description: If true, accept new user registrations. + 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: 8888 + 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: 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: 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/operators/cert-manager/4.1.6/templates/NOTES.txt b/incubator/atuin/2.0.3/templates/NOTES.txt similarity index 100% rename from operators/cert-manager/4.1.6/templates/NOTES.txt rename to incubator/atuin/2.0.3/templates/NOTES.txt diff --git a/operators/grafana-agent-operator/1.0.0/templates/common.yaml b/incubator/atuin/2.0.3/templates/common.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/common.yaml rename to incubator/atuin/2.0.3/templates/common.yaml diff --git a/operators/cert-manager/4.1.6/values.yaml b/incubator/atuin/2.0.3/values.yaml similarity index 100% rename from operators/cert-manager/4.1.6/values.yaml rename to incubator/atuin/2.0.3/values.yaml diff --git a/operators/cloudnative-pg/6.1.3/.helmignore b/incubator/game-server-watcher/0.0.3/.helmignore similarity index 100% rename from operators/cloudnative-pg/6.1.3/.helmignore rename to incubator/game-server-watcher/0.0.3/.helmignore diff --git a/incubator/game-server-watcher/0.0.3/CHANGELOG.md b/incubator/game-server-watcher/0.0.3/CHANGELOG.md new file mode 100644 index 00000000000..ec9667fd6fa --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/CHANGELOG.md @@ -0,0 +1,17 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [game-server-watcher-0.0.3](https://github.com/truecharts/charts/compare/game-server-watcher-0.0.2...game-server-watcher-0.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/game-server-watcher/0.0.3/Chart.yaml b/incubator/game-server-watcher/0.0.3/Chart.yaml new file mode 100644 index 00000000000..ce7006cfd2a --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 3.0.0 +dependencies: + - name: common + version: 18.0.4 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple discord/telegram/slack bot to monitor your game servers and players in style. +home: https://truecharts.org/charts/incubator/game-server-watcher +icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png +keywords: + - game-server-watcher + - monitoring + - bots +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: game-server-watcher +sources: + - https://github.com/a-sync/game-server-watcher + - https://github.com/truecharts/charts/tree/master/charts/incubator/game-server-watcher + - https://ghcr.io/a-sync/game-server-watcher +type: application +version: 0.0.3 diff --git a/incubator/game-server-watcher/0.0.3/README.md b/incubator/game-server-watcher/0.0.3/README.md new file mode 100644 index 00000000000..e803c346907 --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/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/incubator/game-server-watcher) + +**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/incubator/game-server-watcher/0.0.3/app-changelog.md b/incubator/game-server-watcher/0.0.3/app-changelog.md new file mode 100644 index 00000000000..12efde097c7 --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [game-server-watcher-0.0.3](https://github.com/truecharts/charts/compare/game-server-watcher-0.0.2...game-server-watcher-0.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/game-server-watcher/0.0.3/app-readme.md b/incubator/game-server-watcher/0.0.3/app-readme.md new file mode 100644 index 00000000000..251c7af4df0 --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/app-readme.md @@ -0,0 +1,8 @@ +A simple discord/telegram/slack bot to monitor your game servers and players in style. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/game-server-watcher](https://truecharts.org/charts/incubator/game-server-watcher) + +--- + +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/incubator/game-server-watcher/0.0.3/charts/common-18.0.4.tgz b/incubator/game-server-watcher/0.0.3/charts/common-18.0.4.tgz new file mode 100644 index 00000000000..a718951b29f Binary files /dev/null and b/incubator/game-server-watcher/0.0.3/charts/common-18.0.4.tgz differ diff --git a/incubator/game-server-watcher/0.0.3/ix_values.yaml b/incubator/game-server-watcher/0.0.3/ix_values.yaml new file mode 100644 index 00000000000..b7ea4480233 --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ghcr.io/a-sync/game-server-watcher + pullPolicy: IfNotPresent + tag: v3.0.0@sha256:34d717b8353284d2b2d18c862b2dece46b61aeedce1b20dc00610de9a7a46a23 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + port: 10690 + +workload: + main: + podSpec: + containers: + main: + env: + # Writeable folder for data storage + DATA_PATH: "{{.Values.persistence.data.mountPath }}" + # Web service host + HOST: 0.0.0.0 + # Web service port + PORT: "{{ .Values.service.main.ports.main.port }}" + # Admin PASSWORD + SECRET: secret + # Enable or Disable debug mode + DBG: 0 + # Game server info refresh interval in minutes + REFRESH_TIME_MINUTES: 2 + # Steam web API key + STEAM_WEB_API_KEY: "" + # Discord bot token + DISCORD_BOT_TOKEN: "" + # Telegram bot token + TELEGRAM_BOT_TOKEN: "" + # Slack bot token + SLACK_BOT_TOKEN: "" + # Slack app token + SLACK_APP_TOKEN: "" + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + open: + enabled: true diff --git a/incubator/game-server-watcher/0.0.3/questions.yaml b/incubator/game-server-watcher/0.0.3/questions.yaml new file mode 100755 index 00000000000..84a8b472d8e --- /dev/null +++ b/incubator/game-server-watcher/0.0.3/questions.yaml @@ -0,0 +1,2963 @@ +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: SECRET + label: Admin Password + description: The admin web GUI password. + schema: + type: string + private: true + required: true + default: "" + - variable: DBG + label: Debug Mode + description: Enable/Disable Debug mode. + schema: + type: boolean + default: False + - variable: REFRESH_TIME_MINUTES + label: Refresh Time Minutes + schema: + type: int + default: 2 + - variable: STEAM_WEB_API_KEY + label: Steam Web API Key + description: Set this to enable steam API features. + schema: + type: string + private: true + default: "" + - variable: DISCORD_BOT_TOKEN + label: Discord Bot Token + description: Set this to enable discord bot features. + schema: + type: string + private: true + default: "" + - variable: TELEGRAM_BOT_TOKEN + label: Telegram Bot Token + description: Set this to enable telegram bot features. + schema: + type: string + private: true + default: "" + - variable: slack + label: Show Slack Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: SLACK_APP_TOKEN + label: Slack App Token + schema: + type: string + private: true + default: "" + - variable: SLACK_BOT_TOKEN + label: Slack Bot Token + 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: 10690 + 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 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: 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: schedulesList + group: "Backup Configuration" + label: "Backup Schedules" + schema: + type: list + items: + - variable: schedulesEntry + label: "Schedule" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: schedule + label: "schedule" + show_if: [["enabled", "=", true]] + schema: + type: string + required: true + default: "0 0 0 * * *" + - variable: useOwnerReferencesInBackup + label: "useOwnerReferencesInBackup" + show_if: [["enabled", "=", true]] + schema: + type: boolean + default: false + - variable: template + label: template + show_if: [["enabled", "=", true]] + schema: + additional_attrs: true + type: dict + attrs: + - variable: ttl + label: "ttl" + schema: + type: string + required: true + default: "240h" + - variable: storageLocation + label: "storageLocation" + schema: + type: string + required: true + default: "default" + + - 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/operators/cloudnative-pg/6.1.3/templates/NOTES.txt b/incubator/game-server-watcher/0.0.3/templates/NOTES.txt similarity index 100% rename from operators/cloudnative-pg/6.1.3/templates/NOTES.txt rename to incubator/game-server-watcher/0.0.3/templates/NOTES.txt diff --git a/stable/adguard-home/9.1.1/templates/common.yaml b/incubator/game-server-watcher/0.0.3/templates/common.yaml similarity index 100% rename from stable/adguard-home/9.1.1/templates/common.yaml rename to incubator/game-server-watcher/0.0.3/templates/common.yaml diff --git a/operators/cloudnative-pg/6.1.3/values.yaml b/incubator/game-server-watcher/0.0.3/values.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.3/values.yaml rename to incubator/game-server-watcher/0.0.3/values.yaml diff --git a/operators/grafana-agent-operator/1.0.0/.helmignore b/incubator/gaseous-server/1.0.3/.helmignore similarity index 100% rename from operators/grafana-agent-operator/1.0.0/.helmignore rename to incubator/gaseous-server/1.0.3/.helmignore diff --git a/incubator/gaseous-server/1.0.3/CHANGELOG.md b/incubator/gaseous-server/1.0.3/CHANGELOG.md new file mode 100644 index 00000000000..ee2fc45996d --- /dev/null +++ b/incubator/gaseous-server/1.0.3/CHANGELOG.md @@ -0,0 +1,17 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaseous-server-1.0.3](https://github.com/truecharts/charts/compare/gaseous-server-1.0.2...gaseous-server-1.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/gaseous-server/1.0.3/Chart.yaml b/incubator/gaseous-server/1.0.3/Chart.yaml new file mode 100644 index 00000000000..3fe48daafc8 --- /dev/null +++ b/incubator/gaseous-server/1.0.3/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.7.1 +dependencies: + - name: common + version: 17.3.14 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.1.17 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game ROM manager using multiple sources to identify and provide metadata. +home: https://truecharts.org/charts/incubator/gaseous-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png +keywords: + - gaseous-server + - rom-manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaseous-server +sources: + - https://github.com/gaseous-project/gaseous-server + - https://github.com/truecharts/charts/tree/master/charts/incubator/gaseous-server + - https://hub.docker.com/r/gaseousgames/gaseousserver +type: application +version: 1.0.3 diff --git a/incubator/gaseous-server/1.0.3/README.md b/incubator/gaseous-server/1.0.3/README.md new file mode 100644 index 00000000000..a1426b33a5e --- /dev/null +++ b/incubator/gaseous-server/1.0.3/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/incubator/gaseous-server) + +**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/incubator/gaseous-server/1.0.3/app-changelog.md b/incubator/gaseous-server/1.0.3/app-changelog.md new file mode 100644 index 00000000000..dbdfae7de74 --- /dev/null +++ b/incubator/gaseous-server/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gaseous-server-1.0.3](https://github.com/truecharts/charts/compare/gaseous-server-1.0.2...gaseous-server-1.0.3) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/gaseous-server/1.0.3/app-readme.md b/incubator/gaseous-server/1.0.3/app-readme.md new file mode 100644 index 00000000000..39538019f3a --- /dev/null +++ b/incubator/gaseous-server/1.0.3/app-readme.md @@ -0,0 +1,8 @@ +A game ROM manager using multiple sources to identify and provide metadata. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/gaseous-server](https://truecharts.org/charts/incubator/gaseous-server) + +--- + +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/incubator/gaseous-server/1.0.3/charts/common-17.3.14.tgz b/incubator/gaseous-server/1.0.3/charts/common-17.3.14.tgz new file mode 100644 index 00000000000..0cc2916d90e Binary files /dev/null and b/incubator/gaseous-server/1.0.3/charts/common-17.3.14.tgz differ diff --git a/incubator/gaseous-server/1.0.3/charts/mariadb-12.1.17.tgz b/incubator/gaseous-server/1.0.3/charts/mariadb-12.1.17.tgz new file mode 100644 index 00000000000..18d3f604ad3 Binary files /dev/null and b/incubator/gaseous-server/1.0.3/charts/mariadb-12.1.17.tgz differ diff --git a/incubator/gaseous-server/1.0.3/ix_values.yaml b/incubator/gaseous-server/1.0.3/ix_values.yaml new file mode 100644 index 00000000000..451019658a2 --- /dev/null +++ b/incubator/gaseous-server/1.0.3/ix_values.yaml @@ -0,0 +1,65 @@ +image: + repository: gaseousgames/gaseousserver + pullPolicy: IfNotPresent + tag: v1.7.1@sha256:ebbd35645d8e15e48fbf8b5af4adde9ac65e3aad3b0de627dacb2a012feff723 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 80 + port: 5198 + +gaseous: + igdb: + id: "" + secret: "" + +workload: + main: + podSpec: + containers: + main: + env: + dbhost: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + dbuser: "{{ .Values.mariadb.mariadbUsername }}" + dbname: "{{ .Values.mariadb.mariadbDatabase }}" + dbpass: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + dbport: 3306 + igdbclientid: "{{ .Values.gaseous.igdb.id }}" + igdbclientsecret: "{{ .Values.gaseous.igdb.secret }}" + +persistence: + config: + enabled: true + mountPath: "/root/.gaseous-server" + logs: + enabled: true + mountPath: "/root/.gaseous-server/Logs" + data: + enabled: true + mountPath: "/root/.gaseous-server/Data" + +mariadb: + enabled: true + mariadbUsername: gaseous + mariadbDatabase: gaseous + +portal: + open: + enabled: true diff --git a/incubator/gaseous-server/1.0.3/questions.yaml b/incubator/gaseous-server/1.0.3/questions.yaml new file mode 100755 index 00000000000..a9dd8b84901 --- /dev/null +++ b/incubator/gaseous-server/1.0.3/questions.yaml @@ -0,0 +1,3471 @@ +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: gaseous + group: App Configuration + label: Gaseous Server + schema: + additional_attrs: true + type: dict + attrs: + - variable: igdb + label: IGDB Credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: Client ID + schema: + type: string + private: true + default: "" + - variable: secret + label: Client Secret + schema: + type: string + private: true + default: "" + + - 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: 5198 + 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: 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: 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: 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: schedulesList + group: "Backup Configuration" + label: "Backup Schedules" + schema: + type: list + items: + - variable: schedulesEntry + label: "Schedule" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: schedule + label: "schedule" + show_if: [["enabled", "=", true]] + schema: + type: string + required: true + default: "0 0 0 * * *" + - variable: useOwnerReferencesInBackup + label: "useOwnerReferencesInBackup" + show_if: [["enabled", "=", true]] + schema: + type: boolean + default: false + - variable: template + label: template + show_if: [["enabled", "=", true]] + schema: + additional_attrs: true + type: dict + attrs: + - variable: ttl + label: "ttl" + schema: + type: string + required: true + default: "240h" + - variable: storageLocation + label: "storageLocation" + schema: + type: string + required: true + default: "default" + + - 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/operators/grafana-agent-operator/1.0.0/templates/NOTES.txt b/incubator/gaseous-server/1.0.3/templates/NOTES.txt similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/NOTES.txt rename to incubator/gaseous-server/1.0.3/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/10.1.1/templates/common.yaml b/incubator/gaseous-server/1.0.3/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.1/templates/common.yaml rename to incubator/gaseous-server/1.0.3/templates/common.yaml diff --git a/operators/grafana-agent-operator/1.0.0/values.yaml b/incubator/gaseous-server/1.0.3/values.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/values.yaml rename to incubator/gaseous-server/1.0.3/values.yaml diff --git a/operators/metallb/14.1.1/.helmignore b/incubator/grafana-agent-operator/0.0.4/.helmignore similarity index 100% rename from operators/metallb/14.1.1/.helmignore rename to incubator/grafana-agent-operator/0.0.4/.helmignore diff --git a/incubator/grafana-agent-operator/0.0.4/CHANGELOG.md b/incubator/grafana-agent-operator/0.0.4/CHANGELOG.md new file mode 100644 index 00000000000..941abb8a218 --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/CHANGELOG.md @@ -0,0 +1,3 @@ +*for the complete changelog, please refer to the website* + +**Important:** \ No newline at end of file diff --git a/incubator/grafana-agent-operator/0.0.4/Chart.yaml b/incubator/grafana-agent-operator/0.0.4/Chart.yaml new file mode 100644 index 00000000000..010a5135772 --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.39.2 +dependencies: + - name: common + version: 17.5.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana Scraping Agent Operator +home: https://truecharts.org/charts/incubator/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/incubator/grafana-agent-operator + - https://hub.docker.com/r/grafana/agent-operator +type: application +version: 0.0.4 diff --git a/incubator/grafana-agent-operator/0.0.4/README.md b/incubator/grafana-agent-operator/0.0.4/README.md new file mode 100644 index 00000000000..2576db2c75c --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/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/incubator/grafana-agent-operator) + +**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/incubator/grafana-agent-operator/0.0.4/app-changelog.md b/incubator/grafana-agent-operator/0.0.4/app-changelog.md new file mode 100644 index 00000000000..d1394647000 --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grafana-agent-operator-0.0.4](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.0...grafana-agent-operator-0.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/grafana-agent-operator/0.0.4/app-readme.md b/incubator/grafana-agent-operator/0.0.4/app-readme.md new file mode 100644 index 00000000000..476d9e28968 --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/app-readme.md @@ -0,0 +1,8 @@ +Grafana Scraping Agent Operator + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/grafana-agent-operator](https://truecharts.org/charts/incubator/grafana-agent-operator) + +--- + +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/incubator/grafana-agent-operator/0.0.4/charts/common-17.5.1.tgz b/incubator/grafana-agent-operator/0.0.4/charts/common-17.5.1.tgz new file mode 100644 index 00000000000..6bb96f1f5af Binary files /dev/null and b/incubator/grafana-agent-operator/0.0.4/charts/common-17.5.1.tgz differ diff --git a/incubator/grafana-agent-operator/0.0.4/ix_values.yaml b/incubator/grafana-agent-operator/0.0.4/ix_values.yaml new file mode 100644 index 00000000000..64b42681c35 --- /dev/null +++ b/incubator/grafana-agent-operator/0.0.4/ix_values.yaml @@ -0,0 +1,97 @@ +image: + repository: grafana/agent-operator + pullPolicy: IfNotPresent + tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f + +podOptions: + automountServiceAccountToken: true + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + containers: + main: + args: + - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +portal: + open: + enabled: false + +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents + - metricsinstances + - logsinstances + - podlogs + - integrations + verbs: [get, list, watch] + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents/finalizers + - metricsinstances/finalizers + - logsinstances/finalizers + - podlogs/finalizers + - integrations/finalizers + verbs: [get, list, watch, update] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors + - probes + - servicemonitors + verbs: [get, list, watch] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors/finalizers + - probes/finalizers + - servicemonitors/finalizers + verbs: [get, list, watch, update] + - apiGroups: [""] + resources: + - namespaces + - nodes + verbs: [get, list, watch] + - apiGroups: [""] + resources: + - secrets + - services + - configmaps + - endpoints + verbs: [get, list, watch, create, update, patch, delete] + - apiGroups: ["apps"] + resources: + - statefulsets + - daemonsets + - deployments + verbs: [get, list, watch, create, update, patch, delete] +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true + +# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets +# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets +kubeletService: + namespace: default + serviceName: kubelet diff --git a/operators/grafana-agent-operator/1.0.0/questions.yaml b/incubator/grafana-agent-operator/0.0.4/questions.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/questions.yaml rename to incubator/grafana-agent-operator/0.0.4/questions.yaml diff --git a/operators/metallb/14.1.1/templates/NOTES.txt b/incubator/grafana-agent-operator/0.0.4/templates/NOTES.txt similarity index 100% rename from operators/metallb/14.1.1/templates/NOTES.txt rename to incubator/grafana-agent-operator/0.0.4/templates/NOTES.txt diff --git a/stable/airsonic-advanced/13.1.1/templates/common.yaml b/incubator/grafana-agent-operator/0.0.4/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.1/templates/common.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/common.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_podmonitors.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_podmonitors.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_podmonitors.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_podmonitors.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_probes.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_probes.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_probes.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_probes.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_servicemonitors.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_servicemonitors.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.coreos.com_servicemonitors.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.coreos.com_servicemonitors.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_grafanaagents.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_grafanaagents.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_grafanaagents.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_grafanaagents.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_integrations.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_integrations.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_integrations.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_integrations.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_logsinstances.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_logsinstances.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_logsinstances.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_logsinstances.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_metricsinstances.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_metricsinstances.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_metricsinstances.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_metricsinstances.yaml diff --git a/operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_podlogs.yaml b/incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_podlogs.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/templates/monitoring.grafana.com_podlogs.yaml rename to incubator/grafana-agent-operator/0.0.4/templates/monitoring.grafana.com_podlogs.yaml diff --git a/operators/metallb/14.1.1/values.yaml b/incubator/grafana-agent-operator/0.0.4/values.yaml similarity index 100% rename from operators/metallb/14.1.1/values.yaml rename to incubator/grafana-agent-operator/0.0.4/values.yaml diff --git a/incubator/semaphore/1.0.0/Chart.yaml b/incubator/semaphore/1.0.0/Chart.yaml deleted file mode 100644 index b195965fe8f..00000000000 --- a/incubator/semaphore/1.0.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.12" - truecharts.org/train: incubator -apiVersion: v2 -appVersion: 2.9.45 -dependencies: - - name: common - version: 17.2.30 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks. -home: https://truecharts.org/charts/incubator/semaphore -icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.png -keywords: - - ansible - - semaphore - - cicd -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: semaphore -sources: - - https://github.com/ansible-semaphore/semaphore - - https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore - - https://hub.docker.com/r/semaphoreui/semaphore -type: application -version: 1.0.0 diff --git a/incubator/semaphore/1.0.0/charts/common-17.2.30.tgz b/incubator/semaphore/1.0.0/charts/common-17.2.30.tgz deleted file mode 100644 index a6cb126e1b2..00000000000 Binary files a/incubator/semaphore/1.0.0/charts/common-17.2.30.tgz and /dev/null differ diff --git a/incubator/semaphore/1.0.0/logo.png b/incubator/semaphore/1.0.0/logo.png deleted file mode 100644 index a359aa0a208..00000000000 Binary files a/incubator/semaphore/1.0.0/logo.png and /dev/null differ diff --git a/operators/openebs/3.1.1/.helmignore b/incubator/semaphore/1.0.4/.helmignore similarity index 100% rename from operators/openebs/3.1.1/.helmignore rename to incubator/semaphore/1.0.4/.helmignore diff --git a/incubator/semaphore/1.0.4/CHANGELOG.md b/incubator/semaphore/1.0.4/CHANGELOG.md new file mode 100644 index 00000000000..df011f10e10 --- /dev/null +++ b/incubator/semaphore/1.0.4/CHANGELOG.md @@ -0,0 +1,17 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [semaphore-1.0.4](https://github.com/truecharts/charts/compare/semaphore-1.0.3...semaphore-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/semaphore/1.0.4/Chart.yaml b/incubator/semaphore/1.0.4/Chart.yaml new file mode 100644 index 00000000000..547eeea38a1 --- /dev/null +++ b/incubator/semaphore/1.0.4/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 2.9.45 +dependencies: + - name: common + version: 17.2.31 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks. +home: https://truecharts.org/charts/incubator/semaphore +icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.png +keywords: + - ansible + - semaphore + - cicd +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: semaphore +sources: + - https://github.com/ansible-semaphore/semaphore + - https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore + - https://hub.docker.com/r/semaphoreui/semaphore +type: application +version: 1.0.4 diff --git a/incubator/semaphore/1.0.0/README.md b/incubator/semaphore/1.0.4/README.md similarity index 100% rename from incubator/semaphore/1.0.0/README.md rename to incubator/semaphore/1.0.4/README.md diff --git a/incubator/semaphore/1.0.4/app-changelog.md b/incubator/semaphore/1.0.4/app-changelog.md new file mode 100644 index 00000000000..f1e18d20cab --- /dev/null +++ b/incubator/semaphore/1.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [semaphore-1.0.4](https://github.com/truecharts/charts/compare/semaphore-1.0.3...semaphore-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/semaphore/1.0.0/app-readme.md b/incubator/semaphore/1.0.4/app-readme.md similarity index 100% rename from incubator/semaphore/1.0.0/app-readme.md rename to incubator/semaphore/1.0.4/app-readme.md diff --git a/incubator/semaphore/1.0.4/charts/common-17.2.31.tgz b/incubator/semaphore/1.0.4/charts/common-17.2.31.tgz new file mode 100644 index 00000000000..91a61c839d6 Binary files /dev/null and b/incubator/semaphore/1.0.4/charts/common-17.2.31.tgz differ diff --git a/incubator/semaphore/1.0.0/ix_values.yaml b/incubator/semaphore/1.0.4/ix_values.yaml similarity index 100% rename from incubator/semaphore/1.0.0/ix_values.yaml rename to incubator/semaphore/1.0.4/ix_values.yaml diff --git a/incubator/semaphore/1.0.0/questions.yaml b/incubator/semaphore/1.0.4/questions.yaml similarity index 100% rename from incubator/semaphore/1.0.0/questions.yaml rename to incubator/semaphore/1.0.4/questions.yaml diff --git a/operators/openebs/3.1.1/templates/NOTES.txt b/incubator/semaphore/1.0.4/templates/NOTES.txt similarity index 100% rename from operators/openebs/3.1.1/templates/NOTES.txt rename to incubator/semaphore/1.0.4/templates/NOTES.txt diff --git a/incubator/semaphore/1.0.0/templates/_secrets.tpl b/incubator/semaphore/1.0.4/templates/_secrets.tpl similarity index 100% rename from incubator/semaphore/1.0.0/templates/_secrets.tpl rename to incubator/semaphore/1.0.4/templates/_secrets.tpl diff --git a/incubator/semaphore/1.0.0/templates/common.yaml b/incubator/semaphore/1.0.4/templates/common.yaml similarity index 100% rename from incubator/semaphore/1.0.0/templates/common.yaml rename to incubator/semaphore/1.0.4/templates/common.yaml diff --git a/operators/openebs/3.1.1/values.yaml b/incubator/semaphore/1.0.4/values.yaml similarity index 100% rename from operators/openebs/3.1.1/values.yaml rename to incubator/semaphore/1.0.4/values.yaml diff --git a/operators/prometheus-operator/6.2.1/.helmignore b/incubator/twofauth/1.0.4/.helmignore similarity index 100% rename from operators/prometheus-operator/6.2.1/.helmignore rename to incubator/twofauth/1.0.4/.helmignore diff --git a/incubator/twofauth/1.0.4/CHANGELOG.md b/incubator/twofauth/1.0.4/CHANGELOG.md new file mode 100644 index 00000000000..91b777e8eaf --- /dev/null +++ b/incubator/twofauth/1.0.4/CHANGELOG.md @@ -0,0 +1,27 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twofauth-1.0.4](https://github.com/truecharts/charts/compare/twofauth-1.0.3...twofauth-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- pre-commit cleanup + + + + + + + +## [twofauth-0.0.8](https://github.com/truecharts/charts/compare/twofauth-0.0.7...twofauth-0.0.8) (2024-02-04) \ No newline at end of file diff --git a/incubator/twofauth/1.0.4/Chart.yaml b/incubator/twofauth/1.0.4/Chart.yaml new file mode 100644 index 00000000000..f7c2fa0027d --- /dev/null +++ b/incubator/twofauth/1.0.4/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 5.0.4 +dependencies: + - name: common + version: 17.5.1 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Web app to manage your 2FA accounts and generate their security codes. +home: https://truecharts.org/charts/incubator/twofauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png +keywords: + - 2fauth + - auth +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twofauth +sources: + - https://github.com/Bubka/2fauth + - https://github.com/truecharts/charts/tree/master/charts/incubator/twofauth + - https://hub.docker.com/r/2fauth/2fauth +type: application +version: 1.0.4 diff --git a/incubator/twofauth/1.0.4/README.md b/incubator/twofauth/1.0.4/README.md new file mode 100644 index 00000000000..8c5ab2836c6 --- /dev/null +++ b/incubator/twofauth/1.0.4/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/incubator/twofauth) + +**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/incubator/twofauth/1.0.4/app-changelog.md b/incubator/twofauth/1.0.4/app-changelog.md new file mode 100644 index 00000000000..c72e9b32e59 --- /dev/null +++ b/incubator/twofauth/1.0.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [twofauth-1.0.4](https://github.com/truecharts/charts/compare/twofauth-1.0.3...twofauth-1.0.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- pre-commit cleanup \ No newline at end of file diff --git a/incubator/twofauth/1.0.4/app-readme.md b/incubator/twofauth/1.0.4/app-readme.md new file mode 100644 index 00000000000..1cefb2785a5 --- /dev/null +++ b/incubator/twofauth/1.0.4/app-readme.md @@ -0,0 +1,8 @@ +A Web app to manage your 2FA accounts and generate their security codes. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/twofauth](https://truecharts.org/charts/incubator/twofauth) + +--- + +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/incubator/twofauth/1.0.4/charts/common-17.5.1.tgz b/incubator/twofauth/1.0.4/charts/common-17.5.1.tgz new file mode 100644 index 00000000000..6bb96f1f5af Binary files /dev/null and b/incubator/twofauth/1.0.4/charts/common-17.5.1.tgz differ diff --git a/incubator/twofauth/1.0.4/ix_values.yaml b/incubator/twofauth/1.0.4/ix_values.yaml new file mode 100644 index 00000000000..a4875cfa52e --- /dev/null +++ b/incubator/twofauth/1.0.4/ix_values.yaml @@ -0,0 +1,126 @@ +image: + repository: 2fauth/2fauth + pullPolicy: IfNotPresent + tag: 5.0.4@sha256:d76532e680bd5bc4306672f41d4af8cf7fd97d928fd780e7c664c8b2276e8a34 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 1000 + runAsGroup: 1000 + +twofauth: + app: + name: 2FAuth + site_owner: mail@example.com + url: http://localhost:8000 + session_lifetime: 120 + trusted_proxies: [] + mail: + driver: log + host: "" + port: 587 + from: "" + user: "" + pass: "" + # TLS | STARTTLS | SSL + encryption: STARTTLS + from_name: 2FAuth + from_address: changeme@example.com + auth: + # web-guard | reverse-proxy-guard + guard: web-guard + # show if guard uses reverse-proxy-guard + proxy_header_for_user: "" + proxy_header_for_email: "" + proxy_logout_url: "" + webauthn: + name: 2FAuth + id: "" + icon: "" + # required | preferred | discouraged + user_verified: preferred + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /infos + readiness: + path: /infos + startup: + type: tcp + env: + # APP + APP_ENV: local + APP_KEY: + secretKeyRef: + name: twofauth-secret + key: APP_KEY + APP_NAME: "{{ .Values.twofauth.app.name }}" + SITE_OWNER: "{{ .Values.twofauth.app.site_owner }}" + APP_URL: "{{ .Values.twofauth.app.url }}" + SESSION_LIFETIME: "{{ .Values.twofauth.app.session_lifetime }}" + TRUSTED_PROXIES: '{{ join "," .Values.twofauth.app.trusted_proxies }}' + # MAIL + MAIL_DRIVER: "{{ .Values.twofauth.mail.driver }}" + MAIL_HOST: "{{ .Values.twofauth.mail.host }}" + MAIL_PORT: "{{ .Values.twofauth.mail.port }}" + MAIL_FROM: "{{ .Values.twofauth.mail.from }}" + MAIL_USERNAME: "{{ .Values.twofauth.mail.user }}" + MAIL_PASSWORD: "{{ .Values.twofauth.mail.pass }}" + MAIL_ENCRYPTION: "{{ .Values.twofauth.mail.encryption }}" + MAIL_FROM_NAME: "{{ .Values.twofauth.mail.from_name }}" + MAIL_FROM_ADDRESS: "{{ .Values.twofauth.mail.from_address }}" + # AUTH + AUTHENTICATION_GUARD: "{{ .Values.twofauth.auth.guard }}" + AUTH_PROXY_HEADER_FOR_USER: "{{ .Values.twofauth.auth.proxy_header_for_user }}" + AUTH_PROXY_HEADER_FOR_EMAIL: "{{ .Values.twofauth.auth.proxy_header_for_email }}" + PROXY_LOGOUT_URL: "{{ .Values.twofauth.auth.proxy_logout_url }}" + # WebAuthn: + WEBAUTHN_NAME: "{{ .Values.twofauth.webauthn.name }}" + WEBAUTHN_ID: "{{ .Values.twofauth.webauthn.id }}" + # Optional image data in BASE64 (128 bytes maximum) or an image url + WEBAUTHN_ICON: "{{ .Values.twofauth.webauthn.icon }}" + WEBAUTHN_USER_VERIFICATION: "{{ .Values.twofauth.webauthn.user_verified }}" + # Postgres + DB_CONNECTION: pgsql + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PORT: 5432 + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + +service: + main: + ports: + main: + protocol: http + targetPort: 8000 + port: 8000 + +persistence: + config: + enabled: true + mountPath: /2fauth + varrun: + enabled: false + +cnpg: + main: + enabled: true + user: twofauth + database: twofauth + +portal: + open: + enabled: true diff --git a/incubator/twofauth/1.0.4/questions.yaml b/incubator/twofauth/1.0.4/questions.yaml new file mode 100755 index 00000000000..b74de896811 --- /dev/null +++ b/incubator/twofauth/1.0.4/questions.yaml @@ -0,0 +1,3014 @@ +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: twofauth + group: App Configuration + label: 2fauth + schema: + additional_attrs: true + type: dict + attrs: + - variable: app + label: App Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: App Name + schema: + type: string + default: "2FAuth" + - variable: session_lifetime + label: Session Lifetime + schema: + type: int + default: 120 + - variable: site_owner + label: Site Owner Email + schema: + type: string + default: "" + - variable: trusted_proxies + label: Trusted Proxies + schema: + type: list + empty: false + default: [] + required: true + items: + - variable: proxy + label: Proxy + schema: + type: string + required: true + default: "" + - variable: mail + label: Mail Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: driver + label: Driver + schema: + type: string + required: true + default: log + enum: + - value: log + description: Log + - value: smtp + description: SMTP + - variable: host + label: Host + schema: + type: string + default: "" + - variable: port + label: Port + schema: + type: int + default: 587 + - variable: from + label: From + schema: + type: string + default: "" + - variable: user + label: User + schema: + type: string + default: "" + - variable: pass + label: Pass + schema: + type: string + private: true + default: "" + - variable: encryption + label: encryption + schema: + type: string + default: "STARTTLS" + enum: + - value: TLS + description: TLS + - value: STARTTLS + description: STARTTLS + - value: SSL + description: SSL + - variable: from_name + label: From Name + schema: + type: string + default: "2FAuth" + - variable: from_address + label: From Address + schema: + type: string + default: "" + - variable: auth + label: Auth Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: guard + label: Guard + schema: + type: string + default: "web-guard" + enum: + - value: web-guard + description: Web Guard + - value: reverse-proxy-guard + description: Reverse Proxy Guard + - variable: proxy_header_for_user + label: Proxy Header for User + schema: + type: string + default: "" + show_if: [[guard, "=", "reverse-proxy-guard"]] + - variable: proxy_header_for_email + label: Proxy Header for Email + schema: + type: string + default: "" + show_if: [[guard, "=", "reverse-proxy-guard"]] + - variable: proxy_logout_url + label: Proxy Logout Url + schema: + type: string + default: "" + show_if: [[guard, "=", "reverse-proxy-guard"]] + - variable: webauthn + label: WebAuthn Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + default: 2FAuth + - variable: id + label: ID + schema: + type: string + default: "" + - variable: icon + label: Icon + schema: + type: string + default: "" + - variable: user_verified + label: User Verified + schema: + type: string + default: preferred + enum: + - value: required + description: Required + - value: preferred + description: Preferred + - value: discouraged + description: Discouraged + - 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: 8000 + 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 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: 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/operators/prometheus-operator/6.2.1/templates/NOTES.txt b/incubator/twofauth/1.0.4/templates/NOTES.txt similarity index 100% rename from operators/prometheus-operator/6.2.1/templates/NOTES.txt rename to incubator/twofauth/1.0.4/templates/NOTES.txt diff --git a/incubator/twofauth/1.0.4/templates/_secrets.tpl b/incubator/twofauth/1.0.4/templates/_secrets.tpl new file mode 100644 index 00000000000..5008373e373 --- /dev/null +++ b/incubator/twofauth/1.0.4/templates/_secrets.tpl @@ -0,0 +1,13 @@ +{{/* Define the secrets */}} +{{- define "twofauth.secret" -}} + {{- $secretName := (printf "%s-twofauth-secret" (include "tc.v1.common.lib.chart.names.fullname" $)) }} + + {{- $appKey := randAlphaNum 32 -}} + + {{- with lookup "v1" "Secret" .Release.Namespace $secretName -}} + {{- $appKey = index .data "APP_KEY" | b64dec -}} + {{- end }} +enabled: true +data: + APP_KEY: {{ $appKey }} +{{- end -}} diff --git a/incubator/twofauth/1.0.4/templates/common.yaml b/incubator/twofauth/1.0.4/templates/common.yaml new file mode 100644 index 00000000000..959caee0647 --- /dev/null +++ b/incubator/twofauth/1.0.4/templates/common.yaml @@ -0,0 +1,10 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{- $secret := include "twofauth.secret" . | fromYaml -}} +{{- if $secret -}} + {{- $_ := set .Values.secret "twofauth-secret" $secret -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/operators/prometheus-operator/6.2.1/values.yaml b/incubator/twofauth/1.0.4/values.yaml similarity index 100% rename from operators/prometheus-operator/6.2.1/values.yaml rename to incubator/twofauth/1.0.4/values.yaml diff --git a/stable/acestream/6.1.1/.helmignore b/incubator/wisemapping/0.0.2/.helmignore similarity index 100% rename from stable/acestream/6.1.1/.helmignore rename to incubator/wisemapping/0.0.2/.helmignore diff --git a/incubator/wisemapping/0.0.2/CHANGELOG.md b/incubator/wisemapping/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b7611af4db3 --- /dev/null +++ b/incubator/wisemapping/0.0.2/CHANGELOG.md @@ -0,0 +1,23 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wisemapping-0.0.2]wisemapping-0.0.2 (2024-03-05) + +### Chore + + + +- force rereleases + +### Feat + + + +- Add Wisemapping ([#18744](https://github.com/truecharts/charts/issues/18744)) \ No newline at end of file diff --git a/incubator/wisemapping/0.0.2/Chart.yaml b/incubator/wisemapping/0.0.2/Chart.yaml new file mode 100644 index 00000000000..a5562d43f07 --- /dev/null +++ b/incubator/wisemapping/0.0.2/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: design + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: latest +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/incubator/wisemapping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.png +keywords: + - mapping + - mind-mapping + - collaboration +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wisemapping +sources: + - https://www.wisemapping.com/ + - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/wisemapping + - https://hub.docker.com/r/wisemapping/wisemapping +type: application +version: 0.0.2 diff --git a/incubator/wisemapping/0.0.2/README.md b/incubator/wisemapping/0.0.2/README.md new file mode 100644 index 00000000000..3f041f9a52c --- /dev/null +++ b/incubator/wisemapping/0.0.2/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/incubator/wisemapping) + +**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/incubator/wisemapping/0.0.2/app-changelog.md b/incubator/wisemapping/0.0.2/app-changelog.md new file mode 100644 index 00000000000..0799fa6031f --- /dev/null +++ b/incubator/wisemapping/0.0.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [wisemapping-0.0.2]wisemapping-0.0.2 (2024-03-05) + +### Chore + + + +- force rereleases + +### Feat + + + +- Add Wisemapping ([#18744](https://github.com/truecharts/charts/issues/18744)) \ No newline at end of file diff --git a/incubator/wisemapping/0.0.2/app-readme.md b/incubator/wisemapping/0.0.2/app-readme.md new file mode 100644 index 00000000000..4d98283df3f --- /dev/null +++ b/incubator/wisemapping/0.0.2/app-readme.md @@ -0,0 +1,8 @@ +home-assistant App for TrueNAS SCALE + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wisemapping](https://truecharts.org/charts/incubator/wisemapping) + +--- + +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/enterprise/blocky/13.5.7/charts/common-18.1.2.tgz b/incubator/wisemapping/0.0.2/charts/common-18.1.2.tgz similarity index 100% rename from enterprise/blocky/13.5.7/charts/common-18.1.2.tgz rename to incubator/wisemapping/0.0.2/charts/common-18.1.2.tgz diff --git a/incubator/wisemapping/0.0.2/ix_values.yaml b/incubator/wisemapping/0.0.2/ix_values.yaml new file mode 100644 index 00000000000..8b885153ce6 --- /dev/null +++ b/incubator/wisemapping/0.0.2/ix_values.yaml @@ -0,0 +1,68 @@ +image: + repository: wisemapping/wisemapping + pullPolicy: IfNotPresent + tag: latest@sha256:4242fce8570c3f288c664c3615e5efe197249fed9def881c35528bcc0287699e + +# When this is defined, the contents will be mounted +# as configmap into the container at /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties. +wisemappingConfig: {} + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8080 + targetPort: 8080 + +workload: + main: + podSpec: + initContainers: + init-config: + enabled: true + type: init + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - | + mkdir -p /usr/local/tomcat/webapps/ROOT/WEB-INF/ + if [ ! -f /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties ]; then + echo "Config file not found, copying dummy..." + cp /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties.dummy /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties + echo "Config file copied, you can now edit it at /usr/local/tomcat/webapps/ROOT/WEB-INF/app.properties" + fi + containers: + main: + env: + ADMIN_EMAIL: "change@me.com" + + +persistence: + config: + # Only enable when not using wisemappingConfig + enabled: false + mountPath: /usr/local/tomcat/webapps/ROOT/WEB-INF/ + targetSelector: + main: + main: {} + init-config: {} + +cnpg: + main: + enabled: true + user: wisemapping + database: wisemapping + +portal: + open: + enabled: true + diff --git a/incubator/wisemapping/0.0.2/questions.yaml b/incubator/wisemapping/0.0.2/questions.yaml new file mode 100755 index 00000000000..fd288746050 --- /dev/null +++ b/incubator/wisemapping/0.0.2/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: ADMIN_EMAIL + label: "ADMIN USER in email format" + description: "Enter an email for the admin users" + schema: + type: string + private: true + default: "change@me.com" + - 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: 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: 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/actualserver/10.1.2/templates/NOTES.txt b/incubator/wisemapping/0.0.2/templates/NOTES.txt similarity index 100% rename from stable/actualserver/10.1.2/templates/NOTES.txt rename to incubator/wisemapping/0.0.2/templates/NOTES.txt diff --git a/incubator/wisemapping/0.0.2/templates/_configmap.tpl b/incubator/wisemapping/0.0.2/templates/_configmap.tpl new file mode 100644 index 00000000000..99ff4926c7b --- /dev/null +++ b/incubator/wisemapping/0.0.2/templates/_configmap.tpl @@ -0,0 +1,56 @@ +{{/* Define the configmap */}} +{{- define "wisemapping.configmap" -}} +{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}} + +{{- $pgdb := .Values.cnpg.main.database -}} +{{- $pguser := .Values.cnpg.main.user -}} +{{- $pgpassword := .Values.cnpg.main.creds.password | trimAll "\"" -}} +{{- $pghost := .Values.cnpg.main.creds.host | trimAll "\"" -}} + +enabled: true +data: + + {{- if .Values.wisemappingConfig }} + app.properties: | + {{- .Values.wisemappingConfig | toYaml | nindent 4 }} + {{- else }} + app.properties.dummy: | + ; Database Details + database.url=jdbc:{{ $pghost }}/wisemapping + database.driver=org.postgresql.Driver + database.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect + database.username= {{ $pguser }} + database.password= {{ $pgpassword }} + database.validation.enabled=true + database.validation.query= + database.validation.enabled=false + ; Paths + admin.user = {{ .Values.workload.main.podSpec.containers.main.env.ADMIN_EMAIL }} + #site.baseurl = http://localhost:8080 + # Site Homepage URL. This will be used as URL for homepage location. + site.homepage = c/login + # Font end static content can be deployed externally to the web app. Uncomment here and specify the url base location. + site.static.js.url = /static + {{- end }} +{{- end -}} + +{{- define "wisemapping.configVolume" -}} +enabled: true +type: configmap +objectName: wisemapping-config +targetSelector: + main: + main: {} + init-config: {} +{{- if .Values.wisemappingConfig }} +mountPath: /usr/local/tomcat/webapps/ROOT/WEB-INF/ +items: + - key: app.properties + path: app.properties +{{- else }} +mountPath: /usr/local/tomcat/webapps/ROOT/WEB-INF/dummy +items: + - key: app.properties.dummy + path: app.properties.dummy +{{- end -}} +{{- end -}} \ No newline at end of file diff --git a/incubator/wisemapping/0.0.2/templates/common.yaml b/incubator/wisemapping/0.0.2/templates/common.yaml new file mode 100644 index 00000000000..dbdd86a2bd0 --- /dev/null +++ b/incubator/wisemapping/0.0.2/templates/common.yaml @@ -0,0 +1,20 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render configmap for wisemapping */}} +{{- $config := include "wisemapping.configmap" . | fromYaml -}} +{{- if $config -}} + {{- $_ := set .Values.configmap "wisemapping-config" $config -}} +{{- end -}} + +{{- if not .Values.wisemappingConfig -}} + {{- $_ := set .Values.persistence.config "enabled" true -}} +{{- end -}} + +{{- $vol := include "wisemapping.configVolume" . | fromYaml -}} +{{- if $vol -}} + {{- $_ := set .Values.persistence "wisemapping-config" $vol -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/acestream/6.1.1/values.yaml b/incubator/wisemapping/0.0.2/values.yaml similarity index 100% rename from stable/acestream/6.1.1/values.yaml rename to incubator/wisemapping/0.0.2/values.yaml diff --git a/incubator/wisemapping/item.yaml b/incubator/wisemapping/item.yaml new file mode 100644 index 00000000000..0c2670d86f4 --- /dev/null +++ b/incubator/wisemapping/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.png +categories: + - design +screenshots: [] diff --git a/stable/actualserver/10.1.2/.helmignore b/incubator/wyoming-openwakeword/0.0.4/.helmignore similarity index 100% rename from stable/actualserver/10.1.2/.helmignore rename to incubator/wyoming-openwakeword/0.0.4/.helmignore diff --git a/incubator/wyoming-openwakeword/0.0.4/CHANGELOG.md b/incubator/wyoming-openwakeword/0.0.4/CHANGELOG.md new file mode 100644 index 00000000000..6ea149a74be --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/CHANGELOG.md @@ -0,0 +1,17 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-openwakeword-0.0.4](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.0.3...wyoming-openwakeword-0.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/wyoming-openwakeword/0.0.4/Chart.yaml b/incubator/wyoming-openwakeword/0.0.4/Chart.yaml new file mode 100644 index 00000000000..3f25af591fc --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/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.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 18.1.5 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of openWakeWord +home: https://truecharts.org/charts/incubator/wyoming-openwakeword +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png +keywords: + - wyoming-openwakeword +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-openwakeword +sources: + - https://github.com/home-assistant/addons/tree/master/openwakeword + - https://github.com/rhasspy/wyoming-openwakeword/ + - https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-openwakeword + - https://hub.docker.com/r/rhasspy/wyoming-openwakeword +type: application +version: 0.0.4 diff --git a/incubator/wyoming-openwakeword/0.0.4/README.md b/incubator/wyoming-openwakeword/0.0.4/README.md new file mode 100644 index 00000000000..4419fc2033c --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/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/incubator/wyoming-openwakeword) + +**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/incubator/wyoming-openwakeword/0.0.4/app-changelog.md b/incubator/wyoming-openwakeword/0.0.4/app-changelog.md new file mode 100644 index 00000000000..cbed0a873cb --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wyoming-openwakeword-0.0.4](https://github.com/truecharts/charts/compare/wyoming-openwakeword-0.0.3...wyoming-openwakeword-0.0.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/incubator/wyoming-openwakeword/0.0.4/app-readme.md b/incubator/wyoming-openwakeword/0.0.4/app-readme.md new file mode 100644 index 00000000000..4e7db5a8ed8 --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/app-readme.md @@ -0,0 +1,8 @@ +The Wyoming integration of openWakeWord + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wyoming-openwakeword](https://truecharts.org/charts/incubator/wyoming-openwakeword) + +--- + +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/incubator/wyoming-openwakeword/0.0.4/charts/common-18.1.5.tgz b/incubator/wyoming-openwakeword/0.0.4/charts/common-18.1.5.tgz new file mode 100644 index 00000000000..27e6fa20976 Binary files /dev/null and b/incubator/wyoming-openwakeword/0.0.4/charts/common-18.1.5.tgz differ diff --git a/incubator/wyoming-openwakeword/0.0.4/ix_values.yaml b/incubator/wyoming-openwakeword/0.0.4/ix_values.yaml new file mode 100644 index 00000000000..4f1af38cdcd --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: rhasspy/wyoming-openwakeword + pullPolicy: IfNotPresent + tag: 1.10.0@sha256:951b823c38403a9f10445a370d3dace3da4c38f64c6579dfbc5af0c10098f1b8 + +wyoming_openwakeword: + model: ok_nabu + preload_model: true + custom_model: + path: "" + threshold: "0.5" + trigger_level: 1 + debug: false + +service: + main: + ports: + main: + port: 10400 + protocol: tcp + targetPort: 10400 + +portal: + open: + enabled: false diff --git a/incubator/wyoming-openwakeword/0.0.4/questions.yaml b/incubator/wyoming-openwakeword/0.0.4/questions.yaml new file mode 100755 index 00000000000..53233e71cb7 --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/questions.yaml @@ -0,0 +1,2231 @@ +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: wyoming_openwakeword + group: App Configuration + label: OpenWakeWord Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: model + label: Model + description: OpenWakeWord model that will be used for voice detection. + schema: + type: string + required: true + default: ok_nabu + enum: + - value: alexa + description: alexa + - value: hey_jarvis + description: hey jarvis + - value: hey_mycroft + description: hey mycroft + - value: hey_rhasspy + description: hey rhasspy + - value: ok_nabu + description: ok nabu + - value: melspectrogram + description: melspectrogram + - value: embedding_model + description: embedding model + - variable: preload_model + label: Preload model + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: "A preloaded model argument will ensure the model is loaded into memory at start-up instead of when first requested." + schema: + type: boolean + default: true + - variable: debug + label: Debug + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: "Enable debug logging. Useful for seeing satellite connections and each wake word detection in the logs." + schema: + type: boolean + default: false + - variable: custom_model + label: Custom model + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: | + By enabling this feature, you can specify the path to your own custom model.
+ To access this custom model from the app, you should mount a host path volume. + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: path + label: Path to custom model in app + description: | + The path to the custom model location in the container. + schema: + type: string + required: true + default: "/custom" + - variable: threshold + label: Threshold + description: "Wake word model threshold (0.0-1.0, default: 0.5)" + schema: + type: string + required: true + default: "0.5" + - variable: trigger_level + label: Trigger level + description: "Number of activations before detection (default: 1)" + schema: + type: int + required: true + default: 1 + - 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: 10400 + 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: 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/adguard-home/9.1.1/templates/NOTES.txt b/incubator/wyoming-openwakeword/0.0.4/templates/NOTES.txt similarity index 100% rename from stable/adguard-home/9.1.1/templates/NOTES.txt rename to incubator/wyoming-openwakeword/0.0.4/templates/NOTES.txt diff --git a/incubator/wyoming-openwakeword/0.0.4/templates/_args.tpl b/incubator/wyoming-openwakeword/0.0.4/templates/_args.tpl new file mode 100644 index 00000000000..a1452174215 --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/templates/_args.tpl @@ -0,0 +1,21 @@ +{{- define "wyoming-openwakeword.args" -}} +{{- $openwakeword := .Values.wyoming_openwakeword -}} +args: + - --model + - {{ $openwakeword.model | quote }} + {{- if $openwakeword.preload_model }} + - --preload-model + - {{ $openwakeword.model | quote }} + {{- end }} + {{- if $openwakeword.custom_model.path }} + - --custom-model-dir + - {{ $openwakeword.custom_model.path | quote }} + {{- end }} + {{- if $openwakeword.debug }} + - --debug + {{- end }} + - --threshold + - {{ $openwakeword.threshold | quote }} + - --trigger-level + - {{ $openwakeword.trigger_level | quote }} +{{- end -}} diff --git a/incubator/wyoming-openwakeword/0.0.4/templates/common.yaml b/incubator/wyoming-openwakeword/0.0.4/templates/common.yaml new file mode 100644 index 00000000000..530c82ae47c --- /dev/null +++ b/incubator/wyoming-openwakeword/0.0.4/templates/common.yaml @@ -0,0 +1,8 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- $newArgs := (include "wyoming-openwakeword.args" . | fromYaml) }} +{{- $_ := set .Values.workload.main.podSpec.containers.main "args" $newArgs.args -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/actualserver/10.1.2/values.yaml b/incubator/wyoming-openwakeword/0.0.4/values.yaml similarity index 100% rename from stable/actualserver/10.1.2/values.yaml rename to incubator/wyoming-openwakeword/0.0.4/values.yaml diff --git a/operators/cert-manager/4.1.6/CHANGELOG.md b/operators/cert-manager/4.1.6/CHANGELOG.md deleted file mode 100644 index 755777cb99c..00000000000 --- a/operators/cert-manager/4.1.6/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/operators/cert-manager/4.1.6/Chart.yaml b/operators/cert-manager/4.1.6/Chart.yaml deleted file mode 100644 index 8775bdf7bb5..00000000000 --- a/operators/cert-manager/4.1.6/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.12" - 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: 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/alpine -type: application -version: 4.1.6 diff --git a/operators/cert-manager/4.1.6/charts/common-18.0.3.tgz b/operators/cert-manager/4.1.6/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/cert-manager/4.1.6/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/cert-manager/4.1.6/dashboard.json b/operators/cert-manager/4.1.6/dashboard.json deleted file mode 100644 index 3d92fd6f9b7..00000000000 --- a/operators/cert-manager/4.1.6/dashboard.json +++ /dev/null @@ -1,1254 +0,0 @@ -{ - "_config": { - "certManagerCertExpiryDays": "21", - "certManagerJobLabel": "cert-manager", - "certManagerRunbookURLPattern": "https://github.com/imusmanmalik/cert-manager-mixin/blob/main/RUNBOOK.md#%s", - "dashboards": { - "certmanagerCertificateExpirationTimestampSecondsSelector": "", - "certmanagerCertificateReadyStatusSelector": "", - "certmanagerControllerSyncCallCountSelector": "", - "certmanagerHttpAcmeClientRequestCountSelector": "", - "certmanagerHttpAcmeClientRequestDurationSecondsCountSelector": "", - "certmanagerHttpAcmeClientRequestDurationSecondsSumSelector": "", - "clusterVariableSelector": "", - "containerCPUUsageSecondsTotalSelector": "container=\"cert-manager\"", - "containerCpuCfsPeriodsTotalSelector": "container=\"cert-manager\"", - "containerCpuCfsThrottledPeriodsTotalSelector": "container=\"cert-manager\"", - "containerMemoryUsageBytesSelector": "container=\"cert-manager\"", - "containerNetworkReceiveBytesTotalSelector": "namespace=\"cert-manager\"", - "containerNetworkTransmitBytesTotalSelector": "namespace=\"cert-manager\"", - "containerSelector": "container=\"cert-manager\"", - "defaultSelector": "", - "enableMultiCluster": false, - "kubePodContainerResourceLimitsCpuCoresSelector": "container=\"cert-manager\"", - "kubePodContainerResourceLimitsMemoryBytesSelector": "container=\"cert-manager\"", - "kubePodContainerResourceRequestsCpuCoresSelector": "container=\"cert-manager\"", - "kubePodContainerResourceRequestsMemoryBytesSelector": "container=\"cert-manager\"", - "namespaceSelector": "namespace=\"cert-manager\"" - }, - "grafanaExternalUrl": "https://grafana.example.com" - }, - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "description": "", - "editable": true, - "gnetId": null, - "graphTooltip": 1, - "id": 59, - "iteration": 1616445892702, - "links": [], - "panels": [ - { - "datasource": "$datasource", - "description": "The number of certificates in the ready state.", - "fieldConfig": { - "defaults": { - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 1 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "True" - }, - "properties": [ - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.5", - "targets": [ - { - "expr": "sum by (condition) (certmanager_certificate_ready_status{ })", - "interval": "", - "legendFormat": "{ {condition } }", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Certificates Ready", - "type": "stat" - }, - { - "datasource": "$datasource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 1, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "red", - "value": null - }, - { - "color": "#EAB839", - "value": 604800 - }, - { - "color": "green", - "value": 1209600 - } - ] - }, - "unit": "dtdurations" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 4, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": ["lastNotNull"], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.5", - "targets": [ - { - "expr": "min(certmanager_certificate_expiration_timestamp_seconds{ } > 0) - time()", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - }, - { - "expr": "vector(1250000)", - "hide": true, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "B" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Soonest Cert Expiry", - "type": "stat" - }, - { - "datasource": "$datasource", - "description": "Status of the certificates. Values are True, False or Unknown.", - "fieldConfig": { - "defaults": { - "custom": { - "align": null, - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 0, - "operator": "", - "text": "Yes", - "to": "", - "type": 1, - "value": "" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Ready Status" - }, - "properties": [ - { - "id": "custom.width", - "value": 100 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Valid Until" - }, - "properties": [ - { - "id": "unit", - "value": "dateTimeAsIso" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Valid Until" - }, - "properties": [ - { - "id": "unit", - "value": "dateTimeAsIso" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 8 - }, - "id": 9, - "options": { - "showHeader": true, - "sortBy": [ - { - "desc": false, - "displayName": "Valid Until" - } - ] - }, - "pluginVersion": "7.4.5", - "targets": [ - { - "expr": "label_join(avg by (name, namespace, condition, exported_namespace) (certmanager_certificate_ready_status{ } == 1), \"namespaced_name\", \"-\", \"namespace\", \"exported_namespace\", \"name\")", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - }, - { - "expr": "label_join(avg by (name, namespace, exported_namespace) (certmanager_certificate_expiration_timestamp_seconds{ }) * 1000, \"namespaced_name\", \"-\", \"namespace\", \"exported_namespace\", \"name\")", - "format": "table", - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "B" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Certificates", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "namespaced_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Value #A": true, - "exported_namespace": false, - "exported_namespace 1": false, - "exported_namespace 2": true, - "name 1": true, - "namespace 2": true, - "namespaced_name": true - }, - "indexByName": { - "Time 1": 8, - "Time 2": 10, - "Value #A": 6, - "Value #B": 5, - "condition": 4, - "exported_namespace 1": 1, - "exported_namespace 2": 11, - "name 1": 9, - "name 2": 3, - "namespace": 0, - "namespace 1": 2, - "namespaced_name": 7 - }, - "renameByName": { - "Time 1": "", - "Value #B": "Valid Until", - "condition": "Ready Status", - "exported_namespace": "Certificate Namespace", - "exported_namespace 1": "Certificate Namespace", - "exported_namespace 2": "", - "name": "Certificate", - "name 2": "Certificate", - "namespace": "Namespace", - "namespace 1": "Namespace", - "namespaced_name": "" - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "The rate of controller sync requests.", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 8 - }, - "hiddenSeries": false, - "id": 7, - "interval": "20s", - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "maxDataPoints": 250, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by (controller) (\n rate(certmanager_controller_sync_call_count{ }[$__rate_interval ])\n)", - "interval": "", - "legendFormat": "{ {controller } }", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Controller Sync Requests/sec", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "reqps", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "Rate of requests to ACME provider.", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 16 - }, - "hiddenSeries": false, - "id": 6, - "interval": "20s", - "legend": { - "avg": false, - "current": false, - "hideEmpty": true, - "hideZero": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "maxDataPoints": 250, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by (method, path, status) (\n rate(certmanager_http_acme_client_request_count{ }[$__rate_interval ])\n)", - "interval": "", - "legendFormat": "{ {method } } { {path } } { {status } }", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "ACME HTTP Requests/sec", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "reqps", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "Average duration of requests to ACME provider. ", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 16 - }, - "hiddenSeries": false, - "id": 10, - "interval": "30s", - "legend": { - "avg": false, - "current": false, - "hideEmpty": true, - "hideZero": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "maxDataPoints": 250, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_sum{ }[$__rate_interval ]))\n/\nsum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_count{ }[$__rate_interval ]))", - "interval": "", - "legendFormat": "{ {method } } { {path } } { {status } }", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "ACME HTTP Request avg duration", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "s", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "max": "dark-yellow" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "CPU Usage and limits, as percent of a vCPU core. ", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 24 - }, - "hiddenSeries": false, - "id": 12, - "interval": "1m", - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "maxDataPoints": 250, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "CPU", - "fill": 1, - "fillGradient": 5 - }, - { - "alias": "/Request.*/", - "color": "#FF9830", - "dashes": true - }, - { - "alias": "/Limit.*/", - "color": "#F2495C", - "dashes": true - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "avg by (pod) (rate(container_cpu_usage_seconds_total{container=\"cert-manager\" }[$__rate_interval ]))", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "CPU { {pod } }", - "refId": "A" - }, - { - "expr": "avg by (pod) (kube_pod_container_resource_limits_cpu_cores{container=\"cert-manager\" })", - "format": "time_series", - "hide": true, - "interval": "", - "intervalFactor": 1, - "legendFormat": "Limit { {pod } }", - "refId": "B" - }, - { - "expr": "avg by (pod) (kube_pod_container_resource_requests_cpu_cores{container=\"cert-manager\" })", - "format": "time_series", - "hide": true, - "interval": "", - "intervalFactor": 1, - "legendFormat": "Request { {pod } }", - "refId": "C" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "CPU", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "percentunit", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "max": "dark-yellow" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "Percent of the time that the CPU is being throttled. Higher is badderer. ", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 24 - }, - "hiddenSeries": false, - "id": 14, - "interval": "1m", - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "maxDataPoints": 250, - "nullPointMode": "connected", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "/external-dns.*/", - "fill": 1, - "fillGradient": 5 - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "avg by (pod) (\n rate(container_cpu_cfs_throttled_periods_total{container=\"cert-manager\" }[$__rate_interval ])\n /\n rate(container_cpu_cfs_periods_total{container=\"cert-manager\" }[$__rate_interval ])\n)", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "{ {pod } }", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "CPU Throttling", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "percentunit", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "max": "dark-yellow" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "Memory utilisation and limits.", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 6, - "x": 12, - "y": 24 - }, - "hiddenSeries": false, - "id": 16, - "interval": "1m", - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "maxDataPoints": 250, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Memory", - "fill": 1, - "fillGradient": 5 - }, - { - "alias": "Request", - "color": "#FF9830", - "dashes": true - }, - { - "alias": "Limit", - "color": "#F2495C", - "dashes": true - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "avg by (pod) (container_memory_usage_bytes{container=\"cert-manager\" })", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 1, - "legendFormat": "Memory { {pod } }", - "refId": "A" - }, - { - "expr": "avg by (pod) (kube_pod_container_resource_limits_memory_bytes{container=\"cert-manager\" })", - "format": "time_series", - "interval": "", - "intervalFactor": 1, - "legendFormat": "Limit { {pod } }", - "refId": "B" - }, - { - "expr": "avg by (pod) (kube_pod_container_resource_requests_memory_bytes{container=\"cert-manager\" })", - "format": "time_series", - "interval": "", - "intervalFactor": 1, - "legendFormat": "Request { {pod } }", - "refId": "C" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Memory", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "bytes", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "max": "dark-yellow" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$datasource", - "description": "Network ingress/egress.", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 5, - "gridPos": { - "h": 8, - "w": 6, - "x": 18, - "y": 24 - }, - "hiddenSeries": false, - "id": 18, - "interval": "1m", - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.5", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "transmit", - "transform": "negative-Y" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "avg(\n sum without (interface) (\n rate(container_network_receive_bytes_total{namespace=\"cert-manager\" }[$__rate_interval ])\n )\n)", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "receive", - "refId": "A" - }, - { - "expr": "avg(\n sum without (interface) (\n rate(container_network_transmit_bytes_total{namespace=\"cert-manager\" }[$__rate_interval ])\n )\n)", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "transmit", - "refId": "B" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Network", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "Bps", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - } - ], - "refresh": "1m", - "schemaVersion": 27, - "style": "dark", - "tags": ["cert-manager", "infra"], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "prometheus", - "value": "prometheus" - }, - "description": null, - "error": null, - "hide": 0, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "queryValue": "", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - }, - { - "current": { - "selected": false, - "text": "", - "value": "" - }, - "datasource": { - "type": "prometheus", - "uid": "$datasource" - }, - "definition": "", - "hide": 2, - "includeAll": false, - "multi": false, - "name": "cluster", - "options": [], - "query": { - "query": "label_values(certmanager_certificate_ready_status{ }, cluster)", - "refId": "Prometheus-cluster-Variable-Query" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - } - ] - }, - "time": { - "from": "now-24h", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] - }, - "timezone": "", - "title": "Cert Manager", - "uid": "TvuRo2iMk", - "version": 1 -} diff --git a/operators/cert-manager/4.1.6/ix_values.yaml b/operators/cert-manager/4.1.6/ix_values.yaml deleted file mode 100644 index f8409389d61..00000000000 --- a/operators/cert-manager/4.1.6/ix_values.yaml +++ /dev/null @@ -1,43 +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/stable/adguard-home/9.1.1/.helmignore b/operators/cert-manager/4.2.3/.helmignore similarity index 100% rename from stable/adguard-home/9.1.1/.helmignore rename to operators/cert-manager/4.2.3/.helmignore diff --git a/operators/cert-manager/4.2.3/CHANGELOG.md b/operators/cert-manager/4.2.3/CHANGELOG.md new file mode 100644 index 00000000000..64bbe059a00 --- /dev/null +++ b/operators/cert-manager/4.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/operators/cert-manager/4.2.3/Chart.yaml b/operators/cert-manager/4.2.3/Chart.yaml new file mode 100644 index 00000000000..b9b84c8d662 --- /dev/null +++ b/operators/cert-manager/4.2.3/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/operators/cert-manager/4.1.6/README.md b/operators/cert-manager/4.2.3/README.md similarity index 100% rename from operators/cert-manager/4.1.6/README.md rename to operators/cert-manager/4.2.3/README.md diff --git a/operators/cert-manager/4.2.3/app-changelog.md b/operators/cert-manager/4.2.3/app-changelog.md new file mode 100644 index 00000000000..7c5205e7877 --- /dev/null +++ b/operators/cert-manager/4.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/operators/cert-manager/4.1.6/app-readme.md b/operators/cert-manager/4.2.3/app-readme.md similarity index 100% rename from operators/cert-manager/4.1.6/app-readme.md rename to operators/cert-manager/4.2.3/app-readme.md diff --git a/operators/cert-manager/4.1.6/charts/cert-manager-v1.14.3.tgz b/operators/cert-manager/4.2.3/charts/cert-manager-v1.14.3.tgz similarity index 100% rename from operators/cert-manager/4.1.6/charts/cert-manager-v1.14.3.tgz rename to operators/cert-manager/4.2.3/charts/cert-manager-v1.14.3.tgz diff --git a/operators/cert-manager/4.2.3/charts/common-18.1.6.tgz b/operators/cert-manager/4.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/cert-manager/4.2.3/charts/common-18.1.6.tgz differ diff --git a/operators/cert-manager/4.2.3/dashboard.json b/operators/cert-manager/4.2.3/dashboard.json new file mode 100644 index 00000000000..ea3c01f2077 --- /dev/null +++ b/operators/cert-manager/4.2.3/dashboard.json @@ -0,0 +1,1254 @@ +{ + "_config": { + "certManagerCertExpiryDays": "21", + "certManagerJobLabel": "cert-manager", + "certManagerRunbookURLPattern": "https://github.com/imusmanmalik/cert-manager-mixin/blob/main/RUNBOOK.md#%s", + "dashboards": { + "certmanagerCertificateExpirationTimestampSecondsSelector": "", + "certmanagerCertificateReadyStatusSelector": "", + "certmanagerControllerSyncCallCountSelector": "", + "certmanagerHttpAcmeClientRequestCountSelector": "", + "certmanagerHttpAcmeClientRequestDurationSecondsCountSelector": "", + "certmanagerHttpAcmeClientRequestDurationSecondsSumSelector": "", + "clusterVariableSelector": "", + "containerCPUUsageSecondsTotalSelector": "container=\"cert-manager\"", + "containerCpuCfsPeriodsTotalSelector": "container=\"cert-manager\"", + "containerCpuCfsThrottledPeriodsTotalSelector": "container=\"cert-manager\"", + "containerMemoryUsageBytesSelector": "container=\"cert-manager\"", + "containerNetworkReceiveBytesTotalSelector": "namespace=\"cert-manager\"", + "containerNetworkTransmitBytesTotalSelector": "namespace=\"cert-manager\"", + "containerSelector": "container=\"cert-manager\"", + "defaultSelector": "", + "enableMultiCluster": false, + "kubePodContainerResourceLimitsCpuCoresSelector": "container=\"cert-manager\"", + "kubePodContainerResourceLimitsMemoryBytesSelector": "container=\"cert-manager\"", + "kubePodContainerResourceRequestsCpuCoresSelector": "container=\"cert-manager\"", + "kubePodContainerResourceRequestsMemoryBytesSelector": "container=\"cert-manager\"", + "namespaceSelector": "namespace=\"cert-manager\"" + }, + "grafanaExternalUrl": "https://grafana.example.com" + }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "", + "editable": true, + "gnetId": null, + "graphTooltip": 1, + "id": 59, + "iteration": 1616445892702, + "links": [], + "panels": [ + { + "datasource": "$datasource", + "description": "The number of certificates in the ready state.", + "fieldConfig": { + "defaults": { + "custom": {}, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "True" + }, + "properties": [ + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 2, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "7.4.5", + "targets": [ + { + "expr": "sum by (condition) (certmanager_certificate_ready_status{ })", + "interval": "", + "legendFormat": "{{condition }}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Certificates Ready", + "type": "stat" + }, + { + "datasource": "$datasource", + "fieldConfig": { + "defaults": { + "custom": {}, + "decimals": 1, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "#EAB839", + "value": 604800 + }, + { + "color": "green", + "value": 1209600 + } + ] + }, + "unit": "dtdurations" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 4, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "7.4.5", + "targets": [ + { + "expr": "min(certmanager_certificate_expiration_timestamp_seconds{ } > 0) - time()", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "vector(1250000)", + "hide": true, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Soonest Cert Expiry", + "type": "stat" + }, + { + "datasource": "$datasource", + "description": "Status of the certificates. Values are True, False or Unknown.", + "fieldConfig": { + "defaults": { + "custom": { + "align": null, + "filterable": false + }, + "mappings": [ + { + "from": "", + "id": 0, + "operator": "", + "text": "Yes", + "to": "", + "type": 1, + "value": "" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Ready Status" + }, + "properties": [ + { + "id": "custom.width", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Valid Until" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsIso" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Valid Until" + }, + "properties": [ + { + "id": "unit", + "value": "dateTimeAsIso" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 8 + }, + "id": 9, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": false, + "displayName": "Valid Until" + } + ] + }, + "pluginVersion": "7.4.5", + "targets": [ + { + "expr": "label_join(avg by (name, namespace, condition, exported_namespace) (certmanager_certificate_ready_status{ } == 1), \"namespaced_name\", \"-\", \"namespace\", \"exported_namespace\", \"name\")", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "label_join(avg by (name, namespace, exported_namespace) (certmanager_certificate_expiration_timestamp_seconds{ }) * 1000, \"namespaced_name\", \"-\", \"namespace\", \"exported_namespace\", \"name\")", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Certificates", + "transformations": [ + { + "id": "seriesToColumns", + "options": { + "byField": "namespaced_name" + } + }, + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Time 1": true, + "Time 2": true, + "Value #A": true, + "exported_namespace": false, + "exported_namespace 1": false, + "exported_namespace 2": true, + "name 1": true, + "namespace 2": true, + "namespaced_name": true + }, + "indexByName": { + "Time 1": 8, + "Time 2": 10, + "Value #A": 6, + "Value #B": 5, + "condition": 4, + "exported_namespace 1": 1, + "exported_namespace 2": 11, + "name 1": 9, + "name 2": 3, + "namespace": 0, + "namespace 1": 2, + "namespaced_name": 7 + }, + "renameByName": { + "Time 1": "", + "Value #B": "Valid Until", + "condition": "Ready Status", + "exported_namespace": "Certificate Namespace", + "exported_namespace 1": "Certificate Namespace", + "exported_namespace 2": "", + "name": "Certificate", + "name 2": "Certificate", + "namespace": "Namespace", + "namespace 1": "Namespace", + "namespaced_name": "" + } + } + } + ], + "type": "table" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "The rate of controller sync requests.", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 8 + }, + "hiddenSeries": false, + "id": 7, + "interval": "20s", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "maxDataPoints": 250, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (controller) (\n rate(certmanager_controller_sync_call_count{ }[$__rate_interval ])\n)", + "interval": "", + "legendFormat": "{{controller }}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Controller Sync Requests/sec", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "Rate of requests to ACME provider.", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 16 + }, + "hiddenSeries": false, + "id": 6, + "interval": "20s", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "maxDataPoints": 250, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (method, path, status) (\n rate(certmanager_http_acme_client_request_count{ }[$__rate_interval ])\n)", + "interval": "", + "legendFormat": "{{method }} {{path }} {{status }}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "ACME HTTP Requests/sec", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "Average duration of requests to ACME provider. ", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 16 + }, + "hiddenSeries": false, + "id": 10, + "interval": "30s", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "maxDataPoints": 250, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_sum{ }[$__rate_interval ]))\n/\nsum by (method, path, status) (rate(certmanager_http_acme_client_request_duration_seconds_count{ }[$__rate_interval ]))", + "interval": "", + "legendFormat": "{{method }} {{path }} {{status }}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "ACME HTTP Request avg duration", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "s", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "max": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "CPU Usage and limits, as percent of a vCPU core. ", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 24 + }, + "hiddenSeries": false, + "id": 12, + "interval": "1m", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 250, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPU", + "fill": 1, + "fillGradient": 5 + }, + { + "alias": "/Request.*/", + "color": "#FF9830", + "dashes": true + }, + { + "alias": "/Limit.*/", + "color": "#F2495C", + "dashes": true + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg by (pod) (rate(container_cpu_usage_seconds_total{container=\"cert-manager\" }[$__rate_interval ]))", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "CPU {{pod }}", + "refId": "A" + }, + { + "expr": "avg by (pod) (kube_pod_container_resource_limits_cpu_cores{container=\"cert-manager\" })", + "format": "time_series", + "hide": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "Limit {{pod }}", + "refId": "B" + }, + { + "expr": "avg by (pod) (kube_pod_container_resource_requests_cpu_cores{container=\"cert-manager\" })", + "format": "time_series", + "hide": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "Request {{pod }}", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "max": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "Percent of the time that the CPU is being throttled. Higher is badderer. ", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 24 + }, + "hiddenSeries": false, + "id": 14, + "interval": "1m", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 250, + "nullPointMode": "connected", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/external-dns.*/", + "fill": 1, + "fillGradient": 5 + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg by (pod) (\n rate(container_cpu_cfs_throttled_periods_total{container=\"cert-manager\" }[$__rate_interval ])\n /\n rate(container_cpu_cfs_periods_total{container=\"cert-manager\" }[$__rate_interval ])\n)", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "{{pod }}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Throttling", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "max": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "Memory utilisation and limits.", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 6, + "x": 12, + "y": 24 + }, + "hiddenSeries": false, + "id": 16, + "interval": "1m", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 250, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "Memory", + "fill": 1, + "fillGradient": 5 + }, + { + "alias": "Request", + "color": "#FF9830", + "dashes": true + }, + { + "alias": "Limit", + "color": "#F2495C", + "dashes": true + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg by (pod) (container_memory_usage_bytes{container=\"cert-manager\" })", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 1, + "legendFormat": "Memory {{pod }}", + "refId": "A" + }, + { + "expr": "avg by (pod) (kube_pod_container_resource_limits_memory_bytes{container=\"cert-manager\" })", + "format": "time_series", + "interval": "", + "intervalFactor": 1, + "legendFormat": "Limit {{pod }}", + "refId": "B" + }, + { + "expr": "avg by (pod) (kube_pod_container_resource_requests_memory_bytes{container=\"cert-manager\" })", + "format": "time_series", + "interval": "", + "intervalFactor": 1, + "legendFormat": "Request {{pod }}", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "max": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "description": "Network ingress/egress.", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 5, + "gridPos": { + "h": 8, + "w": 6, + "x": 18, + "y": 24 + }, + "hiddenSeries": false, + "id": 18, + "interval": "1m", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.5", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "transmit", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg(\n sum without (interface) (\n rate(container_network_receive_bytes_total{namespace=\"cert-manager\" }[$__rate_interval ])\n )\n)", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "receive", + "refId": "A" + }, + { + "expr": "avg(\n sum without (interface) (\n rate(container_network_transmit_bytes_total{namespace=\"cert-manager\" }[$__rate_interval ])\n )\n)", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "transmit", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Network", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "1m", + "schemaVersion": 27, + "style": "dark", + "tags": ["cert-manager", "infra"], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "prometheus", + "value": "prometheus" + }, + "description": null, + "error": null, + "hide": 0, + "includeAll": false, + "label": "Data Source", + "multi": false, + "name": "datasource", + "options": [], + "query": "prometheus", + "queryValue": "", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": { + "selected": false, + "text": "", + "value": "" + }, + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "definition": "", + "hide": 2, + "includeAll": false, + "multi": false, + "name": "cluster", + "options": [], + "query": { + "query": "label_values(certmanager_certificate_ready_status{ }, cluster)", + "refId": "Prometheus-cluster-Variable-Query" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ] + }, + "timezone": "", + "title": "Cert Manager", + "uid": "TvuRo2iMk", + "version": 1 +} diff --git a/operators/cert-manager/4.2.3/ix_values.yaml b/operators/cert-manager/4.2.3/ix_values.yaml new file mode 100644 index 00000000000..a9f86bea48b --- /dev/null +++ b/operators/cert-manager/4.2.3/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.1.6/questions.yaml b/operators/cert-manager/4.2.3/questions.yaml similarity index 100% rename from operators/cert-manager/4.1.6/questions.yaml rename to operators/cert-manager/4.2.3/questions.yaml diff --git a/stable/adminer/8.1.1/templates/NOTES.txt b/operators/cert-manager/4.2.3/templates/NOTES.txt similarity index 100% rename from stable/adminer/8.1.1/templates/NOTES.txt rename to operators/cert-manager/4.2.3/templates/NOTES.txt diff --git a/operators/cloudnative-pg/6.1.3/templates/common.yaml b/operators/cert-manager/4.2.3/templates/common.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.3/templates/common.yaml rename to operators/cert-manager/4.2.3/templates/common.yaml diff --git a/stable/adguard-home/9.1.1/values.yaml b/operators/cert-manager/4.2.3/values.yaml similarity index 100% rename from stable/adguard-home/9.1.1/values.yaml rename to operators/cert-manager/4.2.3/values.yaml diff --git a/operators/cloudnative-pg/6.1.3/CHANGELOG.md b/operators/cloudnative-pg/6.1.3/CHANGELOG.md deleted file mode 100644 index bcf72f5a5c0..00000000000 --- a/operators/cloudnative-pg/6.1.3/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.1.3/Chart.yaml b/operators/cloudnative-pg/6.1.3/Chart.yaml deleted file mode 100644 index 0e6532c051a..00000000000 --- a/operators/cloudnative-pg/6.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: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - 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.1.3 diff --git a/operators/cloudnative-pg/6.1.3/charts/common-18.0.3.tgz b/operators/cloudnative-pg/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/cloudnative-pg/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/adguardhome-sync/6.1.1/.helmignore b/operators/cloudnative-pg/6.3.2/.helmignore similarity index 100% rename from stable/adguardhome-sync/6.1.1/.helmignore rename to operators/cloudnative-pg/6.3.2/.helmignore diff --git a/operators/cloudnative-pg/6.3.2/CHANGELOG.md b/operators/cloudnative-pg/6.3.2/CHANGELOG.md new file mode 100644 index 00000000000..b66b31f1a58 --- /dev/null +++ b/operators/cloudnative-pg/6.3.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/operators/cloudnative-pg/6.3.2/Chart.yaml b/operators/cloudnative-pg/6.3.2/Chart.yaml new file mode 100644 index 00000000000..a01ace88082 --- /dev/null +++ b/operators/cloudnative-pg/6.3.2/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/operators/cloudnative-pg/6.1.3/README.md b/operators/cloudnative-pg/6.3.2/README.md similarity index 100% rename from operators/cloudnative-pg/6.1.3/README.md rename to operators/cloudnative-pg/6.3.2/README.md diff --git a/operators/cloudnative-pg/6.3.2/app-changelog.md b/operators/cloudnative-pg/6.3.2/app-changelog.md new file mode 100644 index 00000000000..9008b186f8f --- /dev/null +++ b/operators/cloudnative-pg/6.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/operators/cloudnative-pg/6.1.3/app-readme.md b/operators/cloudnative-pg/6.3.2/app-readme.md similarity index 100% rename from operators/cloudnative-pg/6.1.3/app-readme.md rename to operators/cloudnative-pg/6.3.2/app-readme.md diff --git a/operators/cloudnative-pg/6.1.3/charts/cloudnative-pg-0.20.1.tgz b/operators/cloudnative-pg/6.3.2/charts/cloudnative-pg-0.20.1.tgz similarity index 100% rename from operators/cloudnative-pg/6.1.3/charts/cloudnative-pg-0.20.1.tgz rename to operators/cloudnative-pg/6.3.2/charts/cloudnative-pg-0.20.1.tgz diff --git a/operators/cloudnative-pg/6.3.2/charts/common-18.1.6.tgz b/operators/cloudnative-pg/6.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/cloudnative-pg/6.3.2/charts/common-18.1.6.tgz differ diff --git a/operators/cloudnative-pg/6.3.2/ix_values.yaml b/operators/cloudnative-pg/6.3.2/ix_values.yaml new file mode 100644 index 00000000000..bbd2f868ceb --- /dev/null +++ b/operators/cloudnative-pg/6.3.2/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: tccr.io/tccr/alpine + 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 + +cloudnative-pg: + monitoring: + # -- Specifies whether the monitoring should be enabled. Requires Prometheus Operator CRDs. + podMonitorEnabled: true + grafanaDashboard: + create: true + # -- Allows overriding the namespace where the ConfigMap will be created, defaulting to the same one as the Release. + namespace: "" + # -- The name of the ConfigMap containing the dashboard. + configMapName: "cnpg-grafana-dashboard" + # -- Label that ConfigMaps should have to be loaded as dashboards. + sidecarLabel: "grafana_dashboard" + # -- Label value that ConfigMaps should have to be loaded as dashboards. + sidecarLabelValue: "1" diff --git a/operators/cloudnative-pg/6.1.3/questions.yaml b/operators/cloudnative-pg/6.3.2/questions.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.3/questions.yaml rename to operators/cloudnative-pg/6.3.2/questions.yaml diff --git a/stable/airdcpp-webclient/10.1.1/templates/NOTES.txt b/operators/cloudnative-pg/6.3.2/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/10.1.1/templates/NOTES.txt rename to operators/cloudnative-pg/6.3.2/templates/NOTES.txt diff --git a/operators/metallb/14.1.1/templates/common.yaml b/operators/cloudnative-pg/6.3.2/templates/common.yaml similarity index 100% rename from operators/metallb/14.1.1/templates/common.yaml rename to operators/cloudnative-pg/6.3.2/templates/common.yaml diff --git a/stable/adguardhome-sync/6.1.1/values.yaml b/operators/cloudnative-pg/6.3.2/values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.1/values.yaml rename to operators/cloudnative-pg/6.3.2/values.yaml diff --git a/operators/grafana-agent-operator/1.0.0/Chart.yaml b/operators/grafana-agent-operator/1.0.0/Chart.yaml deleted file mode 100644 index 7018ecd1907..00000000000 --- a/operators/grafana-agent-operator/1.0.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: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator -apiVersion: v2 -appVersion: 18.0.1 -dependencies: - - name: common - version: 17.5.0 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana Scraping Agent Operator -home: https://truecharts.org/charts/incubator/grafana-agent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent.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 -type: application -version: 1.0.0 diff --git a/operators/grafana-agent-operator/1.0.0/charts/common-17.5.0.tgz b/operators/grafana-agent-operator/1.0.0/charts/common-17.5.0.tgz deleted file mode 100644 index 3a5534883aa..00000000000 Binary files a/operators/grafana-agent-operator/1.0.0/charts/common-17.5.0.tgz and /dev/null differ diff --git a/operators/grafana-agent-operator/1.0.0/ix_values.yaml b/operators/grafana-agent-operator/1.0.0/ix_values.yaml deleted file mode 100644 index 93eb71e44bd..00000000000 --- a/operators/grafana-agent-operator/1.0.0/ix_values.yaml +++ /dev/null @@ -1,99 +0,0 @@ -image: - repository: grafana/agent-operator - pullPolicy: IfNotPresent - tag: v0.39.1 - -podOptions: - automountServiceAccountToken: true - -service: - main: - enabled: false - ports: - main: - enabled: false - -workload: - main: - podSpec: - containers: - main: - args: - - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -portal: - open: - enabled: false - - -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: [monitoring.grafana.com] - resources: - - grafanaagents - - metricsinstances - - logsinstances - - podlogs - - integrations - verbs: [get, list, watch] - - apiGroups: [monitoring.grafana.com] - resources: - - grafanaagents/finalizers - - metricsinstances/finalizers - - logsinstances/finalizers - - podlogs/finalizers - - integrations/finalizers - verbs: [get, list, watch, update] - - apiGroups: [monitoring.coreos.com] - resources: - - podmonitors - - probes - - servicemonitors - verbs: [get, list, watch] - - apiGroups: [monitoring.coreos.com] - resources: - - podmonitors/finalizers - - probes/finalizers - - servicemonitors/finalizers - verbs: [get, list, watch, update] - - apiGroups: [""] - resources: - - namespaces - - nodes - verbs: [get, list, watch] - - apiGroups: [""] - resources: - - secrets - - services - - configmaps - - endpoints - verbs: [get, list, watch, create, update, patch, delete] - - apiGroups: ["apps"] - resources: - - statefulsets - - daemonsets - - deployments - verbs: [get, list, watch, create, update, patch, delete] -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true - -# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets -# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets -kubeletService: - namespace: default - serviceName: kubelet - \ No newline at end of file diff --git a/stable/adminer/8.1.1/.helmignore b/operators/grafana-agent-operator/1.2.2/.helmignore similarity index 100% rename from stable/adminer/8.1.1/.helmignore rename to operators/grafana-agent-operator/1.2.2/.helmignore diff --git a/operators/grafana-agent-operator/1.2.2/CHANGELOG.md b/operators/grafana-agent-operator/1.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a3bb704e0f6 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-agent-operator-1.2.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.0...grafana-agent-operator-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/operators/grafana-agent-operator/1.2.2/Chart.yaml b/operators/grafana-agent-operator/1.2.2/Chart.yaml new file mode 100644 index 00000000000..2c99603ecad --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: 0.39.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/operators/grafana-agent-operator/1.2.2/README.md b/operators/grafana-agent-operator/1.2.2/README.md new file mode 100644 index 00000000000..afa4345cff9 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/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/operators/grafana-agent-operator) + +**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/operators/grafana-agent-operator/1.2.2/app-changelog.md b/operators/grafana-agent-operator/1.2.2/app-changelog.md new file mode 100644 index 00000000000..a25ebb1c40a --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [grafana-agent-operator-1.2.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.2.0...grafana-agent-operator-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/operators/grafana-agent-operator/1.0.0/app-readme.md b/operators/grafana-agent-operator/1.2.2/app-readme.md similarity index 100% rename from operators/grafana-agent-operator/1.0.0/app-readme.md rename to operators/grafana-agent-operator/1.2.2/app-readme.md diff --git a/operators/grafana-agent-operator/1.2.2/charts/common-18.1.6.tgz b/operators/grafana-agent-operator/1.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/grafana-agent-operator/1.2.2/charts/common-18.1.6.tgz differ diff --git a/operators/grafana-agent-operator/1.2.2/ix_values.yaml b/operators/grafana-agent-operator/1.2.2/ix_values.yaml new file mode 100644 index 00000000000..64b42681c35 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/ix_values.yaml @@ -0,0 +1,97 @@ +image: + repository: grafana/agent-operator + pullPolicy: IfNotPresent + tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f + +podOptions: + automountServiceAccountToken: true + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + containers: + main: + args: + - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +portal: + open: + enabled: false + +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents + - metricsinstances + - logsinstances + - podlogs + - integrations + verbs: [get, list, watch] + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents/finalizers + - metricsinstances/finalizers + - logsinstances/finalizers + - podlogs/finalizers + - integrations/finalizers + verbs: [get, list, watch, update] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors + - probes + - servicemonitors + verbs: [get, list, watch] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors/finalizers + - probes/finalizers + - servicemonitors/finalizers + verbs: [get, list, watch, update] + - apiGroups: [""] + resources: + - namespaces + - nodes + verbs: [get, list, watch] + - apiGroups: [""] + resources: + - secrets + - services + - configmaps + - endpoints + verbs: [get, list, watch, create, update, patch, delete] + - apiGroups: ["apps"] + resources: + - statefulsets + - daemonsets + - deployments + verbs: [get, list, watch, create, update, patch, delete] +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true + +# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets +# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets +kubeletService: + namespace: default + serviceName: kubelet diff --git a/operators/grafana-agent-operator/1.2.2/questions.yaml b/operators/grafana-agent-operator/1.2.2/questions.yaml new file mode 100755 index 00000000000..975fcc15f15 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/questions.yaml @@ -0,0 +1,75 @@ +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: 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.1/templates/NOTES.txt b/operators/grafana-agent-operator/1.2.2/templates/NOTES.txt similarity index 100% rename from stable/airsonic-advanced/13.1.1/templates/NOTES.txt rename to operators/grafana-agent-operator/1.2.2/templates/NOTES.txt diff --git a/stable/airsonic/13.1.1/templates/common.yaml b/operators/grafana-agent-operator/1.2.2/templates/common.yaml similarity index 100% rename from stable/airsonic/13.1.1/templates/common.yaml rename to operators/grafana-agent-operator/1.2.2/templates/common.yaml diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_podmonitors.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_podmonitors.yaml new file mode 100644 index 00000000000..153677bb175 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_podmonitors.yaml @@ -0,0 +1,424 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: podmonitors.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: PodMonitor + listKind: PodMonitorList + plural: podmonitors + shortNames: + - pmon + singular: podmonitor + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + attachMetadata: + properties: + node: + type: boolean + type: object + jobLabel: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + podMetricsEndpoints: + items: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + enableHttp2: + type: boolean + filterRunning: + type: boolean + followRedirects: + type: boolean + honorLabels: + type: boolean + honorTimestamps: + type: boolean + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + params: + additionalProperties: + items: + type: string + type: array + type: object + path: + type: string + port: + type: string + proxyUrl: + type: string + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + scheme: + enum: + - http + - https + type: string + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetPort: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + insecureSkipVerify: + type: boolean + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + type: array + podTargetLabels: + items: + type: string + type: array + sampleLimit: + format: int64 + type: integer + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetLimit: + format: int64 + type: integer + required: + - podMetricsEndpoints + - selector + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_probes.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_probes.yaml new file mode 100644 index 00000000000..13fc36f9aa3 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_probes.yaml @@ -0,0 +1,458 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: probes.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: Probe + listKind: ProbeList + plural: probes + shortNames: + - prb + singular: probe + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + jobName: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + module: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + prober: + properties: + path: + default: /probe + type: string + proxyUrl: + type: string + scheme: + enum: + - http + - https + type: string + url: + type: string + required: + - url + type: object + sampleLimit: + format: int64 + type: integer + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetLimit: + format: int64 + type: integer + targets: + properties: + ingress: + properties: + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + relabelingConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + type: object + staticConfig: + properties: + labels: + additionalProperties: + type: string + type: object + relabelingConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + static: + items: + type: string + type: array + type: object + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + insecureSkipVerify: + type: boolean + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_servicemonitors.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_servicemonitors.yaml new file mode 100644 index 00000000000..ff62f8f267b --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.coreos.com_servicemonitors.yaml @@ -0,0 +1,436 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: servicemonitors.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: ServiceMonitor + listKind: ServiceMonitorList + plural: servicemonitors + shortNames: + - smon + singular: servicemonitor + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + attachMetadata: + properties: + node: + type: boolean + type: object + endpoints: + items: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenFile: + type: string + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + enableHttp2: + type: boolean + filterRunning: + type: boolean + followRedirects: + type: boolean + honorLabels: + type: boolean + honorTimestamps: + type: boolean + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + params: + additionalProperties: + items: + type: string + type: array + type: object + path: + type: string + port: + type: string + proxyUrl: + type: string + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + scheme: + enum: + - http + - https + type: string + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetPort: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + type: array + jobLabel: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + podTargetLabels: + items: + type: string + type: array + sampleLimit: + format: int64 + type: integer + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetLabels: + items: + type: string + type: array + targetLimit: + format: int64 + type: integer + required: + - endpoints + - selector + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_grafanaagents.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_grafanaagents.yaml new file mode 100644 index 00000000000..4ec31d67a4e --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_grafanaagents.yaml @@ -0,0 +1,3711 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: grafanaagents.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: GrafanaAgent + listKind: GrafanaAgentList + plural: grafanaagents + singular: grafanaagent + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + apiServer: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + credentialsFile: + type: string + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + host: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + required: + - host + type: object + configMaps: + items: + type: string + type: array + configReloaderImage: + type: string + configReloaderVersion: + type: string + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resizePolicy: + items: + properties: + resourceName: + type: string + restartPolicy: + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + restartPolicy: + type: string + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + disableReporting: + default: false + type: boolean + disableSupportBundle: + default: false + type: boolean + enableConfigReadAPI: + default: false + type: boolean + image: + type: string + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resizePolicy: + items: + properties: + resourceName: + type: string + restartPolicy: + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + restartPolicy: + type: string + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + integrations: + properties: + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + type: object + logFormat: + type: string + logLevel: + type: string + logs: + properties: + clients: + items: + properties: + backoffConfig: + properties: + maxPeriod: + type: string + maxRetries: + type: integer + minPeriod: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + batchSize: + type: integer + batchWait: + type: string + bearerToken: + type: string + bearerTokenFile: + type: string + externalLabels: + additionalProperties: + type: string + type: object + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + tenantId: + type: string + timeout: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + required: + - url + type: object + type: array + enforcedNamespaceLabel: + type: string + ignoreNamespaceSelectors: + type: boolean + instanceNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + instanceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + logsExternalLabelName: + type: string + type: object + metrics: + properties: + arbitraryFSAccessThroughSMs: + properties: + deny: + type: boolean + type: object + enforcedNamespaceLabel: + type: string + enforcedSampleLimit: + format: int64 + type: integer + enforcedTargetLimit: + format: int64 + type: integer + externalLabels: + additionalProperties: + type: string + type: object + ignoreNamespaceSelectors: + type: boolean + instanceNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + instanceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + metricsExternalLabelName: + type: string + overrideHonorLabels: + type: boolean + overrideHonorTimestamps: + type: boolean + remoteWrite: + items: + properties: + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + headers: + additionalProperties: + type: string + type: object + metadataConfig: + properties: + send: + type: boolean + sendInterval: + type: string + type: object + name: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + queueConfig: + properties: + batchSendDeadline: + type: string + capacity: + type: integer + maxBackoff: + type: string + maxRetries: + type: integer + maxSamplesPerSend: + type: integer + maxShards: + type: integer + minBackoff: + type: string + minShards: + type: integer + retryOnRateLimit: + type: boolean + type: object + remoteTimeout: + type: string + sigv4: + properties: + accessKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + profile: + type: string + region: + type: string + roleARN: + type: string + secretKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + writeRelabelConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + required: + - url + type: object + type: array + replicaExternalLabelName: + type: string + replicas: + format: int32 + type: integer + scrapeInterval: + type: string + scrapeTimeout: + type: string + shards: + format: int32 + type: integer + type: object + nodeSelector: + additionalProperties: + type: string + type: object + paused: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + name: + type: string + type: object + portName: + type: string + priorityClassName: + type: string + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + runtimeClassName: + type: string + secrets: + items: + type: string + type: array + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + storage: + properties: + disableMountSubPath: + type: boolean + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + volumeClaimTemplate: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + name: + type: string + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResourceStatuses: + additionalProperties: + type: string + type: object + x-kubernetes-map-type: granular + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + type: object + type: object + type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + topologySpreadConstraints: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + format: int32 + type: integer + minDomains: + format: int32 + type: integer + nodeAffinityPolicy: + type: string + nodeTaintsPolicy: + type: string + topologyKey: + type: string + whenUnsatisfiable: + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + version: + type: string + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_integrations.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_integrations.yaml new file mode 100644 index 00000000000..960b2f73ac1 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_integrations.yaml @@ -0,0 +1,810 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: integrations.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: Integration + listKind: IntegrationList + plural: integrations + singular: integration + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + config: + type: object + x-kubernetes-preserve-unknown-fields: true + configMaps: + items: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: array + name: + type: string + secrets: + items: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: array + type: + properties: + allNodes: + type: boolean + unique: + type: boolean + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + required: + - config + - name + - type + type: object + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_logsinstances.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_logsinstances.yaml new file mode 100644 index 00000000000..517bb30c2ef --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_logsinstances.yaml @@ -0,0 +1,299 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: logsinstances.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: LogsInstance + listKind: LogsInstanceList + plural: logsinstances + singular: logsinstance + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + additionalScrapeConfigs: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clients: + items: + properties: + backoffConfig: + properties: + maxPeriod: + type: string + maxRetries: + type: integer + minPeriod: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + batchSize: + type: integer + batchWait: + type: string + bearerToken: + type: string + bearerTokenFile: + type: string + externalLabels: + additionalProperties: + type: string + type: object + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + tenantId: + type: string + timeout: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + required: + - url + type: object + type: array + podLogsNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + podLogsSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetConfig: + properties: + syncPeriod: + type: string + type: object + type: object + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_metricsinstances.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_metricsinstances.yaml new file mode 100644 index 00000000000..610193f440f --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_metricsinstances.yaml @@ -0,0 +1,495 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: metricsinstances.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: MetricsInstance + listKind: MetricsInstanceList + plural: metricsinstances + singular: metricsinstance + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + additionalScrapeConfigs: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + maxWALTime: + type: string + minWALTime: + type: string + podMonitorNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + podMonitorSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + probeNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + probeSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + remoteFlushDeadline: + type: string + remoteWrite: + items: + properties: + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + headers: + additionalProperties: + type: string + type: object + metadataConfig: + properties: + send: + type: boolean + sendInterval: + type: string + type: object + name: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + queueConfig: + properties: + batchSendDeadline: + type: string + capacity: + type: integer + maxBackoff: + type: string + maxRetries: + type: integer + maxSamplesPerSend: + type: integer + maxShards: + type: integer + minBackoff: + type: string + minShards: + type: integer + retryOnRateLimit: + type: boolean + type: object + remoteTimeout: + type: string + sigv4: + properties: + accessKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + profile: + type: string + region: + type: string + roleARN: + type: string + secretKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + writeRelabelConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + required: + - url + type: object + type: array + serviceMonitorNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + serviceMonitorSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + walTruncateFrequency: + type: string + writeStaleOnShutdown: + type: boolean + type: object + type: object + served: true + storage: true diff --git a/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_podlogs.yaml b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_podlogs.yaml new file mode 100644 index 00000000000..f22d051b513 --- /dev/null +++ b/operators/grafana-agent-operator/1.2.2/templates/monitoring.grafana.com_podlogs.yaml @@ -0,0 +1,308 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: podlogs.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: PodLogs + listKind: PodLogsList + plural: podlogs + singular: podlogs + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + jobLabel: + type: string + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + pipelineStages: + items: + properties: + cri: + type: object + docker: + type: object + drop: + properties: + dropCounterReason: + type: string + expression: + type: string + longerThan: + type: string + olderThan: + type: string + source: + type: string + value: + type: string + type: object + json: + properties: + expressions: + additionalProperties: + type: string + type: object + source: + type: string + type: object + labelAllow: + items: + type: string + type: array + labelDrop: + items: + type: string + type: array + labels: + additionalProperties: + type: string + type: object + limit: + properties: + burst: + type: integer + drop: + type: boolean + rate: + type: integer + type: object + match: + properties: + action: + type: string + dropCounterReason: + type: string + pipelineName: + type: string + selector: + type: string + stages: + type: string + required: + - selector + type: object + metrics: + additionalProperties: + properties: + action: + type: string + buckets: + items: + type: string + type: array + countEntryBytes: + type: boolean + description: + type: string + matchAll: + type: boolean + maxIdleDuration: + type: string + prefix: + type: string + source: + type: string + type: + type: string + value: + type: string + required: + - action + - type + type: object + type: object + multiline: + properties: + firstLine: + type: string + maxLines: + type: integer + maxWaitTime: + type: string + required: + - firstLine + type: object + output: + properties: + source: + type: string + required: + - source + type: object + pack: + properties: + ingestTimestamp: + type: boolean + labels: + items: + type: string + type: array + required: + - labels + type: object + regex: + properties: + expression: + type: string + source: + type: string + required: + - expression + type: object + replace: + properties: + expression: + type: string + replace: + type: string + source: + type: string + required: + - expression + type: object + template: + properties: + source: + type: string + template: + type: string + required: + - source + - template + type: object + tenant: + properties: + label: + type: string + source: + type: string + value: + type: string + type: object + timestamp: + properties: + actionOnFailure: + type: string + fallbackFormats: + items: + type: string + type: array + format: + type: string + location: + type: string + source: + type: string + required: + - format + - source + type: object + type: object + type: array + podTargetLabels: + items: + type: string + type: array + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + required: + - selector + type: object + type: object + served: true + storage: true diff --git a/stable/adminer/8.1.1/values.yaml b/operators/grafana-agent-operator/1.2.2/values.yaml similarity index 100% rename from stable/adminer/8.1.1/values.yaml rename to operators/grafana-agent-operator/1.2.2/values.yaml diff --git a/operators/metallb/14.1.1/CHANGELOG.md b/operators/metallb/14.1.1/CHANGELOG.md deleted file mode 100644 index 2cccb980c81..00000000000 --- a/operators/metallb/14.1.1/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.1/Chart.yaml b/operators/metallb/14.1.1/Chart.yaml deleted file mode 100644 index fe367d3ec67..00000000000 --- a/operators/metallb/14.1.1/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.12" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/operators/metallb/14.1.1/charts/common-18.0.2.tgz b/operators/metallb/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/operators/metallb/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/operators/metallb/14.1.1/ix_values.yaml b/operators/metallb/14.1.1/ix_values.yaml deleted file mode 100644 index 8ffafd21a48..00000000000 --- a/operators/metallb/14.1.1/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: tccr.io/tccr/alpine - 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 - -manifestManager: - enabled: false diff --git a/stable/airdcpp-webclient/10.1.1/.helmignore b/operators/metallb/14.2.2/.helmignore similarity index 100% rename from stable/airdcpp-webclient/10.1.1/.helmignore rename to operators/metallb/14.2.2/.helmignore diff --git a/operators/metallb/14.2.2/CHANGELOG.md b/operators/metallb/14.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c46b7b873ad --- /dev/null +++ b/operators/metallb/14.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/operators/metallb/14.2.2/Chart.yaml b/operators/metallb/14.2.2/Chart.yaml new file mode 100644 index 00000000000..b490d53716b --- /dev/null +++ b/operators/metallb/14.2.2/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/operators/metallb/14.1.1/README.md b/operators/metallb/14.2.2/README.md similarity index 100% rename from operators/metallb/14.1.1/README.md rename to operators/metallb/14.2.2/README.md diff --git a/operators/metallb/14.2.2/app-changelog.md b/operators/metallb/14.2.2/app-changelog.md new file mode 100644 index 00000000000..b8558cbc7a0 --- /dev/null +++ b/operators/metallb/14.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/operators/metallb/14.1.1/app-readme.md b/operators/metallb/14.2.2/app-readme.md similarity index 100% rename from operators/metallb/14.1.1/app-readme.md rename to operators/metallb/14.2.2/app-readme.md diff --git a/operators/metallb/14.2.2/charts/common-18.1.6.tgz b/operators/metallb/14.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/metallb/14.2.2/charts/common-18.1.6.tgz differ diff --git a/operators/metallb/14.1.1/charts/metallb-0.14.3.tgz b/operators/metallb/14.2.2/charts/metallb-0.14.3.tgz similarity index 100% rename from operators/metallb/14.1.1/charts/metallb-0.14.3.tgz rename to operators/metallb/14.2.2/charts/metallb-0.14.3.tgz diff --git a/operators/cloudnative-pg/6.1.3/ix_values.yaml b/operators/metallb/14.2.2/ix_values.yaml similarity index 100% rename from operators/cloudnative-pg/6.1.3/ix_values.yaml rename to operators/metallb/14.2.2/ix_values.yaml diff --git a/operators/metallb/14.1.1/questions.yaml b/operators/metallb/14.2.2/questions.yaml similarity index 100% rename from operators/metallb/14.1.1/questions.yaml rename to operators/metallb/14.2.2/questions.yaml diff --git a/stable/airsonic/13.1.1/templates/NOTES.txt b/operators/metallb/14.2.2/templates/NOTES.txt similarity index 100% rename from stable/airsonic/13.1.1/templates/NOTES.txt rename to operators/metallb/14.2.2/templates/NOTES.txt diff --git a/operators/openebs/3.1.1/templates/common.yaml b/operators/metallb/14.2.2/templates/common.yaml similarity index 100% rename from operators/openebs/3.1.1/templates/common.yaml rename to operators/metallb/14.2.2/templates/common.yaml diff --git a/stable/airdcpp-webclient/10.1.1/values.yaml b/operators/metallb/14.2.2/values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.1/values.yaml rename to operators/metallb/14.2.2/values.yaml diff --git a/operators/openebs/3.1.1/CHANGELOG.md b/operators/openebs/3.1.1/CHANGELOG.md deleted file mode 100644 index a8f27f7ca1e..00000000000 --- a/operators/openebs/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/operators/openebs/3.1.1/Chart.yaml b/operators/openebs/3.1.1/Chart.yaml deleted file mode 100644 index dd848978166..00000000000 --- a/operators/openebs/3.1.1/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.12" - truecharts.org/train: operators -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/operators/openebs/3.1.1/charts/common-18.0.2.tgz b/operators/openebs/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/operators/openebs/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.1.1/.helmignore b/operators/openebs/3.2.2/.helmignore similarity index 100% rename from stable/airsonic-advanced/13.1.1/.helmignore rename to operators/openebs/3.2.2/.helmignore diff --git a/operators/openebs/3.2.2/CHANGELOG.md b/operators/openebs/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..627e148b37c --- /dev/null +++ b/operators/openebs/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/operators/openebs/3.2.2/Chart.yaml b/operators/openebs/3.2.2/Chart.yaml new file mode 100644 index 00000000000..3e45ed59ab9 --- /dev/null +++ b/operators/openebs/3.2.2/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/operators/openebs/3.1.1/README.md b/operators/openebs/3.2.2/README.md similarity index 100% rename from operators/openebs/3.1.1/README.md rename to operators/openebs/3.2.2/README.md diff --git a/operators/openebs/3.2.2/app-changelog.md b/operators/openebs/3.2.2/app-changelog.md new file mode 100644 index 00000000000..440cea33fc3 --- /dev/null +++ b/operators/openebs/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/operators/openebs/3.1.1/app-readme.md b/operators/openebs/3.2.2/app-readme.md similarity index 100% rename from operators/openebs/3.1.1/app-readme.md rename to operators/openebs/3.2.2/app-readme.md diff --git a/operators/openebs/3.2.2/charts/common-18.1.6.tgz b/operators/openebs/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/openebs/3.2.2/charts/common-18.1.6.tgz differ diff --git a/operators/openebs/3.1.1/charts/openebs-3.10.0.tgz b/operators/openebs/3.2.2/charts/openebs-3.10.0.tgz similarity index 100% rename from operators/openebs/3.1.1/charts/openebs-3.10.0.tgz rename to operators/openebs/3.2.2/charts/openebs-3.10.0.tgz diff --git a/operators/openebs/3.1.1/ix_values.yaml b/operators/openebs/3.2.2/ix_values.yaml similarity index 100% rename from operators/openebs/3.1.1/ix_values.yaml rename to operators/openebs/3.2.2/ix_values.yaml diff --git a/operators/openebs/3.1.1/questions.yaml b/operators/openebs/3.2.2/questions.yaml similarity index 100% rename from operators/openebs/3.1.1/questions.yaml rename to operators/openebs/3.2.2/questions.yaml diff --git a/stable/alist/9.2.2/templates/NOTES.txt b/operators/openebs/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/alist/9.2.2/templates/NOTES.txt rename to operators/openebs/3.2.2/templates/NOTES.txt diff --git a/stable/flame/5.1.1/templates/common.yaml b/operators/openebs/3.2.2/templates/common.yaml similarity index 100% rename from stable/flame/5.1.1/templates/common.yaml rename to operators/openebs/3.2.2/templates/common.yaml diff --git a/stable/airsonic-advanced/13.1.1/values.yaml b/operators/openebs/3.2.2/values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.1/values.yaml rename to operators/openebs/3.2.2/values.yaml diff --git a/operators/prometheus-operator/6.2.1/CHANGELOG.md b/operators/prometheus-operator/6.2.1/CHANGELOG.md deleted file mode 100644 index bf67ad7e035..00000000000 --- a/operators/prometheus-operator/6.2.1/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) - -### Chore \ No newline at end of file diff --git a/operators/prometheus-operator/6.2.1/Chart.yaml b/operators/prometheus-operator/6.2.1/Chart.yaml deleted file mode 100644 index ac718af603e..00000000000 --- a/operators/prometheus-operator/6.2.1/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.12" - 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: 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.2.1 diff --git a/operators/prometheus-operator/6.2.1/charts/common-18.0.3.tgz b/operators/prometheus-operator/6.2.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/operators/prometheus-operator/6.2.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.2.1/charts/kube-prometheus-stack-56.9.0.tgz b/operators/prometheus-operator/6.2.1/charts/kube-prometheus-stack-56.9.0.tgz deleted file mode 100644 index 1b0175276f4..00000000000 Binary files a/operators/prometheus-operator/6.2.1/charts/kube-prometheus-stack-56.9.0.tgz and /dev/null differ diff --git a/operators/prometheus-operator/6.2.1/ix_values.yaml b/operators/prometheus-operator/6.2.1/ix_values.yaml deleted file mode 100644 index 289bbe25c7d..00000000000 --- a/operators/prometheus-operator/6.2.1/ix_values.yaml +++ /dev/null @@ -1,146 +0,0 @@ -image: - repository: tccr.io/tccr/alpine - 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 - -kps: - ## Install Prometheus Operator CRDs - ## - crds: - enabled: true - - ## Manages Prometheus and Alertmanager components - ## - prometheusOperator: - enabled: true - - #### - ## - ## Everything down here, explicitly disables everything BUT the operator itself - ## - #### - - ## - global: - rbac: - create: true - - ## Create default rules for monitoring the cluster - ## - defaultRules: - create: false - - 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: false - - ## Component scraping the kube api server - ## - kubeApiServer: - enabled: false - - ## Component scraping the kubelet and kubelet-hosted cAdvisor - ## - kubelet: - enabled: false - - ## Component scraping the kube controller manager - ## - kubeControllerManager: - enabled: false - - ## Component scraping coreDns. Use either this or kubeDns - ## - coreDns: - enabled: false - - ## Component scraping kubeDns. Use either this or coreDns - ## - kubeDns: - enabled: false - - ## Component scraping etcd - ## - kubeEtcd: - enabled: false - - ## Component scraping kube scheduler - ## - kubeScheduler: - enabled: false - - ## Component scraping kube proxy - ## - kubeProxy: - enabled: false - - ## Component scraping kube state metrics - ## - kubeStateMetrics: - enabled: false - - ## dontDeploy node exporter as a daemonset to all nodes - ## - nodeExporter: - enabled: false - - ## 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 diff --git a/stable/airsonic/13.1.1/.helmignore b/operators/prometheus-operator/6.4.2/.helmignore similarity index 100% rename from stable/airsonic/13.1.1/.helmignore rename to operators/prometheus-operator/6.4.2/.helmignore diff --git a/operators/prometheus-operator/6.4.2/CHANGELOG.md b/operators/prometheus-operator/6.4.2/CHANGELOG.md new file mode 100644 index 00000000000..46b41ef96a1 --- /dev/null +++ b/operators/prometheus-operator/6.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/operators/prometheus-operator/6.4.2/Chart.yaml b/operators/prometheus-operator/6.4.2/Chart.yaml new file mode 100644 index 00000000000..66ecfbc6188 --- /dev/null +++ b/operators/prometheus-operator/6.4.2/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.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/operators/prometheus-operator/6.2.1/README.md b/operators/prometheus-operator/6.4.2/README.md similarity index 100% rename from operators/prometheus-operator/6.2.1/README.md rename to operators/prometheus-operator/6.4.2/README.md diff --git a/operators/prometheus-operator/6.4.2/app-changelog.md b/operators/prometheus-operator/6.4.2/app-changelog.md new file mode 100644 index 00000000000..2927fe8f548 --- /dev/null +++ b/operators/prometheus-operator/6.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/operators/prometheus-operator/6.2.1/app-readme.md b/operators/prometheus-operator/6.4.2/app-readme.md similarity index 100% rename from operators/prometheus-operator/6.2.1/app-readme.md rename to operators/prometheus-operator/6.4.2/app-readme.md diff --git a/operators/prometheus-operator/6.4.2/charts/common-18.1.6.tgz b/operators/prometheus-operator/6.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/operators/prometheus-operator/6.4.2/charts/common-18.1.6.tgz differ diff --git a/operators/prometheus-operator/6.4.2/charts/kube-prometheus-stack-56.21.0.tgz b/operators/prometheus-operator/6.4.2/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.4.2/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/operators/prometheus-operator/6.4.2/ix_values.yaml b/operators/prometheus-operator/6.4.2/ix_values.yaml new file mode 100644 index 00000000000..b6bc91989ae --- /dev/null +++ b/operators/prometheus-operator/6.4.2/ix_values.yaml @@ -0,0 +1,146 @@ +image: + repository: tccr.io/tccr/alpine + 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 + +kps: + ## Install Prometheus Operator CRDs + ## + crds: + enabled: true + + ## Manages Prometheus and Alertmanager components + ## + prometheusOperator: + enabled: true + + #### + ## + ## Everything down here, explicitly disables everything BUT the operator itself + ## + #### + + ## + global: + rbac: + create: true + + ## Create default rules for monitoring the cluster + ## + defaultRules: + create: false + + 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: false + defaultDashboardsEnabled: false + + ## Flag to disable all the kubernetes component scrapers + ## + kubernetesServiceMonitors: + enabled: false + + ## Component scraping the kube api server + ## + kubeApiServer: + enabled: false + + ## Component scraping the kubelet and kubelet-hosted cAdvisor + ## + kubelet: + enabled: false + + ## Component scraping the kube controller manager + ## + kubeControllerManager: + enabled: false + + ## Component scraping coreDns. Use either this or kubeDns + ## + coreDns: + enabled: false + + ## Component scraping kubeDns. Use either this or coreDns + ## + kubeDns: + enabled: false + + ## Component scraping etcd + ## + kubeEtcd: + enabled: false + + ## Component scraping kube scheduler + ## + kubeScheduler: + enabled: false + + ## Component scraping kube proxy + ## + kubeProxy: + enabled: false + + ## Component scraping kube state metrics + ## + kubeStateMetrics: + enabled: false + + ## dontDeploy node exporter as a daemonset to all nodes + ## + nodeExporter: + enabled: false + + ## 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 diff --git a/operators/prometheus-operator/6.2.1/questions.yaml b/operators/prometheus-operator/6.4.2/questions.yaml similarity index 100% rename from operators/prometheus-operator/6.2.1/questions.yaml rename to operators/prometheus-operator/6.4.2/questions.yaml diff --git a/stable/amcrest2mqtt/11.1.1/templates/NOTES.txt b/operators/prometheus-operator/6.4.2/templates/NOTES.txt similarity index 100% rename from stable/amcrest2mqtt/11.1.1/templates/NOTES.txt rename to operators/prometheus-operator/6.4.2/templates/NOTES.txt diff --git a/operators/prometheus-operator/6.2.1/templates/common.yaml b/operators/prometheus-operator/6.4.2/templates/common.yaml similarity index 100% rename from operators/prometheus-operator/6.2.1/templates/common.yaml rename to operators/prometheus-operator/6.4.2/templates/common.yaml diff --git a/stable/airsonic/13.1.1/values.yaml b/operators/prometheus-operator/6.4.2/values.yaml similarity index 100% rename from stable/airsonic/13.1.1/values.yaml rename to operators/prometheus-operator/6.4.2/values.yaml diff --git a/stable/acestream/6.1.1/CHANGELOG.md b/stable/acestream/6.1.1/CHANGELOG.md deleted file mode 100644 index 633211982ab..00000000000 --- a/stable/acestream/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/acestream/6.1.1/Chart.yaml b/stable/acestream/6.1.1/Chart.yaml deleted file mode 100644 index 61504586c3c..00000000000 --- a/stable/acestream/6.1.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: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2.8 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/acestream/6.1.1/charts/common-18.0.2.tgz b/stable/acestream/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/acestream/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/alienswarm-reactivedrop/5.1.1/.helmignore b/stable/acestream/6.2.2/.helmignore similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/.helmignore rename to stable/acestream/6.2.2/.helmignore diff --git a/stable/acestream/6.2.2/CHANGELOG.md b/stable/acestream/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..85d05b16cd3 --- /dev/null +++ b/stable/acestream/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/acestream/6.2.2/Chart.yaml b/stable/acestream/6.2.2/Chart.yaml new file mode 100644 index 00000000000..15ab67a6207 --- /dev/null +++ b/stable/acestream/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2.8 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/acestream/6.1.1/README.md b/stable/acestream/6.2.2/README.md similarity index 100% rename from stable/acestream/6.1.1/README.md rename to stable/acestream/6.2.2/README.md diff --git a/stable/acestream/6.2.2/app-changelog.md b/stable/acestream/6.2.2/app-changelog.md new file mode 100644 index 00000000000..c3a88ce5fac --- /dev/null +++ b/stable/acestream/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/acestream/6.1.1/app-readme.md b/stable/acestream/6.2.2/app-readme.md similarity index 100% rename from stable/acestream/6.1.1/app-readme.md rename to stable/acestream/6.2.2/app-readme.md diff --git a/stable/acestream/6.2.2/charts/common-18.1.6.tgz b/stable/acestream/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/acestream/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/acestream/6.1.1/ix_values.yaml b/stable/acestream/6.2.2/ix_values.yaml similarity index 100% rename from stable/acestream/6.1.1/ix_values.yaml rename to stable/acestream/6.2.2/ix_values.yaml diff --git a/stable/acestream/6.1.1/questions.yaml b/stable/acestream/6.2.2/questions.yaml similarity index 100% rename from stable/acestream/6.1.1/questions.yaml rename to stable/acestream/6.2.2/questions.yaml diff --git a/stable/acestream/6.1.1/templates/common.yaml b/stable/acestream/6.2.2/templates/common.yaml similarity index 100% rename from stable/acestream/6.1.1/templates/common.yaml rename to stable/acestream/6.2.2/templates/common.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.1/values.yaml b/stable/acestream/6.2.2/values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/values.yaml rename to stable/acestream/6.2.2/values.yaml diff --git a/stable/actualserver/10.1.2/CHANGELOG.md b/stable/actualserver/10.1.2/CHANGELOG.md deleted file mode 100644 index a5eda4ef48a..00000000000 --- a/stable/actualserver/10.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [actualserver-7.1.6](https://github.com/truecharts/charts/compare/actualserver-7.1.5...actualserver-7.1.6) (2024-01-02) \ No newline at end of file diff --git a/stable/actualserver/10.1.2/Chart.yaml b/stable/actualserver/10.1.2/Chart.yaml deleted file mode 100644 index c31dce39b6c..00000000000 --- a/stable/actualserver/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.2.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/actualserver/10.1.2/charts/common-18.0.2.tgz b/stable/actualserver/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/actualserver/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/actualserver/10.1.2/ix_values.yaml b/stable/actualserver/10.1.2/ix_values.yaml deleted file mode 100644 index bd6bb4ea8a1..00000000000 --- a/stable/actualserver/10.1.2/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/alienswarm/5.1.1/.helmignore b/stable/actualserver/10.3.2/.helmignore similarity index 100% rename from stable/alienswarm/5.1.1/.helmignore rename to stable/actualserver/10.3.2/.helmignore diff --git a/stable/actualserver/10.3.2/CHANGELOG.md b/stable/actualserver/10.3.2/CHANGELOG.md new file mode 100644 index 00000000000..0c5be3b69e2 --- /dev/null +++ b/stable/actualserver/10.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + diff --git a/stable/actualserver/10.3.2/Chart.yaml b/stable/actualserver/10.3.2/Chart.yaml new file mode 100644 index 00000000000..1badfc3790f --- /dev/null +++ b/stable/actualserver/10.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/actualserver/10.1.2/README.md b/stable/actualserver/10.3.2/README.md similarity index 100% rename from stable/actualserver/10.1.2/README.md rename to stable/actualserver/10.3.2/README.md diff --git a/stable/actualserver/10.3.2/app-changelog.md b/stable/actualserver/10.3.2/app-changelog.md new file mode 100644 index 00000000000..b59bb1b4150 --- /dev/null +++ b/stable/actualserver/10.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/actualserver/10.1.2/app-readme.md b/stable/actualserver/10.3.2/app-readme.md similarity index 100% rename from stable/actualserver/10.1.2/app-readme.md rename to stable/actualserver/10.3.2/app-readme.md diff --git a/stable/actualserver/10.3.2/charts/common-18.1.6.tgz b/stable/actualserver/10.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/actualserver/10.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/actualserver/10.3.2/ix_values.yaml b/stable/actualserver/10.3.2/ix_values.yaml new file mode 100644 index 00000000000..ca9b6925ad0 --- /dev/null +++ b/stable/actualserver/10.3.2/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.1.2/questions.yaml b/stable/actualserver/10.3.2/questions.yaml similarity index 100% rename from stable/actualserver/10.1.2/questions.yaml rename to stable/actualserver/10.3.2/questions.yaml diff --git a/stable/amule/7.1.1/templates/NOTES.txt b/stable/actualserver/10.3.2/templates/NOTES.txt similarity index 100% rename from stable/amule/7.1.1/templates/NOTES.txt rename to stable/actualserver/10.3.2/templates/NOTES.txt diff --git a/stable/actualserver/10.1.2/templates/common.yaml b/stable/actualserver/10.3.2/templates/common.yaml similarity index 100% rename from stable/actualserver/10.1.2/templates/common.yaml rename to stable/actualserver/10.3.2/templates/common.yaml diff --git a/stable/alienswarm/5.1.1/values.yaml b/stable/actualserver/10.3.2/values.yaml similarity index 100% rename from stable/alienswarm/5.1.1/values.yaml rename to stable/actualserver/10.3.2/values.yaml diff --git a/stable/adguard-home/9.1.1/CHANGELOG.md b/stable/adguard-home/9.1.1/CHANGELOG.md deleted file mode 100644 index 21fe8915a56..00000000000 --- a/stable/adguard-home/9.1.1/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)) - - -## [adguard-home-8.1.4](https://github.com/truecharts/charts/compare/adguard-home-8.1.3...adguard-home-8.1.4) (2024-01-01) diff --git a/stable/adguard-home/9.1.1/Chart.yaml b/stable/adguard-home/9.1.1/Chart.yaml deleted file mode 100644 index 79ce7077455..00000000000 --- a/stable/adguard-home/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.107.44 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/adguard-home/9.1.1/charts/common-18.0.2.tgz b/stable/adguard-home/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/adguard-home/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/alist/9.2.2/.helmignore b/stable/adguard-home/9.2.2/.helmignore similarity index 100% rename from stable/alist/9.2.2/.helmignore rename to stable/adguard-home/9.2.2/.helmignore diff --git a/stable/adguard-home/9.2.2/CHANGELOG.md b/stable/adguard-home/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..500e18a341e --- /dev/null +++ b/stable/adguard-home/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/adguard-home/9.2.2/Chart.yaml b/stable/adguard-home/9.2.2/Chart.yaml new file mode 100644 index 00000000000..77e3c5593d7 --- /dev/null +++ b/stable/adguard-home/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.107.44 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/adguard-home/9.1.1/README.md b/stable/adguard-home/9.2.2/README.md similarity index 100% rename from stable/adguard-home/9.1.1/README.md rename to stable/adguard-home/9.2.2/README.md diff --git a/stable/adguard-home/9.2.2/app-changelog.md b/stable/adguard-home/9.2.2/app-changelog.md new file mode 100644 index 00000000000..1fcb8980459 --- /dev/null +++ b/stable/adguard-home/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/adguard-home/9.1.1/app-readme.md b/stable/adguard-home/9.2.2/app-readme.md similarity index 100% rename from stable/adguard-home/9.1.1/app-readme.md rename to stable/adguard-home/9.2.2/app-readme.md diff --git a/stable/adguard-home/9.2.2/charts/common-18.1.6.tgz b/stable/adguard-home/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/adguard-home/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/adguard-home/9.1.1/ix_values.yaml b/stable/adguard-home/9.2.2/ix_values.yaml similarity index 100% rename from stable/adguard-home/9.1.1/ix_values.yaml rename to stable/adguard-home/9.2.2/ix_values.yaml diff --git a/stable/adguard-home/9.1.1/questions.yaml b/stable/adguard-home/9.2.2/questions.yaml similarity index 100% rename from stable/adguard-home/9.1.1/questions.yaml rename to stable/adguard-home/9.2.2/questions.yaml diff --git a/stable/anki-sync-server/6.1.1/templates/NOTES.txt b/stable/adguard-home/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/anki-sync-server/6.1.1/templates/NOTES.txt rename to stable/adguard-home/9.2.2/templates/NOTES.txt diff --git a/stable/alist/9.2.2/templates/common.yaml b/stable/adguard-home/9.2.2/templates/common.yaml similarity index 100% rename from stable/alist/9.2.2/templates/common.yaml rename to stable/adguard-home/9.2.2/templates/common.yaml diff --git a/stable/alist/9.2.2/values.yaml b/stable/adguard-home/9.2.2/values.yaml similarity index 100% rename from stable/alist/9.2.2/values.yaml rename to stable/adguard-home/9.2.2/values.yaml diff --git a/stable/adguardhome-sync/6.1.1/CHANGELOG.md b/stable/adguardhome-sync/6.1.1/CHANGELOG.md deleted file mode 100644 index f9ea49d56df..00000000000 --- a/stable/adguardhome-sync/6.1.1/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) - -### Chore diff --git a/stable/adguardhome-sync/6.1.1/Chart.yaml b/stable/adguardhome-sync/6.1.1/Chart.yaml deleted file mode 100644 index 47dace546b9..00000000000 --- a/stable/adguardhome-sync/6.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/adguardhome-sync/6.1.1/charts/common-18.0.2.tgz b/stable/adguardhome-sync/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/adguardhome-sync/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/11.1.1/.helmignore b/stable/adguardhome-sync/6.2.2/.helmignore similarity index 100% rename from stable/amcrest2mqtt/11.1.1/.helmignore rename to stable/adguardhome-sync/6.2.2/.helmignore diff --git a/stable/adguardhome-sync/6.2.2/CHANGELOG.md b/stable/adguardhome-sync/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..95145b35009 --- /dev/null +++ b/stable/adguardhome-sync/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/adguardhome-sync/6.2.2/Chart.yaml b/stable/adguardhome-sync/6.2.2/Chart.yaml new file mode 100644 index 00000000000..779a93cf2cc --- /dev/null +++ b/stable/adguardhome-sync/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/adguardhome-sync/6.1.1/README.md b/stable/adguardhome-sync/6.2.2/README.md similarity index 100% rename from stable/adguardhome-sync/6.1.1/README.md rename to stable/adguardhome-sync/6.2.2/README.md diff --git a/stable/adguardhome-sync/6.2.2/app-changelog.md b/stable/adguardhome-sync/6.2.2/app-changelog.md new file mode 100644 index 00000000000..3a62f8b47d0 --- /dev/null +++ b/stable/adguardhome-sync/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/adguardhome-sync/6.1.1/app-readme.md b/stable/adguardhome-sync/6.2.2/app-readme.md similarity index 100% rename from stable/adguardhome-sync/6.1.1/app-readme.md rename to stable/adguardhome-sync/6.2.2/app-readme.md diff --git a/stable/adguardhome-sync/6.2.2/charts/common-18.1.6.tgz b/stable/adguardhome-sync/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/adguardhome-sync/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/adguardhome-sync/6.1.1/ix_values.yaml b/stable/adguardhome-sync/6.2.2/ix_values.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.1/ix_values.yaml rename to stable/adguardhome-sync/6.2.2/ix_values.yaml diff --git a/stable/adguardhome-sync/6.1.1/questions.yaml b/stable/adguardhome-sync/6.2.2/questions.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.1/questions.yaml rename to stable/adguardhome-sync/6.2.2/questions.yaml diff --git a/stable/adguardhome-sync/6.1.1/templates/common.yaml b/stable/adguardhome-sync/6.2.2/templates/common.yaml similarity index 100% rename from stable/adguardhome-sync/6.1.1/templates/common.yaml rename to stable/adguardhome-sync/6.2.2/templates/common.yaml diff --git a/stable/amcrest2mqtt/11.1.1/values.yaml b/stable/adguardhome-sync/6.2.2/values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.1/values.yaml rename to stable/adguardhome-sync/6.2.2/values.yaml diff --git a/stable/adminer/8.1.1/CHANGELOG.md b/stable/adminer/8.1.1/CHANGELOG.md deleted file mode 100644 index bb4cf61e0c2..00000000000 --- a/stable/adminer/8.1.1/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.1/Chart.yaml b/stable/adminer/8.1.1/Chart.yaml deleted file mode 100644 index afcce9e5b1f..00000000000 --- a/stable/adminer/8.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/adminer/8.1.1/charts/common-18.0.2.tgz b/stable/adminer/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/adminer/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/americasarmy-pg/5.1.1/.helmignore b/stable/adminer/8.2.2/.helmignore similarity index 100% rename from stable/americasarmy-pg/5.1.1/.helmignore rename to stable/adminer/8.2.2/.helmignore diff --git a/stable/adminer/8.2.2/CHANGELOG.md b/stable/adminer/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e924fce86a8 --- /dev/null +++ b/stable/adminer/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/adminer/8.2.2/Chart.yaml b/stable/adminer/8.2.2/Chart.yaml new file mode 100644 index 00000000000..52ab4a8eca4 --- /dev/null +++ b/stable/adminer/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/adminer/8.1.1/README.md b/stable/adminer/8.2.2/README.md similarity index 100% rename from stable/adminer/8.1.1/README.md rename to stable/adminer/8.2.2/README.md diff --git a/stable/adminer/8.2.2/app-changelog.md b/stable/adminer/8.2.2/app-changelog.md new file mode 100644 index 00000000000..f3306c1d91a --- /dev/null +++ b/stable/adminer/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/adminer/8.1.1/app-readme.md b/stable/adminer/8.2.2/app-readme.md similarity index 100% rename from stable/adminer/8.1.1/app-readme.md rename to stable/adminer/8.2.2/app-readme.md diff --git a/stable/adminer/8.2.2/charts/common-18.1.6.tgz b/stable/adminer/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/adminer/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/adminer/8.1.1/ix_values.yaml b/stable/adminer/8.2.2/ix_values.yaml similarity index 100% rename from stable/adminer/8.1.1/ix_values.yaml rename to stable/adminer/8.2.2/ix_values.yaml diff --git a/stable/adminer/8.1.1/questions.yaml b/stable/adminer/8.2.2/questions.yaml similarity index 100% rename from stable/adminer/8.1.1/questions.yaml rename to stable/adminer/8.2.2/questions.yaml diff --git a/stable/anonaddy/20.4.1/templates/NOTES.txt b/stable/adminer/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.4.1/templates/NOTES.txt rename to stable/adminer/8.2.2/templates/NOTES.txt diff --git a/stable/adminer/8.1.1/templates/common.yaml b/stable/adminer/8.2.2/templates/common.yaml similarity index 100% rename from stable/adminer/8.1.1/templates/common.yaml rename to stable/adminer/8.2.2/templates/common.yaml diff --git a/stable/americasarmy-pg/5.1.1/values.yaml b/stable/adminer/8.2.2/values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.1/values.yaml rename to stable/adminer/8.2.2/values.yaml diff --git a/stable/airdcpp-webclient/10.1.1/CHANGELOG.md b/stable/airdcpp-webclient/10.1.1/CHANGELOG.md deleted file mode 100644 index c5c44763b92..00000000000 --- a/stable/airdcpp-webclient/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/airdcpp-webclient/10.1.1/Chart.yaml b/stable/airdcpp-webclient/10.1.1/Chart.yaml deleted file mode 100644 index 9e6ae091ded..00000000000 --- a/stable/airdcpp-webclient/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.12.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/airdcpp-webclient/10.1.1/charts/common-18.0.2.tgz b/stable/airdcpp-webclient/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/airdcpp-webclient/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/amule/7.1.1/.helmignore b/stable/airdcpp-webclient/10.2.2/.helmignore similarity index 100% rename from stable/amule/7.1.1/.helmignore rename to stable/airdcpp-webclient/10.2.2/.helmignore diff --git a/stable/airdcpp-webclient/10.2.2/CHANGELOG.md b/stable/airdcpp-webclient/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7278379e643 --- /dev/null +++ b/stable/airdcpp-webclient/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/airdcpp-webclient/10.2.2/Chart.yaml b/stable/airdcpp-webclient/10.2.2/Chart.yaml new file mode 100644 index 00000000000..5398cc7dac3 --- /dev/null +++ b/stable/airdcpp-webclient/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.12.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/airdcpp-webclient/10.1.1/README.md b/stable/airdcpp-webclient/10.2.2/README.md similarity index 100% rename from stable/airdcpp-webclient/10.1.1/README.md rename to stable/airdcpp-webclient/10.2.2/README.md diff --git a/stable/airdcpp-webclient/10.2.2/app-changelog.md b/stable/airdcpp-webclient/10.2.2/app-changelog.md new file mode 100644 index 00000000000..246a3fdae5f --- /dev/null +++ b/stable/airdcpp-webclient/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/airdcpp-webclient/10.1.1/app-readme.md b/stable/airdcpp-webclient/10.2.2/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/10.1.1/app-readme.md rename to stable/airdcpp-webclient/10.2.2/app-readme.md diff --git a/stable/airdcpp-webclient/10.2.2/charts/common-18.1.6.tgz b/stable/airdcpp-webclient/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/airdcpp-webclient/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/airdcpp-webclient/10.1.1/ix_values.yaml b/stable/airdcpp-webclient/10.2.2/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.1/ix_values.yaml rename to stable/airdcpp-webclient/10.2.2/ix_values.yaml diff --git a/stable/airdcpp-webclient/10.1.1/questions.yaml b/stable/airdcpp-webclient/10.2.2/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/10.1.1/questions.yaml rename to stable/airdcpp-webclient/10.2.2/questions.yaml diff --git a/stable/answer/3.1.1/templates/NOTES.txt b/stable/airdcpp-webclient/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/answer/3.1.1/templates/NOTES.txt rename to stable/airdcpp-webclient/10.2.2/templates/NOTES.txt diff --git a/stable/answer/3.1.1/templates/common.yaml b/stable/airdcpp-webclient/10.2.2/templates/common.yaml similarity index 100% rename from stable/answer/3.1.1/templates/common.yaml rename to stable/airdcpp-webclient/10.2.2/templates/common.yaml diff --git a/stable/amule/7.1.1/values.yaml b/stable/airdcpp-webclient/10.2.2/values.yaml similarity index 100% rename from stable/amule/7.1.1/values.yaml rename to stable/airdcpp-webclient/10.2.2/values.yaml diff --git a/stable/airsonic-advanced/13.1.1/CHANGELOG.md b/stable/airsonic-advanced/13.1.1/CHANGELOG.md deleted file mode 100644 index 479b1c19030..00000000000 --- a/stable/airsonic-advanced/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/airsonic-advanced/13.1.1/Chart.yaml b/stable/airsonic-advanced/13.1.1/Chart.yaml deleted file mode 100644 index ca2de2492da..00000000000 --- a/stable/airsonic-advanced/13.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: edge-latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/airsonic-advanced/13.1.1/charts/common-18.0.2.tgz b/stable/airsonic-advanced/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/airsonic-advanced/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/android-8-0/5.1.1/.helmignore b/stable/airsonic-advanced/13.2.2/.helmignore similarity index 100% rename from stable/android-8-0/5.1.1/.helmignore rename to stable/airsonic-advanced/13.2.2/.helmignore diff --git a/stable/airsonic-advanced/13.2.2/CHANGELOG.md b/stable/airsonic-advanced/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ece172b8ec9 --- /dev/null +++ b/stable/airsonic-advanced/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/airsonic-advanced/13.2.2/Chart.yaml b/stable/airsonic-advanced/13.2.2/Chart.yaml new file mode 100644 index 00000000000..254496c25ae --- /dev/null +++ b/stable/airsonic-advanced/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: edge-latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/airsonic-advanced/13.1.1/README.md b/stable/airsonic-advanced/13.2.2/README.md similarity index 100% rename from stable/airsonic-advanced/13.1.1/README.md rename to stable/airsonic-advanced/13.2.2/README.md diff --git a/stable/airsonic-advanced/13.2.2/app-changelog.md b/stable/airsonic-advanced/13.2.2/app-changelog.md new file mode 100644 index 00000000000..04a4cc4df2b --- /dev/null +++ b/stable/airsonic-advanced/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/airsonic-advanced/13.1.1/app-readme.md b/stable/airsonic-advanced/13.2.2/app-readme.md similarity index 100% rename from stable/airsonic-advanced/13.1.1/app-readme.md rename to stable/airsonic-advanced/13.2.2/app-readme.md diff --git a/stable/airsonic-advanced/13.2.2/charts/common-18.1.6.tgz b/stable/airsonic-advanced/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/airsonic-advanced/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/airsonic-advanced/13.1.1/ix_values.yaml b/stable/airsonic-advanced/13.2.2/ix_values.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.1/ix_values.yaml rename to stable/airsonic-advanced/13.2.2/ix_values.yaml diff --git a/stable/airsonic-advanced/13.1.1/questions.yaml b/stable/airsonic-advanced/13.2.2/questions.yaml similarity index 100% rename from stable/airsonic-advanced/13.1.1/questions.yaml rename to stable/airsonic-advanced/13.2.2/questions.yaml diff --git a/stable/apache-musicindex/11.1.1/templates/NOTES.txt b/stable/airsonic-advanced/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/apache-musicindex/11.1.1/templates/NOTES.txt rename to stable/airsonic-advanced/13.2.2/templates/NOTES.txt diff --git a/stable/apache-musicindex/11.1.1/templates/common.yaml b/stable/airsonic-advanced/13.2.2/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/11.1.1/templates/common.yaml rename to stable/airsonic-advanced/13.2.2/templates/common.yaml diff --git a/stable/android-8-0/5.1.1/values.yaml b/stable/airsonic-advanced/13.2.2/values.yaml similarity index 100% rename from stable/android-8-0/5.1.1/values.yaml rename to stable/airsonic-advanced/13.2.2/values.yaml diff --git a/stable/airsonic/13.1.1/CHANGELOG.md b/stable/airsonic/13.1.1/CHANGELOG.md deleted file mode 100644 index f8212ed0071..00000000000 --- a/stable/airsonic/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/airsonic/13.1.1/Chart.yaml b/stable/airsonic/13.1.1/Chart.yaml deleted file mode 100644 index bdbba7edbbc..00000000000 --- a/stable/airsonic/13.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.6.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/airsonic/13.1.1/charts/common-18.0.2.tgz b/stable/airsonic/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/airsonic/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/androiddebugbridge/5.1.1/.helmignore b/stable/airsonic/13.2.2/.helmignore similarity index 100% rename from stable/androiddebugbridge/5.1.1/.helmignore rename to stable/airsonic/13.2.2/.helmignore diff --git a/stable/airsonic/13.2.2/CHANGELOG.md b/stable/airsonic/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7f7a0ba072e --- /dev/null +++ b/stable/airsonic/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/airsonic/13.2.2/Chart.yaml b/stable/airsonic/13.2.2/Chart.yaml new file mode 100644 index 00000000000..8585d48a391 --- /dev/null +++ b/stable/airsonic/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.6.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/airsonic/13.1.1/README.md b/stable/airsonic/13.2.2/README.md similarity index 100% rename from stable/airsonic/13.1.1/README.md rename to stable/airsonic/13.2.2/README.md diff --git a/stable/airsonic/13.2.2/app-changelog.md b/stable/airsonic/13.2.2/app-changelog.md new file mode 100644 index 00000000000..c267be720d6 --- /dev/null +++ b/stable/airsonic/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/airsonic/13.1.1/app-readme.md b/stable/airsonic/13.2.2/app-readme.md similarity index 100% rename from stable/airsonic/13.1.1/app-readme.md rename to stable/airsonic/13.2.2/app-readme.md diff --git a/stable/airsonic/13.2.2/charts/common-18.1.6.tgz b/stable/airsonic/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/airsonic/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/airsonic/13.1.1/ix_values.yaml b/stable/airsonic/13.2.2/ix_values.yaml similarity index 100% rename from stable/airsonic/13.1.1/ix_values.yaml rename to stable/airsonic/13.2.2/ix_values.yaml diff --git a/stable/airsonic/13.1.1/questions.yaml b/stable/airsonic/13.2.2/questions.yaml similarity index 100% rename from stable/airsonic/13.1.1/questions.yaml rename to stable/airsonic/13.2.2/questions.yaml diff --git a/stable/appdaemon/16.1.1/templates/NOTES.txt b/stable/airsonic/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/appdaemon/16.1.1/templates/NOTES.txt rename to stable/airsonic/13.2.2/templates/NOTES.txt diff --git a/stable/appdaemon/16.1.1/templates/common.yaml b/stable/airsonic/13.2.2/templates/common.yaml similarity index 100% rename from stable/appdaemon/16.1.1/templates/common.yaml rename to stable/airsonic/13.2.2/templates/common.yaml diff --git a/stable/androiddebugbridge/5.1.1/values.yaml b/stable/airsonic/13.2.2/values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.1/values.yaml rename to stable/airsonic/13.2.2/values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.1/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.1.1/CHANGELOG.md deleted file mode 100644 index 37f38b8d7b8..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/alienswarm-reactivedrop/5.1.1/Chart.yaml b/stable/alienswarm-reactivedrop/5.1.1/Chart.yaml deleted file mode 100644 index 279687c3ced..00000000000 --- a/stable/alienswarm-reactivedrop/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarmreactiedrop -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/alienswarm-reactivedrop/5.1.1/charts/common-18.0.2.tgz b/stable/alienswarm-reactivedrop/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/alienswarm-reactivedrop/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/anki-sync-server/6.1.1/.helmignore b/stable/alienswarm-reactivedrop/5.2.2/.helmignore similarity index 100% rename from stable/anki-sync-server/6.1.1/.helmignore rename to stable/alienswarm-reactivedrop/5.2.2/.helmignore diff --git a/stable/alienswarm-reactivedrop/5.2.2/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..21fbc0684df --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/alienswarm-reactivedrop/5.2.2/Chart.yaml b/stable/alienswarm-reactivedrop/5.2.2/Chart.yaml new file mode 100644 index 00000000000..665994c836c --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarmreactiedrop +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/alienswarm-reactivedrop/5.1.1/README.md b/stable/alienswarm-reactivedrop/5.2.2/README.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/README.md rename to stable/alienswarm-reactivedrop/5.2.2/README.md diff --git a/stable/alienswarm-reactivedrop/5.2.2/app-changelog.md b/stable/alienswarm-reactivedrop/5.2.2/app-changelog.md new file mode 100644 index 00000000000..010cae35b6b --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/alienswarm-reactivedrop/5.1.1/app-readme.md b/stable/alienswarm-reactivedrop/5.2.2/app-readme.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/app-readme.md rename to stable/alienswarm-reactivedrop/5.2.2/app-readme.md diff --git a/stable/alienswarm-reactivedrop/5.2.2/charts/common-18.1.6.tgz b/stable/alienswarm-reactivedrop/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/alienswarm-reactivedrop/5.1.1/ix_values.yaml b/stable/alienswarm-reactivedrop/5.2.2/ix_values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/ix_values.yaml rename to stable/alienswarm-reactivedrop/5.2.2/ix_values.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.1/questions.yaml b/stable/alienswarm-reactivedrop/5.2.2/questions.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/questions.yaml rename to stable/alienswarm-reactivedrop/5.2.2/questions.yaml diff --git a/stable/alienswarm-reactivedrop/5.1.1/templates/common.yaml b/stable/alienswarm-reactivedrop/5.2.2/templates/common.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.1.1/templates/common.yaml rename to stable/alienswarm-reactivedrop/5.2.2/templates/common.yaml diff --git a/stable/anki-sync-server/6.1.1/values.yaml b/stable/alienswarm-reactivedrop/5.2.2/values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.1/values.yaml rename to stable/alienswarm-reactivedrop/5.2.2/values.yaml diff --git a/stable/alienswarm/5.1.1/CHANGELOG.md b/stable/alienswarm/5.1.1/CHANGELOG.md deleted file mode 100644 index 00dfa5c8318..00000000000 --- a/stable/alienswarm/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/alienswarm/5.1.1/Chart.yaml b/stable/alienswarm/5.1.1/Chart.yaml deleted file mode 100644 index 304e63d4f03..00000000000 --- a/stable/alienswarm/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: alienswarm -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/alienswarm/5.1.1/charts/common-18.0.2.tgz b/stable/alienswarm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/alienswarm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/anonaddy/20.4.1/.helmignore b/stable/alienswarm/5.2.2/.helmignore similarity index 100% rename from stable/anonaddy/20.4.1/.helmignore rename to stable/alienswarm/5.2.2/.helmignore diff --git a/stable/alienswarm/5.2.2/CHANGELOG.md b/stable/alienswarm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7314c50bb14 --- /dev/null +++ b/stable/alienswarm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/alienswarm/5.2.2/Chart.yaml b/stable/alienswarm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3c34cf6614b --- /dev/null +++ b/stable/alienswarm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: alienswarm +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/alienswarm/5.1.1/README.md b/stable/alienswarm/5.2.2/README.md similarity index 100% rename from stable/alienswarm/5.1.1/README.md rename to stable/alienswarm/5.2.2/README.md diff --git a/stable/alienswarm/5.2.2/app-changelog.md b/stable/alienswarm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..04b595170d2 --- /dev/null +++ b/stable/alienswarm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/alienswarm/5.1.1/app-readme.md b/stable/alienswarm/5.2.2/app-readme.md similarity index 100% rename from stable/alienswarm/5.1.1/app-readme.md rename to stable/alienswarm/5.2.2/app-readme.md diff --git a/stable/alienswarm/5.2.2/charts/common-18.1.6.tgz b/stable/alienswarm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/alienswarm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/alienswarm/5.1.1/ix_values.yaml b/stable/alienswarm/5.2.2/ix_values.yaml similarity index 100% rename from stable/alienswarm/5.1.1/ix_values.yaml rename to stable/alienswarm/5.2.2/ix_values.yaml diff --git a/stable/alienswarm/5.1.1/questions.yaml b/stable/alienswarm/5.2.2/questions.yaml similarity index 100% rename from stable/alienswarm/5.1.1/questions.yaml rename to stable/alienswarm/5.2.2/questions.yaml diff --git a/stable/alienswarm/5.1.1/templates/common.yaml b/stable/alienswarm/5.2.2/templates/common.yaml similarity index 100% rename from stable/alienswarm/5.1.1/templates/common.yaml rename to stable/alienswarm/5.2.2/templates/common.yaml diff --git a/stable/anonaddy/20.4.1/values.yaml b/stable/alienswarm/5.2.2/values.yaml similarity index 100% rename from stable/anonaddy/20.4.1/values.yaml rename to stable/alienswarm/5.2.2/values.yaml diff --git a/stable/alist/9.2.2/CHANGELOG.md b/stable/alist/9.2.2/CHANGELOG.md deleted file mode 100644 index 0c9c78238ce..00000000000 --- a/stable/alist/9.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/alist/9.2.2/Chart.yaml b/stable/alist/9.2.2/Chart.yaml deleted file mode 100644 index 9a1f7acb9ad..00000000000 --- a/stable/alist/9.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.31.0 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/alist/9.2.2/charts/common-18.0.2.tgz b/stable/alist/9.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/alist/9.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/alist/9.2.2/ix_values.yaml b/stable/alist/9.2.2/ix_values.yaml deleted file mode 100644 index 0bfde7db00d..00000000000 --- a/stable/alist/9.2.2/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/anope/5.1.1/.helmignore b/stable/alist/9.4.2/.helmignore similarity index 100% rename from stable/anope/5.1.1/.helmignore rename to stable/alist/9.4.2/.helmignore diff --git a/stable/alist/9.4.2/CHANGELOG.md b/stable/alist/9.4.2/CHANGELOG.md new file mode 100644 index 00000000000..d4c684642b1 --- /dev/null +++ b/stable/alist/9.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/alist/9.4.2/Chart.yaml b/stable/alist/9.4.2/Chart.yaml new file mode 100644 index 00000000000..5f6ee888890 --- /dev/null +++ b/stable/alist/9.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.32.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/alist/9.2.2/README.md b/stable/alist/9.4.2/README.md similarity index 100% rename from stable/alist/9.2.2/README.md rename to stable/alist/9.4.2/README.md diff --git a/stable/alist/9.4.2/app-changelog.md b/stable/alist/9.4.2/app-changelog.md new file mode 100644 index 00000000000..706b92db257 --- /dev/null +++ b/stable/alist/9.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/alist/9.2.2/app-readme.md b/stable/alist/9.4.2/app-readme.md similarity index 100% rename from stable/alist/9.2.2/app-readme.md rename to stable/alist/9.4.2/app-readme.md diff --git a/stable/alist/9.4.2/charts/common-18.1.6.tgz b/stable/alist/9.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/alist/9.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/alist/9.4.2/ix_values.yaml b/stable/alist/9.4.2/ix_values.yaml new file mode 100644 index 00000000000..af56c28846e --- /dev/null +++ b/stable/alist/9.4.2/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.2.2/questions.yaml b/stable/alist/9.4.2/questions.yaml similarity index 100% rename from stable/alist/9.2.2/questions.yaml rename to stable/alist/9.4.2/questions.yaml diff --git a/stable/apt-cacher-ng/8.1.1/templates/NOTES.txt b/stable/alist/9.4.2/templates/NOTES.txt similarity index 100% rename from stable/apt-cacher-ng/8.1.1/templates/NOTES.txt rename to stable/alist/9.4.2/templates/NOTES.txt diff --git a/stable/aria2/12.1.1/templates/common.yaml b/stable/alist/9.4.2/templates/common.yaml similarity index 100% rename from stable/aria2/12.1.1/templates/common.yaml rename to stable/alist/9.4.2/templates/common.yaml diff --git a/stable/anope/5.1.1/values.yaml b/stable/alist/9.4.2/values.yaml similarity index 100% rename from stable/anope/5.1.1/values.yaml rename to stable/alist/9.4.2/values.yaml diff --git a/stable/amcrest2mqtt/11.1.1/CHANGELOG.md b/stable/amcrest2mqtt/11.1.1/CHANGELOG.md deleted file mode 100644 index 43320ebcc9b..00000000000 --- a/stable/amcrest2mqtt/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/amcrest2mqtt/11.1.1/Chart.yaml b/stable/amcrest2mqtt/11.1.1/Chart.yaml deleted file mode 100644 index cb68dc01d31..00000000000 --- a/stable/amcrest2mqtt/11.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.16 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/amcrest2mqtt/11.1.1/charts/common-18.0.2.tgz b/stable/amcrest2mqtt/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/amcrest2mqtt/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/answer/3.1.1/.helmignore b/stable/amcrest2mqtt/11.2.2/.helmignore similarity index 100% rename from stable/answer/3.1.1/.helmignore rename to stable/amcrest2mqtt/11.2.2/.helmignore diff --git a/stable/amcrest2mqtt/11.2.2/CHANGELOG.md b/stable/amcrest2mqtt/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..790654bbd61 --- /dev/null +++ b/stable/amcrest2mqtt/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/amcrest2mqtt/11.2.2/Chart.yaml b/stable/amcrest2mqtt/11.2.2/Chart.yaml new file mode 100644 index 00000000000..08c6cca55d7 --- /dev/null +++ b/stable/amcrest2mqtt/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.16 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/amcrest2mqtt/11.1.1/README.md b/stable/amcrest2mqtt/11.2.2/README.md similarity index 100% rename from stable/amcrest2mqtt/11.1.1/README.md rename to stable/amcrest2mqtt/11.2.2/README.md diff --git a/stable/amcrest2mqtt/11.2.2/app-changelog.md b/stable/amcrest2mqtt/11.2.2/app-changelog.md new file mode 100644 index 00000000000..1daa6eda73c --- /dev/null +++ b/stable/amcrest2mqtt/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/amcrest2mqtt/11.1.1/app-readme.md b/stable/amcrest2mqtt/11.2.2/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/11.1.1/app-readme.md rename to stable/amcrest2mqtt/11.2.2/app-readme.md diff --git a/stable/amcrest2mqtt/11.2.2/charts/common-18.1.6.tgz b/stable/amcrest2mqtt/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/amcrest2mqtt/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/amcrest2mqtt/11.1.1/ix_values.yaml b/stable/amcrest2mqtt/11.2.2/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.1/ix_values.yaml rename to stable/amcrest2mqtt/11.2.2/ix_values.yaml diff --git a/stable/amcrest2mqtt/11.1.1/questions.yaml b/stable/amcrest2mqtt/11.2.2/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.1/questions.yaml rename to stable/amcrest2mqtt/11.2.2/questions.yaml diff --git a/stable/aria2/12.1.1/templates/NOTES.txt b/stable/amcrest2mqtt/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/aria2/12.1.1/templates/NOTES.txt rename to stable/amcrest2mqtt/11.2.2/templates/NOTES.txt diff --git a/stable/amcrest2mqtt/11.1.1/templates/common.yaml b/stable/amcrest2mqtt/11.2.2/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/11.1.1/templates/common.yaml rename to stable/amcrest2mqtt/11.2.2/templates/common.yaml diff --git a/stable/answer/3.1.1/values.yaml b/stable/amcrest2mqtt/11.2.2/values.yaml similarity index 100% rename from stable/answer/3.1.1/values.yaml rename to stable/amcrest2mqtt/11.2.2/values.yaml diff --git a/stable/americasarmy-pg/5.1.1/CHANGELOG.md b/stable/americasarmy-pg/5.1.1/CHANGELOG.md deleted file mode 100644 index ce07628276d..00000000000 --- a/stable/americasarmy-pg/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/americasarmy-pg/5.1.1/Chart.yaml b/stable/americasarmy-pg/5.1.1/Chart.yaml deleted file mode 100644 index a3836c3dffd..00000000000 --- a/stable/americasarmy-pg/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aaproinggrounds -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/americasarmy-pg/5.1.1/charts/common-18.0.2.tgz b/stable/americasarmy-pg/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/americasarmy-pg/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/apache-musicindex/11.1.1/.helmignore b/stable/americasarmy-pg/5.2.2/.helmignore similarity index 100% rename from stable/apache-musicindex/11.1.1/.helmignore rename to stable/americasarmy-pg/5.2.2/.helmignore diff --git a/stable/americasarmy-pg/5.2.2/CHANGELOG.md b/stable/americasarmy-pg/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b2433f1c39c --- /dev/null +++ b/stable/americasarmy-pg/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/americasarmy-pg/5.2.2/Chart.yaml b/stable/americasarmy-pg/5.2.2/Chart.yaml new file mode 100644 index 00000000000..b1ddb85288a --- /dev/null +++ b/stable/americasarmy-pg/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aaproinggrounds +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/americasarmy-pg/5.1.1/README.md b/stable/americasarmy-pg/5.2.2/README.md similarity index 100% rename from stable/americasarmy-pg/5.1.1/README.md rename to stable/americasarmy-pg/5.2.2/README.md diff --git a/stable/americasarmy-pg/5.2.2/app-changelog.md b/stable/americasarmy-pg/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ede3cf6d3f6 --- /dev/null +++ b/stable/americasarmy-pg/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/americasarmy-pg/5.1.1/app-readme.md b/stable/americasarmy-pg/5.2.2/app-readme.md similarity index 100% rename from stable/americasarmy-pg/5.1.1/app-readme.md rename to stable/americasarmy-pg/5.2.2/app-readme.md diff --git a/stable/americasarmy-pg/5.2.2/charts/common-18.1.6.tgz b/stable/americasarmy-pg/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/americasarmy-pg/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/americasarmy-pg/5.1.1/ix_values.yaml b/stable/americasarmy-pg/5.2.2/ix_values.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.1/ix_values.yaml rename to stable/americasarmy-pg/5.2.2/ix_values.yaml diff --git a/stable/americasarmy-pg/5.1.1/questions.yaml b/stable/americasarmy-pg/5.2.2/questions.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.1/questions.yaml rename to stable/americasarmy-pg/5.2.2/questions.yaml diff --git a/stable/americasarmy-pg/5.1.1/templates/common.yaml b/stable/americasarmy-pg/5.2.2/templates/common.yaml similarity index 100% rename from stable/americasarmy-pg/5.1.1/templates/common.yaml rename to stable/americasarmy-pg/5.2.2/templates/common.yaml diff --git a/stable/apache-musicindex/11.1.1/values.yaml b/stable/americasarmy-pg/5.2.2/values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.1/values.yaml rename to stable/americasarmy-pg/5.2.2/values.yaml diff --git a/stable/amule/7.1.1/CHANGELOG.md b/stable/amule/7.1.1/CHANGELOG.md deleted file mode 100644 index ff891e1c8df..00000000000 --- a/stable/amule/7.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/amule/7.1.1/Chart.yaml b/stable/amule/7.1.1/Chart.yaml deleted file mode 100644 index 74ae61847bf..00000000000 --- a/stable/amule/7.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/amule/7.1.1/charts/common-18.0.2.tgz b/stable/amule/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/amule/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/apache-webdav/5.1.1/.helmignore b/stable/amule/7.2.2/.helmignore similarity index 100% rename from stable/apache-webdav/5.1.1/.helmignore rename to stable/amule/7.2.2/.helmignore diff --git a/stable/amule/7.2.2/CHANGELOG.md b/stable/amule/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ff3c89057d9 --- /dev/null +++ b/stable/amule/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/amule/7.2.2/Chart.yaml b/stable/amule/7.2.2/Chart.yaml new file mode 100644 index 00000000000..904205c3b98 --- /dev/null +++ b/stable/amule/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/amule/7.1.1/README.md b/stable/amule/7.2.2/README.md similarity index 100% rename from stable/amule/7.1.1/README.md rename to stable/amule/7.2.2/README.md diff --git a/stable/amule/7.2.2/app-changelog.md b/stable/amule/7.2.2/app-changelog.md new file mode 100644 index 00000000000..c2b9c819880 --- /dev/null +++ b/stable/amule/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/amule/7.1.1/app-readme.md b/stable/amule/7.2.2/app-readme.md similarity index 100% rename from stable/amule/7.1.1/app-readme.md rename to stable/amule/7.2.2/app-readme.md diff --git a/stable/amule/7.2.2/charts/common-18.1.6.tgz b/stable/amule/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/amule/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/amule/7.1.1/ix_values.yaml b/stable/amule/7.2.2/ix_values.yaml similarity index 100% rename from stable/amule/7.1.1/ix_values.yaml rename to stable/amule/7.2.2/ix_values.yaml diff --git a/stable/amule/7.1.1/questions.yaml b/stable/amule/7.2.2/questions.yaml similarity index 100% rename from stable/amule/7.1.1/questions.yaml rename to stable/amule/7.2.2/questions.yaml diff --git a/stable/ariang/8.1.1/templates/NOTES.txt b/stable/amule/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/ariang/8.1.1/templates/NOTES.txt rename to stable/amule/7.2.2/templates/NOTES.txt diff --git a/stable/amule/7.1.1/templates/common.yaml b/stable/amule/7.2.2/templates/common.yaml similarity index 100% rename from stable/amule/7.1.1/templates/common.yaml rename to stable/amule/7.2.2/templates/common.yaml diff --git a/stable/apache-webdav/5.1.1/values.yaml b/stable/amule/7.2.2/values.yaml similarity index 100% rename from stable/apache-webdav/5.1.1/values.yaml rename to stable/amule/7.2.2/values.yaml diff --git a/stable/android-8-0/5.1.1/CHANGELOG.md b/stable/android-8-0/5.1.1/CHANGELOG.md deleted file mode 100644 index 98ff770f381..00000000000 --- a/stable/android-8-0/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/android-8-0/5.1.1/Chart.yaml b/stable/android-8-0/5.1.1/Chart.yaml deleted file mode 100644 index 22f066c2a3a..00000000000 --- a/stable/android-8-0/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/android-8-0/5.1.1/charts/common-18.0.2.tgz b/stable/android-8-0/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/android-8-0/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/appdaemon/16.1.1/.helmignore b/stable/android-8-0/5.2.2/.helmignore similarity index 100% rename from stable/appdaemon/16.1.1/.helmignore rename to stable/android-8-0/5.2.2/.helmignore diff --git a/stable/android-8-0/5.2.2/CHANGELOG.md b/stable/android-8-0/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..40d04ab0c68 --- /dev/null +++ b/stable/android-8-0/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/android-8-0/5.2.2/Chart.yaml b/stable/android-8-0/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f69c56ef9a7 --- /dev/null +++ b/stable/android-8-0/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/android-8-0/5.1.1/README.md b/stable/android-8-0/5.2.2/README.md similarity index 100% rename from stable/android-8-0/5.1.1/README.md rename to stable/android-8-0/5.2.2/README.md diff --git a/stable/android-8-0/5.2.2/app-changelog.md b/stable/android-8-0/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3e27be2e004 --- /dev/null +++ b/stable/android-8-0/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/android-8-0/5.1.1/app-readme.md b/stable/android-8-0/5.2.2/app-readme.md similarity index 100% rename from stable/android-8-0/5.1.1/app-readme.md rename to stable/android-8-0/5.2.2/app-readme.md diff --git a/stable/android-8-0/5.2.2/charts/common-18.1.6.tgz b/stable/android-8-0/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/android-8-0/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/android-8-0/5.1.1/ix_values.yaml b/stable/android-8-0/5.2.2/ix_values.yaml similarity index 100% rename from stable/android-8-0/5.1.1/ix_values.yaml rename to stable/android-8-0/5.2.2/ix_values.yaml diff --git a/stable/android-8-0/5.1.1/questions.yaml b/stable/android-8-0/5.2.2/questions.yaml similarity index 100% rename from stable/android-8-0/5.1.1/questions.yaml rename to stable/android-8-0/5.2.2/questions.yaml diff --git a/stable/android-8-0/5.1.1/templates/common.yaml b/stable/android-8-0/5.2.2/templates/common.yaml similarity index 100% rename from stable/android-8-0/5.1.1/templates/common.yaml rename to stable/android-8-0/5.2.2/templates/common.yaml diff --git a/stable/appdaemon/16.1.1/values.yaml b/stable/android-8-0/5.2.2/values.yaml similarity index 100% rename from stable/appdaemon/16.1.1/values.yaml rename to stable/android-8-0/5.2.2/values.yaml diff --git a/stable/androiddebugbridge/5.1.1/CHANGELOG.md b/stable/androiddebugbridge/5.1.1/CHANGELOG.md deleted file mode 100644 index 17d78142c66..00000000000 --- a/stable/androiddebugbridge/5.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/androiddebugbridge/5.1.1/Chart.yaml b/stable/androiddebugbridge/5.1.1/Chart.yaml deleted file mode 100644 index 83381787e80..00000000000 --- a/stable/androiddebugbridge/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/androiddebugbridge/5.1.1/charts/common-18.0.2.tgz b/stable/androiddebugbridge/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/androiddebugbridge/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/8.1.1/.helmignore b/stable/androiddebugbridge/5.2.2/.helmignore similarity index 100% rename from stable/apt-cacher-ng/8.1.1/.helmignore rename to stable/androiddebugbridge/5.2.2/.helmignore diff --git a/stable/androiddebugbridge/5.2.2/CHANGELOG.md b/stable/androiddebugbridge/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ebf3ff2aa0d --- /dev/null +++ b/stable/androiddebugbridge/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/androiddebugbridge/5.2.2/Chart.yaml b/stable/androiddebugbridge/5.2.2/Chart.yaml new file mode 100644 index 00000000000..076246a9d1c --- /dev/null +++ b/stable/androiddebugbridge/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/androiddebugbridge/5.1.1/README.md b/stable/androiddebugbridge/5.2.2/README.md similarity index 100% rename from stable/androiddebugbridge/5.1.1/README.md rename to stable/androiddebugbridge/5.2.2/README.md diff --git a/stable/androiddebugbridge/5.2.2/app-changelog.md b/stable/androiddebugbridge/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b6060e81167 --- /dev/null +++ b/stable/androiddebugbridge/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/androiddebugbridge/5.1.1/app-readme.md b/stable/androiddebugbridge/5.2.2/app-readme.md similarity index 100% rename from stable/androiddebugbridge/5.1.1/app-readme.md rename to stable/androiddebugbridge/5.2.2/app-readme.md diff --git a/stable/androiddebugbridge/5.2.2/charts/common-18.1.6.tgz b/stable/androiddebugbridge/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/androiddebugbridge/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/androiddebugbridge/5.1.1/ix_values.yaml b/stable/androiddebugbridge/5.2.2/ix_values.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.1/ix_values.yaml rename to stable/androiddebugbridge/5.2.2/ix_values.yaml diff --git a/stable/androiddebugbridge/5.1.1/questions.yaml b/stable/androiddebugbridge/5.2.2/questions.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.1/questions.yaml rename to stable/androiddebugbridge/5.2.2/questions.yaml diff --git a/stable/androiddebugbridge/5.1.1/templates/common.yaml b/stable/androiddebugbridge/5.2.2/templates/common.yaml similarity index 100% rename from stable/androiddebugbridge/5.1.1/templates/common.yaml rename to stable/androiddebugbridge/5.2.2/templates/common.yaml diff --git a/stable/apt-cacher-ng/8.1.1/values.yaml b/stable/androiddebugbridge/5.2.2/values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.1/values.yaml rename to stable/androiddebugbridge/5.2.2/values.yaml diff --git a/stable/anki-sync-server/6.1.1/CHANGELOG.md b/stable/anki-sync-server/6.1.1/CHANGELOG.md deleted file mode 100644 index 563fbb3cc95..00000000000 --- a/stable/anki-sync-server/6.1.1/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)) - - -## [anki-sync-server-5.1.4](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.3...anki-sync-server-5.1.4) (2024-01-01) diff --git a/stable/anki-sync-server/6.1.1/Chart.yaml b/stable/anki-sync-server/6.1.1/Chart.yaml deleted file mode 100644 index 1b1c56dd978..00000000000 --- a/stable/anki-sync-server/6.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.14 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/anki-sync-server/6.1.1/charts/common-18.0.2.tgz b/stable/anki-sync-server/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/anki-sync-server/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/archiveteam-warrior/5.1.1/.helmignore b/stable/anki-sync-server/6.2.2/.helmignore similarity index 100% rename from stable/archiveteam-warrior/5.1.1/.helmignore rename to stable/anki-sync-server/6.2.2/.helmignore diff --git a/stable/anki-sync-server/6.2.2/CHANGELOG.md b/stable/anki-sync-server/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b6db2bb5bcc --- /dev/null +++ b/stable/anki-sync-server/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/anki-sync-server/6.2.2/Chart.yaml b/stable/anki-sync-server/6.2.2/Chart.yaml new file mode 100644 index 00000000000..1e51b0fb451 --- /dev/null +++ b/stable/anki-sync-server/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.14 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/anki-sync-server/6.1.1/README.md b/stable/anki-sync-server/6.2.2/README.md similarity index 100% rename from stable/anki-sync-server/6.1.1/README.md rename to stable/anki-sync-server/6.2.2/README.md diff --git a/stable/anki-sync-server/6.2.2/app-changelog.md b/stable/anki-sync-server/6.2.2/app-changelog.md new file mode 100644 index 00000000000..1f72fb01a57 --- /dev/null +++ b/stable/anki-sync-server/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/anki-sync-server/6.1.1/app-readme.md b/stable/anki-sync-server/6.2.2/app-readme.md similarity index 100% rename from stable/anki-sync-server/6.1.1/app-readme.md rename to stable/anki-sync-server/6.2.2/app-readme.md diff --git a/stable/anki-sync-server/6.2.2/charts/common-18.1.6.tgz b/stable/anki-sync-server/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/anki-sync-server/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/anki-sync-server/6.1.1/ix_values.yaml b/stable/anki-sync-server/6.2.2/ix_values.yaml similarity index 100% rename from stable/anki-sync-server/6.1.1/ix_values.yaml rename to stable/anki-sync-server/6.2.2/ix_values.yaml diff --git a/stable/anki-sync-server/6.1.1/questions.yaml b/stable/anki-sync-server/6.2.2/questions.yaml similarity index 100% rename from stable/anki-sync-server/6.1.1/questions.yaml rename to stable/anki-sync-server/6.2.2/questions.yaml diff --git a/stable/arksurvivalevolved/7.1.1/templates/NOTES.txt b/stable/anki-sync-server/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/arksurvivalevolved/7.1.1/templates/NOTES.txt rename to stable/anki-sync-server/6.2.2/templates/NOTES.txt diff --git a/stable/anki-sync-server/6.1.1/templates/common.yaml b/stable/anki-sync-server/6.2.2/templates/common.yaml similarity index 100% rename from stable/anki-sync-server/6.1.1/templates/common.yaml rename to stable/anki-sync-server/6.2.2/templates/common.yaml diff --git a/stable/archiveteam-warrior/5.1.1/values.yaml b/stable/anki-sync-server/6.2.2/values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.1/values.yaml rename to stable/anki-sync-server/6.2.2/values.yaml diff --git a/stable/anonaddy/20.4.1/CHANGELOG.md b/stable/anonaddy/20.4.1/CHANGELOG.md deleted file mode 100644 index 311156fd7dc..00000000000 --- a/stable/anonaddy/20.4.1/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) - -### Chore diff --git a/stable/anonaddy/20.4.1/Chart.yaml b/stable/anonaddy/20.4.1/Chart.yaml deleted file mode 100644 index c58befec66c..00000000000 --- a/stable/anonaddy/20.4.1/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.0.3 - 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: 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.4.1 diff --git a/stable/anonaddy/20.4.1/charts/common-18.0.3.tgz b/stable/anonaddy/20.4.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/anonaddy/20.4.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/anonaddy/20.4.1/charts/mariadb-12.3.0.tgz b/stable/anonaddy/20.4.1/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/anonaddy/20.4.1/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/anonaddy/20.4.1/ix_values.yaml b/stable/anonaddy/20.4.1/ix_values.yaml deleted file mode 100644 index e9d8be6b7ad..00000000000 --- a/stable/anonaddy/20.4.1/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/aria2/12.1.1/.helmignore b/stable/anonaddy/20.6.3/.helmignore similarity index 100% rename from stable/aria2/12.1.1/.helmignore rename to stable/anonaddy/20.6.3/.helmignore diff --git a/stable/anonaddy/20.6.3/CHANGELOG.md b/stable/anonaddy/20.6.3/CHANGELOG.md new file mode 100644 index 00000000000..c34e2588264 --- /dev/null +++ b/stable/anonaddy/20.6.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + + diff --git a/stable/anonaddy/20.6.3/Chart.yaml b/stable/anonaddy/20.6.3/Chart.yaml new file mode 100644 index 00000000000..25053186bcf --- /dev/null +++ b/stable/anonaddy/20.6.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.9 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/anonaddy/20.4.1/README.md b/stable/anonaddy/20.6.3/README.md similarity index 100% rename from stable/anonaddy/20.4.1/README.md rename to stable/anonaddy/20.6.3/README.md diff --git a/stable/anonaddy/20.6.3/app-changelog.md b/stable/anonaddy/20.6.3/app-changelog.md new file mode 100644 index 00000000000..d6dad8de71d --- /dev/null +++ b/stable/anonaddy/20.6.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/anonaddy/20.4.1/app-readme.md b/stable/anonaddy/20.6.3/app-readme.md similarity index 100% rename from stable/anonaddy/20.4.1/app-readme.md rename to stable/anonaddy/20.6.3/app-readme.md diff --git a/stable/anonaddy/20.6.3/charts/common-18.1.6.tgz b/stable/anonaddy/20.6.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/anonaddy/20.6.3/charts/common-18.1.6.tgz differ diff --git a/stable/anonaddy/20.6.3/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.6.3/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/anonaddy/20.6.3/charts/mariadb-13.2.0.tgz differ diff --git a/stable/anonaddy/20.4.1/charts/redis-11.3.0.tgz b/stable/anonaddy/20.6.3/charts/redis-11.3.0.tgz similarity index 100% rename from stable/anonaddy/20.4.1/charts/redis-11.3.0.tgz rename to stable/anonaddy/20.6.3/charts/redis-11.3.0.tgz diff --git a/stable/anonaddy/20.6.3/ix_values.yaml b/stable/anonaddy/20.6.3/ix_values.yaml new file mode 100644 index 00000000000..3effc554116 --- /dev/null +++ b/stable/anonaddy/20.6.3/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.4.1/questions.yaml b/stable/anonaddy/20.6.3/questions.yaml similarity index 100% rename from stable/anonaddy/20.4.1/questions.yaml rename to stable/anonaddy/20.6.3/questions.yaml diff --git a/stable/audacity/12.1.1/templates/NOTES.txt b/stable/anonaddy/20.6.3/templates/NOTES.txt similarity index 100% rename from stable/audacity/12.1.1/templates/NOTES.txt rename to stable/anonaddy/20.6.3/templates/NOTES.txt diff --git a/stable/anonaddy/20.4.1/templates/_secrets.tpl b/stable/anonaddy/20.6.3/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.4.1/templates/_secrets.tpl rename to stable/anonaddy/20.6.3/templates/_secrets.tpl diff --git a/stable/anonaddy/20.4.1/templates/common.yaml b/stable/anonaddy/20.6.3/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.4.1/templates/common.yaml rename to stable/anonaddy/20.6.3/templates/common.yaml diff --git a/stable/aria2/12.1.1/values.yaml b/stable/anonaddy/20.6.3/values.yaml similarity index 100% rename from stable/aria2/12.1.1/values.yaml rename to stable/anonaddy/20.6.3/values.yaml diff --git a/stable/anope/5.1.1/CHANGELOG.md b/stable/anope/5.1.1/CHANGELOG.md deleted file mode 100644 index e582e99e615..00000000000 --- a/stable/anope/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/anope/5.1.1/Chart.yaml b/stable/anope/5.1.1/Chart.yaml deleted file mode 100644 index 68e06814b56..00000000000 --- a/stable/anope/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/anope/5.1.1/charts/common-18.0.2.tgz b/stable/anope/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/anope/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ariang/8.1.1/.helmignore b/stable/anope/5.2.2/.helmignore similarity index 100% rename from stable/ariang/8.1.1/.helmignore rename to stable/anope/5.2.2/.helmignore diff --git a/stable/anope/5.2.2/CHANGELOG.md b/stable/anope/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5922f770295 --- /dev/null +++ b/stable/anope/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/anope/5.2.2/Chart.yaml b/stable/anope/5.2.2/Chart.yaml new file mode 100644 index 00000000000..9afce838d96 --- /dev/null +++ b/stable/anope/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/anope/5.1.1/README.md b/stable/anope/5.2.2/README.md similarity index 100% rename from stable/anope/5.1.1/README.md rename to stable/anope/5.2.2/README.md diff --git a/stable/anope/5.2.2/app-changelog.md b/stable/anope/5.2.2/app-changelog.md new file mode 100644 index 00000000000..14286acc9da --- /dev/null +++ b/stable/anope/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/anope/5.1.1/app-readme.md b/stable/anope/5.2.2/app-readme.md similarity index 100% rename from stable/anope/5.1.1/app-readme.md rename to stable/anope/5.2.2/app-readme.md diff --git a/stable/anope/5.2.2/charts/common-18.1.6.tgz b/stable/anope/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/anope/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/anope/5.1.1/ix_values.yaml b/stable/anope/5.2.2/ix_values.yaml similarity index 100% rename from stable/anope/5.1.1/ix_values.yaml rename to stable/anope/5.2.2/ix_values.yaml diff --git a/stable/anope/5.1.1/questions.yaml b/stable/anope/5.2.2/questions.yaml similarity index 100% rename from stable/anope/5.1.1/questions.yaml rename to stable/anope/5.2.2/questions.yaml diff --git a/stable/anope/5.1.1/templates/common.yaml b/stable/anope/5.2.2/templates/common.yaml similarity index 100% rename from stable/anope/5.1.1/templates/common.yaml rename to stable/anope/5.2.2/templates/common.yaml diff --git a/stable/ariang/8.1.1/values.yaml b/stable/anope/5.2.2/values.yaml similarity index 100% rename from stable/ariang/8.1.1/values.yaml rename to stable/anope/5.2.2/values.yaml diff --git a/stable/answer/3.1.1/CHANGELOG.md b/stable/answer/3.1.1/CHANGELOG.md deleted file mode 100644 index 2ea40df7b58..00000000000 --- a/stable/answer/3.1.1/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)) - - -## [answer-2.1.4](https://github.com/truecharts/charts/compare/answer-2.1.3...answer-2.1.4) (2024-01-01) diff --git a/stable/answer/3.1.1/Chart.yaml b/stable/answer/3.1.1/Chart.yaml deleted file mode 100644 index 92b2752668f..00000000000 --- a/stable/answer/3.1.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: forum - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/answer/3.1.1/charts/common-18.0.2.tgz b/stable/answer/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/answer/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/arksurvivalevolved/7.1.1/.helmignore b/stable/answer/3.2.2/.helmignore similarity index 100% rename from stable/arksurvivalevolved/7.1.1/.helmignore rename to stable/answer/3.2.2/.helmignore diff --git a/stable/answer/3.2.2/CHANGELOG.md b/stable/answer/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0a22d6045f0 --- /dev/null +++ b/stable/answer/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/answer/3.2.2/Chart.yaml b/stable/answer/3.2.2/Chart.yaml new file mode 100644 index 00000000000..3a7a5dc4892 --- /dev/null +++ b/stable/answer/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/answer/3.1.1/README.md b/stable/answer/3.2.2/README.md similarity index 100% rename from stable/answer/3.1.1/README.md rename to stable/answer/3.2.2/README.md diff --git a/stable/answer/3.2.2/app-changelog.md b/stable/answer/3.2.2/app-changelog.md new file mode 100644 index 00000000000..8b8638d728e --- /dev/null +++ b/stable/answer/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/answer/3.1.1/app-readme.md b/stable/answer/3.2.2/app-readme.md similarity index 100% rename from stable/answer/3.1.1/app-readme.md rename to stable/answer/3.2.2/app-readme.md diff --git a/stable/answer/3.2.2/charts/common-18.1.6.tgz b/stable/answer/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/answer/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/answer/3.1.1/ix_values.yaml b/stable/answer/3.2.2/ix_values.yaml similarity index 100% rename from stable/answer/3.1.1/ix_values.yaml rename to stable/answer/3.2.2/ix_values.yaml diff --git a/stable/answer/3.1.1/questions.yaml b/stable/answer/3.2.2/questions.yaml similarity index 100% rename from stable/answer/3.1.1/questions.yaml rename to stable/answer/3.2.2/questions.yaml diff --git a/stable/audiobookshelf/9.1.1/templates/NOTES.txt b/stable/answer/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/9.1.1/templates/NOTES.txt rename to stable/answer/3.2.2/templates/NOTES.txt diff --git a/stable/ariang/8.1.1/templates/common.yaml b/stable/answer/3.2.2/templates/common.yaml similarity index 100% rename from stable/ariang/8.1.1/templates/common.yaml rename to stable/answer/3.2.2/templates/common.yaml diff --git a/stable/arksurvivalevolved/7.1.1/values.yaml b/stable/answer/3.2.2/values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.1/values.yaml rename to stable/answer/3.2.2/values.yaml diff --git a/stable/apache-musicindex/11.1.1/CHANGELOG.md b/stable/apache-musicindex/11.1.1/CHANGELOG.md deleted file mode 100644 index f92eb527a1d..00000000000 --- a/stable/apache-musicindex/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/apache-musicindex/11.1.1/Chart.yaml b/stable/apache-musicindex/11.1.1/Chart.yaml deleted file mode 100644 index 54d0fd4dad0..00000000000 --- a/stable/apache-musicindex/11.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/apache-musicindex/11.1.1/charts/common-18.0.2.tgz b/stable/apache-musicindex/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/apache-musicindex/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/arma3/5.1.1/.helmignore b/stable/apache-musicindex/11.2.2/.helmignore similarity index 100% rename from stable/arma3/5.1.1/.helmignore rename to stable/apache-musicindex/11.2.2/.helmignore diff --git a/stable/apache-musicindex/11.2.2/CHANGELOG.md b/stable/apache-musicindex/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..caf21488fe3 --- /dev/null +++ b/stable/apache-musicindex/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/apache-musicindex/11.2.2/Chart.yaml b/stable/apache-musicindex/11.2.2/Chart.yaml new file mode 100644 index 00000000000..9213a38ba3c --- /dev/null +++ b/stable/apache-musicindex/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/apache-musicindex/11.1.1/README.md b/stable/apache-musicindex/11.2.2/README.md similarity index 100% rename from stable/apache-musicindex/11.1.1/README.md rename to stable/apache-musicindex/11.2.2/README.md diff --git a/stable/apache-musicindex/11.2.2/app-changelog.md b/stable/apache-musicindex/11.2.2/app-changelog.md new file mode 100644 index 00000000000..15591332c23 --- /dev/null +++ b/stable/apache-musicindex/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/apache-musicindex/11.1.1/app-readme.md b/stable/apache-musicindex/11.2.2/app-readme.md similarity index 100% rename from stable/apache-musicindex/11.1.1/app-readme.md rename to stable/apache-musicindex/11.2.2/app-readme.md diff --git a/stable/apache-musicindex/11.2.2/charts/common-18.1.6.tgz b/stable/apache-musicindex/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/apache-musicindex/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/apache-musicindex/11.1.1/ix_values.yaml b/stable/apache-musicindex/11.2.2/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/11.1.1/ix_values.yaml rename to stable/apache-musicindex/11.2.2/ix_values.yaml diff --git a/stable/apache-musicindex/11.1.1/questions.yaml b/stable/apache-musicindex/11.2.2/questions.yaml similarity index 100% rename from stable/apache-musicindex/11.1.1/questions.yaml rename to stable/apache-musicindex/11.2.2/questions.yaml diff --git a/stable/authentik/24.1.2/templates/NOTES.txt b/stable/apache-musicindex/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.1.2/templates/NOTES.txt rename to stable/apache-musicindex/11.2.2/templates/NOTES.txt diff --git a/stable/automatic-music-downloader/9.1.1/templates/common.yaml b/stable/apache-musicindex/11.2.2/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.1/templates/common.yaml rename to stable/apache-musicindex/11.2.2/templates/common.yaml diff --git a/stable/arma3/5.1.1/values.yaml b/stable/apache-musicindex/11.2.2/values.yaml similarity index 100% rename from stable/arma3/5.1.1/values.yaml rename to stable/apache-musicindex/11.2.2/values.yaml diff --git a/stable/apache-webdav/5.1.1/CHANGELOG.md b/stable/apache-webdav/5.1.1/CHANGELOG.md deleted file mode 100644 index 9d7e8723c2f..00000000000 --- a/stable/apache-webdav/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/apache-webdav/5.1.1/Chart.yaml b/stable/apache-webdav/5.1.1/Chart.yaml deleted file mode 100644 index 01f17eabc45..00000000000 --- a/stable/apache-webdav/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/apache-webdav/5.1.1/charts/common-18.0.2.tgz b/stable/apache-webdav/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/apache-webdav/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/arma3exilemod/5.1.1/.helmignore b/stable/apache-webdav/5.2.2/.helmignore similarity index 100% rename from stable/arma3exilemod/5.1.1/.helmignore rename to stable/apache-webdav/5.2.2/.helmignore diff --git a/stable/apache-webdav/5.2.2/CHANGELOG.md b/stable/apache-webdav/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..349834abff9 --- /dev/null +++ b/stable/apache-webdav/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/apache-webdav/5.2.2/Chart.yaml b/stable/apache-webdav/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f20ade20419 --- /dev/null +++ b/stable/apache-webdav/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/apache-webdav/5.1.1/README.md b/stable/apache-webdav/5.2.2/README.md similarity index 100% rename from stable/apache-webdav/5.1.1/README.md rename to stable/apache-webdav/5.2.2/README.md diff --git a/stable/apache-webdav/5.2.2/app-changelog.md b/stable/apache-webdav/5.2.2/app-changelog.md new file mode 100644 index 00000000000..fd9c32e3236 --- /dev/null +++ b/stable/apache-webdav/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/apache-webdav/5.1.1/app-readme.md b/stable/apache-webdav/5.2.2/app-readme.md similarity index 100% rename from stable/apache-webdav/5.1.1/app-readme.md rename to stable/apache-webdav/5.2.2/app-readme.md diff --git a/stable/apache-webdav/5.2.2/charts/common-18.1.6.tgz b/stable/apache-webdav/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/apache-webdav/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/apache-webdav/5.1.1/ix_values.yaml b/stable/apache-webdav/5.2.2/ix_values.yaml similarity index 100% rename from stable/apache-webdav/5.1.1/ix_values.yaml rename to stable/apache-webdav/5.2.2/ix_values.yaml diff --git a/stable/apache-webdav/5.1.1/questions.yaml b/stable/apache-webdav/5.2.2/questions.yaml similarity index 100% rename from stable/apache-webdav/5.1.1/questions.yaml rename to stable/apache-webdav/5.2.2/questions.yaml diff --git a/stable/apache-webdav/5.1.1/templates/common.yaml b/stable/apache-webdav/5.2.2/templates/common.yaml similarity index 100% rename from stable/apache-webdav/5.1.1/templates/common.yaml rename to stable/apache-webdav/5.2.2/templates/common.yaml diff --git a/stable/arma3exilemod/5.1.1/values.yaml b/stable/apache-webdav/5.2.2/values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.1/values.yaml rename to stable/apache-webdav/5.2.2/values.yaml diff --git a/stable/appdaemon/16.1.1/CHANGELOG.md b/stable/appdaemon/16.1.1/CHANGELOG.md deleted file mode 100644 index 734c40d7a68..00000000000 --- a/stable/appdaemon/16.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/appdaemon/16.1.1/Chart.yaml b/stable/appdaemon/16.1.1/Chart.yaml deleted file mode 100644 index ba842dce587..00000000000 --- a/stable/appdaemon/16.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/appdaemon/16.1.1/charts/common-18.0.2.tgz b/stable/appdaemon/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/appdaemon/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/assettocorsa/5.1.1/.helmignore b/stable/appdaemon/16.2.2/.helmignore similarity index 100% rename from stable/assettocorsa/5.1.1/.helmignore rename to stable/appdaemon/16.2.2/.helmignore diff --git a/stable/appdaemon/16.2.2/CHANGELOG.md b/stable/appdaemon/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7b87c811045 --- /dev/null +++ b/stable/appdaemon/16.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/appdaemon/16.2.2/Chart.yaml b/stable/appdaemon/16.2.2/Chart.yaml new file mode 100644 index 00000000000..af9079ee977 --- /dev/null +++ b/stable/appdaemon/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/appdaemon/16.1.1/README.md b/stable/appdaemon/16.2.2/README.md similarity index 100% rename from stable/appdaemon/16.1.1/README.md rename to stable/appdaemon/16.2.2/README.md diff --git a/stable/appdaemon/16.2.2/app-changelog.md b/stable/appdaemon/16.2.2/app-changelog.md new file mode 100644 index 00000000000..a8c50b755fd --- /dev/null +++ b/stable/appdaemon/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/appdaemon/16.1.1/app-readme.md b/stable/appdaemon/16.2.2/app-readme.md similarity index 100% rename from stable/appdaemon/16.1.1/app-readme.md rename to stable/appdaemon/16.2.2/app-readme.md diff --git a/stable/appdaemon/16.2.2/charts/common-18.1.6.tgz b/stable/appdaemon/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/appdaemon/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/appdaemon/16.1.1/ix_values.yaml b/stable/appdaemon/16.2.2/ix_values.yaml similarity index 100% rename from stable/appdaemon/16.1.1/ix_values.yaml rename to stable/appdaemon/16.2.2/ix_values.yaml diff --git a/stable/appdaemon/16.1.1/questions.yaml b/stable/appdaemon/16.2.2/questions.yaml similarity index 100% rename from stable/appdaemon/16.1.1/questions.yaml rename to stable/appdaemon/16.2.2/questions.yaml diff --git a/stable/autobrr/8.1.2/templates/NOTES.txt b/stable/appdaemon/16.2.2/templates/NOTES.txt similarity index 100% rename from stable/autobrr/8.1.2/templates/NOTES.txt rename to stable/appdaemon/16.2.2/templates/NOTES.txt diff --git a/stable/automatic-ripping-machine/3.1.1/templates/common.yaml b/stable/appdaemon/16.2.2/templates/common.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/templates/common.yaml rename to stable/appdaemon/16.2.2/templates/common.yaml diff --git a/stable/assettocorsa/5.1.1/values.yaml b/stable/appdaemon/16.2.2/values.yaml similarity index 100% rename from stable/assettocorsa/5.1.1/values.yaml rename to stable/appdaemon/16.2.2/values.yaml diff --git a/stable/apt-cacher-ng/8.1.1/CHANGELOG.md b/stable/apt-cacher-ng/8.1.1/CHANGELOG.md deleted file mode 100644 index 7d0bba7accf..00000000000 --- a/stable/apt-cacher-ng/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/apt-cacher-ng/8.1.1/Chart.yaml b/stable/apt-cacher-ng/8.1.1/Chart.yaml deleted file mode 100644 index 5ce0b1fbfcd..00000000000 --- a/stable/apt-cacher-ng/8.1.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: Network-Proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.7.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/apt-cacher-ng/8.1.1/charts/common-18.0.2.tgz b/stable/apt-cacher-ng/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/apt-cacher-ng/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/audacity/12.1.1/.helmignore b/stable/apt-cacher-ng/8.2.2/.helmignore similarity index 100% rename from stable/audacity/12.1.1/.helmignore rename to stable/apt-cacher-ng/8.2.2/.helmignore diff --git a/stable/apt-cacher-ng/8.2.2/CHANGELOG.md b/stable/apt-cacher-ng/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ed69a4ea20c --- /dev/null +++ b/stable/apt-cacher-ng/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/apt-cacher-ng/8.2.2/Chart.yaml b/stable/apt-cacher-ng/8.2.2/Chart.yaml new file mode 100644 index 00000000000..fa4dce38f5a --- /dev/null +++ b/stable/apt-cacher-ng/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/apt-cacher-ng/8.1.1/README.md b/stable/apt-cacher-ng/8.2.2/README.md similarity index 100% rename from stable/apt-cacher-ng/8.1.1/README.md rename to stable/apt-cacher-ng/8.2.2/README.md diff --git a/stable/apt-cacher-ng/8.2.2/app-changelog.md b/stable/apt-cacher-ng/8.2.2/app-changelog.md new file mode 100644 index 00000000000..e5f562324ff --- /dev/null +++ b/stable/apt-cacher-ng/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/apt-cacher-ng/8.1.1/app-readme.md b/stable/apt-cacher-ng/8.2.2/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/8.1.1/app-readme.md rename to stable/apt-cacher-ng/8.2.2/app-readme.md diff --git a/stable/apt-cacher-ng/8.2.2/charts/common-18.1.6.tgz b/stable/apt-cacher-ng/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/apt-cacher-ng/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/apt-cacher-ng/8.1.1/ix_values.yaml b/stable/apt-cacher-ng/8.2.2/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.1/ix_values.yaml rename to stable/apt-cacher-ng/8.2.2/ix_values.yaml diff --git a/stable/apt-cacher-ng/8.1.1/questions.yaml b/stable/apt-cacher-ng/8.2.2/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.1/questions.yaml rename to stable/apt-cacher-ng/8.2.2/questions.yaml diff --git a/stable/automatic-music-downloader/9.1.1/templates/NOTES.txt b/stable/apt-cacher-ng/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/automatic-music-downloader/9.1.1/templates/NOTES.txt rename to stable/apt-cacher-ng/8.2.2/templates/NOTES.txt diff --git a/stable/apt-cacher-ng/8.1.1/templates/common.yaml b/stable/apt-cacher-ng/8.2.2/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/8.1.1/templates/common.yaml rename to stable/apt-cacher-ng/8.2.2/templates/common.yaml diff --git a/stable/audacity/12.1.1/values.yaml b/stable/apt-cacher-ng/8.2.2/values.yaml similarity index 100% rename from stable/audacity/12.1.1/values.yaml rename to stable/apt-cacher-ng/8.2.2/values.yaml diff --git a/stable/archiveteam-warrior/5.1.1/CHANGELOG.md b/stable/archiveteam-warrior/5.1.1/CHANGELOG.md deleted file mode 100644 index fd9e17f04ec..00000000000 --- a/stable/archiveteam-warrior/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/archiveteam-warrior/5.1.1/Chart.yaml b/stable/archiveteam-warrior/5.1.1/Chart.yaml deleted file mode 100644 index 924adee6cc3..00000000000 --- a/stable/archiveteam-warrior/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/archiveteam-warrior/5.1.1/charts/common-18.0.2.tgz b/stable/archiveteam-warrior/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/archiveteam-warrior/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.1.1/.helmignore b/stable/archiveteam-warrior/5.2.2/.helmignore similarity index 100% rename from stable/audiobookshelf/9.1.1/.helmignore rename to stable/archiveteam-warrior/5.2.2/.helmignore diff --git a/stable/archiveteam-warrior/5.2.2/CHANGELOG.md b/stable/archiveteam-warrior/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1dea6aba9c4 --- /dev/null +++ b/stable/archiveteam-warrior/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/archiveteam-warrior/5.2.2/Chart.yaml b/stable/archiveteam-warrior/5.2.2/Chart.yaml new file mode 100644 index 00000000000..b0d3c139a44 --- /dev/null +++ b/stable/archiveteam-warrior/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/archiveteam-warrior/5.1.1/README.md b/stable/archiveteam-warrior/5.2.2/README.md similarity index 100% rename from stable/archiveteam-warrior/5.1.1/README.md rename to stable/archiveteam-warrior/5.2.2/README.md diff --git a/stable/archiveteam-warrior/5.2.2/app-changelog.md b/stable/archiveteam-warrior/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3d441c5db46 --- /dev/null +++ b/stable/archiveteam-warrior/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/archiveteam-warrior/5.1.1/app-readme.md b/stable/archiveteam-warrior/5.2.2/app-readme.md similarity index 100% rename from stable/archiveteam-warrior/5.1.1/app-readme.md rename to stable/archiveteam-warrior/5.2.2/app-readme.md diff --git a/stable/archiveteam-warrior/5.2.2/charts/common-18.1.6.tgz b/stable/archiveteam-warrior/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/archiveteam-warrior/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/archiveteam-warrior/5.1.1/ix_values.yaml b/stable/archiveteam-warrior/5.2.2/ix_values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.1/ix_values.yaml rename to stable/archiveteam-warrior/5.2.2/ix_values.yaml diff --git a/stable/archiveteam-warrior/5.1.1/questions.yaml b/stable/archiveteam-warrior/5.2.2/questions.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.1/questions.yaml rename to stable/archiveteam-warrior/5.2.2/questions.yaml diff --git a/stable/archiveteam-warrior/5.1.1/templates/common.yaml b/stable/archiveteam-warrior/5.2.2/templates/common.yaml similarity index 100% rename from stable/archiveteam-warrior/5.1.1/templates/common.yaml rename to stable/archiveteam-warrior/5.2.2/templates/common.yaml diff --git a/stable/audiobookshelf/9.1.1/values.yaml b/stable/archiveteam-warrior/5.2.2/values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.1/values.yaml rename to stable/archiveteam-warrior/5.2.2/values.yaml diff --git a/stable/aria2/12.1.1/CHANGELOG.md b/stable/aria2/12.1.1/CHANGELOG.md deleted file mode 100644 index 4ab29191054..00000000000 --- a/stable/aria2/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/aria2/12.1.1/Chart.yaml b/stable/aria2/12.1.1/Chart.yaml deleted file mode 100644 index e715402849d..00000000000 --- a/stable/aria2/12.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/aria2/12.1.1/charts/common-18.0.2.tgz b/stable/aria2/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/aria2/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/aurora-files/5.1.1/.helmignore b/stable/aria2/12.2.2/.helmignore similarity index 100% rename from stable/aurora-files/5.1.1/.helmignore rename to stable/aria2/12.2.2/.helmignore diff --git a/stable/aria2/12.2.2/CHANGELOG.md b/stable/aria2/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b3e9cafe87f --- /dev/null +++ b/stable/aria2/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/aria2/12.2.2/Chart.yaml b/stable/aria2/12.2.2/Chart.yaml new file mode 100644 index 00000000000..79a96c0a569 --- /dev/null +++ b/stable/aria2/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/aria2/12.1.1/README.md b/stable/aria2/12.2.2/README.md similarity index 100% rename from stable/aria2/12.1.1/README.md rename to stable/aria2/12.2.2/README.md diff --git a/stable/aria2/12.2.2/app-changelog.md b/stable/aria2/12.2.2/app-changelog.md new file mode 100644 index 00000000000..b9495ff797d --- /dev/null +++ b/stable/aria2/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/aria2/12.1.1/app-readme.md b/stable/aria2/12.2.2/app-readme.md similarity index 100% rename from stable/aria2/12.1.1/app-readme.md rename to stable/aria2/12.2.2/app-readme.md diff --git a/stable/aria2/12.2.2/charts/common-18.1.6.tgz b/stable/aria2/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/aria2/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/aria2/12.1.1/ix_values.yaml b/stable/aria2/12.2.2/ix_values.yaml similarity index 100% rename from stable/aria2/12.1.1/ix_values.yaml rename to stable/aria2/12.2.2/ix_values.yaml diff --git a/stable/aria2/12.1.1/questions.yaml b/stable/aria2/12.2.2/questions.yaml similarity index 100% rename from stable/aria2/12.1.1/questions.yaml rename to stable/aria2/12.2.2/questions.yaml diff --git a/stable/automatic-ripping-machine/3.1.1/templates/NOTES.txt b/stable/aria2/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/templates/NOTES.txt rename to stable/aria2/12.2.2/templates/NOTES.txt diff --git a/stable/avidemux/9.1.1/templates/common.yaml b/stable/aria2/12.2.2/templates/common.yaml similarity index 100% rename from stable/avidemux/9.1.1/templates/common.yaml rename to stable/aria2/12.2.2/templates/common.yaml diff --git a/stable/aurora-files/5.1.1/values.yaml b/stable/aria2/12.2.2/values.yaml similarity index 100% rename from stable/aurora-files/5.1.1/values.yaml rename to stable/aria2/12.2.2/values.yaml diff --git a/stable/ariang/8.1.1/CHANGELOG.md b/stable/ariang/8.1.1/CHANGELOG.md deleted file mode 100644 index af3cd72b8c9..00000000000 --- a/stable/ariang/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ariang/8.1.1/Chart.yaml b/stable/ariang/8.1.1/Chart.yaml deleted file mode 100644 index bb0123d102f..00000000000 --- a/stable/ariang/8.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.6 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ariang/8.1.1/charts/common-18.0.2.tgz b/stable/ariang/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ariang/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/authentik/24.1.2/.helmignore b/stable/ariang/8.2.2/.helmignore similarity index 100% rename from stable/authentik/24.1.2/.helmignore rename to stable/ariang/8.2.2/.helmignore diff --git a/stable/ariang/8.2.2/CHANGELOG.md b/stable/ariang/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fbcbcb85b76 --- /dev/null +++ b/stable/ariang/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ariang/8.2.2/Chart.yaml b/stable/ariang/8.2.2/Chart.yaml new file mode 100644 index 00000000000..52312e3bd76 --- /dev/null +++ b/stable/ariang/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.6 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ariang/8.1.1/README.md b/stable/ariang/8.2.2/README.md similarity index 100% rename from stable/ariang/8.1.1/README.md rename to stable/ariang/8.2.2/README.md diff --git a/stable/ariang/8.2.2/app-changelog.md b/stable/ariang/8.2.2/app-changelog.md new file mode 100644 index 00000000000..251a0a0cdb1 --- /dev/null +++ b/stable/ariang/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ariang/8.1.1/app-readme.md b/stable/ariang/8.2.2/app-readme.md similarity index 100% rename from stable/ariang/8.1.1/app-readme.md rename to stable/ariang/8.2.2/app-readme.md diff --git a/stable/ariang/8.2.2/charts/common-18.1.6.tgz b/stable/ariang/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ariang/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ariang/8.1.1/ix_values.yaml b/stable/ariang/8.2.2/ix_values.yaml similarity index 100% rename from stable/ariang/8.1.1/ix_values.yaml rename to stable/ariang/8.2.2/ix_values.yaml diff --git a/stable/ariang/8.1.1/questions.yaml b/stable/ariang/8.2.2/questions.yaml similarity index 100% rename from stable/ariang/8.1.1/questions.yaml rename to stable/ariang/8.2.2/questions.yaml diff --git a/stable/autoscan/8.1.3/templates/NOTES.txt b/stable/ariang/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/autoscan/8.1.3/templates/NOTES.txt rename to stable/ariang/8.2.2/templates/NOTES.txt diff --git a/stable/babybuddy/16.1.3/templates/common.yaml b/stable/ariang/8.2.2/templates/common.yaml similarity index 100% rename from stable/babybuddy/16.1.3/templates/common.yaml rename to stable/ariang/8.2.2/templates/common.yaml diff --git a/stable/authentik/24.1.2/values.yaml b/stable/ariang/8.2.2/values.yaml similarity index 100% rename from stable/authentik/24.1.2/values.yaml rename to stable/ariang/8.2.2/values.yaml diff --git a/stable/arksurvivalevolved/7.1.1/CHANGELOG.md b/stable/arksurvivalevolved/7.1.1/CHANGELOG.md deleted file mode 100644 index 6175afeb579..00000000000 --- a/stable/arksurvivalevolved/7.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/arksurvivalevolved/7.1.1/Chart.yaml b/stable/arksurvivalevolved/7.1.1/Chart.yaml deleted file mode 100644 index 250e26adc86..00000000000 --- a/stable/arksurvivalevolved/7.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arkse -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/arksurvivalevolved/7.1.1/charts/common-18.0.2.tgz b/stable/arksurvivalevolved/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/arksurvivalevolved/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/auto-yt-dl/5.1.1/.helmignore b/stable/arksurvivalevolved/7.2.2/.helmignore similarity index 100% rename from stable/auto-yt-dl/5.1.1/.helmignore rename to stable/arksurvivalevolved/7.2.2/.helmignore diff --git a/stable/arksurvivalevolved/7.2.2/CHANGELOG.md b/stable/arksurvivalevolved/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..db098d819c4 --- /dev/null +++ b/stable/arksurvivalevolved/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/arksurvivalevolved/7.2.2/Chart.yaml b/stable/arksurvivalevolved/7.2.2/Chart.yaml new file mode 100644 index 00000000000..3d0f23d2cd1 --- /dev/null +++ b/stable/arksurvivalevolved/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arkse +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/arksurvivalevolved/7.1.1/README.md b/stable/arksurvivalevolved/7.2.2/README.md similarity index 100% rename from stable/arksurvivalevolved/7.1.1/README.md rename to stable/arksurvivalevolved/7.2.2/README.md diff --git a/stable/arksurvivalevolved/7.2.2/app-changelog.md b/stable/arksurvivalevolved/7.2.2/app-changelog.md new file mode 100644 index 00000000000..af24083d3ee --- /dev/null +++ b/stable/arksurvivalevolved/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/arksurvivalevolved/7.1.1/app-readme.md b/stable/arksurvivalevolved/7.2.2/app-readme.md similarity index 100% rename from stable/arksurvivalevolved/7.1.1/app-readme.md rename to stable/arksurvivalevolved/7.2.2/app-readme.md diff --git a/stable/arksurvivalevolved/7.2.2/charts/common-18.1.6.tgz b/stable/arksurvivalevolved/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/arksurvivalevolved/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/arksurvivalevolved/7.1.1/ix_values.yaml b/stable/arksurvivalevolved/7.2.2/ix_values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.1/ix_values.yaml rename to stable/arksurvivalevolved/7.2.2/ix_values.yaml diff --git a/stable/arksurvivalevolved/7.1.1/questions.yaml b/stable/arksurvivalevolved/7.2.2/questions.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.1/questions.yaml rename to stable/arksurvivalevolved/7.2.2/questions.yaml diff --git a/stable/avidemux/9.1.1/templates/NOTES.txt b/stable/arksurvivalevolved/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/avidemux/9.1.1/templates/NOTES.txt rename to stable/arksurvivalevolved/7.2.2/templates/NOTES.txt diff --git a/stable/arksurvivalevolved/7.1.1/templates/_secrets.tpl b/stable/arksurvivalevolved/7.2.2/templates/_secrets.tpl similarity index 100% rename from stable/arksurvivalevolved/7.1.1/templates/_secrets.tpl rename to stable/arksurvivalevolved/7.2.2/templates/_secrets.tpl diff --git a/stable/arksurvivalevolved/7.1.1/templates/common.yaml b/stable/arksurvivalevolved/7.2.2/templates/common.yaml similarity index 100% rename from stable/arksurvivalevolved/7.1.1/templates/common.yaml rename to stable/arksurvivalevolved/7.2.2/templates/common.yaml diff --git a/stable/auto-yt-dl/5.1.1/values.yaml b/stable/arksurvivalevolved/7.2.2/values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.1/values.yaml rename to stable/arksurvivalevolved/7.2.2/values.yaml diff --git a/stable/arma3/5.1.1/CHANGELOG.md b/stable/arma3/5.1.1/CHANGELOG.md deleted file mode 100644 index a4c037152be..00000000000 --- a/stable/arma3/5.1.1/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)) - - -## [arma3-4.1.4](https://github.com/truecharts/charts/compare/arma3-4.1.3...arma3-4.1.4) (2024-01-01) diff --git a/stable/arma3/5.1.1/Chart.yaml b/stable/arma3/5.1.1/Chart.yaml deleted file mode 100644 index 6c2e827149c..00000000000 --- a/stable/arma3/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/arma3/5.1.1/charts/common-18.0.2.tgz b/stable/arma3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/arma3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/autobrr/8.1.2/.helmignore b/stable/arma3/5.2.2/.helmignore similarity index 100% rename from stable/autobrr/8.1.2/.helmignore rename to stable/arma3/5.2.2/.helmignore diff --git a/stable/arma3/5.2.2/CHANGELOG.md b/stable/arma3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7d43360b66b --- /dev/null +++ b/stable/arma3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/arma3/5.2.2/Chart.yaml b/stable/arma3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..0435a05133a --- /dev/null +++ b/stable/arma3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/arma3/5.1.1/README.md b/stable/arma3/5.2.2/README.md similarity index 100% rename from stable/arma3/5.1.1/README.md rename to stable/arma3/5.2.2/README.md diff --git a/stable/arma3/5.2.2/app-changelog.md b/stable/arma3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5b883805d12 --- /dev/null +++ b/stable/arma3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/arma3/5.1.1/app-readme.md b/stable/arma3/5.2.2/app-readme.md similarity index 100% rename from stable/arma3/5.1.1/app-readme.md rename to stable/arma3/5.2.2/app-readme.md diff --git a/stable/arma3/5.2.2/charts/common-18.1.6.tgz b/stable/arma3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/arma3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/arma3/5.1.1/ix_values.yaml b/stable/arma3/5.2.2/ix_values.yaml similarity index 100% rename from stable/arma3/5.1.1/ix_values.yaml rename to stable/arma3/5.2.2/ix_values.yaml diff --git a/stable/arma3/5.1.1/questions.yaml b/stable/arma3/5.2.2/questions.yaml similarity index 100% rename from stable/arma3/5.1.1/questions.yaml rename to stable/arma3/5.2.2/questions.yaml diff --git a/stable/arma3/5.1.1/templates/common.yaml b/stable/arma3/5.2.2/templates/common.yaml similarity index 100% rename from stable/arma3/5.1.1/templates/common.yaml rename to stable/arma3/5.2.2/templates/common.yaml diff --git a/stable/autobrr/8.1.2/values.yaml b/stable/arma3/5.2.2/values.yaml similarity index 100% rename from stable/autobrr/8.1.2/values.yaml rename to stable/arma3/5.2.2/values.yaml diff --git a/stable/arma3exilemod/5.1.1/CHANGELOG.md b/stable/arma3exilemod/5.1.1/CHANGELOG.md deleted file mode 100644 index 644421d4184..00000000000 --- a/stable/arma3exilemod/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/arma3exilemod/5.1.1/Chart.yaml b/stable/arma3exilemod/5.1.1/Chart.yaml deleted file mode 100644 index 6ecbcf8bdd5..00000000000 --- a/stable/arma3exilemod/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: arma3exilemod -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/arma3exilemod/5.1.1/charts/common-18.0.2.tgz b/stable/arma3exilemod/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/arma3exilemod/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/automatic-music-downloader/9.1.1/.helmignore b/stable/arma3exilemod/5.2.2/.helmignore similarity index 100% rename from stable/automatic-music-downloader/9.1.1/.helmignore rename to stable/arma3exilemod/5.2.2/.helmignore diff --git a/stable/arma3exilemod/5.2.2/CHANGELOG.md b/stable/arma3exilemod/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0172742050a --- /dev/null +++ b/stable/arma3exilemod/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/arma3exilemod/5.2.2/Chart.yaml b/stable/arma3exilemod/5.2.2/Chart.yaml new file mode 100644 index 00000000000..da2b85cb6a8 --- /dev/null +++ b/stable/arma3exilemod/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: arma3exilemod +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/arma3exilemod/5.1.1/README.md b/stable/arma3exilemod/5.2.2/README.md similarity index 100% rename from stable/arma3exilemod/5.1.1/README.md rename to stable/arma3exilemod/5.2.2/README.md diff --git a/stable/arma3exilemod/5.2.2/app-changelog.md b/stable/arma3exilemod/5.2.2/app-changelog.md new file mode 100644 index 00000000000..02abb5cb38c --- /dev/null +++ b/stable/arma3exilemod/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/arma3exilemod/5.1.1/app-readme.md b/stable/arma3exilemod/5.2.2/app-readme.md similarity index 100% rename from stable/arma3exilemod/5.1.1/app-readme.md rename to stable/arma3exilemod/5.2.2/app-readme.md diff --git a/stable/arma3exilemod/5.2.2/charts/common-18.1.6.tgz b/stable/arma3exilemod/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/arma3exilemod/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/arma3exilemod/5.1.1/ix_values.yaml b/stable/arma3exilemod/5.2.2/ix_values.yaml similarity index 100% rename from stable/arma3exilemod/5.1.1/ix_values.yaml rename to stable/arma3exilemod/5.2.2/ix_values.yaml diff --git a/stable/arma3exilemod/5.1.1/questions.yaml b/stable/arma3exilemod/5.2.2/questions.yaml similarity index 100% rename from stable/arma3exilemod/5.1.1/questions.yaml rename to stable/arma3exilemod/5.2.2/questions.yaml diff --git a/stable/arma3exilemod/5.1.1/templates/common.yaml b/stable/arma3exilemod/5.2.2/templates/common.yaml similarity index 100% rename from stable/arma3exilemod/5.1.1/templates/common.yaml rename to stable/arma3exilemod/5.2.2/templates/common.yaml diff --git a/stable/automatic-music-downloader/9.1.1/values.yaml b/stable/arma3exilemod/5.2.2/values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.1/values.yaml rename to stable/arma3exilemod/5.2.2/values.yaml diff --git a/stable/assettocorsa/5.1.1/CHANGELOG.md b/stable/assettocorsa/5.1.1/CHANGELOG.md deleted file mode 100644 index 30f93f77400..00000000000 --- a/stable/assettocorsa/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/assettocorsa/5.1.1/Chart.yaml b/stable/assettocorsa/5.1.1/Chart.yaml deleted file mode 100644 index 28749e41766..00000000000 --- a/stable/assettocorsa/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: assettocorsa -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/assettocorsa/5.1.1/charts/common-18.0.2.tgz b/stable/assettocorsa/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/assettocorsa/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/automatic-ripping-machine/3.1.1/.helmignore b/stable/assettocorsa/5.2.2/.helmignore similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/.helmignore rename to stable/assettocorsa/5.2.2/.helmignore diff --git a/stable/assettocorsa/5.2.2/CHANGELOG.md b/stable/assettocorsa/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bed5c32cae7 --- /dev/null +++ b/stable/assettocorsa/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/assettocorsa/5.2.2/Chart.yaml b/stable/assettocorsa/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3c08efbadf2 --- /dev/null +++ b/stable/assettocorsa/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: assettocorsa +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/assettocorsa/5.1.1/README.md b/stable/assettocorsa/5.2.2/README.md similarity index 100% rename from stable/assettocorsa/5.1.1/README.md rename to stable/assettocorsa/5.2.2/README.md diff --git a/stable/assettocorsa/5.2.2/app-changelog.md b/stable/assettocorsa/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b151214fafc --- /dev/null +++ b/stable/assettocorsa/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/assettocorsa/5.1.1/app-readme.md b/stable/assettocorsa/5.2.2/app-readme.md similarity index 100% rename from stable/assettocorsa/5.1.1/app-readme.md rename to stable/assettocorsa/5.2.2/app-readme.md diff --git a/stable/assettocorsa/5.2.2/charts/common-18.1.6.tgz b/stable/assettocorsa/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/assettocorsa/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/assettocorsa/5.1.1/ix_values.yaml b/stable/assettocorsa/5.2.2/ix_values.yaml similarity index 100% rename from stable/assettocorsa/5.1.1/ix_values.yaml rename to stable/assettocorsa/5.2.2/ix_values.yaml diff --git a/stable/assettocorsa/5.1.1/questions.yaml b/stable/assettocorsa/5.2.2/questions.yaml similarity index 100% rename from stable/assettocorsa/5.1.1/questions.yaml rename to stable/assettocorsa/5.2.2/questions.yaml diff --git a/stable/assettocorsa/5.1.1/templates/common.yaml b/stable/assettocorsa/5.2.2/templates/common.yaml similarity index 100% rename from stable/assettocorsa/5.1.1/templates/common.yaml rename to stable/assettocorsa/5.2.2/templates/common.yaml diff --git a/stable/automatic-ripping-machine/3.1.1/values.yaml b/stable/assettocorsa/5.2.2/values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/values.yaml rename to stable/assettocorsa/5.2.2/values.yaml diff --git a/stable/audacity/12.1.1/CHANGELOG.md b/stable/audacity/12.1.1/CHANGELOG.md deleted file mode 100644 index d6eb9afbf8a..00000000000 --- a/stable/audacity/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/audacity/12.1.1/Chart.yaml b/stable/audacity/12.1.1/Chart.yaml deleted file mode 100644 index 479586ee193..00000000000 --- a/stable/audacity/12.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/audacity/12.1.1/charts/common-18.0.2.tgz b/stable/audacity/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/audacity/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/autoscan/8.1.3/.helmignore b/stable/audacity/12.2.2/.helmignore similarity index 100% rename from stable/autoscan/8.1.3/.helmignore rename to stable/audacity/12.2.2/.helmignore diff --git a/stable/audacity/12.2.2/CHANGELOG.md b/stable/audacity/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..664cb06035c --- /dev/null +++ b/stable/audacity/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/audacity/12.2.2/Chart.yaml b/stable/audacity/12.2.2/Chart.yaml new file mode 100644 index 00000000000..eb5c62cbb70 --- /dev/null +++ b/stable/audacity/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/audacity/12.1.1/README.md b/stable/audacity/12.2.2/README.md similarity index 100% rename from stable/audacity/12.1.1/README.md rename to stable/audacity/12.2.2/README.md diff --git a/stable/audacity/12.2.2/app-changelog.md b/stable/audacity/12.2.2/app-changelog.md new file mode 100644 index 00000000000..cf4049d30c4 --- /dev/null +++ b/stable/audacity/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/audacity/12.1.1/app-readme.md b/stable/audacity/12.2.2/app-readme.md similarity index 100% rename from stable/audacity/12.1.1/app-readme.md rename to stable/audacity/12.2.2/app-readme.md diff --git a/stable/audacity/12.2.2/charts/common-18.1.6.tgz b/stable/audacity/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/audacity/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/audacity/12.1.1/ix_values.yaml b/stable/audacity/12.2.2/ix_values.yaml similarity index 100% rename from stable/audacity/12.1.1/ix_values.yaml rename to stable/audacity/12.2.2/ix_values.yaml diff --git a/stable/audacity/12.1.1/questions.yaml b/stable/audacity/12.2.2/questions.yaml similarity index 100% rename from stable/audacity/12.1.1/questions.yaml rename to stable/audacity/12.2.2/questions.yaml diff --git a/stable/babybuddy/16.1.3/templates/NOTES.txt b/stable/audacity/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/babybuddy/16.1.3/templates/NOTES.txt rename to stable/audacity/12.2.2/templates/NOTES.txt diff --git a/stable/audacity/12.1.1/templates/common.yaml b/stable/audacity/12.2.2/templates/common.yaml similarity index 100% rename from stable/audacity/12.1.1/templates/common.yaml rename to stable/audacity/12.2.2/templates/common.yaml diff --git a/stable/autoscan/8.1.3/values.yaml b/stable/audacity/12.2.2/values.yaml similarity index 100% rename from stable/autoscan/8.1.3/values.yaml rename to stable/audacity/12.2.2/values.yaml diff --git a/stable/audiobookshelf/9.1.1/CHANGELOG.md b/stable/audiobookshelf/9.1.1/CHANGELOG.md deleted file mode 100644 index 18cd481f3b2..00000000000 --- a/stable/audiobookshelf/9.1.1/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) - -### Chore diff --git a/stable/audiobookshelf/9.1.1/Chart.yaml b/stable/audiobookshelf/9.1.1/Chart.yaml deleted file mode 100644 index dc1332d7f3e..00000000000 --- a/stable/audiobookshelf/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/audiobookshelf/9.1.1/charts/common-18.0.2.tgz b/stable/audiobookshelf/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/audiobookshelf/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/avidemux/9.1.1/.helmignore b/stable/audiobookshelf/9.2.2/.helmignore similarity index 100% rename from stable/avidemux/9.1.1/.helmignore rename to stable/audiobookshelf/9.2.2/.helmignore diff --git a/stable/audiobookshelf/9.2.2/CHANGELOG.md b/stable/audiobookshelf/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3b3d6a6f868 --- /dev/null +++ b/stable/audiobookshelf/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) diff --git a/stable/audiobookshelf/9.2.2/Chart.yaml b/stable/audiobookshelf/9.2.2/Chart.yaml new file mode 100644 index 00000000000..8bd02a214c0 --- /dev/null +++ b/stable/audiobookshelf/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/audiobookshelf/9.1.1/README.md b/stable/audiobookshelf/9.2.2/README.md similarity index 100% rename from stable/audiobookshelf/9.1.1/README.md rename to stable/audiobookshelf/9.2.2/README.md diff --git a/stable/audiobookshelf/9.2.2/app-changelog.md b/stable/audiobookshelf/9.2.2/app-changelog.md new file mode 100644 index 00000000000..344c072969e --- /dev/null +++ b/stable/audiobookshelf/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/audiobookshelf/9.1.1/app-readme.md b/stable/audiobookshelf/9.2.2/app-readme.md similarity index 100% rename from stable/audiobookshelf/9.1.1/app-readme.md rename to stable/audiobookshelf/9.2.2/app-readme.md diff --git a/stable/audiobookshelf/9.2.2/charts/common-18.1.6.tgz b/stable/audiobookshelf/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/audiobookshelf/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/audiobookshelf/9.1.1/ix_values.yaml b/stable/audiobookshelf/9.2.2/ix_values.yaml similarity index 100% rename from stable/audiobookshelf/9.1.1/ix_values.yaml rename to stable/audiobookshelf/9.2.2/ix_values.yaml diff --git a/stable/audiobookshelf/9.1.1/questions.yaml b/stable/audiobookshelf/9.2.2/questions.yaml similarity index 100% rename from stable/audiobookshelf/9.1.1/questions.yaml rename to stable/audiobookshelf/9.2.2/questions.yaml diff --git a/stable/backuppc/6.1.1/templates/NOTES.txt b/stable/audiobookshelf/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/backuppc/6.1.1/templates/NOTES.txt rename to stable/audiobookshelf/9.2.2/templates/NOTES.txt diff --git a/stable/audiobookshelf/9.1.1/templates/_secrets.tpl b/stable/audiobookshelf/9.2.2/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/9.1.1/templates/_secrets.tpl rename to stable/audiobookshelf/9.2.2/templates/_secrets.tpl diff --git a/stable/audiobookshelf/9.1.1/templates/common.yaml b/stable/audiobookshelf/9.2.2/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/9.1.1/templates/common.yaml rename to stable/audiobookshelf/9.2.2/templates/common.yaml diff --git a/stable/avidemux/9.1.1/values.yaml b/stable/audiobookshelf/9.2.2/values.yaml similarity index 100% rename from stable/avidemux/9.1.1/values.yaml rename to stable/audiobookshelf/9.2.2/values.yaml diff --git a/stable/aurora-files/5.1.1/CHANGELOG.md b/stable/aurora-files/5.1.1/CHANGELOG.md deleted file mode 100644 index 842af6a0272..00000000000 --- a/stable/aurora-files/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/aurora-files/5.1.1/Chart.yaml b/stable/aurora-files/5.1.1/Chart.yaml deleted file mode 100644 index 779a3611195..00000000000 --- a/stable/aurora-files/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/aurora-files/5.1.1/charts/common-18.0.2.tgz b/stable/aurora-files/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/aurora-files/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/avorion/5.1.1/.helmignore b/stable/aurora-files/5.2.2/.helmignore similarity index 100% rename from stable/avorion/5.1.1/.helmignore rename to stable/aurora-files/5.2.2/.helmignore diff --git a/stable/aurora-files/5.2.2/CHANGELOG.md b/stable/aurora-files/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..74bf393c5a7 --- /dev/null +++ b/stable/aurora-files/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/aurora-files/5.2.2/Chart.yaml b/stable/aurora-files/5.2.2/Chart.yaml new file mode 100644 index 00000000000..320967ea95a --- /dev/null +++ b/stable/aurora-files/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/aurora-files/5.1.1/README.md b/stable/aurora-files/5.2.2/README.md similarity index 100% rename from stable/aurora-files/5.1.1/README.md rename to stable/aurora-files/5.2.2/README.md diff --git a/stable/aurora-files/5.2.2/app-changelog.md b/stable/aurora-files/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5585eba9230 --- /dev/null +++ b/stable/aurora-files/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/aurora-files/5.1.1/app-readme.md b/stable/aurora-files/5.2.2/app-readme.md similarity index 100% rename from stable/aurora-files/5.1.1/app-readme.md rename to stable/aurora-files/5.2.2/app-readme.md diff --git a/stable/aurora-files/5.2.2/charts/common-18.1.6.tgz b/stable/aurora-files/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/aurora-files/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/aurora-files/5.1.1/ix_values.yaml b/stable/aurora-files/5.2.2/ix_values.yaml similarity index 100% rename from stable/aurora-files/5.1.1/ix_values.yaml rename to stable/aurora-files/5.2.2/ix_values.yaml diff --git a/stable/aurora-files/5.1.1/questions.yaml b/stable/aurora-files/5.2.2/questions.yaml similarity index 100% rename from stable/aurora-files/5.1.1/questions.yaml rename to stable/aurora-files/5.2.2/questions.yaml diff --git a/stable/aurora-files/5.1.1/templates/common.yaml b/stable/aurora-files/5.2.2/templates/common.yaml similarity index 100% rename from stable/aurora-files/5.1.1/templates/common.yaml rename to stable/aurora-files/5.2.2/templates/common.yaml diff --git a/stable/avorion/5.1.1/values.yaml b/stable/aurora-files/5.2.2/values.yaml similarity index 100% rename from stable/avorion/5.1.1/values.yaml rename to stable/aurora-files/5.2.2/values.yaml diff --git a/stable/authentik/24.1.2/CHANGELOG.md b/stable/authentik/24.1.2/CHANGELOG.md deleted file mode 100644 index 46177a2fb96..00000000000 --- a/stable/authentik/24.1.2/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.1.2/Chart.yaml b/stable/authentik/24.1.2/Chart.yaml deleted file mode 100644 index 17ee4044429..00000000000 --- a/stable/authentik/24.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.0.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/radius - - https://ghcr.io/goauthentik/server - - https://ghcr.io/maxmind/geoipupdate - - https://ghcr.io/goauthentik/proxy - - https://ghcr.io/goauthentik/ldap -type: application -version: 24.1.2 diff --git a/stable/authentik/24.1.2/charts/common-18.0.2.tgz b/stable/authentik/24.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/authentik/24.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/babybuddy/16.1.3/.helmignore b/stable/authentik/24.2.4/.helmignore similarity index 100% rename from stable/babybuddy/16.1.3/.helmignore rename to stable/authentik/24.2.4/.helmignore diff --git a/stable/authentik/24.2.4/CHANGELOG.md b/stable/authentik/24.2.4/CHANGELOG.md new file mode 100644 index 00000000000..4bcbd971bc7 --- /dev/null +++ b/stable/authentik/24.2.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/authentik/24.2.4/Chart.yaml b/stable/authentik/24.2.4/Chart.yaml new file mode 100644 index 00000000000..caf0e42bb5e --- /dev/null +++ b/stable/authentik/24.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.6 + 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/server + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/ldap + - https://ghcr.io/maxmind/geoipupdate + - https://ghcr.io/goauthentik/proxy +type: application +version: 24.2.4 diff --git a/stable/authentik/24.1.2/README.md b/stable/authentik/24.2.4/README.md similarity index 100% rename from stable/authentik/24.1.2/README.md rename to stable/authentik/24.2.4/README.md diff --git a/stable/authentik/24.2.4/app-changelog.md b/stable/authentik/24.2.4/app-changelog.md new file mode 100644 index 00000000000..ce0e8b89a53 --- /dev/null +++ b/stable/authentik/24.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/authentik/24.1.2/app-readme.md b/stable/authentik/24.2.4/app-readme.md similarity index 100% rename from stable/authentik/24.1.2/app-readme.md rename to stable/authentik/24.2.4/app-readme.md diff --git a/stable/authentik/24.2.4/charts/common-18.1.6.tgz b/stable/authentik/24.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/authentik/24.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/authentik/24.1.2/charts/redis-11.2.1.tgz b/stable/authentik/24.2.4/charts/redis-11.2.1.tgz similarity index 100% rename from stable/authentik/24.1.2/charts/redis-11.2.1.tgz rename to stable/authentik/24.2.4/charts/redis-11.2.1.tgz diff --git a/stable/authentik/24.1.2/ix_values.yaml b/stable/authentik/24.2.4/ix_values.yaml similarity index 100% rename from stable/authentik/24.1.2/ix_values.yaml rename to stable/authentik/24.2.4/ix_values.yaml diff --git a/stable/authentik/24.1.2/questions.yaml b/stable/authentik/24.2.4/questions.yaml similarity index 100% rename from stable/authentik/24.1.2/questions.yaml rename to stable/authentik/24.2.4/questions.yaml diff --git a/stable/baserow/12.1.1/templates/NOTES.txt b/stable/authentik/24.2.4/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.1.1/templates/NOTES.txt rename to stable/authentik/24.2.4/templates/NOTES.txt diff --git a/stable/authentik/24.1.2/templates/_config.tpl b/stable/authentik/24.2.4/templates/_config.tpl similarity index 96% rename from stable/authentik/24.1.2/templates/_config.tpl rename to stable/authentik/24.2.4/templates/_config.tpl index c46407c309c..826ec9d8c56 100644 --- a/stable/authentik/24.1.2/templates/_config.tpl +++ b/stable/authentik/24.2.4/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.1.2/templates/_secret.tpl b/stable/authentik/24.2.4/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.1.2/templates/_secret.tpl rename to stable/authentik/24.2.4/templates/_secret.tpl diff --git a/stable/authentik/24.1.2/templates/_validation.tpl b/stable/authentik/24.2.4/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.1.2/templates/_validation.tpl rename to stable/authentik/24.2.4/templates/_validation.tpl diff --git a/stable/authentik/24.1.2/templates/_waitAuthentik.tpl b/stable/authentik/24.2.4/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.1.2/templates/_waitAuthentik.tpl rename to stable/authentik/24.2.4/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.1.2/templates/common.yaml b/stable/authentik/24.2.4/templates/common.yaml similarity index 100% rename from stable/authentik/24.1.2/templates/common.yaml rename to stable/authentik/24.2.4/templates/common.yaml diff --git a/stable/babybuddy/16.1.3/values.yaml b/stable/authentik/24.2.4/values.yaml similarity index 100% rename from stable/babybuddy/16.1.3/values.yaml rename to stable/authentik/24.2.4/values.yaml diff --git a/stable/auto-yt-dl/5.1.1/CHANGELOG.md b/stable/auto-yt-dl/5.1.1/CHANGELOG.md deleted file mode 100644 index a4ba5f34b52..00000000000 --- a/stable/auto-yt-dl/5.1.1/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)) - - -## [auto-yt-dl-4.1.4](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.3...auto-yt-dl-4.1.4) (2024-01-01) diff --git a/stable/auto-yt-dl/5.1.1/Chart.yaml b/stable/auto-yt-dl/5.1.1/Chart.yaml deleted file mode 100644 index c8e1d1efbd5..00000000000 --- a/stable/auto-yt-dl/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/auto-yt-dl/5.1.1/charts/common-18.0.2.tgz b/stable/auto-yt-dl/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/auto-yt-dl/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/backuppc/6.1.1/.helmignore b/stable/auto-yt-dl/5.2.2/.helmignore similarity index 100% rename from stable/backuppc/6.1.1/.helmignore rename to stable/auto-yt-dl/5.2.2/.helmignore diff --git a/stable/auto-yt-dl/5.2.2/CHANGELOG.md b/stable/auto-yt-dl/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8865cfddcbb --- /dev/null +++ b/stable/auto-yt-dl/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/auto-yt-dl/5.2.2/Chart.yaml b/stable/auto-yt-dl/5.2.2/Chart.yaml new file mode 100644 index 00000000000..27a9ef8e64c --- /dev/null +++ b/stable/auto-yt-dl/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/auto-yt-dl/5.1.1/README.md b/stable/auto-yt-dl/5.2.2/README.md similarity index 100% rename from stable/auto-yt-dl/5.1.1/README.md rename to stable/auto-yt-dl/5.2.2/README.md diff --git a/stable/auto-yt-dl/5.2.2/app-changelog.md b/stable/auto-yt-dl/5.2.2/app-changelog.md new file mode 100644 index 00000000000..55c77f67959 --- /dev/null +++ b/stable/auto-yt-dl/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/auto-yt-dl/5.1.1/app-readme.md b/stable/auto-yt-dl/5.2.2/app-readme.md similarity index 100% rename from stable/auto-yt-dl/5.1.1/app-readme.md rename to stable/auto-yt-dl/5.2.2/app-readme.md diff --git a/stable/auto-yt-dl/5.2.2/charts/common-18.1.6.tgz b/stable/auto-yt-dl/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/auto-yt-dl/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/auto-yt-dl/5.1.1/ix_values.yaml b/stable/auto-yt-dl/5.2.2/ix_values.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.1/ix_values.yaml rename to stable/auto-yt-dl/5.2.2/ix_values.yaml diff --git a/stable/auto-yt-dl/5.1.1/questions.yaml b/stable/auto-yt-dl/5.2.2/questions.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.1/questions.yaml rename to stable/auto-yt-dl/5.2.2/questions.yaml diff --git a/stable/auto-yt-dl/5.1.1/templates/common.yaml b/stable/auto-yt-dl/5.2.2/templates/common.yaml similarity index 100% rename from stable/auto-yt-dl/5.1.1/templates/common.yaml rename to stable/auto-yt-dl/5.2.2/templates/common.yaml diff --git a/stable/backuppc/6.1.1/values.yaml b/stable/auto-yt-dl/5.2.2/values.yaml similarity index 100% rename from stable/backuppc/6.1.1/values.yaml rename to stable/auto-yt-dl/5.2.2/values.yaml diff --git a/stable/autobrr/8.1.2/CHANGELOG.md b/stable/autobrr/8.1.2/CHANGELOG.md deleted file mode 100644 index db94153e6fe..00000000000 --- a/stable/autobrr/8.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/autobrr/8.1.2/Chart.yaml b/stable/autobrr/8.1.2/Chart.yaml deleted file mode 100644 index ed0154c7964..00000000000 --- a/stable/autobrr/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.38.1 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/autobrr/8.1.2/charts/common-18.0.2.tgz b/stable/autobrr/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/autobrr/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/autobrr/8.1.2/ix_values.yaml b/stable/autobrr/8.1.2/ix_values.yaml deleted file mode 100644 index c9346d292e9..00000000000 --- a/stable/autobrr/8.1.2/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/baikal/5.1.1/.helmignore b/stable/autobrr/8.3.2/.helmignore similarity index 100% rename from stable/baikal/5.1.1/.helmignore rename to stable/autobrr/8.3.2/.helmignore diff --git a/stable/autobrr/8.3.2/CHANGELOG.md b/stable/autobrr/8.3.2/CHANGELOG.md new file mode 100644 index 00000000000..53a203ad14c --- /dev/null +++ b/stable/autobrr/8.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/autobrr/8.3.2/Chart.yaml b/stable/autobrr/8.3.2/Chart.yaml new file mode 100644 index 00000000000..34f7b7c3225 --- /dev/null +++ b/stable/autobrr/8.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.39.1 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/autobrr/8.1.2/README.md b/stable/autobrr/8.3.2/README.md similarity index 100% rename from stable/autobrr/8.1.2/README.md rename to stable/autobrr/8.3.2/README.md diff --git a/stable/autobrr/8.3.2/app-changelog.md b/stable/autobrr/8.3.2/app-changelog.md new file mode 100644 index 00000000000..7ff364a5753 --- /dev/null +++ b/stable/autobrr/8.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/autobrr/8.1.2/app-readme.md b/stable/autobrr/8.3.2/app-readme.md similarity index 100% rename from stable/autobrr/8.1.2/app-readme.md rename to stable/autobrr/8.3.2/app-readme.md diff --git a/stable/autobrr/8.3.2/charts/common-18.1.6.tgz b/stable/autobrr/8.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/autobrr/8.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/autobrr/8.3.2/ix_values.yaml b/stable/autobrr/8.3.2/ix_values.yaml new file mode 100644 index 00000000000..2a88ed23a2b --- /dev/null +++ b/stable/autobrr/8.3.2/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.1.2/questions.yaml b/stable/autobrr/8.3.2/questions.yaml similarity index 100% rename from stable/autobrr/8.1.2/questions.yaml rename to stable/autobrr/8.3.2/questions.yaml diff --git a/stable/beets/11.1.3/templates/NOTES.txt b/stable/autobrr/8.3.2/templates/NOTES.txt similarity index 100% rename from stable/beets/11.1.3/templates/NOTES.txt rename to stable/autobrr/8.3.2/templates/NOTES.txt diff --git a/stable/autobrr/8.1.2/templates/_configmap.tpl b/stable/autobrr/8.3.2/templates/_configmap.tpl similarity index 100% rename from stable/autobrr/8.1.2/templates/_configmap.tpl rename to stable/autobrr/8.3.2/templates/_configmap.tpl diff --git a/stable/autobrr/8.1.2/templates/common.yaml b/stable/autobrr/8.3.2/templates/common.yaml similarity index 100% rename from stable/autobrr/8.1.2/templates/common.yaml rename to stable/autobrr/8.3.2/templates/common.yaml diff --git a/stable/baikal/5.1.1/values.yaml b/stable/autobrr/8.3.2/values.yaml similarity index 100% rename from stable/baikal/5.1.1/values.yaml rename to stable/autobrr/8.3.2/values.yaml diff --git a/stable/automatic-music-downloader/9.1.1/CHANGELOG.md b/stable/automatic-music-downloader/9.1.1/CHANGELOG.md deleted file mode 100644 index 1fb08e5d815..00000000000 --- a/stable/automatic-music-downloader/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/automatic-music-downloader/9.1.1/Chart.yaml b/stable/automatic-music-downloader/9.1.1/Chart.yaml deleted file mode 100644 index 4fa8f9857bb..00000000000 --- a/stable/automatic-music-downloader/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/automatic-music-downloader/9.1.1/charts/common-18.0.2.tgz b/stable/automatic-music-downloader/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/automatic-music-downloader/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/barcodebuddy/5.1.1/.helmignore b/stable/automatic-music-downloader/9.2.2/.helmignore similarity index 100% rename from stable/barcodebuddy/5.1.1/.helmignore rename to stable/automatic-music-downloader/9.2.2/.helmignore diff --git a/stable/automatic-music-downloader/9.2.2/CHANGELOG.md b/stable/automatic-music-downloader/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..313fac251c0 --- /dev/null +++ b/stable/automatic-music-downloader/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/automatic-music-downloader/9.2.2/Chart.yaml b/stable/automatic-music-downloader/9.2.2/Chart.yaml new file mode 100644 index 00000000000..69afba579e8 --- /dev/null +++ b/stable/automatic-music-downloader/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/automatic-music-downloader/9.1.1/README.md b/stable/automatic-music-downloader/9.2.2/README.md similarity index 100% rename from stable/automatic-music-downloader/9.1.1/README.md rename to stable/automatic-music-downloader/9.2.2/README.md diff --git a/stable/automatic-music-downloader/9.2.2/app-changelog.md b/stable/automatic-music-downloader/9.2.2/app-changelog.md new file mode 100644 index 00000000000..90a07b12cf1 --- /dev/null +++ b/stable/automatic-music-downloader/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/automatic-music-downloader/9.1.1/app-readme.md b/stable/automatic-music-downloader/9.2.2/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/9.1.1/app-readme.md rename to stable/automatic-music-downloader/9.2.2/app-readme.md diff --git a/stable/automatic-music-downloader/9.2.2/charts/common-18.1.6.tgz b/stable/automatic-music-downloader/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/automatic-music-downloader/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/automatic-music-downloader/9.1.1/ix_values.yaml b/stable/automatic-music-downloader/9.2.2/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.1/ix_values.yaml rename to stable/automatic-music-downloader/9.2.2/ix_values.yaml diff --git a/stable/automatic-music-downloader/9.1.1/questions.yaml b/stable/automatic-music-downloader/9.2.2/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/9.1.1/questions.yaml rename to stable/automatic-music-downloader/9.2.2/questions.yaml diff --git a/stable/bitmagnet/1.1.5/templates/NOTES.txt b/stable/automatic-music-downloader/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/bitmagnet/1.1.5/templates/NOTES.txt rename to stable/automatic-music-downloader/9.2.2/templates/NOTES.txt diff --git a/stable/backuppc/6.1.1/templates/common.yaml b/stable/automatic-music-downloader/9.2.2/templates/common.yaml similarity index 100% rename from stable/backuppc/6.1.1/templates/common.yaml rename to stable/automatic-music-downloader/9.2.2/templates/common.yaml diff --git a/stable/barcodebuddy/5.1.1/values.yaml b/stable/automatic-music-downloader/9.2.2/values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.1/values.yaml rename to stable/automatic-music-downloader/9.2.2/values.yaml diff --git a/stable/automatic-ripping-machine/3.1.1/CHANGELOG.md b/stable/automatic-ripping-machine/3.1.1/CHANGELOG.md deleted file mode 100644 index 8f77128ac60..00000000000 --- a/stable/automatic-ripping-machine/3.1.1/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) - -### Chore diff --git a/stable/automatic-ripping-machine/3.1.1/Chart.yaml b/stable/automatic-ripping-machine/3.1.1/Chart.yaml deleted file mode 100644 index f3fed2d62c7..00000000000 --- a/stable/automatic-ripping-machine/3.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.70 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/automatic-ripping-machine/3.1.1/charts/common-18.0.2.tgz b/stable/automatic-ripping-machine/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/automatic-ripping-machine/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/barotrauma/5.1.1/.helmignore b/stable/automatic-ripping-machine/3.2.2/.helmignore similarity index 100% rename from stable/barotrauma/5.1.1/.helmignore rename to stable/automatic-ripping-machine/3.2.2/.helmignore diff --git a/stable/automatic-ripping-machine/3.2.2/CHANGELOG.md b/stable/automatic-ripping-machine/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d8e58c110f6 --- /dev/null +++ b/stable/automatic-ripping-machine/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/automatic-ripping-machine/3.2.2/Chart.yaml b/stable/automatic-ripping-machine/3.2.2/Chart.yaml new file mode 100644 index 00000000000..f6782a6b5d8 --- /dev/null +++ b/stable/automatic-ripping-machine/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.70 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/automatic-ripping-machine/3.1.1/README.md b/stable/automatic-ripping-machine/3.2.2/README.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/README.md rename to stable/automatic-ripping-machine/3.2.2/README.md diff --git a/stable/automatic-ripping-machine/3.2.2/app-changelog.md b/stable/automatic-ripping-machine/3.2.2/app-changelog.md new file mode 100644 index 00000000000..d3acb0efbfa --- /dev/null +++ b/stable/automatic-ripping-machine/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/automatic-ripping-machine/3.1.1/app-readme.md b/stable/automatic-ripping-machine/3.2.2/app-readme.md similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/app-readme.md rename to stable/automatic-ripping-machine/3.2.2/app-readme.md diff --git a/stable/automatic-ripping-machine/3.2.2/charts/common-18.1.6.tgz b/stable/automatic-ripping-machine/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/automatic-ripping-machine/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/automatic-ripping-machine/3.1.1/ix_values.yaml b/stable/automatic-ripping-machine/3.2.2/ix_values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/ix_values.yaml rename to stable/automatic-ripping-machine/3.2.2/ix_values.yaml diff --git a/stable/automatic-ripping-machine/3.1.1/questions.yaml b/stable/automatic-ripping-machine/3.2.2/questions.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.1.1/questions.yaml rename to stable/automatic-ripping-machine/3.2.2/questions.yaml diff --git a/stable/blog/11.1.1/templates/NOTES.txt b/stable/automatic-ripping-machine/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/blog/11.1.1/templates/NOTES.txt rename to stable/automatic-ripping-machine/3.2.2/templates/NOTES.txt diff --git a/stable/batnoter/5.1.1/templates/common.yaml b/stable/automatic-ripping-machine/3.2.2/templates/common.yaml similarity index 100% rename from stable/batnoter/5.1.1/templates/common.yaml rename to stable/automatic-ripping-machine/3.2.2/templates/common.yaml diff --git a/stable/barotrauma/5.1.1/values.yaml b/stable/automatic-ripping-machine/3.2.2/values.yaml similarity index 100% rename from stable/barotrauma/5.1.1/values.yaml rename to stable/automatic-ripping-machine/3.2.2/values.yaml diff --git a/stable/autoscan/8.1.3/CHANGELOG.md b/stable/autoscan/8.1.3/CHANGELOG.md deleted file mode 100644 index cbb2c6e740e..00000000000 --- a/stable/autoscan/8.1.3/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 - - - -- 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/autoscan/8.1.3/Chart.yaml b/stable/autoscan/8.1.3/Chart.yaml deleted file mode 100644 index 05a4ce8b0e3..00000000000 --- a/stable/autoscan/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/autoscan/8.1.3/charts/common-18.0.2.tgz b/stable/autoscan/8.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/autoscan/8.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/autoscan/8.1.3/ix_values.yaml b/stable/autoscan/8.1.3/ix_values.yaml deleted file mode 100644 index b4c0ad7c69f..00000000000 --- a/stable/autoscan/8.1.3/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/autoscan - tag: latest@sha256:c36fd5a06e4802c95e332e74e7d42d556942a3838021222a8cca00db9949b823 -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/baserow/12.1.1/.helmignore b/stable/autoscan/8.2.3/.helmignore similarity index 100% rename from stable/baserow/12.1.1/.helmignore rename to stable/autoscan/8.2.3/.helmignore diff --git a/stable/autoscan/8.2.3/CHANGELOG.md b/stable/autoscan/8.2.3/CHANGELOG.md new file mode 100644 index 00000000000..4c2ddbeb9a1 --- /dev/null +++ b/stable/autoscan/8.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/autoscan/8.2.3/Chart.yaml b/stable/autoscan/8.2.3/Chart.yaml new file mode 100644 index 00000000000..a629a85e523 --- /dev/null +++ b/stable/autoscan/8.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/autoscan/8.1.3/README.md b/stable/autoscan/8.2.3/README.md similarity index 100% rename from stable/autoscan/8.1.3/README.md rename to stable/autoscan/8.2.3/README.md diff --git a/stable/autoscan/8.2.3/app-changelog.md b/stable/autoscan/8.2.3/app-changelog.md new file mode 100644 index 00000000000..dda1437837e --- /dev/null +++ b/stable/autoscan/8.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/autoscan/8.1.3/app-readme.md b/stable/autoscan/8.2.3/app-readme.md similarity index 100% rename from stable/autoscan/8.1.3/app-readme.md rename to stable/autoscan/8.2.3/app-readme.md diff --git a/stable/autoscan/8.2.3/charts/common-18.1.6.tgz b/stable/autoscan/8.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/autoscan/8.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/autoscan/8.2.3/ix_values.yaml b/stable/autoscan/8.2.3/ix_values.yaml new file mode 100644 index 00000000000..3658f816e6b --- /dev/null +++ b/stable/autoscan/8.2.3/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.1.3/questions.yaml b/stable/autoscan/8.2.3/questions.yaml similarity index 100% rename from stable/autoscan/8.1.3/questions.yaml rename to stable/autoscan/8.2.3/questions.yaml diff --git a/stable/boinc/9.1.2/templates/NOTES.txt b/stable/autoscan/8.2.3/templates/NOTES.txt similarity index 100% rename from stable/boinc/9.1.2/templates/NOTES.txt rename to stable/autoscan/8.2.3/templates/NOTES.txt diff --git a/stable/autoscan/8.1.3/templates/common.yaml b/stable/autoscan/8.2.3/templates/common.yaml similarity index 100% rename from stable/autoscan/8.1.3/templates/common.yaml rename to stable/autoscan/8.2.3/templates/common.yaml diff --git a/stable/baserow/12.1.1/values.yaml b/stable/autoscan/8.2.3/values.yaml similarity index 100% rename from stable/baserow/12.1.1/values.yaml rename to stable/autoscan/8.2.3/values.yaml diff --git a/stable/avidemux/9.1.1/CHANGELOG.md b/stable/avidemux/9.1.1/CHANGELOG.md deleted file mode 100644 index ceaf8264b0c..00000000000 --- a/stable/avidemux/9.1.1/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)) - - -## [avidemux-7.1.4](https://github.com/truecharts/charts/compare/avidemux-7.1.3...avidemux-7.1.4) (2024-01-01) diff --git a/stable/avidemux/9.1.1/Chart.yaml b/stable/avidemux/9.1.1/Chart.yaml deleted file mode 100644 index d548249fd17..00000000000 --- a/stable/avidemux/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/avidemux/9.1.1/charts/common-18.0.2.tgz b/stable/avidemux/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/avidemux/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/batnoter/5.1.1/.helmignore b/stable/avidemux/9.2.2/.helmignore similarity index 100% rename from stable/batnoter/5.1.1/.helmignore rename to stable/avidemux/9.2.2/.helmignore diff --git a/stable/avidemux/9.2.2/CHANGELOG.md b/stable/avidemux/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..744be492d24 --- /dev/null +++ b/stable/avidemux/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/avidemux/9.2.2/Chart.yaml b/stable/avidemux/9.2.2/Chart.yaml new file mode 100644 index 00000000000..d2c4f7296fa --- /dev/null +++ b/stable/avidemux/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/avidemux/9.1.1/README.md b/stable/avidemux/9.2.2/README.md similarity index 100% rename from stable/avidemux/9.1.1/README.md rename to stable/avidemux/9.2.2/README.md diff --git a/stable/avidemux/9.2.2/app-changelog.md b/stable/avidemux/9.2.2/app-changelog.md new file mode 100644 index 00000000000..81577e3c8f6 --- /dev/null +++ b/stable/avidemux/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/avidemux/9.1.1/app-readme.md b/stable/avidemux/9.2.2/app-readme.md similarity index 100% rename from stable/avidemux/9.1.1/app-readme.md rename to stable/avidemux/9.2.2/app-readme.md diff --git a/stable/avidemux/9.2.2/charts/common-18.1.6.tgz b/stable/avidemux/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/avidemux/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/avidemux/9.1.1/ix_values.yaml b/stable/avidemux/9.2.2/ix_values.yaml similarity index 100% rename from stable/avidemux/9.1.1/ix_values.yaml rename to stable/avidemux/9.2.2/ix_values.yaml diff --git a/stable/avidemux/9.1.1/questions.yaml b/stable/avidemux/9.2.2/questions.yaml similarity index 100% rename from stable/avidemux/9.1.1/questions.yaml rename to stable/avidemux/9.2.2/questions.yaml diff --git a/stable/booksonic-air/13.1.2/templates/NOTES.txt b/stable/avidemux/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/booksonic-air/13.1.2/templates/NOTES.txt rename to stable/avidemux/9.2.2/templates/NOTES.txt diff --git a/stable/bender/5.1.1/templates/common.yaml b/stable/avidemux/9.2.2/templates/common.yaml similarity index 100% rename from stable/bender/5.1.1/templates/common.yaml rename to stable/avidemux/9.2.2/templates/common.yaml diff --git a/stable/batnoter/5.1.1/values.yaml b/stable/avidemux/9.2.2/values.yaml similarity index 100% rename from stable/batnoter/5.1.1/values.yaml rename to stable/avidemux/9.2.2/values.yaml diff --git a/stable/avorion/5.1.1/CHANGELOG.md b/stable/avorion/5.1.1/CHANGELOG.md deleted file mode 100644 index 9a0699ad7bf..00000000000 --- a/stable/avorion/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/avorion/5.1.1/Chart.yaml b/stable/avorion/5.1.1/Chart.yaml deleted file mode 100644 index d44825b460e..00000000000 --- a/stable/avorion/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: aorion -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/avorion/5.1.1/charts/common-18.0.2.tgz b/stable/avorion/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/avorion/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/beets/11.1.3/.helmignore b/stable/avorion/5.2.2/.helmignore similarity index 100% rename from stable/beets/11.1.3/.helmignore rename to stable/avorion/5.2.2/.helmignore diff --git a/stable/avorion/5.2.2/CHANGELOG.md b/stable/avorion/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a2e4b6cf79f --- /dev/null +++ b/stable/avorion/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/avorion/5.2.2/Chart.yaml b/stable/avorion/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2acf68f80f9 --- /dev/null +++ b/stable/avorion/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: aorion +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/avorion/5.1.1/README.md b/stable/avorion/5.2.2/README.md similarity index 100% rename from stable/avorion/5.1.1/README.md rename to stable/avorion/5.2.2/README.md diff --git a/stable/avorion/5.2.2/app-changelog.md b/stable/avorion/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0c327ffebfe --- /dev/null +++ b/stable/avorion/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/avorion/5.1.1/app-readme.md b/stable/avorion/5.2.2/app-readme.md similarity index 100% rename from stable/avorion/5.1.1/app-readme.md rename to stable/avorion/5.2.2/app-readme.md diff --git a/stable/avorion/5.2.2/charts/common-18.1.6.tgz b/stable/avorion/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/avorion/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/avorion/5.1.1/ix_values.yaml b/stable/avorion/5.2.2/ix_values.yaml similarity index 100% rename from stable/avorion/5.1.1/ix_values.yaml rename to stable/avorion/5.2.2/ix_values.yaml diff --git a/stable/avorion/5.1.1/questions.yaml b/stable/avorion/5.2.2/questions.yaml similarity index 100% rename from stable/avorion/5.1.1/questions.yaml rename to stable/avorion/5.2.2/questions.yaml diff --git a/stable/avorion/5.1.1/templates/common.yaml b/stable/avorion/5.2.2/templates/common.yaml similarity index 100% rename from stable/avorion/5.1.1/templates/common.yaml rename to stable/avorion/5.2.2/templates/common.yaml diff --git a/stable/beets/11.1.3/values.yaml b/stable/avorion/5.2.2/values.yaml similarity index 100% rename from stable/beets/11.1.3/values.yaml rename to stable/avorion/5.2.2/values.yaml diff --git a/stable/babybuddy/16.1.3/CHANGELOG.md b/stable/babybuddy/16.1.3/CHANGELOG.md deleted file mode 100644 index ebf5c4dab3a..00000000000 --- a/stable/babybuddy/16.1.3/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 - - - -- 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/babybuddy/16.1.3/Chart.yaml b/stable/babybuddy/16.1.3/Chart.yaml deleted file mode 100644 index ab71cc0744e..00000000000 --- a/stable/babybuddy/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.1 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/babybuddy/16.1.3/charts/common-18.0.2.tgz b/stable/babybuddy/16.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/babybuddy/16.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/babybuddy/16.1.3/ix_values.yaml b/stable/babybuddy/16.1.3/ix_values.yaml deleted file mode 100644 index 4f90788216c..00000000000 --- a/stable/babybuddy/16.1.3/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/bender/5.1.1/.helmignore b/stable/babybuddy/16.2.3/.helmignore similarity index 100% rename from stable/bender/5.1.1/.helmignore rename to stable/babybuddy/16.2.3/.helmignore diff --git a/stable/babybuddy/16.2.3/CHANGELOG.md b/stable/babybuddy/16.2.3/CHANGELOG.md new file mode 100644 index 00000000000..f5653e869ba --- /dev/null +++ b/stable/babybuddy/16.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/babybuddy/16.2.3/Chart.yaml b/stable/babybuddy/16.2.3/Chart.yaml new file mode 100644 index 00000000000..d1bab5b83c7 --- /dev/null +++ b/stable/babybuddy/16.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/babybuddy/16.1.3/README.md b/stable/babybuddy/16.2.3/README.md similarity index 100% rename from stable/babybuddy/16.1.3/README.md rename to stable/babybuddy/16.2.3/README.md diff --git a/stable/babybuddy/16.2.3/app-changelog.md b/stable/babybuddy/16.2.3/app-changelog.md new file mode 100644 index 00000000000..c18d024b492 --- /dev/null +++ b/stable/babybuddy/16.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/babybuddy/16.1.3/app-readme.md b/stable/babybuddy/16.2.3/app-readme.md similarity index 100% rename from stable/babybuddy/16.1.3/app-readme.md rename to stable/babybuddy/16.2.3/app-readme.md diff --git a/stable/babybuddy/16.2.3/charts/common-18.1.6.tgz b/stable/babybuddy/16.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/babybuddy/16.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/babybuddy/16.2.3/ix_values.yaml b/stable/babybuddy/16.2.3/ix_values.yaml new file mode 100644 index 00000000000..4d182498482 --- /dev/null +++ b/stable/babybuddy/16.2.3/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.1.3/questions.yaml b/stable/babybuddy/16.2.3/questions.yaml similarity index 100% rename from stable/babybuddy/16.1.3/questions.yaml rename to stable/babybuddy/16.2.3/questions.yaml diff --git a/stable/borg-server/4.1.1/templates/NOTES.txt b/stable/babybuddy/16.2.3/templates/NOTES.txt similarity index 100% rename from stable/borg-server/4.1.1/templates/NOTES.txt rename to stable/babybuddy/16.2.3/templates/NOTES.txt diff --git a/stable/bitmagnet/1.1.5/templates/common.yaml b/stable/babybuddy/16.2.3/templates/common.yaml similarity index 100% rename from stable/bitmagnet/1.1.5/templates/common.yaml rename to stable/babybuddy/16.2.3/templates/common.yaml diff --git a/stable/bender/5.1.1/values.yaml b/stable/babybuddy/16.2.3/values.yaml similarity index 100% rename from stable/bender/5.1.1/values.yaml rename to stable/babybuddy/16.2.3/values.yaml diff --git a/stable/backuppc/6.1.1/CHANGELOG.md b/stable/backuppc/6.1.1/CHANGELOG.md deleted file mode 100644 index e56981ff93d..00000000000 --- a/stable/backuppc/6.1.1/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)) - - -## [backuppc-5.1.6](https://github.com/truecharts/charts/compare/backuppc-5.1.4...backuppc-5.1.6) (2024-01-02) diff --git a/stable/backuppc/6.1.1/Chart.yaml b/stable/backuppc/6.1.1/Chart.yaml deleted file mode 100644 index 5d296aaa504..00000000000 --- a/stable/backuppc/6.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/backuppc/6.1.1/charts/common-18.0.2.tgz b/stable/backuppc/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/backuppc/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitcoin-node/5.1.1/.helmignore b/stable/backuppc/6.2.2/.helmignore similarity index 100% rename from stable/bitcoin-node/5.1.1/.helmignore rename to stable/backuppc/6.2.2/.helmignore diff --git a/stable/backuppc/6.2.2/CHANGELOG.md b/stable/backuppc/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cc2cf5d7f6b --- /dev/null +++ b/stable/backuppc/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/backuppc/6.2.2/Chart.yaml b/stable/backuppc/6.2.2/Chart.yaml new file mode 100644 index 00000000000..655ba495acb --- /dev/null +++ b/stable/backuppc/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/backuppc/6.1.1/README.md b/stable/backuppc/6.2.2/README.md similarity index 100% rename from stable/backuppc/6.1.1/README.md rename to stable/backuppc/6.2.2/README.md diff --git a/stable/backuppc/6.2.2/app-changelog.md b/stable/backuppc/6.2.2/app-changelog.md new file mode 100644 index 00000000000..dab9a447801 --- /dev/null +++ b/stable/backuppc/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/backuppc/6.1.1/app-readme.md b/stable/backuppc/6.2.2/app-readme.md similarity index 100% rename from stable/backuppc/6.1.1/app-readme.md rename to stable/backuppc/6.2.2/app-readme.md diff --git a/stable/backuppc/6.2.2/charts/common-18.1.6.tgz b/stable/backuppc/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/backuppc/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/backuppc/6.1.1/ix_values.yaml b/stable/backuppc/6.2.2/ix_values.yaml similarity index 100% rename from stable/backuppc/6.1.1/ix_values.yaml rename to stable/backuppc/6.2.2/ix_values.yaml diff --git a/stable/backuppc/6.1.1/questions.yaml b/stable/backuppc/6.2.2/questions.yaml similarity index 100% rename from stable/backuppc/6.1.1/questions.yaml rename to stable/backuppc/6.2.2/questions.yaml diff --git a/stable/browserless-chrome/9.1.1/templates/NOTES.txt b/stable/backuppc/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/browserless-chrome/9.1.1/templates/NOTES.txt rename to stable/backuppc/6.2.2/templates/NOTES.txt diff --git a/stable/boinc/9.1.2/templates/common.yaml b/stable/backuppc/6.2.2/templates/common.yaml similarity index 100% rename from stable/boinc/9.1.2/templates/common.yaml rename to stable/backuppc/6.2.2/templates/common.yaml diff --git a/stable/bitcoin-node/5.1.1/values.yaml b/stable/backuppc/6.2.2/values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.1/values.yaml rename to stable/backuppc/6.2.2/values.yaml diff --git a/stable/baikal/5.1.1/CHANGELOG.md b/stable/baikal/5.1.1/CHANGELOG.md deleted file mode 100644 index c9b54104689..00000000000 --- a/stable/baikal/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/baikal/5.1.1/Chart.yaml b/stable/baikal/5.1.1/Chart.yaml deleted file mode 100644 index b79f26f4fe9..00000000000 --- a/stable/baikal/5.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/baikal/5.1.1/charts/common-18.0.2.tgz b/stable/baikal/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/baikal/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitcoind/5.1.1/.helmignore b/stable/baikal/5.2.2/.helmignore similarity index 100% rename from stable/bitcoind/5.1.1/.helmignore rename to stable/baikal/5.2.2/.helmignore diff --git a/stable/baikal/5.2.2/CHANGELOG.md b/stable/baikal/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d19f2b8a31a --- /dev/null +++ b/stable/baikal/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/baikal/5.2.2/Chart.yaml b/stable/baikal/5.2.2/Chart.yaml new file mode 100644 index 00000000000..00d9eefc668 --- /dev/null +++ b/stable/baikal/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/baikal/5.1.1/README.md b/stable/baikal/5.2.2/README.md similarity index 100% rename from stable/baikal/5.1.1/README.md rename to stable/baikal/5.2.2/README.md diff --git a/stable/baikal/5.2.2/app-changelog.md b/stable/baikal/5.2.2/app-changelog.md new file mode 100644 index 00000000000..047c3c3e7f4 --- /dev/null +++ b/stable/baikal/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/baikal/5.1.1/app-readme.md b/stable/baikal/5.2.2/app-readme.md similarity index 100% rename from stable/baikal/5.1.1/app-readme.md rename to stable/baikal/5.2.2/app-readme.md diff --git a/stable/baikal/5.2.2/charts/common-18.1.6.tgz b/stable/baikal/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/baikal/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/baikal/5.1.1/ix_values.yaml b/stable/baikal/5.2.2/ix_values.yaml similarity index 100% rename from stable/baikal/5.1.1/ix_values.yaml rename to stable/baikal/5.2.2/ix_values.yaml diff --git a/stable/baikal/5.1.1/questions.yaml b/stable/baikal/5.2.2/questions.yaml similarity index 100% rename from stable/baikal/5.1.1/questions.yaml rename to stable/baikal/5.2.2/questions.yaml diff --git a/stable/baikal/5.1.1/templates/common.yaml b/stable/baikal/5.2.2/templates/common.yaml similarity index 100% rename from stable/baikal/5.1.1/templates/common.yaml rename to stable/baikal/5.2.2/templates/common.yaml diff --git a/stable/bitcoind/5.1.1/values.yaml b/stable/baikal/5.2.2/values.yaml similarity index 100% rename from stable/bitcoind/5.1.1/values.yaml rename to stable/baikal/5.2.2/values.yaml diff --git a/stable/barcodebuddy/5.1.1/CHANGELOG.md b/stable/barcodebuddy/5.1.1/CHANGELOG.md deleted file mode 100644 index 0a2c858a49a..00000000000 --- a/stable/barcodebuddy/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/barcodebuddy/5.1.1/Chart.yaml b/stable/barcodebuddy/5.1.1/Chart.yaml deleted file mode 100644 index 89df797a311..00000000000 --- a/stable/barcodebuddy/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/barcodebuddy/5.1.1/charts/common-18.0.2.tgz b/stable/barcodebuddy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/barcodebuddy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitcoinunlimited/5.1.1/.helmignore b/stable/barcodebuddy/5.2.2/.helmignore similarity index 100% rename from stable/bitcoinunlimited/5.1.1/.helmignore rename to stable/barcodebuddy/5.2.2/.helmignore diff --git a/stable/barcodebuddy/5.2.2/CHANGELOG.md b/stable/barcodebuddy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f36e5338629 --- /dev/null +++ b/stable/barcodebuddy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/barcodebuddy/5.2.2/Chart.yaml b/stable/barcodebuddy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a9e8e4efdb0 --- /dev/null +++ b/stable/barcodebuddy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/barcodebuddy/5.1.1/README.md b/stable/barcodebuddy/5.2.2/README.md similarity index 100% rename from stable/barcodebuddy/5.1.1/README.md rename to stable/barcodebuddy/5.2.2/README.md diff --git a/stable/barcodebuddy/5.2.2/app-changelog.md b/stable/barcodebuddy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4df31d04585 --- /dev/null +++ b/stable/barcodebuddy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/barcodebuddy/5.1.1/app-readme.md b/stable/barcodebuddy/5.2.2/app-readme.md similarity index 100% rename from stable/barcodebuddy/5.1.1/app-readme.md rename to stable/barcodebuddy/5.2.2/app-readme.md diff --git a/stable/barcodebuddy/5.2.2/charts/common-18.1.6.tgz b/stable/barcodebuddy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/barcodebuddy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/barcodebuddy/5.1.1/ix_values.yaml b/stable/barcodebuddy/5.2.2/ix_values.yaml similarity index 100% rename from stable/barcodebuddy/5.1.1/ix_values.yaml rename to stable/barcodebuddy/5.2.2/ix_values.yaml diff --git a/stable/barcodebuddy/5.1.1/questions.yaml b/stable/barcodebuddy/5.2.2/questions.yaml similarity index 100% rename from stable/barcodebuddy/5.1.1/questions.yaml rename to stable/barcodebuddy/5.2.2/questions.yaml diff --git a/stable/barcodebuddy/5.1.1/templates/common.yaml b/stable/barcodebuddy/5.2.2/templates/common.yaml similarity index 100% rename from stable/barcodebuddy/5.1.1/templates/common.yaml rename to stable/barcodebuddy/5.2.2/templates/common.yaml diff --git a/stable/bitcoinunlimited/5.1.1/values.yaml b/stable/barcodebuddy/5.2.2/values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.1/values.yaml rename to stable/barcodebuddy/5.2.2/values.yaml diff --git a/stable/barotrauma/5.1.1/CHANGELOG.md b/stable/barotrauma/5.1.1/CHANGELOG.md deleted file mode 100644 index 0e13e69c1c2..00000000000 --- a/stable/barotrauma/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/barotrauma/5.1.1/Chart.yaml b/stable/barotrauma/5.1.1/Chart.yaml deleted file mode 100644 index fad1c6c7c92..00000000000 --- a/stable/barotrauma/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: barotrauma -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/barotrauma/5.1.1/charts/common-18.0.2.tgz b/stable/barotrauma/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/barotrauma/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitcoinwalletgui/5.1.1/.helmignore b/stable/barotrauma/5.2.2/.helmignore similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/.helmignore rename to stable/barotrauma/5.2.2/.helmignore diff --git a/stable/barotrauma/5.2.2/CHANGELOG.md b/stable/barotrauma/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..14c50fe6c40 --- /dev/null +++ b/stable/barotrauma/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/barotrauma/5.2.2/Chart.yaml b/stable/barotrauma/5.2.2/Chart.yaml new file mode 100644 index 00000000000..306ef88f56f --- /dev/null +++ b/stable/barotrauma/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: barotrauma +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/barotrauma/5.1.1/README.md b/stable/barotrauma/5.2.2/README.md similarity index 100% rename from stable/barotrauma/5.1.1/README.md rename to stable/barotrauma/5.2.2/README.md diff --git a/stable/barotrauma/5.2.2/app-changelog.md b/stable/barotrauma/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9b5b0a1d7c0 --- /dev/null +++ b/stable/barotrauma/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/barotrauma/5.1.1/app-readme.md b/stable/barotrauma/5.2.2/app-readme.md similarity index 100% rename from stable/barotrauma/5.1.1/app-readme.md rename to stable/barotrauma/5.2.2/app-readme.md diff --git a/stable/barotrauma/5.2.2/charts/common-18.1.6.tgz b/stable/barotrauma/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/barotrauma/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/barotrauma/5.1.1/ix_values.yaml b/stable/barotrauma/5.2.2/ix_values.yaml similarity index 100% rename from stable/barotrauma/5.1.1/ix_values.yaml rename to stable/barotrauma/5.2.2/ix_values.yaml diff --git a/stable/barotrauma/5.1.1/questions.yaml b/stable/barotrauma/5.2.2/questions.yaml similarity index 100% rename from stable/barotrauma/5.1.1/questions.yaml rename to stable/barotrauma/5.2.2/questions.yaml diff --git a/stable/barotrauma/5.1.1/templates/common.yaml b/stable/barotrauma/5.2.2/templates/common.yaml similarity index 100% rename from stable/barotrauma/5.1.1/templates/common.yaml rename to stable/barotrauma/5.2.2/templates/common.yaml diff --git a/stable/bitcoinwalletgui/5.1.1/values.yaml b/stable/barotrauma/5.2.2/values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/values.yaml rename to stable/barotrauma/5.2.2/values.yaml diff --git a/stable/baserow/12.1.1/CHANGELOG.md b/stable/baserow/12.1.1/CHANGELOG.md deleted file mode 100644 index d6fcf387b87..00000000000 --- a/stable/baserow/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/baserow/12.1.1/Chart.yaml b/stable/baserow/12.1.1/Chart.yaml deleted file mode 100644 index 28f43c9337b..00000000000 --- a/stable/baserow/12.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.22.3 -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/baserow/12.1.1/charts/common-18.0.2.tgz b/stable/baserow/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/baserow/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.1.5/.helmignore b/stable/baserow/12.2.2/.helmignore similarity index 100% rename from stable/bitmagnet/1.1.5/.helmignore rename to stable/baserow/12.2.2/.helmignore diff --git a/stable/baserow/12.2.2/CHANGELOG.md b/stable/baserow/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..34de70b4f58 --- /dev/null +++ b/stable/baserow/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/baserow/12.2.2/Chart.yaml b/stable/baserow/12.2.2/Chart.yaml new file mode 100644 index 00000000000..697379ceb24 --- /dev/null +++ b/stable/baserow/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.22.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/baserow/12.1.1/README.md b/stable/baserow/12.2.2/README.md similarity index 100% rename from stable/baserow/12.1.1/README.md rename to stable/baserow/12.2.2/README.md diff --git a/stable/baserow/12.2.2/app-changelog.md b/stable/baserow/12.2.2/app-changelog.md new file mode 100644 index 00000000000..35ce813fe89 --- /dev/null +++ b/stable/baserow/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/baserow/12.1.1/app-readme.md b/stable/baserow/12.2.2/app-readme.md similarity index 100% rename from stable/baserow/12.1.1/app-readme.md rename to stable/baserow/12.2.2/app-readme.md diff --git a/stable/baserow/12.2.2/charts/common-18.1.6.tgz b/stable/baserow/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/baserow/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/baserow/12.1.1/charts/redis-11.2.1.tgz b/stable/baserow/12.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/baserow/12.1.1/charts/redis-11.2.1.tgz rename to stable/baserow/12.2.2/charts/redis-11.2.1.tgz diff --git a/stable/baserow/12.1.1/ix_values.yaml b/stable/baserow/12.2.2/ix_values.yaml similarity index 100% rename from stable/baserow/12.1.1/ix_values.yaml rename to stable/baserow/12.2.2/ix_values.yaml diff --git a/stable/baserow/12.1.1/questions.yaml b/stable/baserow/12.2.2/questions.yaml similarity index 100% rename from stable/baserow/12.1.1/questions.yaml rename to stable/baserow/12.2.2/questions.yaml diff --git a/stable/budge/9.1.3/templates/NOTES.txt b/stable/baserow/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/budge/9.1.3/templates/NOTES.txt rename to stable/baserow/12.2.2/templates/NOTES.txt diff --git a/stable/baserow/12.1.1/templates/_secrets.tpl b/stable/baserow/12.2.2/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.1.1/templates/_secrets.tpl rename to stable/baserow/12.2.2/templates/_secrets.tpl diff --git a/stable/baserow/12.1.1/templates/common.yaml b/stable/baserow/12.2.2/templates/common.yaml similarity index 100% rename from stable/baserow/12.1.1/templates/common.yaml rename to stable/baserow/12.2.2/templates/common.yaml diff --git a/stable/bitmagnet/1.1.5/values.yaml b/stable/baserow/12.2.2/values.yaml similarity index 100% rename from stable/bitmagnet/1.1.5/values.yaml rename to stable/baserow/12.2.2/values.yaml diff --git a/stable/batnoter/5.1.1/CHANGELOG.md b/stable/batnoter/5.1.1/CHANGELOG.md deleted file mode 100644 index 9c7ecdb12a4..00000000000 --- a/stable/batnoter/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/batnoter/5.1.1/Chart.yaml b/stable/batnoter/5.1.1/Chart.yaml deleted file mode 100644 index 6d74a424280..00000000000 --- a/stable/batnoter/5.1.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: notes - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/batnoter/5.1.1/charts/common-18.0.2.tgz b/stable/batnoter/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/batnoter/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.1.2/.helmignore b/stable/batnoter/5.2.2/.helmignore similarity index 100% rename from stable/blender-desktop-g3/5.1.2/.helmignore rename to stable/batnoter/5.2.2/.helmignore diff --git a/stable/batnoter/5.2.2/CHANGELOG.md b/stable/batnoter/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e7dc7f57bc8 --- /dev/null +++ b/stable/batnoter/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/batnoter/5.2.2/Chart.yaml b/stable/batnoter/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1d75c196f4e --- /dev/null +++ b/stable/batnoter/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/batnoter/5.1.1/README.md b/stable/batnoter/5.2.2/README.md similarity index 100% rename from stable/batnoter/5.1.1/README.md rename to stable/batnoter/5.2.2/README.md diff --git a/stable/batnoter/5.2.2/app-changelog.md b/stable/batnoter/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e861d7a2aee --- /dev/null +++ b/stable/batnoter/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/batnoter/5.1.1/app-readme.md b/stable/batnoter/5.2.2/app-readme.md similarity index 100% rename from stable/batnoter/5.1.1/app-readme.md rename to stable/batnoter/5.2.2/app-readme.md diff --git a/stable/batnoter/5.2.2/charts/common-18.1.6.tgz b/stable/batnoter/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/batnoter/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/batnoter/5.1.1/ix_values.yaml b/stable/batnoter/5.2.2/ix_values.yaml similarity index 100% rename from stable/batnoter/5.1.1/ix_values.yaml rename to stable/batnoter/5.2.2/ix_values.yaml diff --git a/stable/batnoter/5.1.1/questions.yaml b/stable/batnoter/5.2.2/questions.yaml similarity index 100% rename from stable/batnoter/5.1.1/questions.yaml rename to stable/batnoter/5.2.2/questions.yaml diff --git a/stable/booksonic-air/13.1.2/templates/common.yaml b/stable/batnoter/5.2.2/templates/common.yaml similarity index 100% rename from stable/booksonic-air/13.1.2/templates/common.yaml rename to stable/batnoter/5.2.2/templates/common.yaml diff --git a/stable/blender-desktop-g3/5.1.2/values.yaml b/stable/batnoter/5.2.2/values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.2/values.yaml rename to stable/batnoter/5.2.2/values.yaml diff --git a/stable/blender/5.1.3/.helmignore b/stable/bazarr/19.0.2/.helmignore similarity index 100% rename from stable/blender/5.1.3/.helmignore rename to stable/bazarr/19.0.2/.helmignore diff --git a/stable/bazarr/19.0.2/CHANGELOG.md b/stable/bazarr/19.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0ab60876949 --- /dev/null +++ b/stable/bazarr/19.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [bazarr-17.1.11](https://github.com/truecharts/charts/compare/bazarr-17.1.10...bazarr-17.1.11) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [bazarr-17.1.10](https://github.com/truecharts/charts/compare/bazarr-17.1.9...bazarr-17.1.10) (2024-01-09) + +### Chore diff --git a/stable/bazarr/19.0.2/Chart.yaml b/stable/bazarr/19.0.2/Chart.yaml new file mode 100644 index 00000000000..0e65aa94814 --- /dev/null +++ b/stable/bazarr/19.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/bazarr/19.0.2/README.md b/stable/bazarr/19.0.2/README.md new file mode 100644 index 00000000000..96c5314ff02 --- /dev/null +++ b/stable/bazarr/19.0.2/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.0.2/app-changelog.md b/stable/bazarr/19.0.2/app-changelog.md new file mode 100644 index 00000000000..8ad95fe48cd --- /dev/null +++ b/stable/bazarr/19.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bazarr/19.0.2/app-readme.md b/stable/bazarr/19.0.2/app-readme.md new file mode 100644 index 00000000000..90f6859f27b --- /dev/null +++ b/stable/bazarr/19.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/bazarr/19.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bazarr/19.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/bazarr/19.0.2/ix_values.yaml b/stable/bazarr/19.0.2/ix_values.yaml new file mode 100644 index 00000000000..7cfc0693926 --- /dev/null +++ b/stable/bazarr/19.0.2/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.0.2/questions.yaml b/stable/bazarr/19.0.2/questions.yaml new file mode 100755 index 00000000000..c719603f1a6 --- /dev/null +++ b/stable/bazarr/19.0.2/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/calibre-web/18.1.3/templates/NOTES.txt b/stable/bazarr/19.0.2/templates/NOTES.txt similarity index 100% rename from stable/calibre-web/18.1.3/templates/NOTES.txt rename to stable/bazarr/19.0.2/templates/NOTES.txt diff --git a/stable/borg-server/4.1.1/templates/common.yaml b/stable/bazarr/19.0.2/templates/common.yaml similarity index 100% rename from stable/borg-server/4.1.1/templates/common.yaml rename to stable/bazarr/19.0.2/templates/common.yaml diff --git a/stable/blender/5.1.3/values.yaml b/stable/bazarr/19.0.2/values.yaml similarity index 100% rename from stable/blender/5.1.3/values.yaml rename to stable/bazarr/19.0.2/values.yaml diff --git a/stable/beets/11.1.3/CHANGELOG.md b/stable/beets/11.1.3/CHANGELOG.md deleted file mode 100644 index 35defe3c978..00000000000 --- a/stable/beets/11.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/beets/11.1.3/Chart.yaml b/stable/beets/11.1.3/Chart.yaml deleted file mode 100644 index fc68fa9fe7a..00000000000 --- a/stable/beets/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/beets/11.1.3/charts/common-18.0.2.tgz b/stable/beets/11.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/beets/11.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/beets/11.1.3/ix_values.yaml b/stable/beets/11.1.3/ix_values.yaml deleted file mode 100644 index a0adee99ade..00000000000 --- a/stable/beets/11.1.3/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/blog/11.1.1/.helmignore b/stable/beets/11.2.3/.helmignore similarity index 100% rename from stable/blog/11.1.1/.helmignore rename to stable/beets/11.2.3/.helmignore diff --git a/stable/beets/11.2.3/CHANGELOG.md b/stable/beets/11.2.3/CHANGELOG.md new file mode 100644 index 00000000000..7325daec373 --- /dev/null +++ b/stable/beets/11.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/beets/11.2.3/Chart.yaml b/stable/beets/11.2.3/Chart.yaml new file mode 100644 index 00000000000..d22ce50c44c --- /dev/null +++ b/stable/beets/11.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/beets/11.1.3/README.md b/stable/beets/11.2.3/README.md similarity index 100% rename from stable/beets/11.1.3/README.md rename to stable/beets/11.2.3/README.md diff --git a/stable/beets/11.2.3/app-changelog.md b/stable/beets/11.2.3/app-changelog.md new file mode 100644 index 00000000000..7da8ffa3132 --- /dev/null +++ b/stable/beets/11.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/beets/11.1.3/app-readme.md b/stable/beets/11.2.3/app-readme.md similarity index 100% rename from stable/beets/11.1.3/app-readme.md rename to stable/beets/11.2.3/app-readme.md diff --git a/stable/beets/11.2.3/charts/common-18.1.6.tgz b/stable/beets/11.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/beets/11.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/beets/11.2.3/ix_values.yaml b/stable/beets/11.2.3/ix_values.yaml new file mode 100644 index 00000000000..48f0ed6b942 --- /dev/null +++ b/stable/beets/11.2.3/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.1.3/questions.yaml b/stable/beets/11.2.3/questions.yaml similarity index 100% rename from stable/beets/11.1.3/questions.yaml rename to stable/beets/11.2.3/questions.yaml diff --git a/stable/calibre/14.1.2/templates/NOTES.txt b/stable/beets/11.2.3/templates/NOTES.txt similarity index 100% rename from stable/calibre/14.1.2/templates/NOTES.txt rename to stable/beets/11.2.3/templates/NOTES.txt diff --git a/stable/beets/11.1.3/templates/common.yaml b/stable/beets/11.2.3/templates/common.yaml similarity index 100% rename from stable/beets/11.1.3/templates/common.yaml rename to stable/beets/11.2.3/templates/common.yaml diff --git a/stable/blog/11.1.1/values.yaml b/stable/beets/11.2.3/values.yaml similarity index 100% rename from stable/blog/11.1.1/values.yaml rename to stable/beets/11.2.3/values.yaml diff --git a/stable/bender/5.1.1/CHANGELOG.md b/stable/bender/5.1.1/CHANGELOG.md deleted file mode 100644 index c6964b47344..00000000000 --- a/stable/bender/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bender/5.1.1/Chart.yaml b/stable/bender/5.1.1/Chart.yaml deleted file mode 100644 index 73fd8f0600b..00000000000 --- a/stable/bender/5.1.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: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bender/5.1.1/charts/common-18.0.2.tgz b/stable/bender/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bender/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/boinc/9.1.2/.helmignore b/stable/bender/5.2.2/.helmignore similarity index 100% rename from stable/boinc/9.1.2/.helmignore rename to stable/bender/5.2.2/.helmignore diff --git a/stable/bender/5.2.2/CHANGELOG.md b/stable/bender/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f1dc7e5f8a2 --- /dev/null +++ b/stable/bender/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bender/5.2.2/Chart.yaml b/stable/bender/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5922140c102 --- /dev/null +++ b/stable/bender/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bender/5.1.1/README.md b/stable/bender/5.2.2/README.md similarity index 100% rename from stable/bender/5.1.1/README.md rename to stable/bender/5.2.2/README.md diff --git a/stable/bender/5.2.2/app-changelog.md b/stable/bender/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e22552f36e8 --- /dev/null +++ b/stable/bender/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bender/5.1.1/app-readme.md b/stable/bender/5.2.2/app-readme.md similarity index 100% rename from stable/bender/5.1.1/app-readme.md rename to stable/bender/5.2.2/app-readme.md diff --git a/stable/bender/5.2.2/charts/common-18.1.6.tgz b/stable/bender/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bender/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bender/5.1.1/ix_values.yaml b/stable/bender/5.2.2/ix_values.yaml similarity index 100% rename from stable/bender/5.1.1/ix_values.yaml rename to stable/bender/5.2.2/ix_values.yaml diff --git a/stable/bender/5.1.1/questions.yaml b/stable/bender/5.2.2/questions.yaml similarity index 100% rename from stable/bender/5.1.1/questions.yaml rename to stable/bender/5.2.2/questions.yaml diff --git a/stable/browserless-chrome/9.1.1/templates/common.yaml b/stable/bender/5.2.2/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/9.1.1/templates/common.yaml rename to stable/bender/5.2.2/templates/common.yaml diff --git a/stable/boinc/9.1.2/values.yaml b/stable/bender/5.2.2/values.yaml similarity index 100% rename from stable/boinc/9.1.2/values.yaml rename to stable/bender/5.2.2/values.yaml diff --git a/stable/bitcoin-node/5.1.1/CHANGELOG.md b/stable/bitcoin-node/5.1.1/CHANGELOG.md deleted file mode 100644 index 16b1f1f52ea..00000000000 --- a/stable/bitcoin-node/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bitcoin-node/5.1.1/Chart.yaml b/stable/bitcoin-node/5.1.1/Chart.yaml deleted file mode 100644 index 26bd7624e12..00000000000 --- a/stable/bitcoin-node/5.1.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: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bitcoin-node/5.1.1/charts/common-18.0.2.tgz b/stable/bitcoin-node/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bitcoin-node/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.1.2/.helmignore b/stable/bitcoin-node/5.2.2/.helmignore similarity index 100% rename from stable/booksonic-air/13.1.2/.helmignore rename to stable/bitcoin-node/5.2.2/.helmignore diff --git a/stable/bitcoin-node/5.2.2/CHANGELOG.md b/stable/bitcoin-node/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..935877525a7 --- /dev/null +++ b/stable/bitcoin-node/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bitcoin-node/5.2.2/Chart.yaml b/stable/bitcoin-node/5.2.2/Chart.yaml new file mode 100644 index 00000000000..74d348fc70c --- /dev/null +++ b/stable/bitcoin-node/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bitcoin-node/5.1.1/README.md b/stable/bitcoin-node/5.2.2/README.md similarity index 100% rename from stable/bitcoin-node/5.1.1/README.md rename to stable/bitcoin-node/5.2.2/README.md diff --git a/stable/bitcoin-node/5.2.2/app-changelog.md b/stable/bitcoin-node/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e812700c0e4 --- /dev/null +++ b/stable/bitcoin-node/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bitcoin-node/5.1.1/app-readme.md b/stable/bitcoin-node/5.2.2/app-readme.md similarity index 100% rename from stable/bitcoin-node/5.1.1/app-readme.md rename to stable/bitcoin-node/5.2.2/app-readme.md diff --git a/stable/bitcoin-node/5.2.2/charts/common-18.1.6.tgz b/stable/bitcoin-node/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bitcoin-node/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bitcoin-node/5.1.1/ix_values.yaml b/stable/bitcoin-node/5.2.2/ix_values.yaml similarity index 100% rename from stable/bitcoin-node/5.1.1/ix_values.yaml rename to stable/bitcoin-node/5.2.2/ix_values.yaml diff --git a/stable/bitcoin-node/5.1.1/questions.yaml b/stable/bitcoin-node/5.2.2/questions.yaml similarity index 100% rename from stable/bitcoin-node/5.1.1/questions.yaml rename to stable/bitcoin-node/5.2.2/questions.yaml diff --git a/stable/bitcoin-node/5.1.1/templates/common.yaml b/stable/bitcoin-node/5.2.2/templates/common.yaml similarity index 100% rename from stable/bitcoin-node/5.1.1/templates/common.yaml rename to stable/bitcoin-node/5.2.2/templates/common.yaml diff --git a/stable/booksonic-air/13.1.2/values.yaml b/stable/bitcoin-node/5.2.2/values.yaml similarity index 100% rename from stable/booksonic-air/13.1.2/values.yaml rename to stable/bitcoin-node/5.2.2/values.yaml diff --git a/stable/bitcoind/5.1.1/CHANGELOG.md b/stable/bitcoind/5.1.1/CHANGELOG.md deleted file mode 100644 index 7ecc807acc2..00000000000 --- a/stable/bitcoind/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bitcoind/5.1.1/Chart.yaml b/stable/bitcoind/5.1.1/Chart.yaml deleted file mode 100644 index a6f0433cfac..00000000000 --- a/stable/bitcoind/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bitcoind/5.1.1/charts/common-18.0.2.tgz b/stable/bitcoind/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bitcoind/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/borg-server/4.1.1/.helmignore b/stable/bitcoind/5.2.2/.helmignore similarity index 100% rename from stable/borg-server/4.1.1/.helmignore rename to stable/bitcoind/5.2.2/.helmignore diff --git a/stable/bitcoind/5.2.2/CHANGELOG.md b/stable/bitcoind/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7a084017b08 --- /dev/null +++ b/stable/bitcoind/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bitcoind/5.2.2/Chart.yaml b/stable/bitcoind/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e1ace6fec02 --- /dev/null +++ b/stable/bitcoind/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bitcoind/5.1.1/README.md b/stable/bitcoind/5.2.2/README.md similarity index 100% rename from stable/bitcoind/5.1.1/README.md rename to stable/bitcoind/5.2.2/README.md diff --git a/stable/bitcoind/5.2.2/app-changelog.md b/stable/bitcoind/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8f691756b71 --- /dev/null +++ b/stable/bitcoind/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bitcoind/5.1.1/app-readme.md b/stable/bitcoind/5.2.2/app-readme.md similarity index 100% rename from stable/bitcoind/5.1.1/app-readme.md rename to stable/bitcoind/5.2.2/app-readme.md diff --git a/stable/bitcoind/5.2.2/charts/common-18.1.6.tgz b/stable/bitcoind/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bitcoind/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bitcoind/5.1.1/ix_values.yaml b/stable/bitcoind/5.2.2/ix_values.yaml similarity index 100% rename from stable/bitcoind/5.1.1/ix_values.yaml rename to stable/bitcoind/5.2.2/ix_values.yaml diff --git a/stable/bitcoind/5.1.1/questions.yaml b/stable/bitcoind/5.2.2/questions.yaml similarity index 100% rename from stable/bitcoind/5.1.1/questions.yaml rename to stable/bitcoind/5.2.2/questions.yaml diff --git a/stable/bitcoind/5.1.1/templates/common.yaml b/stable/bitcoind/5.2.2/templates/common.yaml similarity index 100% rename from stable/bitcoind/5.1.1/templates/common.yaml rename to stable/bitcoind/5.2.2/templates/common.yaml diff --git a/stable/borg-server/4.1.1/values.yaml b/stable/bitcoind/5.2.2/values.yaml similarity index 100% rename from stable/borg-server/4.1.1/values.yaml rename to stable/bitcoind/5.2.2/values.yaml diff --git a/stable/bitcoinunlimited/5.1.1/CHANGELOG.md b/stable/bitcoinunlimited/5.1.1/CHANGELOG.md deleted file mode 100644 index 90d8117f312..00000000000 --- a/stable/bitcoinunlimited/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bitcoinunlimited/5.1.1/Chart.yaml b/stable/bitcoinunlimited/5.1.1/Chart.yaml deleted file mode 100644 index 467ca2e5a49..00000000000 --- a/stable/bitcoinunlimited/5.1.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-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bitcoinunlimited/5.1.1/charts/common-18.0.2.tgz b/stable/bitcoinunlimited/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bitcoinunlimited/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/breitbandmessung-de/5.1.1/.helmignore b/stable/bitcoinunlimited/5.2.2/.helmignore similarity index 100% rename from stable/breitbandmessung-de/5.1.1/.helmignore rename to stable/bitcoinunlimited/5.2.2/.helmignore diff --git a/stable/bitcoinunlimited/5.2.2/CHANGELOG.md b/stable/bitcoinunlimited/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..238bdaa6802 --- /dev/null +++ b/stable/bitcoinunlimited/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bitcoinunlimited/5.2.2/Chart.yaml b/stable/bitcoinunlimited/5.2.2/Chart.yaml new file mode 100644 index 00000000000..41b15ed4e34 --- /dev/null +++ b/stable/bitcoinunlimited/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bitcoinunlimited/5.1.1/README.md b/stable/bitcoinunlimited/5.2.2/README.md similarity index 100% rename from stable/bitcoinunlimited/5.1.1/README.md rename to stable/bitcoinunlimited/5.2.2/README.md diff --git a/stable/bitcoinunlimited/5.2.2/app-changelog.md b/stable/bitcoinunlimited/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3bc92459c3b --- /dev/null +++ b/stable/bitcoinunlimited/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bitcoinunlimited/5.1.1/app-readme.md b/stable/bitcoinunlimited/5.2.2/app-readme.md similarity index 100% rename from stable/bitcoinunlimited/5.1.1/app-readme.md rename to stable/bitcoinunlimited/5.2.2/app-readme.md diff --git a/stable/bitcoinunlimited/5.2.2/charts/common-18.1.6.tgz b/stable/bitcoinunlimited/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bitcoinunlimited/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bitcoinunlimited/5.1.1/ix_values.yaml b/stable/bitcoinunlimited/5.2.2/ix_values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.1/ix_values.yaml rename to stable/bitcoinunlimited/5.2.2/ix_values.yaml diff --git a/stable/bitcoinunlimited/5.1.1/questions.yaml b/stable/bitcoinunlimited/5.2.2/questions.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.1/questions.yaml rename to stable/bitcoinunlimited/5.2.2/questions.yaml diff --git a/stable/bitcoinunlimited/5.1.1/templates/common.yaml b/stable/bitcoinunlimited/5.2.2/templates/common.yaml similarity index 100% rename from stable/bitcoinunlimited/5.1.1/templates/common.yaml rename to stable/bitcoinunlimited/5.2.2/templates/common.yaml diff --git a/stable/breitbandmessung-de/5.1.1/values.yaml b/stable/bitcoinunlimited/5.2.2/values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.1/values.yaml rename to stable/bitcoinunlimited/5.2.2/values.yaml diff --git a/stable/bitcoinwalletgui/5.1.1/CHANGELOG.md b/stable/bitcoinwalletgui/5.1.1/CHANGELOG.md deleted file mode 100644 index e81b34b2ab0..00000000000 --- a/stable/bitcoinwalletgui/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bitcoinwalletgui/5.1.1/Chart.yaml b/stable/bitcoinwalletgui/5.1.1/Chart.yaml deleted file mode 100644 index 2013c7f18f9..00000000000 --- a/stable/bitcoinwalletgui/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bitcoinwalletgui/5.1.1/charts/common-18.0.2.tgz b/stable/bitcoinwalletgui/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bitcoinwalletgui/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/browserless-chrome/9.1.1/.helmignore b/stable/bitcoinwalletgui/5.2.2/.helmignore similarity index 100% rename from stable/browserless-chrome/9.1.1/.helmignore rename to stable/bitcoinwalletgui/5.2.2/.helmignore diff --git a/stable/bitcoinwalletgui/5.2.2/CHANGELOG.md b/stable/bitcoinwalletgui/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0199e8ef3b9 --- /dev/null +++ b/stable/bitcoinwalletgui/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bitcoinwalletgui/5.2.2/Chart.yaml b/stable/bitcoinwalletgui/5.2.2/Chart.yaml new file mode 100644 index 00000000000..708aea4a3b9 --- /dev/null +++ b/stable/bitcoinwalletgui/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bitcoinwalletgui/5.1.1/README.md b/stable/bitcoinwalletgui/5.2.2/README.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/README.md rename to stable/bitcoinwalletgui/5.2.2/README.md diff --git a/stable/bitcoinwalletgui/5.2.2/app-changelog.md b/stable/bitcoinwalletgui/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e6ee17c9c69 --- /dev/null +++ b/stable/bitcoinwalletgui/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bitcoinwalletgui/5.1.1/app-readme.md b/stable/bitcoinwalletgui/5.2.2/app-readme.md similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/app-readme.md rename to stable/bitcoinwalletgui/5.2.2/app-readme.md diff --git a/stable/bitcoinwalletgui/5.2.2/charts/common-18.1.6.tgz b/stable/bitcoinwalletgui/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bitcoinwalletgui/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bitcoinwalletgui/5.1.1/ix_values.yaml b/stable/bitcoinwalletgui/5.2.2/ix_values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/ix_values.yaml rename to stable/bitcoinwalletgui/5.2.2/ix_values.yaml diff --git a/stable/bitcoinwalletgui/5.1.1/questions.yaml b/stable/bitcoinwalletgui/5.2.2/questions.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/questions.yaml rename to stable/bitcoinwalletgui/5.2.2/questions.yaml diff --git a/stable/bitcoinwalletgui/5.1.1/templates/common.yaml b/stable/bitcoinwalletgui/5.2.2/templates/common.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.1.1/templates/common.yaml rename to stable/bitcoinwalletgui/5.2.2/templates/common.yaml diff --git a/stable/browserless-chrome/9.1.1/values.yaml b/stable/bitcoinwalletgui/5.2.2/values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.1/values.yaml rename to stable/bitcoinwalletgui/5.2.2/values.yaml diff --git a/stable/bitmagnet/1.1.5/Chart.yaml b/stable/bitmagnet/1.1.5/Chart.yaml deleted file mode 100644 index 318a68dc103..00000000000 --- a/stable/bitmagnet/1.1.5/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.0.3 - 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.1.5 diff --git a/stable/bitmagnet/1.1.5/charts/common-18.0.3.tgz b/stable/bitmagnet/1.1.5/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/bitmagnet/1.1.5/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.1.5/ix_values.yaml b/stable/bitmagnet/1.1.5/ix_values.yaml deleted file mode 100644 index 379d5e60265..00000000000 --- a/stable/bitmagnet/1.1.5/ix_values.yaml +++ /dev/null @@ -1,76 +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 diff --git a/stable/budge/9.1.3/.helmignore b/stable/bitmagnet/1.3.3/.helmignore similarity index 100% rename from stable/budge/9.1.3/.helmignore rename to stable/bitmagnet/1.3.3/.helmignore diff --git a/stable/bitmagnet/1.3.3/CHANGELOG.md b/stable/bitmagnet/1.3.3/CHANGELOG.md new file mode 100644 index 00000000000..a37d62c7d28 --- /dev/null +++ b/stable/bitmagnet/1.3.3/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.3.3/Chart.yaml b/stable/bitmagnet/1.3.3/Chart.yaml new file mode 100644 index 00000000000..929384cdf89 --- /dev/null +++ b/stable/bitmagnet/1.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.7 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/bitmagnet/1.1.5/README.md b/stable/bitmagnet/1.3.3/README.md similarity index 100% rename from stable/bitmagnet/1.1.5/README.md rename to stable/bitmagnet/1.3.3/README.md diff --git a/stable/bitmagnet/1.3.3/app-changelog.md b/stable/bitmagnet/1.3.3/app-changelog.md new file mode 100644 index 00000000000..727fc0e6d47 --- /dev/null +++ b/stable/bitmagnet/1.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.1.5/app-readme.md b/stable/bitmagnet/1.3.3/app-readme.md similarity index 100% rename from stable/bitmagnet/1.1.5/app-readme.md rename to stable/bitmagnet/1.3.3/app-readme.md diff --git a/stable/bitmagnet/1.3.3/charts/common-18.1.6.tgz b/stable/bitmagnet/1.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bitmagnet/1.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/bitmagnet/1.3.3/dashboard.json b/stable/bitmagnet/1.3.3/dashboard.json new file mode 100644 index 00000000000..3272e42b21b --- /dev/null +++ b/stable/bitmagnet/1.3.3/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.3.3/ix_values.yaml b/stable/bitmagnet/1.3.3/ix_values.yaml new file mode 100644 index 00000000000..92d69184c7f --- /dev/null +++ b/stable/bitmagnet/1.3.3/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.1.5/questions.yaml b/stable/bitmagnet/1.3.3/questions.yaml similarity index 100% rename from stable/bitmagnet/1.1.5/questions.yaml rename to stable/bitmagnet/1.3.3/questions.yaml diff --git a/stable/changedetection-io/2.1.1/templates/NOTES.txt b/stable/bitmagnet/1.3.3/templates/NOTES.txt similarity index 100% rename from stable/changedetection-io/2.1.1/templates/NOTES.txt rename to stable/bitmagnet/1.3.3/templates/NOTES.txt diff --git a/stable/budge/9.1.3/templates/common.yaml b/stable/bitmagnet/1.3.3/templates/common.yaml similarity index 100% rename from stable/budge/9.1.3/templates/common.yaml rename to stable/bitmagnet/1.3.3/templates/common.yaml diff --git a/stable/budge/9.1.3/values.yaml b/stable/bitmagnet/1.3.3/values.yaml similarity index 100% rename from stable/budge/9.1.3/values.yaml rename to stable/bitmagnet/1.3.3/values.yaml diff --git a/stable/blender-desktop-g3/5.1.2/CHANGELOG.md b/stable/blender-desktop-g3/5.1.2/CHANGELOG.md deleted file mode 100644 index 2018bd02b3b..00000000000 --- a/stable/blender-desktop-g3/5.1.2/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 - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/blender-desktop-g3/5.1.2/Chart.yaml b/stable/blender-desktop-g3/5.1.2/Chart.yaml deleted file mode 100644 index 2b17bde57cb..00000000000 --- a/stable/blender-desktop-g3/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/blender-desktop-g3/5.1.2/charts/common-18.0.2.tgz b/stable/blender-desktop-g3/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/blender-desktop-g3/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.1.2/ix_values.yaml b/stable/blender-desktop-g3/5.1.2/ix_values.yaml deleted file mode 100644 index b089cc48e04..00000000000 --- a/stable/blender-desktop-g3/5.1.2/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/bwapp/5.1.1/.helmignore b/stable/blender-desktop-g3/5.2.3/.helmignore similarity index 100% rename from stable/bwapp/5.1.1/.helmignore rename to stable/blender-desktop-g3/5.2.3/.helmignore diff --git a/stable/blender-desktop-g3/5.2.3/CHANGELOG.md b/stable/blender-desktop-g3/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..65a16ebefed --- /dev/null +++ b/stable/blender-desktop-g3/5.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.2.3/Chart.yaml b/stable/blender-desktop-g3/5.2.3/Chart.yaml new file mode 100644 index 00000000000..724da937601 --- /dev/null +++ b/stable/blender-desktop-g3/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/blender-desktop-g3/5.1.2/README.md b/stable/blender-desktop-g3/5.2.3/README.md similarity index 100% rename from stable/blender-desktop-g3/5.1.2/README.md rename to stable/blender-desktop-g3/5.2.3/README.md diff --git a/stable/blender-desktop-g3/5.2.3/app-changelog.md b/stable/blender-desktop-g3/5.2.3/app-changelog.md new file mode 100644 index 00000000000..57938ac4f40 --- /dev/null +++ b/stable/blender-desktop-g3/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.1.2/app-readme.md b/stable/blender-desktop-g3/5.2.3/app-readme.md similarity index 100% rename from stable/blender-desktop-g3/5.1.2/app-readme.md rename to stable/blender-desktop-g3/5.2.3/app-readme.md diff --git a/stable/blender-desktop-g3/5.2.3/charts/common-18.1.6.tgz b/stable/blender-desktop-g3/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/blender-desktop-g3/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/blender-desktop-g3/5.2.3/ix_values.yaml b/stable/blender-desktop-g3/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..390e3b4d7b8 --- /dev/null +++ b/stable/blender-desktop-g3/5.2.3/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.1.2/questions.yaml b/stable/blender-desktop-g3/5.2.3/questions.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.2/questions.yaml rename to stable/blender-desktop-g3/5.2.3/questions.yaml diff --git a/stable/blender-desktop-g3/5.1.2/templates/common.yaml b/stable/blender-desktop-g3/5.2.3/templates/common.yaml similarity index 100% rename from stable/blender-desktop-g3/5.1.2/templates/common.yaml rename to stable/blender-desktop-g3/5.2.3/templates/common.yaml diff --git a/stable/bwapp/5.1.1/values.yaml b/stable/blender-desktop-g3/5.2.3/values.yaml similarity index 100% rename from stable/bwapp/5.1.1/values.yaml rename to stable/blender-desktop-g3/5.2.3/values.yaml diff --git a/stable/blender/5.1.3/CHANGELOG.md b/stable/blender/5.1.3/CHANGELOG.md deleted file mode 100644 index 139c9c2ae01..00000000000 --- a/stable/blender/5.1.3/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)) - - -## [blender-4.1.11](https://github.com/truecharts/charts/compare/blender-4.1.10...blender-4.1.11) (2024-01-21) diff --git a/stable/blender/5.1.3/Chart.yaml b/stable/blender/5.1.3/Chart.yaml deleted file mode 100644 index a0e0b63daf2..00000000000 --- a/stable/blender/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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/blender/5.1.3/charts/common-18.0.2.tgz b/stable/blender/5.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/blender/5.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/blender/5.1.3/ix_values.yaml b/stable/blender/5.1.3/ix_values.yaml deleted file mode 100644 index 0e47f8910f4..00000000000 --- a/stable/blender/5.1.3/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/cadquery-server/5.1.1/.helmignore b/stable/blender/5.2.3/.helmignore similarity index 100% rename from stable/cadquery-server/5.1.1/.helmignore rename to stable/blender/5.2.3/.helmignore diff --git a/stable/blender/5.2.3/CHANGELOG.md b/stable/blender/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..d6d9e057e4a --- /dev/null +++ b/stable/blender/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/blender/5.2.3/Chart.yaml b/stable/blender/5.2.3/Chart.yaml new file mode 100644 index 00000000000..a1815a34474 --- /dev/null +++ b/stable/blender/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/blender/5.1.3/README.md b/stable/blender/5.2.3/README.md similarity index 100% rename from stable/blender/5.1.3/README.md rename to stable/blender/5.2.3/README.md diff --git a/stable/blender/5.2.3/app-changelog.md b/stable/blender/5.2.3/app-changelog.md new file mode 100644 index 00000000000..f09748dd4a9 --- /dev/null +++ b/stable/blender/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/blender/5.1.3/app-readme.md b/stable/blender/5.2.3/app-readme.md similarity index 100% rename from stable/blender/5.1.3/app-readme.md rename to stable/blender/5.2.3/app-readme.md diff --git a/stable/blender/5.2.3/charts/common-18.1.6.tgz b/stable/blender/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/blender/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/blender/5.2.3/ix_values.yaml b/stable/blender/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..dc4f5533290 --- /dev/null +++ b/stable/blender/5.2.3/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.1.3/questions.yaml b/stable/blender/5.2.3/questions.yaml similarity index 100% rename from stable/blender/5.1.3/questions.yaml rename to stable/blender/5.2.3/questions.yaml diff --git a/stable/blender/5.1.3/templates/common.yaml b/stable/blender/5.2.3/templates/common.yaml similarity index 100% rename from stable/blender/5.1.3/templates/common.yaml rename to stable/blender/5.2.3/templates/common.yaml diff --git a/stable/cadquery-server/5.1.1/values.yaml b/stable/blender/5.2.3/values.yaml similarity index 100% rename from stable/cadquery-server/5.1.1/values.yaml rename to stable/blender/5.2.3/values.yaml diff --git a/stable/blog/11.1.1/CHANGELOG.md b/stable/blog/11.1.1/CHANGELOG.md deleted file mode 100644 index 828fdfefe87..00000000000 --- a/stable/blog/11.1.1/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)) - - -## [blog-10.1.4](https://github.com/truecharts/charts/compare/blog-10.1.3...blog-10.1.4) (2024-01-01) diff --git a/stable/blog/11.1.1/Chart.yaml b/stable/blog/11.1.1/Chart.yaml deleted file mode 100644 index fbc26895ee0..00000000000 --- a/stable/blog/11.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/blog/11.1.1/charts/common-18.0.2.tgz b/stable/blog/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/blog/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/calibre-web/18.1.3/.helmignore b/stable/blog/11.2.2/.helmignore similarity index 100% rename from stable/calibre-web/18.1.3/.helmignore rename to stable/blog/11.2.2/.helmignore diff --git a/stable/blog/11.2.2/CHANGELOG.md b/stable/blog/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0c2ba06f551 --- /dev/null +++ b/stable/blog/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/blog/11.2.2/Chart.yaml b/stable/blog/11.2.2/Chart.yaml new file mode 100644 index 00000000000..edeb1e246c9 --- /dev/null +++ b/stable/blog/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/blog/11.1.1/README.md b/stable/blog/11.2.2/README.md similarity index 100% rename from stable/blog/11.1.1/README.md rename to stable/blog/11.2.2/README.md diff --git a/stable/blog/11.2.2/app-changelog.md b/stable/blog/11.2.2/app-changelog.md new file mode 100644 index 00000000000..73504ab65ae --- /dev/null +++ b/stable/blog/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/blog/11.1.1/app-readme.md b/stable/blog/11.2.2/app-readme.md similarity index 100% rename from stable/blog/11.1.1/app-readme.md rename to stable/blog/11.2.2/app-readme.md diff --git a/stable/blog/11.2.2/charts/common-18.1.6.tgz b/stable/blog/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/blog/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/blog/11.1.1/ix_values.yaml b/stable/blog/11.2.2/ix_values.yaml similarity index 100% rename from stable/blog/11.1.1/ix_values.yaml rename to stable/blog/11.2.2/ix_values.yaml diff --git a/stable/blog/11.1.1/questions.yaml b/stable/blog/11.2.2/questions.yaml similarity index 100% rename from stable/blog/11.1.1/questions.yaml rename to stable/blog/11.2.2/questions.yaml diff --git a/stable/channels-dvr/6.1.1/templates/NOTES.txt b/stable/blog/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/channels-dvr/6.1.1/templates/NOTES.txt rename to stable/blog/11.2.2/templates/NOTES.txt diff --git a/stable/blog/11.1.1/templates/common.yaml b/stable/blog/11.2.2/templates/common.yaml similarity index 100% rename from stable/blog/11.1.1/templates/common.yaml rename to stable/blog/11.2.2/templates/common.yaml diff --git a/stable/calibre-web/18.1.3/values.yaml b/stable/blog/11.2.2/values.yaml similarity index 100% rename from stable/calibre-web/18.1.3/values.yaml rename to stable/blog/11.2.2/values.yaml diff --git a/stable/boinc/9.1.2/CHANGELOG.md b/stable/boinc/9.1.2/CHANGELOG.md deleted file mode 100644 index 0e67ec640b8..00000000000 --- a/stable/boinc/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/boinc/9.1.2/Chart.yaml b/stable/boinc/9.1.2/Chart.yaml deleted file mode 100644 index f8f095116c5..00000000000 --- a/stable/boinc/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/boinc/9.1.2/charts/common-18.0.2.tgz b/stable/boinc/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/boinc/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/boinc/9.1.2/ix_values.yaml b/stable/boinc/9.1.2/ix_values.yaml deleted file mode 100644 index d04292acb5e..00000000000 --- a/stable/boinc/9.1.2/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/calibre/14.1.2/.helmignore b/stable/boinc/9.2.3/.helmignore similarity index 100% rename from stable/calibre/14.1.2/.helmignore rename to stable/boinc/9.2.3/.helmignore diff --git a/stable/boinc/9.2.3/CHANGELOG.md b/stable/boinc/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ee31d422091 --- /dev/null +++ b/stable/boinc/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/boinc/9.2.3/Chart.yaml b/stable/boinc/9.2.3/Chart.yaml new file mode 100644 index 00000000000..6e81553edd8 --- /dev/null +++ b/stable/boinc/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/boinc/9.1.2/README.md b/stable/boinc/9.2.3/README.md similarity index 100% rename from stable/boinc/9.1.2/README.md rename to stable/boinc/9.2.3/README.md diff --git a/stable/boinc/9.2.3/app-changelog.md b/stable/boinc/9.2.3/app-changelog.md new file mode 100644 index 00000000000..9d3bd6e761a --- /dev/null +++ b/stable/boinc/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/boinc/9.1.2/app-readme.md b/stable/boinc/9.2.3/app-readme.md similarity index 100% rename from stable/boinc/9.1.2/app-readme.md rename to stable/boinc/9.2.3/app-readme.md diff --git a/stable/boinc/9.2.3/charts/common-18.1.6.tgz b/stable/boinc/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/boinc/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/boinc/9.2.3/ix_values.yaml b/stable/boinc/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..2e0426f1f46 --- /dev/null +++ b/stable/boinc/9.2.3/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.1.2/questions.yaml b/stable/boinc/9.2.3/questions.yaml similarity index 100% rename from stable/boinc/9.1.2/questions.yaml rename to stable/boinc/9.2.3/questions.yaml diff --git a/stable/chevereto/12.2.2/templates/NOTES.txt b/stable/boinc/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/chevereto/12.2.2/templates/NOTES.txt rename to stable/boinc/9.2.3/templates/NOTES.txt diff --git a/stable/calibre-web/18.1.3/templates/common.yaml b/stable/boinc/9.2.3/templates/common.yaml similarity index 100% rename from stable/calibre-web/18.1.3/templates/common.yaml rename to stable/boinc/9.2.3/templates/common.yaml diff --git a/stable/calibre/14.1.2/values.yaml b/stable/boinc/9.2.3/values.yaml similarity index 100% rename from stable/calibre/14.1.2/values.yaml rename to stable/boinc/9.2.3/values.yaml diff --git a/stable/booksonic-air/13.1.2/CHANGELOG.md b/stable/booksonic-air/13.1.2/CHANGELOG.md deleted file mode 100644 index aad21020875..00000000000 --- a/stable/booksonic-air/13.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/booksonic-air/13.1.2/Chart.yaml b/stable/booksonic-air/13.1.2/Chart.yaml deleted file mode 100644 index 8ddd09a3704..00000000000 --- a/stable/booksonic-air/13.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2201.1.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/booksonic-air/13.1.2/charts/common-18.0.2.tgz b/stable/booksonic-air/13.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/booksonic-air/13.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.1.2/ix_values.yaml b/stable/booksonic-air/13.1.2/ix_values.yaml deleted file mode 100644 index 98be3c98f29..00000000000 --- a/stable/booksonic-air/13.1.2/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/changedetection-io/2.1.1/.helmignore b/stable/booksonic-air/13.2.3/.helmignore similarity index 100% rename from stable/changedetection-io/2.1.1/.helmignore rename to stable/booksonic-air/13.2.3/.helmignore diff --git a/stable/booksonic-air/13.2.3/CHANGELOG.md b/stable/booksonic-air/13.2.3/CHANGELOG.md new file mode 100644 index 00000000000..3b9b00b8149 --- /dev/null +++ b/stable/booksonic-air/13.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/booksonic-air/13.2.3/Chart.yaml b/stable/booksonic-air/13.2.3/Chart.yaml new file mode 100644 index 00000000000..dc5f4ed81ec --- /dev/null +++ b/stable/booksonic-air/13.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2201.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/booksonic-air/13.1.2/README.md b/stable/booksonic-air/13.2.3/README.md similarity index 100% rename from stable/booksonic-air/13.1.2/README.md rename to stable/booksonic-air/13.2.3/README.md diff --git a/stable/booksonic-air/13.2.3/app-changelog.md b/stable/booksonic-air/13.2.3/app-changelog.md new file mode 100644 index 00000000000..4ae907f10e9 --- /dev/null +++ b/stable/booksonic-air/13.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/booksonic-air/13.1.2/app-readme.md b/stable/booksonic-air/13.2.3/app-readme.md similarity index 100% rename from stable/booksonic-air/13.1.2/app-readme.md rename to stable/booksonic-air/13.2.3/app-readme.md diff --git a/stable/booksonic-air/13.2.3/charts/common-18.1.6.tgz b/stable/booksonic-air/13.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/booksonic-air/13.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/booksonic-air/13.2.3/ix_values.yaml b/stable/booksonic-air/13.2.3/ix_values.yaml new file mode 100644 index 00000000000..1e4a772e3ca --- /dev/null +++ b/stable/booksonic-air/13.2.3/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.1.2/questions.yaml b/stable/booksonic-air/13.2.3/questions.yaml similarity index 100% rename from stable/booksonic-air/13.1.2/questions.yaml rename to stable/booksonic-air/13.2.3/questions.yaml diff --git a/stable/chroma/2.1.3/templates/NOTES.txt b/stable/booksonic-air/13.2.3/templates/NOTES.txt similarity index 100% rename from stable/chroma/2.1.3/templates/NOTES.txt rename to stable/booksonic-air/13.2.3/templates/NOTES.txt diff --git a/stable/changedetection-io/2.1.1/templates/common.yaml b/stable/booksonic-air/13.2.3/templates/common.yaml similarity index 100% rename from stable/changedetection-io/2.1.1/templates/common.yaml rename to stable/booksonic-air/13.2.3/templates/common.yaml diff --git a/stable/changedetection-io/2.1.1/values.yaml b/stable/booksonic-air/13.2.3/values.yaml similarity index 100% rename from stable/changedetection-io/2.1.1/values.yaml rename to stable/booksonic-air/13.2.3/values.yaml diff --git a/stable/channels-dvr/6.1.1/.helmignore b/stable/bookstack/13.0.2/.helmignore similarity index 100% rename from stable/channels-dvr/6.1.1/.helmignore rename to stable/bookstack/13.0.2/.helmignore diff --git a/stable/bookstack/13.0.2/CHANGELOG.md b/stable/bookstack/13.0.2/CHANGELOG.md new file mode 100644 index 00000000000..de183870a6f --- /dev/null +++ b/stable/bookstack/13.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [bookstack-11.2.11](https://github.com/truecharts/charts/compare/bookstack-11.2.10...bookstack-11.2.11) (2024-01-21) + +### Chore + + + +- update container image ghcr.io/linuxserver/bookstack to v23.12.20240115[@409580f](https://github.com/409580f) by renovate ([#17418](https://github.com/truecharts/charts/issues/17418)) + + +## [bookstack-11.2.10](https://github.com/truecharts/charts/compare/bookstack-11.2.9...bookstack-11.2.10) (2024-01-14) \ No newline at end of file diff --git a/stable/bookstack/13.0.2/Chart.yaml b/stable/bookstack/13.0.2/Chart.yaml new file mode 100644 index 00000000000..0a641b1a3e8 --- /dev/null +++ b/stable/bookstack/13.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.20240228 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/bookstack/13.0.2/README.md b/stable/bookstack/13.0.2/README.md new file mode 100644 index 00000000000..87684e00a3b --- /dev/null +++ b/stable/bookstack/13.0.2/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.0.2/app-changelog.md b/stable/bookstack/13.0.2/app-changelog.md new file mode 100644 index 00000000000..3a87a17c8ed --- /dev/null +++ b/stable/bookstack/13.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bookstack/13.0.2/app-readme.md b/stable/bookstack/13.0.2/app-readme.md new file mode 100644 index 00000000000..046b1fe8ff1 --- /dev/null +++ b/stable/bookstack/13.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/bookstack/13.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bookstack/13.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/bookstack/13.0.2/charts/mariadb-13.2.0.tgz b/stable/bookstack/13.0.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/bookstack/13.0.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/bookstack/13.0.2/ix_values.yaml b/stable/bookstack/13.0.2/ix_values.yaml new file mode 100644 index 00000000000..0af9e0daf6c --- /dev/null +++ b/stable/bookstack/13.0.2/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.0.2/questions.yaml b/stable/bookstack/13.0.2/questions.yaml new file mode 100755 index 00000000000..987ca658d2b --- /dev/null +++ b/stable/bookstack/13.0.2/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/chronos/8.1.1/templates/NOTES.txt b/stable/bookstack/13.0.2/templates/NOTES.txt similarity index 100% rename from stable/chronos/8.1.1/templates/NOTES.txt rename to stable/bookstack/13.0.2/templates/NOTES.txt diff --git a/stable/bookstack/13.0.2/templates/_secrets.tpl b/stable/bookstack/13.0.2/templates/_secrets.tpl new file mode 100644 index 00000000000..61fc665e2cb --- /dev/null +++ b/stable/bookstack/13.0.2/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.0.2/templates/common.yaml b/stable/bookstack/13.0.2/templates/common.yaml new file mode 100644 index 00000000000..bbf8f30d227 --- /dev/null +++ b/stable/bookstack/13.0.2/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/channels-dvr/6.1.1/values.yaml b/stable/bookstack/13.0.2/values.yaml similarity index 100% rename from stable/channels-dvr/6.1.1/values.yaml rename to stable/bookstack/13.0.2/values.yaml diff --git a/stable/borg-server/4.1.1/CHANGELOG.md b/stable/borg-server/4.1.1/CHANGELOG.md deleted file mode 100644 index 159368c5749..00000000000 --- a/stable/borg-server/4.1.1/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 - - -## [borg-server-3.1.6](https://github.com/truecharts/charts/compare/borg-server-3.1.5...borg-server-3.1.6) (2024-01-02) diff --git a/stable/borg-server/4.1.1/Chart.yaml b/stable/borg-server/4.1.1/Chart.yaml deleted file mode 100644 index 5cfb12b8be5..00000000000 --- a/stable/borg-server/4.1.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: backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/borg-server/4.1.1/charts/common-18.0.2.tgz b/stable/borg-server/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/borg-server/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chevereto/12.2.2/.helmignore b/stable/borg-server/4.2.2/.helmignore similarity index 100% rename from stable/chevereto/12.2.2/.helmignore rename to stable/borg-server/4.2.2/.helmignore diff --git a/stable/borg-server/4.2.2/CHANGELOG.md b/stable/borg-server/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c6460c24748 --- /dev/null +++ b/stable/borg-server/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/borg-server/4.2.2/Chart.yaml b/stable/borg-server/4.2.2/Chart.yaml new file mode 100644 index 00000000000..c3db9062be4 --- /dev/null +++ b/stable/borg-server/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/borg-server/4.1.1/README.md b/stable/borg-server/4.2.2/README.md similarity index 100% rename from stable/borg-server/4.1.1/README.md rename to stable/borg-server/4.2.2/README.md diff --git a/stable/borg-server/4.2.2/app-changelog.md b/stable/borg-server/4.2.2/app-changelog.md new file mode 100644 index 00000000000..0b4b597800a --- /dev/null +++ b/stable/borg-server/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/borg-server/4.1.1/app-readme.md b/stable/borg-server/4.2.2/app-readme.md similarity index 100% rename from stable/borg-server/4.1.1/app-readme.md rename to stable/borg-server/4.2.2/app-readme.md diff --git a/stable/borg-server/4.2.2/charts/common-18.1.6.tgz b/stable/borg-server/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/borg-server/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/borg-server/4.1.1/ix_values.yaml b/stable/borg-server/4.2.2/ix_values.yaml similarity index 100% rename from stable/borg-server/4.1.1/ix_values.yaml rename to stable/borg-server/4.2.2/ix_values.yaml diff --git a/stable/borg-server/4.1.1/questions.yaml b/stable/borg-server/4.2.2/questions.yaml similarity index 100% rename from stable/borg-server/4.1.1/questions.yaml rename to stable/borg-server/4.2.2/questions.yaml diff --git a/stable/clamav/10.1.3/templates/NOTES.txt b/stable/borg-server/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/clamav/10.1.3/templates/NOTES.txt rename to stable/borg-server/4.2.2/templates/NOTES.txt diff --git a/stable/channels-dvr/6.1.1/templates/common.yaml b/stable/borg-server/4.2.2/templates/common.yaml similarity index 100% rename from stable/channels-dvr/6.1.1/templates/common.yaml rename to stable/borg-server/4.2.2/templates/common.yaml diff --git a/stable/chevereto/12.2.2/values.yaml b/stable/borg-server/4.2.2/values.yaml similarity index 100% rename from stable/chevereto/12.2.2/values.yaml rename to stable/borg-server/4.2.2/values.yaml diff --git a/stable/breitbandmessung-de/5.1.1/CHANGELOG.md b/stable/breitbandmessung-de/5.1.1/CHANGELOG.md deleted file mode 100644 index 7a63ed17095..00000000000 --- a/stable/breitbandmessung-de/5.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/breitbandmessung-de/5.1.1/Chart.yaml b/stable/breitbandmessung-de/5.1.1/Chart.yaml deleted file mode 100644 index 7793677be3e..00000000000 --- a/stable/breitbandmessung-de/5.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/breitbandmessung-de/5.1.1/charts/common-18.0.2.tgz b/stable/breitbandmessung-de/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/breitbandmessung-de/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chivalry-medievalwarfare/5.1.1/.helmignore b/stable/breitbandmessung-de/5.2.2/.helmignore similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/.helmignore rename to stable/breitbandmessung-de/5.2.2/.helmignore diff --git a/stable/breitbandmessung-de/5.2.2/CHANGELOG.md b/stable/breitbandmessung-de/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..55f0a95bc21 --- /dev/null +++ b/stable/breitbandmessung-de/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.2.2/Chart.yaml b/stable/breitbandmessung-de/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8f9b48eb496 --- /dev/null +++ b/stable/breitbandmessung-de/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/breitbandmessung-de/5.1.1/README.md b/stable/breitbandmessung-de/5.2.2/README.md similarity index 100% rename from stable/breitbandmessung-de/5.1.1/README.md rename to stable/breitbandmessung-de/5.2.2/README.md diff --git a/stable/breitbandmessung-de/5.2.2/app-changelog.md b/stable/breitbandmessung-de/5.2.2/app-changelog.md new file mode 100644 index 00000000000..210aa99f0c9 --- /dev/null +++ b/stable/breitbandmessung-de/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/breitbandmessung-de/5.1.1/app-readme.md b/stable/breitbandmessung-de/5.2.2/app-readme.md similarity index 100% rename from stable/breitbandmessung-de/5.1.1/app-readme.md rename to stable/breitbandmessung-de/5.2.2/app-readme.md diff --git a/stable/breitbandmessung-de/5.2.2/charts/common-18.1.6.tgz b/stable/breitbandmessung-de/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/breitbandmessung-de/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/breitbandmessung-de/5.1.1/ix_values.yaml b/stable/breitbandmessung-de/5.2.2/ix_values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.1/ix_values.yaml rename to stable/breitbandmessung-de/5.2.2/ix_values.yaml diff --git a/stable/breitbandmessung-de/5.1.1/questions.yaml b/stable/breitbandmessung-de/5.2.2/questions.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.1/questions.yaml rename to stable/breitbandmessung-de/5.2.2/questions.yaml diff --git a/stable/breitbandmessung-de/5.1.1/templates/common.yaml b/stable/breitbandmessung-de/5.2.2/templates/common.yaml similarity index 100% rename from stable/breitbandmessung-de/5.1.1/templates/common.yaml rename to stable/breitbandmessung-de/5.2.2/templates/common.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.1/values.yaml b/stable/breitbandmessung-de/5.2.2/values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/values.yaml rename to stable/breitbandmessung-de/5.2.2/values.yaml diff --git a/stable/browserless-chrome/9.1.1/CHANGELOG.md b/stable/browserless-chrome/9.1.1/CHANGELOG.md deleted file mode 100644 index 90ae13a560e..00000000000 --- a/stable/browserless-chrome/9.1.1/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 - - -## [browserless-chrome-8.1.5](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.4...browserless-chrome-8.1.5) (2024-01-02) diff --git a/stable/browserless-chrome/9.1.1/Chart.yaml b/stable/browserless-chrome/9.1.1/Chart.yaml deleted file mode 100644 index f2b728fbe8a..00000000000 --- a/stable/browserless-chrome/9.1.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/browserless-chrome/9.1.1/charts/common-18.0.2.tgz b/stable/browserless-chrome/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/browserless-chrome/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chowdown/5.1.1/.helmignore b/stable/browserless-chrome/9.2.2/.helmignore similarity index 100% rename from stable/chowdown/5.1.1/.helmignore rename to stable/browserless-chrome/9.2.2/.helmignore diff --git a/stable/browserless-chrome/9.2.2/CHANGELOG.md b/stable/browserless-chrome/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e643e6c2872 --- /dev/null +++ b/stable/browserless-chrome/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/browserless-chrome/9.2.2/Chart.yaml b/stable/browserless-chrome/9.2.2/Chart.yaml new file mode 100644 index 00000000000..1998fafa1e5 --- /dev/null +++ b/stable/browserless-chrome/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/browserless-chrome/9.1.1/README.md b/stable/browserless-chrome/9.2.2/README.md similarity index 100% rename from stable/browserless-chrome/9.1.1/README.md rename to stable/browserless-chrome/9.2.2/README.md diff --git a/stable/browserless-chrome/9.2.2/app-changelog.md b/stable/browserless-chrome/9.2.2/app-changelog.md new file mode 100644 index 00000000000..ed34054f2f7 --- /dev/null +++ b/stable/browserless-chrome/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/browserless-chrome/9.1.1/app-readme.md b/stable/browserless-chrome/9.2.2/app-readme.md similarity index 100% rename from stable/browserless-chrome/9.1.1/app-readme.md rename to stable/browserless-chrome/9.2.2/app-readme.md diff --git a/stable/browserless-chrome/9.2.2/charts/common-18.1.6.tgz b/stable/browserless-chrome/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/browserless-chrome/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/browserless-chrome/9.1.1/ix_values.yaml b/stable/browserless-chrome/9.2.2/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/9.1.1/ix_values.yaml rename to stable/browserless-chrome/9.2.2/ix_values.yaml diff --git a/stable/browserless-chrome/9.1.1/questions.yaml b/stable/browserless-chrome/9.2.2/questions.yaml similarity index 100% rename from stable/browserless-chrome/9.1.1/questions.yaml rename to stable/browserless-chrome/9.2.2/questions.yaml diff --git a/stable/clarkson/12.2.2/templates/NOTES.txt b/stable/browserless-chrome/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/clarkson/12.2.2/templates/NOTES.txt rename to stable/browserless-chrome/9.2.2/templates/NOTES.txt diff --git a/stable/chevereto/12.2.2/templates/common.yaml b/stable/browserless-chrome/9.2.2/templates/common.yaml similarity index 100% rename from stable/chevereto/12.2.2/templates/common.yaml rename to stable/browserless-chrome/9.2.2/templates/common.yaml diff --git a/stable/chowdown/5.1.1/values.yaml b/stable/browserless-chrome/9.2.2/values.yaml similarity index 100% rename from stable/chowdown/5.1.1/values.yaml rename to stable/browserless-chrome/9.2.2/values.yaml diff --git a/stable/budge/9.1.3/CHANGELOG.md b/stable/budge/9.1.3/CHANGELOG.md deleted file mode 100644 index 5da6893bdde..00000000000 --- a/stable/budge/9.1.3/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 - - - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@1e95967](https://github.com/1e95967) by renovate ([#17344](https://github.com/truecharts/charts/issues/17344)) diff --git a/stable/budge/9.1.3/Chart.yaml b/stable/budge/9.1.3/Chart.yaml deleted file mode 100644 index 4f7f9eb03c1..00000000000 --- a/stable/budge/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.9 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/budge/9.1.3/charts/common-18.0.2.tgz b/stable/budge/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/budge/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/budge/9.1.3/ix_values.yaml b/stable/budge/9.1.3/ix_values.yaml deleted file mode 100644 index a3b15bf449d..00000000000 --- a/stable/budge/9.1.3/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/chroma/2.1.3/.helmignore b/stable/budge/9.2.3/.helmignore similarity index 100% rename from stable/chroma/2.1.3/.helmignore rename to stable/budge/9.2.3/.helmignore diff --git a/stable/budge/9.2.3/CHANGELOG.md b/stable/budge/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..8248dc42034 --- /dev/null +++ b/stable/budge/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/budge/9.2.3/Chart.yaml b/stable/budge/9.2.3/Chart.yaml new file mode 100644 index 00000000000..8dba1c88344 --- /dev/null +++ b/stable/budge/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.9 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/budge/9.1.3/README.md b/stable/budge/9.2.3/README.md similarity index 100% rename from stable/budge/9.1.3/README.md rename to stable/budge/9.2.3/README.md diff --git a/stable/budge/9.2.3/app-changelog.md b/stable/budge/9.2.3/app-changelog.md new file mode 100644 index 00000000000..33a0cf4c367 --- /dev/null +++ b/stable/budge/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/budge/9.1.3/app-readme.md b/stable/budge/9.2.3/app-readme.md similarity index 100% rename from stable/budge/9.1.3/app-readme.md rename to stable/budge/9.2.3/app-readme.md diff --git a/stable/budge/9.2.3/charts/common-18.1.6.tgz b/stable/budge/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/budge/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/budge/9.2.3/ix_values.yaml b/stable/budge/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..9487e40a9d9 --- /dev/null +++ b/stable/budge/9.2.3/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.1.3/questions.yaml b/stable/budge/9.2.3/questions.yaml similarity index 100% rename from stable/budge/9.1.3/questions.yaml rename to stable/budge/9.2.3/questions.yaml diff --git a/stable/cloud9/11.1.1/templates/NOTES.txt b/stable/budge/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/cloud9/11.1.1/templates/NOTES.txt rename to stable/budge/9.2.3/templates/NOTES.txt diff --git a/stable/chroma/2.1.3/templates/common.yaml b/stable/budge/9.2.3/templates/common.yaml similarity index 100% rename from stable/chroma/2.1.3/templates/common.yaml rename to stable/budge/9.2.3/templates/common.yaml diff --git a/stable/chroma/2.1.3/values.yaml b/stable/budge/9.2.3/values.yaml similarity index 100% rename from stable/chroma/2.1.3/values.yaml rename to stable/budge/9.2.3/values.yaml diff --git a/stable/bwapp/5.1.1/CHANGELOG.md b/stable/bwapp/5.1.1/CHANGELOG.md deleted file mode 100644 index aee3a51f594..00000000000 --- a/stable/bwapp/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/bwapp/5.1.1/Chart.yaml b/stable/bwapp/5.1.1/Chart.yaml deleted file mode 100644 index 118e8b9e418..00000000000 --- a/stable/bwapp/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/bwapp/5.1.1/charts/common-18.0.2.tgz b/stable/bwapp/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/bwapp/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chromium-desktop-g3/5.1.1/.helmignore b/stable/bwapp/5.2.2/.helmignore similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/.helmignore rename to stable/bwapp/5.2.2/.helmignore diff --git a/stable/bwapp/5.2.2/CHANGELOG.md b/stable/bwapp/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a6f3a208a2b --- /dev/null +++ b/stable/bwapp/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/bwapp/5.2.2/Chart.yaml b/stable/bwapp/5.2.2/Chart.yaml new file mode 100644 index 00000000000..80dde778f8e --- /dev/null +++ b/stable/bwapp/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/bwapp/5.1.1/README.md b/stable/bwapp/5.2.2/README.md similarity index 100% rename from stable/bwapp/5.1.1/README.md rename to stable/bwapp/5.2.2/README.md diff --git a/stable/bwapp/5.2.2/app-changelog.md b/stable/bwapp/5.2.2/app-changelog.md new file mode 100644 index 00000000000..92768ca9866 --- /dev/null +++ b/stable/bwapp/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/bwapp/5.1.1/app-readme.md b/stable/bwapp/5.2.2/app-readme.md similarity index 100% rename from stable/bwapp/5.1.1/app-readme.md rename to stable/bwapp/5.2.2/app-readme.md diff --git a/stable/bwapp/5.2.2/charts/common-18.1.6.tgz b/stable/bwapp/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/bwapp/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/bwapp/5.1.1/ix_values.yaml b/stable/bwapp/5.2.2/ix_values.yaml similarity index 100% rename from stable/bwapp/5.1.1/ix_values.yaml rename to stable/bwapp/5.2.2/ix_values.yaml diff --git a/stable/bwapp/5.1.1/questions.yaml b/stable/bwapp/5.2.2/questions.yaml similarity index 100% rename from stable/bwapp/5.1.1/questions.yaml rename to stable/bwapp/5.2.2/questions.yaml diff --git a/stable/bwapp/5.1.1/templates/common.yaml b/stable/bwapp/5.2.2/templates/common.yaml similarity index 100% rename from stable/bwapp/5.1.1/templates/common.yaml rename to stable/bwapp/5.2.2/templates/common.yaml diff --git a/stable/chromium-desktop-g3/5.1.1/values.yaml b/stable/bwapp/5.2.2/values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/values.yaml rename to stable/bwapp/5.2.2/values.yaml diff --git a/stable/cadquery-server/5.1.1/CHANGELOG.md b/stable/cadquery-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 933bd2990dd..00000000000 --- a/stable/cadquery-server/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cadquery-server/5.1.1/Chart.yaml b/stable/cadquery-server/5.1.1/Chart.yaml deleted file mode 100644 index a72c7bdeb75..00000000000 --- a/stable/cadquery-server/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cadquery-server/5.1.1/charts/common-18.0.2.tgz b/stable/cadquery-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cadquery-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chromium/5.1.1/.helmignore b/stable/cadquery-server/5.2.2/.helmignore similarity index 100% rename from stable/chromium/5.1.1/.helmignore rename to stable/cadquery-server/5.2.2/.helmignore diff --git a/stable/cadquery-server/5.2.2/CHANGELOG.md b/stable/cadquery-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3c0315ff7ed --- /dev/null +++ b/stable/cadquery-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cadquery-server/5.2.2/Chart.yaml b/stable/cadquery-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..0d4918d1ed6 --- /dev/null +++ b/stable/cadquery-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cadquery-server/5.1.1/README.md b/stable/cadquery-server/5.2.2/README.md similarity index 100% rename from stable/cadquery-server/5.1.1/README.md rename to stable/cadquery-server/5.2.2/README.md diff --git a/stable/cadquery-server/5.2.2/app-changelog.md b/stable/cadquery-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c299ac11e22 --- /dev/null +++ b/stable/cadquery-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cadquery-server/5.1.1/app-readme.md b/stable/cadquery-server/5.2.2/app-readme.md similarity index 100% rename from stable/cadquery-server/5.1.1/app-readme.md rename to stable/cadquery-server/5.2.2/app-readme.md diff --git a/stable/cadquery-server/5.2.2/charts/common-18.1.6.tgz b/stable/cadquery-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cadquery-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cadquery-server/5.1.1/ix_values.yaml b/stable/cadquery-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/cadquery-server/5.1.1/ix_values.yaml rename to stable/cadquery-server/5.2.2/ix_values.yaml diff --git a/stable/cadquery-server/5.1.1/questions.yaml b/stable/cadquery-server/5.2.2/questions.yaml similarity index 100% rename from stable/cadquery-server/5.1.1/questions.yaml rename to stable/cadquery-server/5.2.2/questions.yaml diff --git a/stable/cadquery-server/5.1.1/templates/common.yaml b/stable/cadquery-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/cadquery-server/5.1.1/templates/common.yaml rename to stable/cadquery-server/5.2.2/templates/common.yaml diff --git a/stable/chromium/5.1.1/values.yaml b/stable/cadquery-server/5.2.2/values.yaml similarity index 100% rename from stable/chromium/5.1.1/values.yaml rename to stable/cadquery-server/5.2.2/values.yaml diff --git a/stable/calibre-web/18.1.3/CHANGELOG.md b/stable/calibre-web/18.1.3/CHANGELOG.md deleted file mode 100644 index 94b7617c3f9..00000000000 --- a/stable/calibre-web/18.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [calibre-web-17.1.11](https://github.com/truecharts/charts/compare/calibre-web-17.1.10...calibre-web-17.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/calibre-web/18.1.3/Chart.yaml b/stable/calibre-web/18.1.3/Chart.yaml deleted file mode 100644 index 7ff69ecedbc..00000000000 --- a/stable/calibre-web/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.21 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/calibre-web/18.1.3/charts/common-18.0.2.tgz b/stable/calibre-web/18.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/calibre-web/18.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/calibre-web/18.1.3/ix_values.yaml b/stable/calibre-web/18.1.3/ix_values.yaml deleted file mode 100644 index caf89a3cbcd..00000000000 --- a/stable/calibre-web/18.1.3/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/chronograf/5.1.2/.helmignore b/stable/calibre-web/18.2.3/.helmignore similarity index 100% rename from stable/chronograf/5.1.2/.helmignore rename to stable/calibre-web/18.2.3/.helmignore diff --git a/stable/calibre-web/18.2.3/CHANGELOG.md b/stable/calibre-web/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0890398c280 --- /dev/null +++ b/stable/calibre-web/18.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/calibre-web/18.2.3/Chart.yaml b/stable/calibre-web/18.2.3/Chart.yaml new file mode 100644 index 00000000000..9727bfa7e53 --- /dev/null +++ b/stable/calibre-web/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.21 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/calibre-web/18.1.3/README.md b/stable/calibre-web/18.2.3/README.md similarity index 100% rename from stable/calibre-web/18.1.3/README.md rename to stable/calibre-web/18.2.3/README.md diff --git a/stable/calibre-web/18.2.3/app-changelog.md b/stable/calibre-web/18.2.3/app-changelog.md new file mode 100644 index 00000000000..620ebd86a2e --- /dev/null +++ b/stable/calibre-web/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/calibre-web/18.1.3/app-readme.md b/stable/calibre-web/18.2.3/app-readme.md similarity index 100% rename from stable/calibre-web/18.1.3/app-readme.md rename to stable/calibre-web/18.2.3/app-readme.md diff --git a/stable/calibre-web/18.2.3/charts/common-18.1.6.tgz b/stable/calibre-web/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/calibre-web/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/calibre-web/18.2.3/ix_values.yaml b/stable/calibre-web/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..f88446ba93b --- /dev/null +++ b/stable/calibre-web/18.2.3/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.1.3/questions.yaml b/stable/calibre-web/18.2.3/questions.yaml similarity index 100% rename from stable/calibre-web/18.1.3/questions.yaml rename to stable/calibre-web/18.2.3/questions.yaml diff --git a/stable/cloudflareddns/9.1.3/templates/NOTES.txt b/stable/calibre-web/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/9.1.3/templates/NOTES.txt rename to stable/calibre-web/18.2.3/templates/NOTES.txt diff --git a/stable/clarkson/12.2.2/templates/common.yaml b/stable/calibre-web/18.2.3/templates/common.yaml similarity index 100% rename from stable/clarkson/12.2.2/templates/common.yaml rename to stable/calibre-web/18.2.3/templates/common.yaml diff --git a/stable/chronograf/5.1.2/values.yaml b/stable/calibre-web/18.2.3/values.yaml similarity index 100% rename from stable/chronograf/5.1.2/values.yaml rename to stable/calibre-web/18.2.3/values.yaml diff --git a/stable/calibre/14.1.2/CHANGELOG.md b/stable/calibre/14.1.2/CHANGELOG.md deleted file mode 100644 index 233569ad70e..00000000000 --- a/stable/calibre/14.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [calibre-13.3.1](https://github.com/truecharts/charts/compare/calibre-13.3.0...calibre-13.3.1) (2024-01-21) \ No newline at end of file diff --git a/stable/calibre/14.1.2/Chart.yaml b/stable/calibre/14.1.2/Chart.yaml deleted file mode 100644 index b1f4bd569cd..00000000000 --- a/stable/calibre/14.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.5.1 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/calibre/14.1.2/charts/common-18.0.2.tgz b/stable/calibre/14.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/calibre/14.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/calibre/14.1.2/ix_values.yaml b/stable/calibre/14.1.2/ix_values.yaml deleted file mode 100644 index 1a2956096bc..00000000000 --- a/stable/calibre/14.1.2/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/chronos/8.1.1/.helmignore b/stable/calibre/14.3.2/.helmignore similarity index 100% rename from stable/chronos/8.1.1/.helmignore rename to stable/calibre/14.3.2/.helmignore diff --git a/stable/calibre/14.3.2/CHANGELOG.md b/stable/calibre/14.3.2/CHANGELOG.md new file mode 100644 index 00000000000..19a9f62ba35 --- /dev/null +++ b/stable/calibre/14.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/calibre/14.3.2/Chart.yaml b/stable/calibre/14.3.2/Chart.yaml new file mode 100644 index 00000000000..067b3b2c904 --- /dev/null +++ b/stable/calibre/14.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/calibre/14.1.2/README.md b/stable/calibre/14.3.2/README.md similarity index 100% rename from stable/calibre/14.1.2/README.md rename to stable/calibre/14.3.2/README.md diff --git a/stable/calibre/14.3.2/app-changelog.md b/stable/calibre/14.3.2/app-changelog.md new file mode 100644 index 00000000000..2799031361a --- /dev/null +++ b/stable/calibre/14.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/calibre/14.1.2/app-readme.md b/stable/calibre/14.3.2/app-readme.md similarity index 100% rename from stable/calibre/14.1.2/app-readme.md rename to stable/calibre/14.3.2/app-readme.md diff --git a/stable/calibre/14.3.2/charts/common-18.1.6.tgz b/stable/calibre/14.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/calibre/14.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/calibre/14.3.2/ix_values.yaml b/stable/calibre/14.3.2/ix_values.yaml new file mode 100644 index 00000000000..4a154b12960 --- /dev/null +++ b/stable/calibre/14.3.2/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.1.2/questions.yaml b/stable/calibre/14.3.2/questions.yaml similarity index 100% rename from stable/calibre/14.1.2/questions.yaml rename to stable/calibre/14.3.2/questions.yaml diff --git a/stable/code-server/11.1.3/templates/NOTES.txt b/stable/calibre/14.3.2/templates/NOTES.txt similarity index 100% rename from stable/code-server/11.1.3/templates/NOTES.txt rename to stable/calibre/14.3.2/templates/NOTES.txt diff --git a/stable/calibre/14.1.2/templates/common.yaml b/stable/calibre/14.3.2/templates/common.yaml similarity index 100% rename from stable/calibre/14.1.2/templates/common.yaml rename to stable/calibre/14.3.2/templates/common.yaml diff --git a/stable/chronos/8.1.1/values.yaml b/stable/calibre/14.3.2/values.yaml similarity index 100% rename from stable/chronos/8.1.1/values.yaml rename to stable/calibre/14.3.2/values.yaml diff --git a/stable/changedetection-io/2.1.1/CHANGELOG.md b/stable/changedetection-io/2.1.1/CHANGELOG.md deleted file mode 100644 index 1c8d209c34d..00000000000 --- a/stable/changedetection-io/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,22 +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.1/Chart.yaml b/stable/changedetection-io/2.1.1/Chart.yaml deleted file mode 100644 index bd1905dfa6a..00000000000 --- a/stable/changedetection-io/2.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.45.14 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/changedetection-io/2.1.1/charts/common-18.0.2.tgz b/stable/changedetection-io/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/changedetection-io/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ciao/5.1.1/.helmignore b/stable/changedetection-io/2.2.2/.helmignore similarity index 100% rename from stable/ciao/5.1.1/.helmignore rename to stable/changedetection-io/2.2.2/.helmignore diff --git a/stable/changedetection-io/2.2.2/CHANGELOG.md b/stable/changedetection-io/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e2c0d91b625 --- /dev/null +++ b/stable/changedetection-io/2.2.2/CHANGELOG.md @@ -0,0 +1,36 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/changedetection-io/2.2.2/Chart.yaml new file mode 100644 index 00000000000..1e5748f7fc7 --- /dev/null +++ b/stable/changedetection-io/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.45.14 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/changedetection-io/2.1.1/README.md b/stable/changedetection-io/2.2.2/README.md similarity index 100% rename from stable/changedetection-io/2.1.1/README.md rename to stable/changedetection-io/2.2.2/README.md diff --git a/stable/changedetection-io/2.2.2/app-changelog.md b/stable/changedetection-io/2.2.2/app-changelog.md new file mode 100644 index 00000000000..6c4ffc75cab --- /dev/null +++ b/stable/changedetection-io/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/changedetection-io/2.1.1/app-readme.md b/stable/changedetection-io/2.2.2/app-readme.md similarity index 100% rename from stable/changedetection-io/2.1.1/app-readme.md rename to stable/changedetection-io/2.2.2/app-readme.md diff --git a/stable/changedetection-io/2.2.2/charts/common-18.1.6.tgz b/stable/changedetection-io/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/changedetection-io/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/changedetection-io/2.1.1/ix_values.yaml b/stable/changedetection-io/2.2.2/ix_values.yaml similarity index 100% rename from stable/changedetection-io/2.1.1/ix_values.yaml rename to stable/changedetection-io/2.2.2/ix_values.yaml diff --git a/stable/changedetection-io/2.1.1/questions.yaml b/stable/changedetection-io/2.2.2/questions.yaml similarity index 100% rename from stable/changedetection-io/2.1.1/questions.yaml rename to stable/changedetection-io/2.2.2/questions.yaml diff --git a/stable/collabora/5.1.2/templates/NOTES.txt b/stable/changedetection-io/2.2.2/templates/NOTES.txt similarity index 100% rename from stable/collabora/5.1.2/templates/NOTES.txt rename to stable/changedetection-io/2.2.2/templates/NOTES.txt diff --git a/stable/clipplex/3.1.1/templates/common.yaml b/stable/changedetection-io/2.2.2/templates/common.yaml similarity index 100% rename from stable/clipplex/3.1.1/templates/common.yaml rename to stable/changedetection-io/2.2.2/templates/common.yaml diff --git a/stable/ciao/5.1.1/values.yaml b/stable/changedetection-io/2.2.2/values.yaml similarity index 100% rename from stable/ciao/5.1.1/values.yaml rename to stable/changedetection-io/2.2.2/values.yaml diff --git a/stable/channels-dvr/6.1.1/CHANGELOG.md b/stable/channels-dvr/6.1.1/CHANGELOG.md deleted file mode 100644 index 1259a2bdf1c..00000000000 --- a/stable/channels-dvr/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/channels-dvr/6.1.1/Chart.yaml b/stable/channels-dvr/6.1.1/Chart.yaml deleted file mode 100644 index 5cde57abf52..00000000000 --- a/stable/channels-dvr/6.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/channels-dvr/6.1.1/charts/common-18.0.2.tgz b/stable/channels-dvr/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/channels-dvr/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/citadel-forgedwithfire/5.1.1/.helmignore b/stable/channels-dvr/6.2.2/.helmignore similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/.helmignore rename to stable/channels-dvr/6.2.2/.helmignore diff --git a/stable/channels-dvr/6.2.2/CHANGELOG.md b/stable/channels-dvr/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0d1d7fc6beb --- /dev/null +++ b/stable/channels-dvr/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/channels-dvr/6.2.2/Chart.yaml b/stable/channels-dvr/6.2.2/Chart.yaml new file mode 100644 index 00000000000..a5be47711d6 --- /dev/null +++ b/stable/channels-dvr/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/channels-dvr/6.1.1/README.md b/stable/channels-dvr/6.2.2/README.md similarity index 100% rename from stable/channels-dvr/6.1.1/README.md rename to stable/channels-dvr/6.2.2/README.md diff --git a/stable/channels-dvr/6.2.2/app-changelog.md b/stable/channels-dvr/6.2.2/app-changelog.md new file mode 100644 index 00000000000..64bbbe8a853 --- /dev/null +++ b/stable/channels-dvr/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/channels-dvr/6.1.1/app-readme.md b/stable/channels-dvr/6.2.2/app-readme.md similarity index 100% rename from stable/channels-dvr/6.1.1/app-readme.md rename to stable/channels-dvr/6.2.2/app-readme.md diff --git a/stable/channels-dvr/6.2.2/charts/common-18.1.6.tgz b/stable/channels-dvr/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/channels-dvr/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/channels-dvr/6.1.1/ix_values.yaml b/stable/channels-dvr/6.2.2/ix_values.yaml similarity index 100% rename from stable/channels-dvr/6.1.1/ix_values.yaml rename to stable/channels-dvr/6.2.2/ix_values.yaml diff --git a/stable/channels-dvr/6.1.1/questions.yaml b/stable/channels-dvr/6.2.2/questions.yaml similarity index 100% rename from stable/channels-dvr/6.1.1/questions.yaml rename to stable/channels-dvr/6.2.2/questions.yaml diff --git a/stable/commento-plusplus/11.1.1/templates/NOTES.txt b/stable/channels-dvr/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/commento-plusplus/11.1.1/templates/NOTES.txt rename to stable/channels-dvr/6.2.2/templates/NOTES.txt diff --git a/stable/cloud9/11.1.1/templates/common.yaml b/stable/channels-dvr/6.2.2/templates/common.yaml similarity index 100% rename from stable/cloud9/11.1.1/templates/common.yaml rename to stable/channels-dvr/6.2.2/templates/common.yaml diff --git a/stable/citadel-forgedwithfire/5.1.1/values.yaml b/stable/channels-dvr/6.2.2/values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/values.yaml rename to stable/channels-dvr/6.2.2/values.yaml diff --git a/stable/chevereto/12.2.2/CHANGELOG.md b/stable/chevereto/12.2.2/CHANGELOG.md deleted file mode 100644 index b3af9bdb8df..00000000000 --- a/stable/chevereto/12.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/chevereto/12.2.2/Chart.yaml b/stable/chevereto/12.2.2/Chart.yaml deleted file mode 100644 index 86497b542fd..00000000000 --- a/stable/chevereto/12.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/chevereto/12.2.2/charts/common-18.0.2.tgz b/stable/chevereto/12.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chevereto/12.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chevereto/12.2.2/charts/mariadb-13.0.0.tgz b/stable/chevereto/12.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/chevereto/12.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/clamav/10.1.3/.helmignore b/stable/chevereto/12.4.2/.helmignore similarity index 100% rename from stable/clamav/10.1.3/.helmignore rename to stable/chevereto/12.4.2/.helmignore diff --git a/stable/chevereto/12.4.2/CHANGELOG.md b/stable/chevereto/12.4.2/CHANGELOG.md new file mode 100644 index 00000000000..8ec09ba72d7 --- /dev/null +++ b/stable/chevereto/12.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + diff --git a/stable/chevereto/12.4.2/Chart.yaml b/stable/chevereto/12.4.2/Chart.yaml new file mode 100644 index 00000000000..7c95840fa8a --- /dev/null +++ b/stable/chevereto/12.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/chevereto/12.2.2/README.md b/stable/chevereto/12.4.2/README.md similarity index 100% rename from stable/chevereto/12.2.2/README.md rename to stable/chevereto/12.4.2/README.md diff --git a/stable/chevereto/12.4.2/app-changelog.md b/stable/chevereto/12.4.2/app-changelog.md new file mode 100644 index 00000000000..aeca3b01948 --- /dev/null +++ b/stable/chevereto/12.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chevereto/12.2.2/app-readme.md b/stable/chevereto/12.4.2/app-readme.md similarity index 100% rename from stable/chevereto/12.2.2/app-readme.md rename to stable/chevereto/12.4.2/app-readme.md diff --git a/stable/chevereto/12.4.2/charts/common-18.1.6.tgz b/stable/chevereto/12.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chevereto/12.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/chevereto/12.4.2/charts/mariadb-13.2.0.tgz b/stable/chevereto/12.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/chevereto/12.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/chevereto/12.2.2/ix_values.yaml b/stable/chevereto/12.4.2/ix_values.yaml similarity index 100% rename from stable/chevereto/12.2.2/ix_values.yaml rename to stable/chevereto/12.4.2/ix_values.yaml diff --git a/stable/chevereto/12.2.2/questions.yaml b/stable/chevereto/12.4.2/questions.yaml similarity index 100% rename from stable/chevereto/12.2.2/questions.yaml rename to stable/chevereto/12.4.2/questions.yaml diff --git a/stable/cops/8.2.0/templates/NOTES.txt b/stable/chevereto/12.4.2/templates/NOTES.txt similarity index 100% rename from stable/cops/8.2.0/templates/NOTES.txt rename to stable/chevereto/12.4.2/templates/NOTES.txt diff --git a/stable/cloudflared/10.1.1/templates/common.yaml b/stable/chevereto/12.4.2/templates/common.yaml similarity index 100% rename from stable/cloudflared/10.1.1/templates/common.yaml rename to stable/chevereto/12.4.2/templates/common.yaml diff --git a/stable/clamav/10.1.3/values.yaml b/stable/chevereto/12.4.2/values.yaml similarity index 100% rename from stable/clamav/10.1.3/values.yaml rename to stable/chevereto/12.4.2/values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.1/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.1.1/CHANGELOG.md deleted file mode 100644 index 247ab0af6ce..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/chivalry-medievalwarfare/5.1.1/Chart.yaml b/stable/chivalry-medievalwarfare/5.1.1/Chart.yaml deleted file mode 100644 index 1afad1f7779..00000000000 --- a/stable/chivalry-medievalwarfare/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: chialrymw -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/chivalry-medievalwarfare/5.1.1/charts/common-18.0.2.tgz b/stable/chivalry-medievalwarfare/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chivalry-medievalwarfare/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/clarkson/12.2.2/.helmignore b/stable/chivalry-medievalwarfare/5.2.2/.helmignore similarity index 100% rename from stable/clarkson/12.2.2/.helmignore rename to stable/chivalry-medievalwarfare/5.2.2/.helmignore diff --git a/stable/chivalry-medievalwarfare/5.2.2/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..130b16804db --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/chivalry-medievalwarfare/5.2.2/Chart.yaml b/stable/chivalry-medievalwarfare/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a58c2ffc97c --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: chialrymw +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/chivalry-medievalwarfare/5.1.1/README.md b/stable/chivalry-medievalwarfare/5.2.2/README.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/README.md rename to stable/chivalry-medievalwarfare/5.2.2/README.md diff --git a/stable/chivalry-medievalwarfare/5.2.2/app-changelog.md b/stable/chivalry-medievalwarfare/5.2.2/app-changelog.md new file mode 100644 index 00000000000..fc4f0bbaa51 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chivalry-medievalwarfare/5.1.1/app-readme.md b/stable/chivalry-medievalwarfare/5.2.2/app-readme.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/app-readme.md rename to stable/chivalry-medievalwarfare/5.2.2/app-readme.md diff --git a/stable/chivalry-medievalwarfare/5.2.2/charts/common-18.1.6.tgz b/stable/chivalry-medievalwarfare/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/chivalry-medievalwarfare/5.1.1/ix_values.yaml b/stable/chivalry-medievalwarfare/5.2.2/ix_values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/ix_values.yaml rename to stable/chivalry-medievalwarfare/5.2.2/ix_values.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.1/questions.yaml b/stable/chivalry-medievalwarfare/5.2.2/questions.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/questions.yaml rename to stable/chivalry-medievalwarfare/5.2.2/questions.yaml diff --git a/stable/chivalry-medievalwarfare/5.1.1/templates/common.yaml b/stable/chivalry-medievalwarfare/5.2.2/templates/common.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.1.1/templates/common.yaml rename to stable/chivalry-medievalwarfare/5.2.2/templates/common.yaml diff --git a/stable/clarkson/12.2.2/values.yaml b/stable/chivalry-medievalwarfare/5.2.2/values.yaml similarity index 100% rename from stable/clarkson/12.2.2/values.yaml rename to stable/chivalry-medievalwarfare/5.2.2/values.yaml diff --git a/stable/chowdown/5.1.1/CHANGELOG.md b/stable/chowdown/5.1.1/CHANGELOG.md deleted file mode 100644 index f1432e1e99f..00000000000 --- a/stable/chowdown/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/chowdown/5.1.1/Chart.yaml b/stable/chowdown/5.1.1/Chart.yaml deleted file mode 100644 index 90fc5cb223a..00000000000 --- a/stable/chowdown/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/chowdown/5.1.1/charts/common-18.0.2.tgz b/stable/chowdown/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chowdown/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/clipplex/3.1.1/.helmignore b/stable/chowdown/5.2.2/.helmignore similarity index 100% rename from stable/clipplex/3.1.1/.helmignore rename to stable/chowdown/5.2.2/.helmignore diff --git a/stable/chowdown/5.2.2/CHANGELOG.md b/stable/chowdown/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..593a25221a9 --- /dev/null +++ b/stable/chowdown/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/chowdown/5.2.2/Chart.yaml b/stable/chowdown/5.2.2/Chart.yaml new file mode 100644 index 00000000000..68130096c1c --- /dev/null +++ b/stable/chowdown/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/chowdown/5.1.1/README.md b/stable/chowdown/5.2.2/README.md similarity index 100% rename from stable/chowdown/5.1.1/README.md rename to stable/chowdown/5.2.2/README.md diff --git a/stable/chowdown/5.2.2/app-changelog.md b/stable/chowdown/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9159bc9bd11 --- /dev/null +++ b/stable/chowdown/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chowdown/5.1.1/app-readme.md b/stable/chowdown/5.2.2/app-readme.md similarity index 100% rename from stable/chowdown/5.1.1/app-readme.md rename to stable/chowdown/5.2.2/app-readme.md diff --git a/stable/chowdown/5.2.2/charts/common-18.1.6.tgz b/stable/chowdown/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chowdown/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/chowdown/5.1.1/ix_values.yaml b/stable/chowdown/5.2.2/ix_values.yaml similarity index 100% rename from stable/chowdown/5.1.1/ix_values.yaml rename to stable/chowdown/5.2.2/ix_values.yaml diff --git a/stable/chowdown/5.1.1/questions.yaml b/stable/chowdown/5.2.2/questions.yaml similarity index 100% rename from stable/chowdown/5.1.1/questions.yaml rename to stable/chowdown/5.2.2/questions.yaml diff --git a/stable/chowdown/5.1.1/templates/common.yaml b/stable/chowdown/5.2.2/templates/common.yaml similarity index 100% rename from stable/chowdown/5.1.1/templates/common.yaml rename to stable/chowdown/5.2.2/templates/common.yaml diff --git a/stable/clipplex/3.1.1/values.yaml b/stable/chowdown/5.2.2/values.yaml similarity index 100% rename from stable/clipplex/3.1.1/values.yaml rename to stable/chowdown/5.2.2/values.yaml diff --git a/stable/chroma/2.1.3/CHANGELOG.md b/stable/chroma/2.1.3/CHANGELOG.md deleted file mode 100644 index 80b78a8a4eb..00000000000 --- a/stable/chroma/2.1.3/CHANGELOG.md +++ /dev/null @@ -1,18 +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.1.3/Chart.yaml b/stable/chroma/2.1.3/Chart.yaml deleted file mode 100644 index 4563a47efd2..00000000000 --- a/stable/chroma/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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.23 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/chroma/2.1.3/charts/common-18.0.2.tgz b/stable/chroma/2.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chroma/2.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chroma/2.1.3/ix_values.yaml b/stable/chroma/2.1.3/ix_values.yaml deleted file mode 100644 index 98bd005c766..00000000000 --- a/stable/chroma/2.1.3/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/cloud9/11.1.1/.helmignore b/stable/chroma/2.2.3/.helmignore similarity index 100% rename from stable/cloud9/11.1.1/.helmignore rename to stable/chroma/2.2.3/.helmignore diff --git a/stable/chroma/2.2.3/CHANGELOG.md b/stable/chroma/2.2.3/CHANGELOG.md new file mode 100644 index 00000000000..8512644fe83 --- /dev/null +++ b/stable/chroma/2.2.3/CHANGELOG.md @@ -0,0 +1,33 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.3/Chart.yaml b/stable/chroma/2.2.3/Chart.yaml new file mode 100644 index 00000000000..3204d181060 --- /dev/null +++ b/stable/chroma/2.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.24 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/chroma/2.1.3/README.md b/stable/chroma/2.2.3/README.md similarity index 100% rename from stable/chroma/2.1.3/README.md rename to stable/chroma/2.2.3/README.md diff --git a/stable/chroma/2.2.3/app-changelog.md b/stable/chroma/2.2.3/app-changelog.md new file mode 100644 index 00000000000..8da6d15f319 --- /dev/null +++ b/stable/chroma/2.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chroma/2.1.3/app-readme.md b/stable/chroma/2.2.3/app-readme.md similarity index 100% rename from stable/chroma/2.1.3/app-readme.md rename to stable/chroma/2.2.3/app-readme.md diff --git a/stable/chroma/2.2.3/charts/common-18.1.6.tgz b/stable/chroma/2.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chroma/2.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/chroma/2.2.3/ix_values.yaml b/stable/chroma/2.2.3/ix_values.yaml new file mode 100644 index 00000000000..9f59e3a24c7 --- /dev/null +++ b/stable/chroma/2.2.3/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.1.3/questions.yaml b/stable/chroma/2.2.3/questions.yaml similarity index 100% rename from stable/chroma/2.1.3/questions.yaml rename to stable/chroma/2.2.3/questions.yaml diff --git a/stable/couchpotato/9.1.1/templates/NOTES.txt b/stable/chroma/2.2.3/templates/NOTES.txt similarity index 100% rename from stable/couchpotato/9.1.1/templates/NOTES.txt rename to stable/chroma/2.2.3/templates/NOTES.txt diff --git a/stable/codeproject-ai-server/2.1.1/templates/common.yaml b/stable/chroma/2.2.3/templates/common.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.1/templates/common.yaml rename to stable/chroma/2.2.3/templates/common.yaml diff --git a/stable/cloud9/11.1.1/values.yaml b/stable/chroma/2.2.3/values.yaml similarity index 100% rename from stable/cloud9/11.1.1/values.yaml rename to stable/chroma/2.2.3/values.yaml diff --git a/stable/chromium-desktop-g3/5.1.1/CHANGELOG.md b/stable/chromium-desktop-g3/5.1.1/CHANGELOG.md deleted file mode 100644 index 7feba9cbe1d..00000000000 --- a/stable/chromium-desktop-g3/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/chromium-desktop-g3/5.1.1/Chart.yaml b/stable/chromium-desktop-g3/5.1.1/Chart.yaml deleted file mode 100644 index b1c38a062f5..00000000000 --- a/stable/chromium-desktop-g3/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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/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.1 diff --git a/stable/chromium-desktop-g3/5.1.1/charts/common-18.0.2.tgz b/stable/chromium-desktop-g3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chromium-desktop-g3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.1.1/.helmignore b/stable/chromium-desktop-g3/5.2.2/.helmignore similarity index 100% rename from stable/cloudcommander/5.1.1/.helmignore rename to stable/chromium-desktop-g3/5.2.2/.helmignore diff --git a/stable/chromium-desktop-g3/5.2.2/CHANGELOG.md b/stable/chromium-desktop-g3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9fc4ee75190 --- /dev/null +++ b/stable/chromium-desktop-g3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/chromium-desktop-g3/5.2.2/Chart.yaml b/stable/chromium-desktop-g3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d224f1b066d --- /dev/null +++ b/stable/chromium-desktop-g3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/chromium-desktop-g3/5.1.1/README.md b/stable/chromium-desktop-g3/5.2.2/README.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/README.md rename to stable/chromium-desktop-g3/5.2.2/README.md diff --git a/stable/chromium-desktop-g3/5.2.2/app-changelog.md b/stable/chromium-desktop-g3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6ee4beb445d --- /dev/null +++ b/stable/chromium-desktop-g3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chromium-desktop-g3/5.1.1/app-readme.md b/stable/chromium-desktop-g3/5.2.2/app-readme.md similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/app-readme.md rename to stable/chromium-desktop-g3/5.2.2/app-readme.md diff --git a/stable/chromium-desktop-g3/5.2.2/charts/common-18.1.6.tgz b/stable/chromium-desktop-g3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chromium-desktop-g3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/chromium-desktop-g3/5.1.1/ix_values.yaml b/stable/chromium-desktop-g3/5.2.2/ix_values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/ix_values.yaml rename to stable/chromium-desktop-g3/5.2.2/ix_values.yaml diff --git a/stable/chromium-desktop-g3/5.1.1/questions.yaml b/stable/chromium-desktop-g3/5.2.2/questions.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/questions.yaml rename to stable/chromium-desktop-g3/5.2.2/questions.yaml diff --git a/stable/chromium-desktop-g3/5.1.1/templates/common.yaml b/stable/chromium-desktop-g3/5.2.2/templates/common.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.1.1/templates/common.yaml rename to stable/chromium-desktop-g3/5.2.2/templates/common.yaml diff --git a/stable/cloudcommander/5.1.1/values.yaml b/stable/chromium-desktop-g3/5.2.2/values.yaml similarity index 100% rename from stable/cloudcommander/5.1.1/values.yaml rename to stable/chromium-desktop-g3/5.2.2/values.yaml diff --git a/stable/chromium/5.1.1/CHANGELOG.md b/stable/chromium/5.1.1/CHANGELOG.md deleted file mode 100644 index 0f1e2d0a5ee..00000000000 --- a/stable/chromium/5.1.1/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)) - - -## [chromium-4.1.7](https://github.com/truecharts/charts/compare/chromium-4.1.6...chromium-4.1.7) (2024-01-08) diff --git a/stable/chromium/5.1.1/Chart.yaml b/stable/chromium/5.1.1/Chart.yaml deleted file mode 100644 index 20dac29ec66..00000000000 --- a/stable/chromium/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/chromium/5.1.1/charts/common-18.0.2.tgz b/stable/chromium/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chromium/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cloudflared/10.1.1/.helmignore b/stable/chromium/5.2.2/.helmignore similarity index 100% rename from stable/cloudflared/10.1.1/.helmignore rename to stable/chromium/5.2.2/.helmignore diff --git a/stable/chromium/5.2.2/CHANGELOG.md b/stable/chromium/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d8ae8c19d89 --- /dev/null +++ b/stable/chromium/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/chromium/5.2.2/Chart.yaml b/stable/chromium/5.2.2/Chart.yaml new file mode 100644 index 00000000000..7f27d486bd2 --- /dev/null +++ b/stable/chromium/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/chromium/5.1.1/README.md b/stable/chromium/5.2.2/README.md similarity index 100% rename from stable/chromium/5.1.1/README.md rename to stable/chromium/5.2.2/README.md diff --git a/stable/chromium/5.2.2/app-changelog.md b/stable/chromium/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ca65edc68a4 --- /dev/null +++ b/stable/chromium/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chromium/5.1.1/app-readme.md b/stable/chromium/5.2.2/app-readme.md similarity index 100% rename from stable/chromium/5.1.1/app-readme.md rename to stable/chromium/5.2.2/app-readme.md diff --git a/stable/chromium/5.2.2/charts/common-18.1.6.tgz b/stable/chromium/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chromium/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/chromium/5.1.1/ix_values.yaml b/stable/chromium/5.2.2/ix_values.yaml similarity index 100% rename from stable/chromium/5.1.1/ix_values.yaml rename to stable/chromium/5.2.2/ix_values.yaml diff --git a/stable/chromium/5.1.1/questions.yaml b/stable/chromium/5.2.2/questions.yaml similarity index 100% rename from stable/chromium/5.1.1/questions.yaml rename to stable/chromium/5.2.2/questions.yaml diff --git a/stable/chromium/5.1.1/templates/common.yaml b/stable/chromium/5.2.2/templates/common.yaml similarity index 100% rename from stable/chromium/5.1.1/templates/common.yaml rename to stable/chromium/5.2.2/templates/common.yaml diff --git a/stable/cloudflared/10.1.1/values.yaml b/stable/chromium/5.2.2/values.yaml similarity index 100% rename from stable/cloudflared/10.1.1/values.yaml rename to stable/chromium/5.2.2/values.yaml diff --git a/stable/chronograf/5.1.2/CHANGELOG.md b/stable/chronograf/5.1.2/CHANGELOG.md deleted file mode 100644 index 8ffb0faabbd..00000000000 --- a/stable/chronograf/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/chronograf/5.1.2/Chart.yaml b/stable/chronograf/5.1.2/Chart.yaml deleted file mode 100644 index ec2eeb31a73..00000000000 --- a/stable/chronograf/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/chronograf/5.1.2/charts/common-18.0.2.tgz b/stable/chronograf/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chronograf/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/chronograf/5.1.2/ix_values.yaml b/stable/chronograf/5.1.2/ix_values.yaml deleted file mode 100644 index 358972c62c0..00000000000 --- a/stable/chronograf/5.1.2/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/cloudflareddns/9.1.3/.helmignore b/stable/chronograf/5.2.3/.helmignore similarity index 100% rename from stable/cloudflareddns/9.1.3/.helmignore rename to stable/chronograf/5.2.3/.helmignore diff --git a/stable/chronograf/5.2.3/CHANGELOG.md b/stable/chronograf/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..81830a7a96c --- /dev/null +++ b/stable/chronograf/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/chronograf/5.2.3/Chart.yaml b/stable/chronograf/5.2.3/Chart.yaml new file mode 100644 index 00000000000..54a79eabcf2 --- /dev/null +++ b/stable/chronograf/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/chronograf/5.1.2/README.md b/stable/chronograf/5.2.3/README.md similarity index 100% rename from stable/chronograf/5.1.2/README.md rename to stable/chronograf/5.2.3/README.md diff --git a/stable/chronograf/5.2.3/app-changelog.md b/stable/chronograf/5.2.3/app-changelog.md new file mode 100644 index 00000000000..fa070f2dcb4 --- /dev/null +++ b/stable/chronograf/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chronograf/5.1.2/app-readme.md b/stable/chronograf/5.2.3/app-readme.md similarity index 100% rename from stable/chronograf/5.1.2/app-readme.md rename to stable/chronograf/5.2.3/app-readme.md diff --git a/stable/chronograf/5.2.3/charts/common-18.1.6.tgz b/stable/chronograf/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chronograf/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/chronograf/5.2.3/ix_values.yaml b/stable/chronograf/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..690bf97c74a --- /dev/null +++ b/stable/chronograf/5.2.3/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.1.2/questions.yaml b/stable/chronograf/5.2.3/questions.yaml similarity index 100% rename from stable/chronograf/5.1.2/questions.yaml rename to stable/chronograf/5.2.3/questions.yaml diff --git a/stable/chronograf/5.1.2/templates/common.yaml b/stable/chronograf/5.2.3/templates/common.yaml similarity index 100% rename from stable/chronograf/5.1.2/templates/common.yaml rename to stable/chronograf/5.2.3/templates/common.yaml diff --git a/stable/cloudflareddns/9.1.3/values.yaml b/stable/chronograf/5.2.3/values.yaml similarity index 100% rename from stable/cloudflareddns/9.1.3/values.yaml rename to stable/chronograf/5.2.3/values.yaml diff --git a/stable/chronos/8.1.1/CHANGELOG.md b/stable/chronos/8.1.1/CHANGELOG.md deleted file mode 100644 index 4af81b15478..00000000000 --- a/stable/chronos/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/chronos/8.1.1/Chart.yaml b/stable/chronos/8.1.1/Chart.yaml deleted file mode 100644 index aaa84c7f037..00000000000 --- a/stable/chronos/8.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/chronos/8.1.1/charts/common-18.0.2.tgz b/stable/chronos/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/chronos/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cloudreve/6.1.1/.helmignore b/stable/chronos/8.2.2/.helmignore similarity index 100% rename from stable/cloudreve/6.1.1/.helmignore rename to stable/chronos/8.2.2/.helmignore diff --git a/stable/chronos/8.2.2/CHANGELOG.md b/stable/chronos/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5c2a4f18683 --- /dev/null +++ b/stable/chronos/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/chronos/8.2.2/Chart.yaml b/stable/chronos/8.2.2/Chart.yaml new file mode 100644 index 00000000000..173e0bd76ca --- /dev/null +++ b/stable/chronos/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/chronos/8.1.1/README.md b/stable/chronos/8.2.2/README.md similarity index 100% rename from stable/chronos/8.1.1/README.md rename to stable/chronos/8.2.2/README.md diff --git a/stable/chronos/8.2.2/app-changelog.md b/stable/chronos/8.2.2/app-changelog.md new file mode 100644 index 00000000000..da74791d1a0 --- /dev/null +++ b/stable/chronos/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/chronos/8.1.1/app-readme.md b/stable/chronos/8.2.2/app-readme.md similarity index 100% rename from stable/chronos/8.1.1/app-readme.md rename to stable/chronos/8.2.2/app-readme.md diff --git a/stable/chronos/8.2.2/charts/common-18.1.6.tgz b/stable/chronos/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/chronos/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/chronos/8.1.1/ix_values.yaml b/stable/chronos/8.2.2/ix_values.yaml similarity index 100% rename from stable/chronos/8.1.1/ix_values.yaml rename to stable/chronos/8.2.2/ix_values.yaml diff --git a/stable/chronos/8.1.1/questions.yaml b/stable/chronos/8.2.2/questions.yaml similarity index 100% rename from stable/chronos/8.1.1/questions.yaml rename to stable/chronos/8.2.2/questions.yaml diff --git a/stable/crafty-4/7.1.1/templates/NOTES.txt b/stable/chronos/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/crafty-4/7.1.1/templates/NOTES.txt rename to stable/chronos/8.2.2/templates/NOTES.txt diff --git a/stable/chronos/8.1.1/templates/common.yaml b/stable/chronos/8.2.2/templates/common.yaml similarity index 100% rename from stable/chronos/8.1.1/templates/common.yaml rename to stable/chronos/8.2.2/templates/common.yaml diff --git a/stable/cloudreve/6.1.1/values.yaml b/stable/chronos/8.2.2/values.yaml similarity index 100% rename from stable/cloudreve/6.1.1/values.yaml rename to stable/chronos/8.2.2/values.yaml diff --git a/stable/ciao/5.1.1/CHANGELOG.md b/stable/ciao/5.1.1/CHANGELOG.md deleted file mode 100644 index 09f5f91c251..00000000000 --- a/stable/ciao/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ciao/5.1.1/Chart.yaml b/stable/ciao/5.1.1/Chart.yaml deleted file mode 100644 index 977dfe9230a..00000000000 --- a/stable/ciao/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ciao/5.1.1/charts/common-18.0.2.tgz b/stable/ciao/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ciao/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/code-server/11.1.3/.helmignore b/stable/ciao/5.2.2/.helmignore similarity index 100% rename from stable/code-server/11.1.3/.helmignore rename to stable/ciao/5.2.2/.helmignore diff --git a/stable/ciao/5.2.2/CHANGELOG.md b/stable/ciao/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5a54be1267f --- /dev/null +++ b/stable/ciao/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ciao/5.2.2/Chart.yaml b/stable/ciao/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a569d54227e --- /dev/null +++ b/stable/ciao/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ciao/5.1.1/README.md b/stable/ciao/5.2.2/README.md similarity index 100% rename from stable/ciao/5.1.1/README.md rename to stable/ciao/5.2.2/README.md diff --git a/stable/ciao/5.2.2/app-changelog.md b/stable/ciao/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3e0e9f93942 --- /dev/null +++ b/stable/ciao/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ciao/5.1.1/app-readme.md b/stable/ciao/5.2.2/app-readme.md similarity index 100% rename from stable/ciao/5.1.1/app-readme.md rename to stable/ciao/5.2.2/app-readme.md diff --git a/stable/ciao/5.2.2/charts/common-18.1.6.tgz b/stable/ciao/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ciao/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ciao/5.1.1/ix_values.yaml b/stable/ciao/5.2.2/ix_values.yaml similarity index 100% rename from stable/ciao/5.1.1/ix_values.yaml rename to stable/ciao/5.2.2/ix_values.yaml diff --git a/stable/ciao/5.1.1/questions.yaml b/stable/ciao/5.2.2/questions.yaml similarity index 100% rename from stable/ciao/5.1.1/questions.yaml rename to stable/ciao/5.2.2/questions.yaml diff --git a/stable/ciao/5.1.1/templates/common.yaml b/stable/ciao/5.2.2/templates/common.yaml similarity index 100% rename from stable/ciao/5.1.1/templates/common.yaml rename to stable/ciao/5.2.2/templates/common.yaml diff --git a/stable/code-server/11.1.3/values.yaml b/stable/ciao/5.2.2/values.yaml similarity index 100% rename from stable/code-server/11.1.3/values.yaml rename to stable/ciao/5.2.2/values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.1/CHANGELOG.md b/stable/citadel-forgedwithfire/5.1.1/CHANGELOG.md deleted file mode 100644 index 4108980da30..00000000000 --- a/stable/citadel-forgedwithfire/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/citadel-forgedwithfire/5.1.1/Chart.yaml b/stable/citadel-forgedwithfire/5.1.1/Chart.yaml deleted file mode 100644 index 7d1b42014b8..00000000000 --- a/stable/citadel-forgedwithfire/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: citadelfwf -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/citadel-forgedwithfire/5.1.1/charts/common-18.0.2.tgz b/stable/citadel-forgedwithfire/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/citadel-forgedwithfire/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/codeproject-ai-server/2.1.1/.helmignore b/stable/citadel-forgedwithfire/5.2.2/.helmignore similarity index 100% rename from stable/codeproject-ai-server/2.1.1/.helmignore rename to stable/citadel-forgedwithfire/5.2.2/.helmignore diff --git a/stable/citadel-forgedwithfire/5.2.2/CHANGELOG.md b/stable/citadel-forgedwithfire/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..038e1aed3c0 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/citadel-forgedwithfire/5.2.2/Chart.yaml b/stable/citadel-forgedwithfire/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c58643f010d --- /dev/null +++ b/stable/citadel-forgedwithfire/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: citadelfwf +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/citadel-forgedwithfire/5.1.1/README.md b/stable/citadel-forgedwithfire/5.2.2/README.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/README.md rename to stable/citadel-forgedwithfire/5.2.2/README.md diff --git a/stable/citadel-forgedwithfire/5.2.2/app-changelog.md b/stable/citadel-forgedwithfire/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f929f11000e --- /dev/null +++ b/stable/citadel-forgedwithfire/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/citadel-forgedwithfire/5.1.1/app-readme.md b/stable/citadel-forgedwithfire/5.2.2/app-readme.md similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/app-readme.md rename to stable/citadel-forgedwithfire/5.2.2/app-readme.md diff --git a/stable/citadel-forgedwithfire/5.2.2/charts/common-18.1.6.tgz b/stable/citadel-forgedwithfire/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/citadel-forgedwithfire/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/citadel-forgedwithfire/5.1.1/ix_values.yaml b/stable/citadel-forgedwithfire/5.2.2/ix_values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/ix_values.yaml rename to stable/citadel-forgedwithfire/5.2.2/ix_values.yaml diff --git a/stable/citadel-forgedwithfire/5.1.1/questions.yaml b/stable/citadel-forgedwithfire/5.2.2/questions.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/questions.yaml rename to stable/citadel-forgedwithfire/5.2.2/questions.yaml diff --git a/stable/citadel-forgedwithfire/5.1.1/templates/common.yaml b/stable/citadel-forgedwithfire/5.2.2/templates/common.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.1.1/templates/common.yaml rename to stable/citadel-forgedwithfire/5.2.2/templates/common.yaml diff --git a/stable/codeproject-ai-server/2.1.1/values.yaml b/stable/citadel-forgedwithfire/5.2.2/values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.1/values.yaml rename to stable/citadel-forgedwithfire/5.2.2/values.yaml diff --git a/stable/clamav/10.1.3/CHANGELOG.md b/stable/clamav/10.1.3/CHANGELOG.md deleted file mode 100644 index bc36a09493b..00000000000 --- a/stable/clamav/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [clamav-9.1.9](https://github.com/truecharts/charts/compare/clamav-9.1.8...clamav-9.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/clamav/10.1.3/Chart.yaml b/stable/clamav/10.1.3/Chart.yaml deleted file mode 100644 index 07adc60bd70..00000000000 --- a/stable/clamav/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/clamav/10.1.3/charts/common-18.0.2.tgz b/stable/clamav/10.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/clamav/10.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/clamav/10.1.3/ix_values.yaml b/stable/clamav/10.1.3/ix_values.yaml deleted file mode 100644 index 036870ef843..00000000000 --- a/stable/clamav/10.1.3/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/collabora/5.1.2/.helmignore b/stable/clamav/10.2.3/.helmignore similarity index 100% rename from stable/collabora/5.1.2/.helmignore rename to stable/clamav/10.2.3/.helmignore diff --git a/stable/clamav/10.2.3/CHANGELOG.md b/stable/clamav/10.2.3/CHANGELOG.md new file mode 100644 index 00000000000..46cabe3605f --- /dev/null +++ b/stable/clamav/10.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/clamav/10.2.3/Chart.yaml b/stable/clamav/10.2.3/Chart.yaml new file mode 100644 index 00000000000..eaf7dddf1ff --- /dev/null +++ b/stable/clamav/10.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/clamav/10.1.3/README.md b/stable/clamav/10.2.3/README.md similarity index 100% rename from stable/clamav/10.1.3/README.md rename to stable/clamav/10.2.3/README.md diff --git a/stable/clamav/10.2.3/app-changelog.md b/stable/clamav/10.2.3/app-changelog.md new file mode 100644 index 00000000000..6258ad31eb5 --- /dev/null +++ b/stable/clamav/10.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/clamav/10.1.3/app-readme.md b/stable/clamav/10.2.3/app-readme.md similarity index 100% rename from stable/clamav/10.1.3/app-readme.md rename to stable/clamav/10.2.3/app-readme.md diff --git a/stable/clamav/10.2.3/charts/common-18.1.6.tgz b/stable/clamav/10.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/clamav/10.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/clamav/10.2.3/ix_values.yaml b/stable/clamav/10.2.3/ix_values.yaml new file mode 100644 index 00000000000..01dae3faa1a --- /dev/null +++ b/stable/clamav/10.2.3/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.1.3/questions.yaml b/stable/clamav/10.2.3/questions.yaml similarity index 100% rename from stable/clamav/10.1.3/questions.yaml rename to stable/clamav/10.2.3/questions.yaml diff --git a/stable/cryptofolio/12.1.1/templates/NOTES.txt b/stable/clamav/10.2.3/templates/NOTES.txt similarity index 100% rename from stable/cryptofolio/12.1.1/templates/NOTES.txt rename to stable/clamav/10.2.3/templates/NOTES.txt diff --git a/stable/clamav/10.1.3/templates/_cronjob.tpl b/stable/clamav/10.2.3/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/10.1.3/templates/_cronjob.tpl rename to stable/clamav/10.2.3/templates/_cronjob.tpl diff --git a/stable/clamav/10.1.3/templates/common.yaml b/stable/clamav/10.2.3/templates/common.yaml similarity index 100% rename from stable/clamav/10.1.3/templates/common.yaml rename to stable/clamav/10.2.3/templates/common.yaml diff --git a/stable/collabora/5.1.2/values.yaml b/stable/clamav/10.2.3/values.yaml similarity index 100% rename from stable/collabora/5.1.2/values.yaml rename to stable/clamav/10.2.3/values.yaml diff --git a/stable/clarkson/12.2.2/CHANGELOG.md b/stable/clarkson/12.2.2/CHANGELOG.md deleted file mode 100644 index 16e4f59ca44..00000000000 --- a/stable/clarkson/12.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/clarkson/12.2.2/Chart.yaml b/stable/clarkson/12.2.2/Chart.yaml deleted file mode 100644 index ab0fb1cf5ab..00000000000 --- a/stable/clarkson/12.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.2 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/clarkson/12.2.2/charts/common-18.0.2.tgz b/stable/clarkson/12.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/clarkson/12.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/clarkson/12.2.2/charts/mariadb-13.0.0.tgz b/stable/clarkson/12.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/clarkson/12.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/colonysurvival/5.1.1/.helmignore b/stable/clarkson/12.4.2/.helmignore similarity index 100% rename from stable/colonysurvival/5.1.1/.helmignore rename to stable/clarkson/12.4.2/.helmignore diff --git a/stable/clarkson/12.4.2/CHANGELOG.md b/stable/clarkson/12.4.2/CHANGELOG.md new file mode 100644 index 00000000000..ff9b63b0e05 --- /dev/null +++ b/stable/clarkson/12.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + diff --git a/stable/clarkson/12.4.2/Chart.yaml b/stable/clarkson/12.4.2/Chart.yaml new file mode 100644 index 00000000000..262a01f0b75 --- /dev/null +++ b/stable/clarkson/12.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/clarkson/12.2.2/README.md b/stable/clarkson/12.4.2/README.md similarity index 100% rename from stable/clarkson/12.2.2/README.md rename to stable/clarkson/12.4.2/README.md diff --git a/stable/clarkson/12.4.2/app-changelog.md b/stable/clarkson/12.4.2/app-changelog.md new file mode 100644 index 00000000000..500ae948c16 --- /dev/null +++ b/stable/clarkson/12.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/clarkson/12.2.2/app-readme.md b/stable/clarkson/12.4.2/app-readme.md similarity index 100% rename from stable/clarkson/12.2.2/app-readme.md rename to stable/clarkson/12.4.2/app-readme.md diff --git a/stable/clarkson/12.4.2/charts/common-18.1.6.tgz b/stable/clarkson/12.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/clarkson/12.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/clarkson/12.4.2/charts/mariadb-13.2.0.tgz b/stable/clarkson/12.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/clarkson/12.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/clarkson/12.2.2/ix_values.yaml b/stable/clarkson/12.4.2/ix_values.yaml similarity index 100% rename from stable/clarkson/12.2.2/ix_values.yaml rename to stable/clarkson/12.4.2/ix_values.yaml diff --git a/stable/clarkson/12.2.2/questions.yaml b/stable/clarkson/12.4.2/questions.yaml similarity index 100% rename from stable/clarkson/12.2.2/questions.yaml rename to stable/clarkson/12.4.2/questions.yaml diff --git a/stable/cryptpad/7.1.1/templates/NOTES.txt b/stable/clarkson/12.4.2/templates/NOTES.txt similarity index 100% rename from stable/cryptpad/7.1.1/templates/NOTES.txt rename to stable/clarkson/12.4.2/templates/NOTES.txt diff --git a/stable/commento-plusplus/11.1.1/templates/common.yaml b/stable/clarkson/12.4.2/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/11.1.1/templates/common.yaml rename to stable/clarkson/12.4.2/templates/common.yaml diff --git a/stable/colonysurvival/5.1.1/values.yaml b/stable/clarkson/12.4.2/values.yaml similarity index 100% rename from stable/colonysurvival/5.1.1/values.yaml rename to stable/clarkson/12.4.2/values.yaml diff --git a/stable/clipplex/3.1.1/CHANGELOG.md b/stable/clipplex/3.1.1/CHANGELOG.md deleted file mode 100644 index d2bd4498464..00000000000 --- a/stable/clipplex/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/clipplex/3.1.1/Chart.yaml b/stable/clipplex/3.1.1/Chart.yaml deleted file mode 100644 index 360d9b141a8..00000000000 --- a/stable/clipplex/3.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/clipplex/3.1.1/charts/common-18.0.2.tgz b/stable/clipplex/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/clipplex/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/commento-plusplus/11.1.1/.helmignore b/stable/clipplex/3.2.2/.helmignore similarity index 100% rename from stable/commento-plusplus/11.1.1/.helmignore rename to stable/clipplex/3.2.2/.helmignore diff --git a/stable/clipplex/3.2.2/CHANGELOG.md b/stable/clipplex/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..72ae9179805 --- /dev/null +++ b/stable/clipplex/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/clipplex/3.2.2/Chart.yaml b/stable/clipplex/3.2.2/Chart.yaml new file mode 100644 index 00000000000..2c36907a7e5 --- /dev/null +++ b/stable/clipplex/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/clipplex/3.1.1/README.md b/stable/clipplex/3.2.2/README.md similarity index 100% rename from stable/clipplex/3.1.1/README.md rename to stable/clipplex/3.2.2/README.md diff --git a/stable/clipplex/3.2.2/app-changelog.md b/stable/clipplex/3.2.2/app-changelog.md new file mode 100644 index 00000000000..e89a8c114cf --- /dev/null +++ b/stable/clipplex/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/clipplex/3.1.1/app-readme.md b/stable/clipplex/3.2.2/app-readme.md similarity index 100% rename from stable/clipplex/3.1.1/app-readme.md rename to stable/clipplex/3.2.2/app-readme.md diff --git a/stable/clipplex/3.2.2/charts/common-18.1.6.tgz b/stable/clipplex/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/clipplex/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/clipplex/3.1.1/ix_values.yaml b/stable/clipplex/3.2.2/ix_values.yaml similarity index 100% rename from stable/clipplex/3.1.1/ix_values.yaml rename to stable/clipplex/3.2.2/ix_values.yaml diff --git a/stable/clipplex/3.1.1/questions.yaml b/stable/clipplex/3.2.2/questions.yaml similarity index 100% rename from stable/clipplex/3.1.1/questions.yaml rename to stable/clipplex/3.2.2/questions.yaml diff --git a/stable/couchpotato/9.1.1/templates/common.yaml b/stable/clipplex/3.2.2/templates/common.yaml similarity index 100% rename from stable/couchpotato/9.1.1/templates/common.yaml rename to stable/clipplex/3.2.2/templates/common.yaml diff --git a/stable/commento-plusplus/11.1.1/values.yaml b/stable/clipplex/3.2.2/values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.1/values.yaml rename to stable/clipplex/3.2.2/values.yaml diff --git a/stable/cloud9/11.1.1/CHANGELOG.md b/stable/cloud9/11.1.1/CHANGELOG.md deleted file mode 100644 index 039910d257e..00000000000 --- a/stable/cloud9/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cloud9/11.1.1/Chart.yaml b/stable/cloud9/11.1.1/Chart.yaml deleted file mode 100644 index ec3879532f7..00000000000 --- a/stable/cloud9/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.29.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cloud9/11.1.1/charts/common-18.0.2.tgz b/stable/cloud9/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloud9/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/conanexiles/5.1.1/.helmignore b/stable/cloud9/11.2.2/.helmignore similarity index 100% rename from stable/conanexiles/5.1.1/.helmignore rename to stable/cloud9/11.2.2/.helmignore diff --git a/stable/cloud9/11.2.2/CHANGELOG.md b/stable/cloud9/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e4c9f25f9b2 --- /dev/null +++ b/stable/cloud9/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cloud9/11.2.2/Chart.yaml b/stable/cloud9/11.2.2/Chart.yaml new file mode 100644 index 00000000000..02a0b39c58a --- /dev/null +++ b/stable/cloud9/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.29.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cloud9/11.1.1/README.md b/stable/cloud9/11.2.2/README.md similarity index 100% rename from stable/cloud9/11.1.1/README.md rename to stable/cloud9/11.2.2/README.md diff --git a/stable/cloud9/11.2.2/app-changelog.md b/stable/cloud9/11.2.2/app-changelog.md new file mode 100644 index 00000000000..a8dee41b7f4 --- /dev/null +++ b/stable/cloud9/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cloud9/11.1.1/app-readme.md b/stable/cloud9/11.2.2/app-readme.md similarity index 100% rename from stable/cloud9/11.1.1/app-readme.md rename to stable/cloud9/11.2.2/app-readme.md diff --git a/stable/cloud9/11.2.2/charts/common-18.1.6.tgz b/stable/cloud9/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cloud9/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cloud9/11.1.1/ix_values.yaml b/stable/cloud9/11.2.2/ix_values.yaml similarity index 100% rename from stable/cloud9/11.1.1/ix_values.yaml rename to stable/cloud9/11.2.2/ix_values.yaml diff --git a/stable/cloud9/11.1.1/questions.yaml b/stable/cloud9/11.2.2/questions.yaml similarity index 100% rename from stable/cloud9/11.1.1/questions.yaml rename to stable/cloud9/11.2.2/questions.yaml diff --git a/stable/cs2/3.1.1/templates/NOTES.txt b/stable/cloud9/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/cs2/3.1.1/templates/NOTES.txt rename to stable/cloud9/11.2.2/templates/NOTES.txt diff --git a/stable/cryptofolio/12.1.1/templates/common.yaml b/stable/cloud9/11.2.2/templates/common.yaml similarity index 100% rename from stable/cryptofolio/12.1.1/templates/common.yaml rename to stable/cloud9/11.2.2/templates/common.yaml diff --git a/stable/conanexiles/5.1.1/values.yaml b/stable/cloud9/11.2.2/values.yaml similarity index 100% rename from stable/conanexiles/5.1.1/values.yaml rename to stable/cloud9/11.2.2/values.yaml diff --git a/stable/cloudcommander/5.1.1/CHANGELOG.md b/stable/cloudcommander/5.1.1/CHANGELOG.md deleted file mode 100644 index 9fc816d9ab1..00000000000 --- a/stable/cloudcommander/5.1.1/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 - - -## [cloudcommander-4.1.5](https://github.com/truecharts/charts/compare/cloudcommander-4.1.4...cloudcommander-4.1.5) (2024-01-02) diff --git a/stable/cloudcommander/5.1.1/Chart.yaml b/stable/cloudcommander/5.1.1/Chart.yaml deleted file mode 100644 index 3626a0ca8d1..00000000000 --- a/stable/cloudcommander/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cloudcommander/5.1.1/charts/common-18.0.2.tgz b/stable/cloudcommander/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloudcommander/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/convos/5.1.1/.helmignore b/stable/cloudcommander/5.2.2/.helmignore similarity index 100% rename from stable/convos/5.1.1/.helmignore rename to stable/cloudcommander/5.2.2/.helmignore diff --git a/stable/cloudcommander/5.2.2/CHANGELOG.md b/stable/cloudcommander/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..101e625c2e7 --- /dev/null +++ b/stable/cloudcommander/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/cloudcommander/5.2.2/Chart.yaml b/stable/cloudcommander/5.2.2/Chart.yaml new file mode 100644 index 00000000000..15e38599b2c --- /dev/null +++ b/stable/cloudcommander/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cloudcommander/5.1.1/README.md b/stable/cloudcommander/5.2.2/README.md similarity index 100% rename from stable/cloudcommander/5.1.1/README.md rename to stable/cloudcommander/5.2.2/README.md diff --git a/stable/cloudcommander/5.2.2/app-changelog.md b/stable/cloudcommander/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f045ea23b85 --- /dev/null +++ b/stable/cloudcommander/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cloudcommander/5.1.1/app-readme.md b/stable/cloudcommander/5.2.2/app-readme.md similarity index 100% rename from stable/cloudcommander/5.1.1/app-readme.md rename to stable/cloudcommander/5.2.2/app-readme.md diff --git a/stable/cloudcommander/5.2.2/charts/common-18.1.6.tgz b/stable/cloudcommander/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cloudcommander/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cloudcommander/5.1.1/ix_values.yaml b/stable/cloudcommander/5.2.2/ix_values.yaml similarity index 100% rename from stable/cloudcommander/5.1.1/ix_values.yaml rename to stable/cloudcommander/5.2.2/ix_values.yaml diff --git a/stable/cloudcommander/5.1.1/questions.yaml b/stable/cloudcommander/5.2.2/questions.yaml similarity index 100% rename from stable/cloudcommander/5.1.1/questions.yaml rename to stable/cloudcommander/5.2.2/questions.yaml diff --git a/stable/cloudcommander/5.1.1/templates/common.yaml b/stable/cloudcommander/5.2.2/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.1.1/templates/common.yaml rename to stable/cloudcommander/5.2.2/templates/common.yaml diff --git a/stable/convos/5.1.1/values.yaml b/stable/cloudcommander/5.2.2/values.yaml similarity index 100% rename from stable/convos/5.1.1/values.yaml rename to stable/cloudcommander/5.2.2/values.yaml diff --git a/stable/cloudflared/10.1.1/CHANGELOG.md b/stable/cloudflared/10.1.1/CHANGELOG.md deleted file mode 100644 index f3533a6311d..00000000000 --- a/stable/cloudflared/10.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/cloudflared/10.1.1/Chart.yaml b/stable/cloudflared/10.1.1/Chart.yaml deleted file mode 100644 index fe9dda6bf3a..00000000000 --- a/stable/cloudflared/10.1.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 - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cloudflared/10.1.1/charts/common-18.0.2.tgz b/stable/cloudflared/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloudflared/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cops/8.2.0/.helmignore b/stable/cloudflared/10.2.2/.helmignore similarity index 100% rename from stable/cops/8.2.0/.helmignore rename to stable/cloudflared/10.2.2/.helmignore diff --git a/stable/cloudflared/10.2.2/CHANGELOG.md b/stable/cloudflared/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..31822645e12 --- /dev/null +++ b/stable/cloudflared/10.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/cloudflared/10.2.2/Chart.yaml b/stable/cloudflared/10.2.2/Chart.yaml new file mode 100644 index 00000000000..0c765191c41 --- /dev/null +++ b/stable/cloudflared/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cloudflared/10.1.1/README.md b/stable/cloudflared/10.2.2/README.md similarity index 100% rename from stable/cloudflared/10.1.1/README.md rename to stable/cloudflared/10.2.2/README.md diff --git a/stable/cloudflared/10.2.2/app-changelog.md b/stable/cloudflared/10.2.2/app-changelog.md new file mode 100644 index 00000000000..ffd595bdff3 --- /dev/null +++ b/stable/cloudflared/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cloudflared/10.1.1/app-readme.md b/stable/cloudflared/10.2.2/app-readme.md similarity index 100% rename from stable/cloudflared/10.1.1/app-readme.md rename to stable/cloudflared/10.2.2/app-readme.md diff --git a/stable/cloudflared/10.2.2/charts/common-18.1.6.tgz b/stable/cloudflared/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cloudflared/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cloudflared/10.1.1/ix_values.yaml b/stable/cloudflared/10.2.2/ix_values.yaml similarity index 100% rename from stable/cloudflared/10.1.1/ix_values.yaml rename to stable/cloudflared/10.2.2/ix_values.yaml diff --git a/stable/cloudflared/10.1.1/questions.yaml b/stable/cloudflared/10.2.2/questions.yaml similarity index 100% rename from stable/cloudflared/10.1.1/questions.yaml rename to stable/cloudflared/10.2.2/questions.yaml diff --git a/stable/cs2/3.1.1/templates/common.yaml b/stable/cloudflared/10.2.2/templates/common.yaml similarity index 100% rename from stable/cs2/3.1.1/templates/common.yaml rename to stable/cloudflared/10.2.2/templates/common.yaml diff --git a/stable/cops/8.2.0/values.yaml b/stable/cloudflared/10.2.2/values.yaml similarity index 100% rename from stable/cops/8.2.0/values.yaml rename to stable/cloudflared/10.2.2/values.yaml diff --git a/stable/cloudflareddns/9.1.3/CHANGELOG.md b/stable/cloudflareddns/9.1.3/CHANGELOG.md deleted file mode 100644 index fb43d2f31d9..00000000000 --- a/stable/cloudflareddns/9.1.3/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 - - - -- 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/cloudflareddns/9.1.3/Chart.yaml b/stable/cloudflareddns/9.1.3/Chart.yaml deleted file mode 100644 index 4d1f46badf6..00000000000 --- a/stable/cloudflareddns/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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/cloudflareddns/9.1.3/charts/common-18.0.2.tgz b/stable/cloudflareddns/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloudflareddns/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cloudflareddns/9.1.3/ix_values.yaml b/stable/cloudflareddns/9.1.3/ix_values.yaml deleted file mode 100644 index 71038b79dc1..00000000000 --- a/stable/cloudflareddns/9.1.3/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - repository: ghcr.io/hotio/cloudflareddns - pullPolicy: IfNotPresent - tag: latest@sha256:1524125384135798f617018009efba407d66c361afafeaef93857b6831e7aa01 -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/core-keeper-dedicated-server/5.1.1/.helmignore b/stable/cloudflareddns/9.2.3/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/.helmignore rename to stable/cloudflareddns/9.2.3/.helmignore diff --git a/stable/cloudflareddns/9.2.3/CHANGELOG.md b/stable/cloudflareddns/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..006b7b54a28 --- /dev/null +++ b/stable/cloudflareddns/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/cloudflareddns/9.2.3/Chart.yaml b/stable/cloudflareddns/9.2.3/Chart.yaml new file mode 100644 index 00000000000..ab3f679164a --- /dev/null +++ b/stable/cloudflareddns/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/cloudflareddns/9.1.3/README.md b/stable/cloudflareddns/9.2.3/README.md similarity index 100% rename from stable/cloudflareddns/9.1.3/README.md rename to stable/cloudflareddns/9.2.3/README.md diff --git a/stable/cloudflareddns/9.2.3/app-changelog.md b/stable/cloudflareddns/9.2.3/app-changelog.md new file mode 100644 index 00000000000..bfd7b613a40 --- /dev/null +++ b/stable/cloudflareddns/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cloudflareddns/9.1.3/app-readme.md b/stable/cloudflareddns/9.2.3/app-readme.md similarity index 100% rename from stable/cloudflareddns/9.1.3/app-readme.md rename to stable/cloudflareddns/9.2.3/app-readme.md diff --git a/stable/cloudflareddns/9.2.3/charts/common-18.1.6.tgz b/stable/cloudflareddns/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cloudflareddns/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/cloudflareddns/9.2.3/ix_values.yaml b/stable/cloudflareddns/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..436e9fd0b94 --- /dev/null +++ b/stable/cloudflareddns/9.2.3/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.1.3/questions.yaml b/stable/cloudflareddns/9.2.3/questions.yaml similarity index 100% rename from stable/cloudflareddns/9.1.3/questions.yaml rename to stable/cloudflareddns/9.2.3/questions.yaml diff --git a/stable/ctfd/4.4.1/templates/NOTES.txt b/stable/cloudflareddns/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.4.1/templates/NOTES.txt rename to stable/cloudflareddns/9.2.3/templates/NOTES.txt diff --git a/stable/cloudflareddns/9.1.3/templates/_secret.tpl b/stable/cloudflareddns/9.2.3/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/9.1.3/templates/_secret.tpl rename to stable/cloudflareddns/9.2.3/templates/_secret.tpl diff --git a/stable/cloudflareddns/9.1.3/templates/common.yaml b/stable/cloudflareddns/9.2.3/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/9.1.3/templates/common.yaml rename to stable/cloudflareddns/9.2.3/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.1/values.yaml b/stable/cloudflareddns/9.2.3/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/values.yaml rename to stable/cloudflareddns/9.2.3/values.yaml diff --git a/stable/cloudreve/6.1.1/CHANGELOG.md b/stable/cloudreve/6.1.1/CHANGELOG.md deleted file mode 100644 index 2923a019e51..00000000000 --- a/stable/cloudreve/6.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/cloudreve/6.1.1/Chart.yaml b/stable/cloudreve/6.1.1/Chart.yaml deleted file mode 100644 index 3c5ac61992f..00000000000 --- a/stable/cloudreve/6.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.8.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cloudreve/6.1.1/charts/common-18.0.2.tgz b/stable/cloudreve/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cloudreve/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/corekeeper/5.1.1/.helmignore b/stable/cloudreve/6.2.2/.helmignore similarity index 100% rename from stable/corekeeper/5.1.1/.helmignore rename to stable/cloudreve/6.2.2/.helmignore diff --git a/stable/cloudreve/6.2.2/CHANGELOG.md b/stable/cloudreve/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e11c93a325d --- /dev/null +++ b/stable/cloudreve/6.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/cloudreve/6.2.2/Chart.yaml b/stable/cloudreve/6.2.2/Chart.yaml new file mode 100644 index 00000000000..e433fce15f3 --- /dev/null +++ b/stable/cloudreve/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.8.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cloudreve/6.1.1/README.md b/stable/cloudreve/6.2.2/README.md similarity index 100% rename from stable/cloudreve/6.1.1/README.md rename to stable/cloudreve/6.2.2/README.md diff --git a/stable/cloudreve/6.2.2/app-changelog.md b/stable/cloudreve/6.2.2/app-changelog.md new file mode 100644 index 00000000000..30c358e22b5 --- /dev/null +++ b/stable/cloudreve/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cloudreve/6.1.1/app-readme.md b/stable/cloudreve/6.2.2/app-readme.md similarity index 100% rename from stable/cloudreve/6.1.1/app-readme.md rename to stable/cloudreve/6.2.2/app-readme.md diff --git a/stable/cloudreve/6.2.2/charts/common-18.1.6.tgz b/stable/cloudreve/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cloudreve/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cloudreve/6.1.1/ix_values.yaml b/stable/cloudreve/6.2.2/ix_values.yaml similarity index 100% rename from stable/cloudreve/6.1.1/ix_values.yaml rename to stable/cloudreve/6.2.2/ix_values.yaml diff --git a/stable/cloudreve/6.1.1/questions.yaml b/stable/cloudreve/6.2.2/questions.yaml similarity index 100% rename from stable/cloudreve/6.1.1/questions.yaml rename to stable/cloudreve/6.2.2/questions.yaml diff --git a/stable/cloudreve/6.1.1/templates/common.yaml b/stable/cloudreve/6.2.2/templates/common.yaml similarity index 100% rename from stable/cloudreve/6.1.1/templates/common.yaml rename to stable/cloudreve/6.2.2/templates/common.yaml diff --git a/stable/corekeeper/5.1.1/values.yaml b/stable/cloudreve/6.2.2/values.yaml similarity index 100% rename from stable/corekeeper/5.1.1/values.yaml rename to stable/cloudreve/6.2.2/values.yaml diff --git a/stable/code-server/11.1.3/CHANGELOG.md b/stable/code-server/11.1.3/CHANGELOG.md deleted file mode 100644 index bdf70b07a8c..00000000000 --- a/stable/code-server/11.1.3/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 - - - -- force bump to ensure up-to-date catalogs - diff --git a/stable/code-server/11.1.3/Chart.yaml b/stable/code-server/11.1.3/Chart.yaml deleted file mode 100644 index 558c54cf644..00000000000 --- a/stable/code-server/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: 4.21.1 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/code-server/11.1.3/charts/common-18.0.3.tgz b/stable/code-server/11.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/code-server/11.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/code-server/11.1.3/ix_values.yaml b/stable/code-server/11.1.3/ix_values.yaml deleted file mode 100644 index 149228fa0b7..00000000000 --- a/stable/code-server/11.1.3/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: docker.io/codercom/code-server - pullPolicy: IfNotPresent - tag: 4.21.1@sha256:c9f78fb7e8ac5fdd3bea856142dd5c5dda0f5183131254516af74135dc97c773 -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/couchpotato/9.1.1/.helmignore b/stable/code-server/11.3.2/.helmignore similarity index 100% rename from stable/couchpotato/9.1.1/.helmignore rename to stable/code-server/11.3.2/.helmignore diff --git a/stable/code-server/11.3.2/CHANGELOG.md b/stable/code-server/11.3.2/CHANGELOG.md new file mode 100644 index 00000000000..349c5371f22 --- /dev/null +++ b/stable/code-server/11.3.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/code-server/11.3.2/Chart.yaml b/stable/code-server/11.3.2/Chart.yaml new file mode 100644 index 00000000000..9da0437ac51 --- /dev/null +++ b/stable/code-server/11.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.22.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/code-server/11.1.3/README.md b/stable/code-server/11.3.2/README.md similarity index 100% rename from stable/code-server/11.1.3/README.md rename to stable/code-server/11.3.2/README.md diff --git a/stable/code-server/11.3.2/app-changelog.md b/stable/code-server/11.3.2/app-changelog.md new file mode 100644 index 00000000000..bb0f841ce10 --- /dev/null +++ b/stable/code-server/11.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/code-server/11.1.3/app-readme.md b/stable/code-server/11.3.2/app-readme.md similarity index 100% rename from stable/code-server/11.1.3/app-readme.md rename to stable/code-server/11.3.2/app-readme.md diff --git a/stable/code-server/11.3.2/charts/common-18.1.6.tgz b/stable/code-server/11.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/code-server/11.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/code-server/11.3.2/ix_values.yaml b/stable/code-server/11.3.2/ix_values.yaml new file mode 100644 index 00000000000..6ec4e28a0d4 --- /dev/null +++ b/stable/code-server/11.3.2/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.1.3/questions.yaml b/stable/code-server/11.3.2/questions.yaml similarity index 100% rename from stable/code-server/11.1.3/questions.yaml rename to stable/code-server/11.3.2/questions.yaml diff --git a/stable/cura-novnc/8.1.1/templates/NOTES.txt b/stable/code-server/11.3.2/templates/NOTES.txt similarity index 100% rename from stable/cura-novnc/8.1.1/templates/NOTES.txt rename to stable/code-server/11.3.2/templates/NOTES.txt diff --git a/stable/code-server/11.1.3/templates/common.yaml b/stable/code-server/11.3.2/templates/common.yaml similarity index 100% rename from stable/code-server/11.1.3/templates/common.yaml rename to stable/code-server/11.3.2/templates/common.yaml diff --git a/stable/couchpotato/9.1.1/values.yaml b/stable/code-server/11.3.2/values.yaml similarity index 100% rename from stable/couchpotato/9.1.1/values.yaml rename to stable/code-server/11.3.2/values.yaml diff --git a/stable/codeproject-ai-server/2.1.1/CHANGELOG.md b/stable/codeproject-ai-server/2.1.1/CHANGELOG.md deleted file mode 100644 index a6ded429fac..00000000000 --- a/stable/codeproject-ai-server/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,22 +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.1/Chart.yaml b/stable/codeproject-ai-server/2.1.1/Chart.yaml deleted file mode 100644 index 939413741f9..00000000000 --- a/stable/codeproject-ai-server/2.1.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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/codeproject-ai-server/2.1.1/charts/common-18.0.2.tgz b/stable/codeproject-ai-server/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/codeproject-ai-server/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/counterstrike2d/5.1.1/.helmignore b/stable/codeproject-ai-server/2.2.2/.helmignore similarity index 100% rename from stable/counterstrike2d/5.1.1/.helmignore rename to stable/codeproject-ai-server/2.2.2/.helmignore diff --git a/stable/codeproject-ai-server/2.2.2/CHANGELOG.md b/stable/codeproject-ai-server/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7ad5c6144ed --- /dev/null +++ b/stable/codeproject-ai-server/2.2.2/CHANGELOG.md @@ -0,0 +1,36 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/codeproject-ai-server/2.2.2/Chart.yaml new file mode 100644 index 00000000000..45615ceaf1b --- /dev/null +++ b/stable/codeproject-ai-server/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/codeproject-ai-server/2.1.1/README.md b/stable/codeproject-ai-server/2.2.2/README.md similarity index 100% rename from stable/codeproject-ai-server/2.1.1/README.md rename to stable/codeproject-ai-server/2.2.2/README.md diff --git a/stable/codeproject-ai-server/2.2.2/app-changelog.md b/stable/codeproject-ai-server/2.2.2/app-changelog.md new file mode 100644 index 00000000000..2a3918d52f4 --- /dev/null +++ b/stable/codeproject-ai-server/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.1.1/app-readme.md b/stable/codeproject-ai-server/2.2.2/app-readme.md similarity index 100% rename from stable/codeproject-ai-server/2.1.1/app-readme.md rename to stable/codeproject-ai-server/2.2.2/app-readme.md diff --git a/stable/codeproject-ai-server/2.2.2/charts/common-18.1.6.tgz b/stable/codeproject-ai-server/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/codeproject-ai-server/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/codeproject-ai-server/2.1.1/ix_values.yaml b/stable/codeproject-ai-server/2.2.2/ix_values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.1/ix_values.yaml rename to stable/codeproject-ai-server/2.2.2/ix_values.yaml diff --git a/stable/codeproject-ai-server/2.1.1/questions.yaml b/stable/codeproject-ai-server/2.2.2/questions.yaml similarity index 100% rename from stable/codeproject-ai-server/2.1.1/questions.yaml rename to stable/codeproject-ai-server/2.2.2/questions.yaml diff --git a/stable/custom-app/12.1.1/templates/common.yaml b/stable/codeproject-ai-server/2.2.2/templates/common.yaml similarity index 100% rename from stable/custom-app/12.1.1/templates/common.yaml rename to stable/codeproject-ai-server/2.2.2/templates/common.yaml diff --git a/stable/counterstrike2d/5.1.1/values.yaml b/stable/codeproject-ai-server/2.2.2/values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.1/values.yaml rename to stable/codeproject-ai-server/2.2.2/values.yaml diff --git a/stable/collabora/5.1.2/CHANGELOG.md b/stable/collabora/5.1.2/CHANGELOG.md deleted file mode 100644 index 372f5981dea..00000000000 --- a/stable/collabora/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image collabora/code to v23.05.7.2.1[@f465087](https://github.com/f465087) by renovate ([#16985](https://github.com/truecharts/charts/issues/16985)) \ No newline at end of file diff --git a/stable/collabora/5.1.2/Chart.yaml b/stable/collabora/5.1.2/Chart.yaml deleted file mode 100644 index d72378bf99a..00000000000 --- a/stable/collabora/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.05.9.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/collabora/5.1.2/charts/common-18.0.2.tgz b/stable/collabora/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/collabora/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/collabora/5.1.2/ix_values.yaml b/stable/collabora/5.1.2/ix_values.yaml deleted file mode 100644 index 62991f4d148..00000000000 --- a/stable/collabora/5.1.2/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.9.1.1@sha256:e0c7ff3cf4ccd49a590980cf83f46f8efd9456f9d173f92d1acfd3f41be09319 -collabora: - username: admin - password: changeme - interface: default - dictionaries: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - server_name: example.com - aliasgroup1: https://cloud.example.com - ssl_enable: false - ssl_termination: true - no_gen_ssl: true - extra_params: - - --o:welcome.enable=false -workload: - main: - podSpec: - containers: - main: - envFrom: - - configMapRef: - name: collabora-config - securityContext: - runAsUser: 100 - runAsGroup: 102 - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - capabilities: - add: - - CHOWN - - FOWNER - - SYS_CHROOT - - MKNOD -service: - main: - ports: - main: - protocol: http - targetPort: 9980 - port: 9980 -portal: - open: - enabled: true diff --git a/stable/cowyo/5.1.1/.helmignore b/stable/collabora/5.2.2/.helmignore similarity index 100% rename from stable/cowyo/5.1.1/.helmignore rename to stable/collabora/5.2.2/.helmignore diff --git a/stable/collabora/5.2.2/CHANGELOG.md b/stable/collabora/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..272c5b4d0e3 --- /dev/null +++ b/stable/collabora/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/collabora/5.2.2/Chart.yaml b/stable/collabora/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a391e9f6921 --- /dev/null +++ b/stable/collabora/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.05.9.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/collabora/5.1.2/README.md b/stable/collabora/5.2.2/README.md similarity index 100% rename from stable/collabora/5.1.2/README.md rename to stable/collabora/5.2.2/README.md diff --git a/stable/collabora/5.2.2/app-changelog.md b/stable/collabora/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3987ed13058 --- /dev/null +++ b/stable/collabora/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/collabora/5.1.2/app-readme.md b/stable/collabora/5.2.2/app-readme.md similarity index 100% rename from stable/collabora/5.1.2/app-readme.md rename to stable/collabora/5.2.2/app-readme.md diff --git a/stable/collabora/5.2.2/charts/common-18.1.6.tgz b/stable/collabora/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/collabora/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/collabora/5.2.2/ix_values.yaml b/stable/collabora/5.2.2/ix_values.yaml new file mode 100644 index 00000000000..a50538fdd3d --- /dev/null +++ b/stable/collabora/5.2.2/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: collabora/code + pullPolicy: IfNotPresent + tag: 23.05.9.2.1@sha256:eaea438515a0e148f0ae23c67fa7e91414367995857dfc9d893f1c921e8b728b +collabora: + username: admin + password: changeme + interface: default + dictionaries: + - de_DE + - en_GB + - en_US + - el_GR + - es_ES + - fr_FR + - pt_BR + - pt_PT + - it + - nl + - ru + server_name: example.com + aliasgroup1: https://cloud.example.com + ssl_enable: false + ssl_termination: true + no_gen_ssl: true + extra_params: + - --o:welcome.enable=false +workload: + main: + podSpec: + containers: + main: + envFrom: + - configMapRef: + name: collabora-config + securityContext: + runAsUser: 100 + runAsGroup: 102 + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + capabilities: + add: + - CHOWN + - FOWNER + - SYS_CHROOT + - MKNOD +service: + main: + ports: + main: + protocol: http + targetPort: 9980 + port: 9980 +portal: + open: + enabled: true diff --git a/stable/collabora/5.1.2/questions.yaml b/stable/collabora/5.2.2/questions.yaml similarity index 100% rename from stable/collabora/5.1.2/questions.yaml rename to stable/collabora/5.2.2/questions.yaml diff --git a/stable/custom-app/12.1.1/templates/NOTES.txt b/stable/collabora/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/custom-app/12.1.1/templates/NOTES.txt rename to stable/collabora/5.2.2/templates/NOTES.txt diff --git a/stable/collabora/5.1.2/templates/_configmap.tpl b/stable/collabora/5.2.2/templates/_configmap.tpl similarity index 100% rename from stable/collabora/5.1.2/templates/_configmap.tpl rename to stable/collabora/5.2.2/templates/_configmap.tpl diff --git a/stable/collabora/5.1.2/templates/common.yaml b/stable/collabora/5.2.2/templates/common.yaml similarity index 100% rename from stable/collabora/5.1.2/templates/common.yaml rename to stable/collabora/5.2.2/templates/common.yaml diff --git a/stable/cowyo/5.1.1/values.yaml b/stable/collabora/5.2.2/values.yaml similarity index 100% rename from stable/cowyo/5.1.1/values.yaml rename to stable/collabora/5.2.2/values.yaml diff --git a/stable/colonysurvival/5.1.1/CHANGELOG.md b/stable/colonysurvival/5.1.1/CHANGELOG.md deleted file mode 100644 index ffeb32f804c..00000000000 --- a/stable/colonysurvival/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/colonysurvival/5.1.1/Chart.yaml b/stable/colonysurvival/5.1.1/Chart.yaml deleted file mode 100644 index 4f7a72b36da..00000000000 --- a/stable/colonysurvival/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: colonysurial -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/colonysurvival/5.1.1/charts/common-18.0.2.tgz b/stable/colonysurvival/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/colonysurvival/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/craftopia/5.1.1/.helmignore b/stable/colonysurvival/5.2.2/.helmignore similarity index 100% rename from stable/craftopia/5.1.1/.helmignore rename to stable/colonysurvival/5.2.2/.helmignore diff --git a/stable/colonysurvival/5.2.2/CHANGELOG.md b/stable/colonysurvival/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..277a93b58ce --- /dev/null +++ b/stable/colonysurvival/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/colonysurvival/5.2.2/Chart.yaml b/stable/colonysurvival/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ca92fdd8db9 --- /dev/null +++ b/stable/colonysurvival/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: colonysurial +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/colonysurvival/5.1.1/README.md b/stable/colonysurvival/5.2.2/README.md similarity index 100% rename from stable/colonysurvival/5.1.1/README.md rename to stable/colonysurvival/5.2.2/README.md diff --git a/stable/colonysurvival/5.2.2/app-changelog.md b/stable/colonysurvival/5.2.2/app-changelog.md new file mode 100644 index 00000000000..fd800efe5e1 --- /dev/null +++ b/stable/colonysurvival/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/colonysurvival/5.1.1/app-readme.md b/stable/colonysurvival/5.2.2/app-readme.md similarity index 100% rename from stable/colonysurvival/5.1.1/app-readme.md rename to stable/colonysurvival/5.2.2/app-readme.md diff --git a/stable/colonysurvival/5.2.2/charts/common-18.1.6.tgz b/stable/colonysurvival/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/colonysurvival/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/colonysurvival/5.1.1/ix_values.yaml b/stable/colonysurvival/5.2.2/ix_values.yaml similarity index 100% rename from stable/colonysurvival/5.1.1/ix_values.yaml rename to stable/colonysurvival/5.2.2/ix_values.yaml diff --git a/stable/colonysurvival/5.1.1/questions.yaml b/stable/colonysurvival/5.2.2/questions.yaml similarity index 100% rename from stable/colonysurvival/5.1.1/questions.yaml rename to stable/colonysurvival/5.2.2/questions.yaml diff --git a/stable/colonysurvival/5.1.1/templates/common.yaml b/stable/colonysurvival/5.2.2/templates/common.yaml similarity index 100% rename from stable/colonysurvival/5.1.1/templates/common.yaml rename to stable/colonysurvival/5.2.2/templates/common.yaml diff --git a/stable/craftopia/5.1.1/values.yaml b/stable/colonysurvival/5.2.2/values.yaml similarity index 100% rename from stable/craftopia/5.1.1/values.yaml rename to stable/colonysurvival/5.2.2/values.yaml diff --git a/stable/commento-plusplus/11.1.1/CHANGELOG.md b/stable/commento-plusplus/11.1.1/CHANGELOG.md deleted file mode 100644 index 7a90ef398f3..00000000000 --- a/stable/commento-plusplus/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/commento-plusplus/11.1.1/Chart.yaml b/stable/commento-plusplus/11.1.1/Chart.yaml deleted file mode 100644 index ed2b57dc4a1..00000000000 --- a/stable/commento-plusplus/11.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.7 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/commento-plusplus/11.1.1/charts/common-18.0.2.tgz b/stable/commento-plusplus/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/commento-plusplus/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/crafty-4/7.1.1/.helmignore b/stable/commento-plusplus/11.2.2/.helmignore similarity index 100% rename from stable/crafty-4/7.1.1/.helmignore rename to stable/commento-plusplus/11.2.2/.helmignore diff --git a/stable/commento-plusplus/11.2.2/CHANGELOG.md b/stable/commento-plusplus/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7c1c40fc305 --- /dev/null +++ b/stable/commento-plusplus/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/commento-plusplus/11.2.2/Chart.yaml b/stable/commento-plusplus/11.2.2/Chart.yaml new file mode 100644 index 00000000000..770160d88c6 --- /dev/null +++ b/stable/commento-plusplus/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.7 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/commento-plusplus/11.1.1/README.md b/stable/commento-plusplus/11.2.2/README.md similarity index 100% rename from stable/commento-plusplus/11.1.1/README.md rename to stable/commento-plusplus/11.2.2/README.md diff --git a/stable/commento-plusplus/11.2.2/app-changelog.md b/stable/commento-plusplus/11.2.2/app-changelog.md new file mode 100644 index 00000000000..0ca10a3ddb1 --- /dev/null +++ b/stable/commento-plusplus/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/commento-plusplus/11.1.1/app-readme.md b/stable/commento-plusplus/11.2.2/app-readme.md similarity index 100% rename from stable/commento-plusplus/11.1.1/app-readme.md rename to stable/commento-plusplus/11.2.2/app-readme.md diff --git a/stable/commento-plusplus/11.2.2/charts/common-18.1.6.tgz b/stable/commento-plusplus/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/commento-plusplus/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/commento-plusplus/11.1.1/ix_values.yaml b/stable/commento-plusplus/11.2.2/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/11.1.1/ix_values.yaml rename to stable/commento-plusplus/11.2.2/ix_values.yaml diff --git a/stable/commento-plusplus/11.1.1/questions.yaml b/stable/commento-plusplus/11.2.2/questions.yaml similarity index 100% rename from stable/commento-plusplus/11.1.1/questions.yaml rename to stable/commento-plusplus/11.2.2/questions.yaml diff --git a/stable/cyberchef/9.1.2/templates/NOTES.txt b/stable/commento-plusplus/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/cyberchef/9.1.2/templates/NOTES.txt rename to stable/commento-plusplus/11.2.2/templates/NOTES.txt diff --git a/stable/cyberchef/9.1.2/templates/common.yaml b/stable/commento-plusplus/11.2.2/templates/common.yaml similarity index 100% rename from stable/cyberchef/9.1.2/templates/common.yaml rename to stable/commento-plusplus/11.2.2/templates/common.yaml diff --git a/stable/crafty-4/7.1.1/values.yaml b/stable/commento-plusplus/11.2.2/values.yaml similarity index 100% rename from stable/crafty-4/7.1.1/values.yaml rename to stable/commento-plusplus/11.2.2/values.yaml diff --git a/stable/conanexiles/5.1.1/CHANGELOG.md b/stable/conanexiles/5.1.1/CHANGELOG.md deleted file mode 100644 index 9f1e7ecd436..00000000000 --- a/stable/conanexiles/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/conanexiles/5.1.1/Chart.yaml b/stable/conanexiles/5.1.1/Chart.yaml deleted file mode 100644 index 741b52f9158..00000000000 --- a/stable/conanexiles/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: conanexiles -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/conanexiles/5.1.1/charts/common-18.0.2.tgz b/stable/conanexiles/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/conanexiles/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/crypto-exchanges-gateway/5.1.1/.helmignore b/stable/conanexiles/5.2.2/.helmignore similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/.helmignore rename to stable/conanexiles/5.2.2/.helmignore diff --git a/stable/conanexiles/5.2.2/CHANGELOG.md b/stable/conanexiles/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..df9e8639d71 --- /dev/null +++ b/stable/conanexiles/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/conanexiles/5.2.2/Chart.yaml b/stable/conanexiles/5.2.2/Chart.yaml new file mode 100644 index 00000000000..dbf2ec56e5d --- /dev/null +++ b/stable/conanexiles/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: conanexiles +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/conanexiles/5.1.1/README.md b/stable/conanexiles/5.2.2/README.md similarity index 100% rename from stable/conanexiles/5.1.1/README.md rename to stable/conanexiles/5.2.2/README.md diff --git a/stable/conanexiles/5.2.2/app-changelog.md b/stable/conanexiles/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7af84f00af7 --- /dev/null +++ b/stable/conanexiles/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/conanexiles/5.1.1/app-readme.md b/stable/conanexiles/5.2.2/app-readme.md similarity index 100% rename from stable/conanexiles/5.1.1/app-readme.md rename to stable/conanexiles/5.2.2/app-readme.md diff --git a/stable/conanexiles/5.2.2/charts/common-18.1.6.tgz b/stable/conanexiles/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/conanexiles/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/conanexiles/5.1.1/ix_values.yaml b/stable/conanexiles/5.2.2/ix_values.yaml similarity index 100% rename from stable/conanexiles/5.1.1/ix_values.yaml rename to stable/conanexiles/5.2.2/ix_values.yaml diff --git a/stable/conanexiles/5.1.1/questions.yaml b/stable/conanexiles/5.2.2/questions.yaml similarity index 100% rename from stable/conanexiles/5.1.1/questions.yaml rename to stable/conanexiles/5.2.2/questions.yaml diff --git a/stable/conanexiles/5.1.1/templates/common.yaml b/stable/conanexiles/5.2.2/templates/common.yaml similarity index 100% rename from stable/conanexiles/5.1.1/templates/common.yaml rename to stable/conanexiles/5.2.2/templates/common.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.1/values.yaml b/stable/conanexiles/5.2.2/values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/values.yaml rename to stable/conanexiles/5.2.2/values.yaml diff --git a/stable/convos/5.1.1/CHANGELOG.md b/stable/convos/5.1.1/CHANGELOG.md deleted file mode 100644 index cafdb665f33..00000000000 --- a/stable/convos/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/convos/5.1.1/Chart.yaml b/stable/convos/5.1.1/Chart.yaml deleted file mode 100644 index 7bb6088814f..00000000000 --- a/stable/convos/5.1.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: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/convos/5.1.1/charts/common-18.0.2.tgz b/stable/convos/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/convos/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cryptofolio/12.1.1/.helmignore b/stable/convos/5.2.2/.helmignore similarity index 100% rename from stable/cryptofolio/12.1.1/.helmignore rename to stable/convos/5.2.2/.helmignore diff --git a/stable/convos/5.2.2/CHANGELOG.md b/stable/convos/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a9d63cbbdd3 --- /dev/null +++ b/stable/convos/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/convos/5.2.2/Chart.yaml b/stable/convos/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e70cebdda2e --- /dev/null +++ b/stable/convos/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/convos/5.1.1/README.md b/stable/convos/5.2.2/README.md similarity index 100% rename from stable/convos/5.1.1/README.md rename to stable/convos/5.2.2/README.md diff --git a/stable/convos/5.2.2/app-changelog.md b/stable/convos/5.2.2/app-changelog.md new file mode 100644 index 00000000000..49247a437b4 --- /dev/null +++ b/stable/convos/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/convos/5.1.1/app-readme.md b/stable/convos/5.2.2/app-readme.md similarity index 100% rename from stable/convos/5.1.1/app-readme.md rename to stable/convos/5.2.2/app-readme.md diff --git a/stable/convos/5.2.2/charts/common-18.1.6.tgz b/stable/convos/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/convos/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/convos/5.1.1/ix_values.yaml b/stable/convos/5.2.2/ix_values.yaml similarity index 100% rename from stable/convos/5.1.1/ix_values.yaml rename to stable/convos/5.2.2/ix_values.yaml diff --git a/stable/convos/5.1.1/questions.yaml b/stable/convos/5.2.2/questions.yaml similarity index 100% rename from stable/convos/5.1.1/questions.yaml rename to stable/convos/5.2.2/questions.yaml diff --git a/stable/convos/5.1.1/templates/common.yaml b/stable/convos/5.2.2/templates/common.yaml similarity index 100% rename from stable/convos/5.1.1/templates/common.yaml rename to stable/convos/5.2.2/templates/common.yaml diff --git a/stable/cryptofolio/12.1.1/values.yaml b/stable/convos/5.2.2/values.yaml similarity index 100% rename from stable/cryptofolio/12.1.1/values.yaml rename to stable/convos/5.2.2/values.yaml diff --git a/stable/cops/8.2.0/CHANGELOG.md b/stable/cops/8.2.0/CHANGELOG.md deleted file mode 100644 index 958ac2942ae..00000000000 --- a/stable/cops/8.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cops/8.2.0/Chart.yaml b/stable/cops/8.2.0/Chart.yaml deleted file mode 100644 index 03aa19af46d..00000000000 --- a/stable/cops/8.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.4.1 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/cops/8.2.0/charts/common-18.0.2.tgz b/stable/cops/8.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cops/8.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cops/8.2.0/ix_values.yaml b/stable/cops/8.2.0/ix_values.yaml deleted file mode 100644 index 90d27d010fb..00000000000 --- a/stable/cops/8.2.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/cryptpad/7.1.1/.helmignore b/stable/cops/8.3.3/.helmignore similarity index 100% rename from stable/cryptpad/7.1.1/.helmignore rename to stable/cops/8.3.3/.helmignore diff --git a/stable/cops/8.3.3/CHANGELOG.md b/stable/cops/8.3.3/CHANGELOG.md new file mode 100644 index 00000000000..71053d5e5d1 --- /dev/null +++ b/stable/cops/8.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/cops/8.3.3/Chart.yaml b/stable/cops/8.3.3/Chart.yaml new file mode 100644 index 00000000000..a2ae8dd1376 --- /dev/null +++ b/stable/cops/8.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/cops/8.2.0/README.md b/stable/cops/8.3.3/README.md similarity index 100% rename from stable/cops/8.2.0/README.md rename to stable/cops/8.3.3/README.md diff --git a/stable/cops/8.3.3/app-changelog.md b/stable/cops/8.3.3/app-changelog.md new file mode 100644 index 00000000000..f979cd09555 --- /dev/null +++ b/stable/cops/8.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cops/8.2.0/app-readme.md b/stable/cops/8.3.3/app-readme.md similarity index 100% rename from stable/cops/8.2.0/app-readme.md rename to stable/cops/8.3.3/app-readme.md diff --git a/stable/cops/8.3.3/charts/common-18.1.6.tgz b/stable/cops/8.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cops/8.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/cops/8.3.3/ix_values.yaml b/stable/cops/8.3.3/ix_values.yaml new file mode 100644 index 00000000000..14b5b69c365 --- /dev/null +++ b/stable/cops/8.3.3/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.2.0/questions.yaml b/stable/cops/8.3.3/questions.yaml similarity index 100% rename from stable/cops/8.2.0/questions.yaml rename to stable/cops/8.3.3/questions.yaml diff --git a/stable/czkawka/9.1.1/templates/NOTES.txt b/stable/cops/8.3.3/templates/NOTES.txt similarity index 100% rename from stable/czkawka/9.1.1/templates/NOTES.txt rename to stable/cops/8.3.3/templates/NOTES.txt diff --git a/stable/cops/8.2.0/templates/common.yaml b/stable/cops/8.3.3/templates/common.yaml similarity index 100% rename from stable/cops/8.2.0/templates/common.yaml rename to stable/cops/8.3.3/templates/common.yaml diff --git a/stable/cryptpad/7.1.1/values.yaml b/stable/cops/8.3.3/values.yaml similarity index 100% rename from stable/cryptpad/7.1.1/values.yaml rename to stable/cops/8.3.3/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.1/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 44d31b68958..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/core-keeper-dedicated-server/5.1.1/Chart.yaml b/stable/core-keeper-dedicated-server/5.1.1/Chart.yaml deleted file mode 100644 index ba9c2877cf5..00000000000 --- a/stable/core-keeper-dedicated-server/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/core-keeper-dedicated-server/5.1.1/charts/common-18.0.2.tgz b/stable/core-keeper-dedicated-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cs2/3.1.1/.helmignore b/stable/core-keeper-dedicated-server/5.2.2/.helmignore similarity index 100% rename from stable/cs2/3.1.1/.helmignore rename to stable/core-keeper-dedicated-server/5.2.2/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.2.2/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2a171fd2667 --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/core-keeper-dedicated-server/5.2.2/Chart.yaml b/stable/core-keeper-dedicated-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ebaa112045d --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/core-keeper-dedicated-server/5.1.1/README.md b/stable/core-keeper-dedicated-server/5.2.2/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/README.md rename to stable/core-keeper-dedicated-server/5.2.2/README.md diff --git a/stable/core-keeper-dedicated-server/5.2.2/app-changelog.md b/stable/core-keeper-dedicated-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..af779394d7c --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.1.1/app-readme.md b/stable/core-keeper-dedicated-server/5.2.2/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/app-readme.md rename to stable/core-keeper-dedicated-server/5.2.2/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.2.2/charts/common-18.1.6.tgz b/stable/core-keeper-dedicated-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.1.1/ix_values.yaml b/stable/core-keeper-dedicated-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.2.2/ix_values.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.1/questions.yaml b/stable/core-keeper-dedicated-server/5.2.2/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/questions.yaml rename to stable/core-keeper-dedicated-server/5.2.2/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.1.1/templates/common.yaml b/stable/core-keeper-dedicated-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.1.1/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.2.2/templates/common.yaml diff --git a/stable/cs2/3.1.1/values.yaml b/stable/core-keeper-dedicated-server/5.2.2/values.yaml similarity index 100% rename from stable/cs2/3.1.1/values.yaml rename to stable/core-keeper-dedicated-server/5.2.2/values.yaml diff --git a/stable/corekeeper/5.1.1/CHANGELOG.md b/stable/corekeeper/5.1.1/CHANGELOG.md deleted file mode 100644 index 01405726d4c..00000000000 --- a/stable/corekeeper/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/corekeeper/5.1.1/Chart.yaml b/stable/corekeeper/5.1.1/Chart.yaml deleted file mode 100644 index 25fb6dd091c..00000000000 --- a/stable/corekeeper/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: corekeeper -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/corekeeper/5.1.1/charts/common-18.0.2.tgz b/stable/corekeeper/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/corekeeper/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/csgo/5.1.1/.helmignore b/stable/corekeeper/5.2.2/.helmignore similarity index 100% rename from stable/csgo/5.1.1/.helmignore rename to stable/corekeeper/5.2.2/.helmignore diff --git a/stable/corekeeper/5.2.2/CHANGELOG.md b/stable/corekeeper/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c2c9d704e48 --- /dev/null +++ b/stable/corekeeper/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/corekeeper/5.2.2/Chart.yaml b/stable/corekeeper/5.2.2/Chart.yaml new file mode 100644 index 00000000000..b1c47ca5c43 --- /dev/null +++ b/stable/corekeeper/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: corekeeper +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/corekeeper/5.1.1/README.md b/stable/corekeeper/5.2.2/README.md similarity index 100% rename from stable/corekeeper/5.1.1/README.md rename to stable/corekeeper/5.2.2/README.md diff --git a/stable/corekeeper/5.2.2/app-changelog.md b/stable/corekeeper/5.2.2/app-changelog.md new file mode 100644 index 00000000000..329323722f9 --- /dev/null +++ b/stable/corekeeper/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/corekeeper/5.1.1/app-readme.md b/stable/corekeeper/5.2.2/app-readme.md similarity index 100% rename from stable/corekeeper/5.1.1/app-readme.md rename to stable/corekeeper/5.2.2/app-readme.md diff --git a/stable/corekeeper/5.2.2/charts/common-18.1.6.tgz b/stable/corekeeper/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/corekeeper/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/corekeeper/5.1.1/ix_values.yaml b/stable/corekeeper/5.2.2/ix_values.yaml similarity index 100% rename from stable/corekeeper/5.1.1/ix_values.yaml rename to stable/corekeeper/5.2.2/ix_values.yaml diff --git a/stable/corekeeper/5.1.1/questions.yaml b/stable/corekeeper/5.2.2/questions.yaml similarity index 100% rename from stable/corekeeper/5.1.1/questions.yaml rename to stable/corekeeper/5.2.2/questions.yaml diff --git a/stable/corekeeper/5.1.1/templates/common.yaml b/stable/corekeeper/5.2.2/templates/common.yaml similarity index 100% rename from stable/corekeeper/5.1.1/templates/common.yaml rename to stable/corekeeper/5.2.2/templates/common.yaml diff --git a/stable/csgo/5.1.1/values.yaml b/stable/corekeeper/5.2.2/values.yaml similarity index 100% rename from stable/csgo/5.1.1/values.yaml rename to stable/corekeeper/5.2.2/values.yaml diff --git a/stable/couchpotato/9.1.1/CHANGELOG.md b/stable/couchpotato/9.1.1/CHANGELOG.md deleted file mode 100644 index a5028b52fd4..00000000000 --- a/stable/couchpotato/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/couchpotato/9.1.1/Chart.yaml b/stable/couchpotato/9.1.1/Chart.yaml deleted file mode 100644 index 61fc5786cd0..00000000000 --- a/stable/couchpotato/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/couchpotato/9.1.1/charts/common-18.0.2.tgz b/stable/couchpotato/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/couchpotato/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cssource/5.1.1/.helmignore b/stable/couchpotato/9.2.2/.helmignore similarity index 100% rename from stable/cssource/5.1.1/.helmignore rename to stable/couchpotato/9.2.2/.helmignore diff --git a/stable/couchpotato/9.2.2/CHANGELOG.md b/stable/couchpotato/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d0ec520d00e --- /dev/null +++ b/stable/couchpotato/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/couchpotato/9.2.2/Chart.yaml b/stable/couchpotato/9.2.2/Chart.yaml new file mode 100644 index 00000000000..4b0bd04effd --- /dev/null +++ b/stable/couchpotato/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/couchpotato/9.1.1/README.md b/stable/couchpotato/9.2.2/README.md similarity index 100% rename from stable/couchpotato/9.1.1/README.md rename to stable/couchpotato/9.2.2/README.md diff --git a/stable/couchpotato/9.2.2/app-changelog.md b/stable/couchpotato/9.2.2/app-changelog.md new file mode 100644 index 00000000000..b6f53de99e7 --- /dev/null +++ b/stable/couchpotato/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/couchpotato/9.1.1/app-readme.md b/stable/couchpotato/9.2.2/app-readme.md similarity index 100% rename from stable/couchpotato/9.1.1/app-readme.md rename to stable/couchpotato/9.2.2/app-readme.md diff --git a/stable/couchpotato/9.2.2/charts/common-18.1.6.tgz b/stable/couchpotato/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/couchpotato/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/couchpotato/9.1.1/ix_values.yaml b/stable/couchpotato/9.2.2/ix_values.yaml similarity index 100% rename from stable/couchpotato/9.1.1/ix_values.yaml rename to stable/couchpotato/9.2.2/ix_values.yaml diff --git a/stable/couchpotato/9.1.1/questions.yaml b/stable/couchpotato/9.2.2/questions.yaml similarity index 100% rename from stable/couchpotato/9.1.1/questions.yaml rename to stable/couchpotato/9.2.2/questions.yaml diff --git a/stable/dashdot/8.1.1/templates/NOTES.txt b/stable/couchpotato/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/dashdot/8.1.1/templates/NOTES.txt rename to stable/couchpotato/9.2.2/templates/NOTES.txt diff --git a/stable/czkawka/9.1.1/templates/common.yaml b/stable/couchpotato/9.2.2/templates/common.yaml similarity index 100% rename from stable/czkawka/9.1.1/templates/common.yaml rename to stable/couchpotato/9.2.2/templates/common.yaml diff --git a/stable/cssource/5.1.1/values.yaml b/stable/couchpotato/9.2.2/values.yaml similarity index 100% rename from stable/cssource/5.1.1/values.yaml rename to stable/couchpotato/9.2.2/values.yaml diff --git a/stable/counterstrike2d/5.1.1/CHANGELOG.md b/stable/counterstrike2d/5.1.1/CHANGELOG.md deleted file mode 100644 index 180d6d3d75d..00000000000 --- a/stable/counterstrike2d/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/counterstrike2d/5.1.1/Chart.yaml b/stable/counterstrike2d/5.1.1/Chart.yaml deleted file mode 100644 index ec8b395d20c..00000000000 --- a/stable/counterstrike2d/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/counterstrike2d/5.1.1/charts/common-18.0.2.tgz b/stable/counterstrike2d/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/counterstrike2d/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cstrike1-6/5.1.1/.helmignore b/stable/counterstrike2d/5.2.2/.helmignore similarity index 100% rename from stable/cstrike1-6/5.1.1/.helmignore rename to stable/counterstrike2d/5.2.2/.helmignore diff --git a/stable/counterstrike2d/5.2.2/CHANGELOG.md b/stable/counterstrike2d/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2d585c6e57d --- /dev/null +++ b/stable/counterstrike2d/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/counterstrike2d/5.2.2/Chart.yaml b/stable/counterstrike2d/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a7204fc0f40 --- /dev/null +++ b/stable/counterstrike2d/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/counterstrike2d/5.1.1/README.md b/stable/counterstrike2d/5.2.2/README.md similarity index 100% rename from stable/counterstrike2d/5.1.1/README.md rename to stable/counterstrike2d/5.2.2/README.md diff --git a/stable/counterstrike2d/5.2.2/app-changelog.md b/stable/counterstrike2d/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4757479e135 --- /dev/null +++ b/stable/counterstrike2d/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/counterstrike2d/5.1.1/app-readme.md b/stable/counterstrike2d/5.2.2/app-readme.md similarity index 100% rename from stable/counterstrike2d/5.1.1/app-readme.md rename to stable/counterstrike2d/5.2.2/app-readme.md diff --git a/stable/counterstrike2d/5.2.2/charts/common-18.1.6.tgz b/stable/counterstrike2d/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/counterstrike2d/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/counterstrike2d/5.1.1/ix_values.yaml b/stable/counterstrike2d/5.2.2/ix_values.yaml similarity index 100% rename from stable/counterstrike2d/5.1.1/ix_values.yaml rename to stable/counterstrike2d/5.2.2/ix_values.yaml diff --git a/stable/counterstrike2d/5.1.1/questions.yaml b/stable/counterstrike2d/5.2.2/questions.yaml similarity index 100% rename from stable/counterstrike2d/5.1.1/questions.yaml rename to stable/counterstrike2d/5.2.2/questions.yaml diff --git a/stable/counterstrike2d/5.1.1/templates/common.yaml b/stable/counterstrike2d/5.2.2/templates/common.yaml similarity index 100% rename from stable/counterstrike2d/5.1.1/templates/common.yaml rename to stable/counterstrike2d/5.2.2/templates/common.yaml diff --git a/stable/cstrike1-6/5.1.1/values.yaml b/stable/counterstrike2d/5.2.2/values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.1/values.yaml rename to stable/counterstrike2d/5.2.2/values.yaml diff --git a/stable/cowyo/5.1.1/CHANGELOG.md b/stable/cowyo/5.1.1/CHANGELOG.md deleted file mode 100644 index 12940734c98..00000000000 --- a/stable/cowyo/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cowyo/5.1.1/Chart.yaml b/stable/cowyo/5.1.1/Chart.yaml deleted file mode 100644 index 17037c04555..00000000000 --- a/stable/cowyo/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cowyo/5.1.1/charts/common-18.0.2.tgz b/stable/cowyo/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cowyo/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cstrikeconditionzero/5.1.1/.helmignore b/stable/cowyo/5.2.2/.helmignore similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/.helmignore rename to stable/cowyo/5.2.2/.helmignore diff --git a/stable/cowyo/5.2.2/CHANGELOG.md b/stable/cowyo/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9e476d8afef --- /dev/null +++ b/stable/cowyo/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cowyo/5.2.2/Chart.yaml b/stable/cowyo/5.2.2/Chart.yaml new file mode 100644 index 00000000000..174c4f8c9bc --- /dev/null +++ b/stable/cowyo/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cowyo/5.1.1/README.md b/stable/cowyo/5.2.2/README.md similarity index 100% rename from stable/cowyo/5.1.1/README.md rename to stable/cowyo/5.2.2/README.md diff --git a/stable/cowyo/5.2.2/app-changelog.md b/stable/cowyo/5.2.2/app-changelog.md new file mode 100644 index 00000000000..67332bfd4c4 --- /dev/null +++ b/stable/cowyo/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cowyo/5.1.1/app-readme.md b/stable/cowyo/5.2.2/app-readme.md similarity index 100% rename from stable/cowyo/5.1.1/app-readme.md rename to stable/cowyo/5.2.2/app-readme.md diff --git a/stable/cowyo/5.2.2/charts/common-18.1.6.tgz b/stable/cowyo/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cowyo/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cowyo/5.1.1/ix_values.yaml b/stable/cowyo/5.2.2/ix_values.yaml similarity index 100% rename from stable/cowyo/5.1.1/ix_values.yaml rename to stable/cowyo/5.2.2/ix_values.yaml diff --git a/stable/cowyo/5.1.1/questions.yaml b/stable/cowyo/5.2.2/questions.yaml similarity index 100% rename from stable/cowyo/5.1.1/questions.yaml rename to stable/cowyo/5.2.2/questions.yaml diff --git a/stable/cowyo/5.1.1/templates/common.yaml b/stable/cowyo/5.2.2/templates/common.yaml similarity index 100% rename from stable/cowyo/5.1.1/templates/common.yaml rename to stable/cowyo/5.2.2/templates/common.yaml diff --git a/stable/cstrikeconditionzero/5.1.1/values.yaml b/stable/cowyo/5.2.2/values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/values.yaml rename to stable/cowyo/5.2.2/values.yaml diff --git a/stable/craftopia/5.1.1/CHANGELOG.md b/stable/craftopia/5.1.1/CHANGELOG.md deleted file mode 100644 index 95f92fffa51..00000000000 --- a/stable/craftopia/5.1.1/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)) - - -## [craftopia-4.1.4](https://github.com/truecharts/charts/compare/craftopia-4.1.3...craftopia-4.1.4) (2024-01-01) diff --git a/stable/craftopia/5.1.1/Chart.yaml b/stable/craftopia/5.1.1/Chart.yaml deleted file mode 100644 index ef9a7b22701..00000000000 --- a/stable/craftopia/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: craftopia -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/craftopia/5.1.1/charts/common-18.0.2.tgz b/stable/craftopia/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/craftopia/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ctfd/4.4.1/.helmignore b/stable/craftopia/5.2.2/.helmignore similarity index 100% rename from stable/ctfd/4.4.1/.helmignore rename to stable/craftopia/5.2.2/.helmignore diff --git a/stable/craftopia/5.2.2/CHANGELOG.md b/stable/craftopia/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5cb9e5c0c3c --- /dev/null +++ b/stable/craftopia/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/craftopia/5.2.2/Chart.yaml b/stable/craftopia/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a789193767f --- /dev/null +++ b/stable/craftopia/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: craftopia +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/craftopia/5.1.1/README.md b/stable/craftopia/5.2.2/README.md similarity index 100% rename from stable/craftopia/5.1.1/README.md rename to stable/craftopia/5.2.2/README.md diff --git a/stable/craftopia/5.2.2/app-changelog.md b/stable/craftopia/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ef059b50093 --- /dev/null +++ b/stable/craftopia/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/craftopia/5.1.1/app-readme.md b/stable/craftopia/5.2.2/app-readme.md similarity index 100% rename from stable/craftopia/5.1.1/app-readme.md rename to stable/craftopia/5.2.2/app-readme.md diff --git a/stable/craftopia/5.2.2/charts/common-18.1.6.tgz b/stable/craftopia/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/craftopia/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/craftopia/5.1.1/ix_values.yaml b/stable/craftopia/5.2.2/ix_values.yaml similarity index 100% rename from stable/craftopia/5.1.1/ix_values.yaml rename to stable/craftopia/5.2.2/ix_values.yaml diff --git a/stable/craftopia/5.1.1/questions.yaml b/stable/craftopia/5.2.2/questions.yaml similarity index 100% rename from stable/craftopia/5.1.1/questions.yaml rename to stable/craftopia/5.2.2/questions.yaml diff --git a/stable/craftopia/5.1.1/templates/common.yaml b/stable/craftopia/5.2.2/templates/common.yaml similarity index 100% rename from stable/craftopia/5.1.1/templates/common.yaml rename to stable/craftopia/5.2.2/templates/common.yaml diff --git a/stable/ctfd/4.4.1/values.yaml b/stable/craftopia/5.2.2/values.yaml similarity index 100% rename from stable/ctfd/4.4.1/values.yaml rename to stable/craftopia/5.2.2/values.yaml diff --git a/stable/crafty-4/7.1.1/CHANGELOG.md b/stable/crafty-4/7.1.1/CHANGELOG.md deleted file mode 100644 index 17c5dbadd18..00000000000 --- a/stable/crafty-4/7.1.1/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)) - - -## [crafty-4-6.1.4](https://github.com/truecharts/charts/compare/crafty-4-6.1.3...crafty-4-6.1.4) (2024-01-01) diff --git a/stable/crafty-4/7.1.1/Chart.yaml b/stable/crafty-4/7.1.1/Chart.yaml deleted file mode 100644 index 77e89393232..00000000000 --- a/stable/crafty-4/7.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/crafty-4/7.1.1/charts/common-18.0.2.tgz b/stable/crafty-4/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/crafty-4/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cura-novnc/8.1.1/.helmignore b/stable/crafty-4/7.2.2/.helmignore similarity index 100% rename from stable/cura-novnc/8.1.1/.helmignore rename to stable/crafty-4/7.2.2/.helmignore diff --git a/stable/crafty-4/7.2.2/CHANGELOG.md b/stable/crafty-4/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6a8e4394993 --- /dev/null +++ b/stable/crafty-4/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/crafty-4/7.2.2/Chart.yaml b/stable/crafty-4/7.2.2/Chart.yaml new file mode 100644 index 00000000000..69b1373e949 --- /dev/null +++ b/stable/crafty-4/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/crafty-4/7.1.1/README.md b/stable/crafty-4/7.2.2/README.md similarity index 100% rename from stable/crafty-4/7.1.1/README.md rename to stable/crafty-4/7.2.2/README.md diff --git a/stable/crafty-4/7.2.2/app-changelog.md b/stable/crafty-4/7.2.2/app-changelog.md new file mode 100644 index 00000000000..82816fe1cc2 --- /dev/null +++ b/stable/crafty-4/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/crafty-4/7.1.1/app-readme.md b/stable/crafty-4/7.2.2/app-readme.md similarity index 100% rename from stable/crafty-4/7.1.1/app-readme.md rename to stable/crafty-4/7.2.2/app-readme.md diff --git a/stable/crafty-4/7.2.2/charts/common-18.1.6.tgz b/stable/crafty-4/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/crafty-4/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/crafty-4/7.1.1/ix_values.yaml b/stable/crafty-4/7.2.2/ix_values.yaml similarity index 100% rename from stable/crafty-4/7.1.1/ix_values.yaml rename to stable/crafty-4/7.2.2/ix_values.yaml diff --git a/stable/crafty-4/7.1.1/questions.yaml b/stable/crafty-4/7.2.2/questions.yaml similarity index 100% rename from stable/crafty-4/7.1.1/questions.yaml rename to stable/crafty-4/7.2.2/questions.yaml diff --git a/stable/dashy/6.2.0/templates/NOTES.txt b/stable/crafty-4/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/dashy/6.2.0/templates/NOTES.txt rename to stable/crafty-4/7.2.2/templates/NOTES.txt diff --git a/stable/crafty-4/7.1.1/templates/common.yaml b/stable/crafty-4/7.2.2/templates/common.yaml similarity index 100% rename from stable/crafty-4/7.1.1/templates/common.yaml rename to stable/crafty-4/7.2.2/templates/common.yaml diff --git a/stable/cura-novnc/8.1.1/values.yaml b/stable/crafty-4/7.2.2/values.yaml similarity index 100% rename from stable/cura-novnc/8.1.1/values.yaml rename to stable/crafty-4/7.2.2/values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.1/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.1.1/CHANGELOG.md deleted file mode 100644 index 4043c88a5fe..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/crypto-exchanges-gateway/5.1.1/Chart.yaml b/stable/crypto-exchanges-gateway/5.1.1/Chart.yaml deleted file mode 100644 index ba3b2f1f010..00000000000 --- a/stable/crypto-exchanges-gateway/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/crypto-exchanges-gateway/5.1.1/charts/common-18.0.2.tgz b/stable/crypto-exchanges-gateway/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/crypto-exchanges-gateway/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/custom-app/12.1.1/.helmignore b/stable/crypto-exchanges-gateway/5.2.2/.helmignore similarity index 100% rename from stable/custom-app/12.1.1/.helmignore rename to stable/crypto-exchanges-gateway/5.2.2/.helmignore diff --git a/stable/crypto-exchanges-gateway/5.2.2/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..31ec0903c9f --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/crypto-exchanges-gateway/5.2.2/Chart.yaml b/stable/crypto-exchanges-gateway/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2a7771496c4 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/crypto-exchanges-gateway/5.1.1/README.md b/stable/crypto-exchanges-gateway/5.2.2/README.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/README.md rename to stable/crypto-exchanges-gateway/5.2.2/README.md diff --git a/stable/crypto-exchanges-gateway/5.2.2/app-changelog.md b/stable/crypto-exchanges-gateway/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3c1a98ef933 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/crypto-exchanges-gateway/5.1.1/app-readme.md b/stable/crypto-exchanges-gateway/5.2.2/app-readme.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/app-readme.md rename to stable/crypto-exchanges-gateway/5.2.2/app-readme.md diff --git a/stable/crypto-exchanges-gateway/5.2.2/charts/common-18.1.6.tgz b/stable/crypto-exchanges-gateway/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/crypto-exchanges-gateway/5.1.1/ix_values.yaml b/stable/crypto-exchanges-gateway/5.2.2/ix_values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/ix_values.yaml rename to stable/crypto-exchanges-gateway/5.2.2/ix_values.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.1/questions.yaml b/stable/crypto-exchanges-gateway/5.2.2/questions.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/questions.yaml rename to stable/crypto-exchanges-gateway/5.2.2/questions.yaml diff --git a/stable/crypto-exchanges-gateway/5.1.1/templates/common.yaml b/stable/crypto-exchanges-gateway/5.2.2/templates/common.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.1.1/templates/common.yaml rename to stable/crypto-exchanges-gateway/5.2.2/templates/common.yaml diff --git a/stable/custom-app/12.1.1/values.yaml b/stable/crypto-exchanges-gateway/5.2.2/values.yaml similarity index 100% rename from stable/custom-app/12.1.1/values.yaml rename to stable/crypto-exchanges-gateway/5.2.2/values.yaml diff --git a/stable/cryptofolio/12.1.1/CHANGELOG.md b/stable/cryptofolio/12.1.1/CHANGELOG.md deleted file mode 100644 index 1109013b4a5..00000000000 --- a/stable/cryptofolio/12.1.1/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)) - - -## [cryptofolio-11.1.3](https://github.com/truecharts/charts/compare/cryptofolio-11.1.0...cryptofolio-11.1.3) (2024-01-01) diff --git a/stable/cryptofolio/12.1.1/Chart.yaml b/stable/cryptofolio/12.1.1/Chart.yaml deleted file mode 100644 index 82a61db184f..00000000000 --- a/stable/cryptofolio/12.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cryptofolio/12.1.1/charts/common-18.0.2.tgz b/stable/cryptofolio/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cryptofolio/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/cyberchef/9.1.2/.helmignore b/stable/cryptofolio/12.2.2/.helmignore similarity index 100% rename from stable/cyberchef/9.1.2/.helmignore rename to stable/cryptofolio/12.2.2/.helmignore diff --git a/stable/cryptofolio/12.2.2/CHANGELOG.md b/stable/cryptofolio/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3b23927b4b8 --- /dev/null +++ b/stable/cryptofolio/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/cryptofolio/12.2.2/Chart.yaml b/stable/cryptofolio/12.2.2/Chart.yaml new file mode 100644 index 00000000000..b57bdeb0969 --- /dev/null +++ b/stable/cryptofolio/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cryptofolio/12.1.1/README.md b/stable/cryptofolio/12.2.2/README.md similarity index 100% rename from stable/cryptofolio/12.1.1/README.md rename to stable/cryptofolio/12.2.2/README.md diff --git a/stable/cryptofolio/12.2.2/app-changelog.md b/stable/cryptofolio/12.2.2/app-changelog.md new file mode 100644 index 00000000000..0b97fb5038b --- /dev/null +++ b/stable/cryptofolio/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cryptofolio/12.1.1/app-readme.md b/stable/cryptofolio/12.2.2/app-readme.md similarity index 100% rename from stable/cryptofolio/12.1.1/app-readme.md rename to stable/cryptofolio/12.2.2/app-readme.md diff --git a/stable/cryptofolio/12.2.2/charts/common-18.1.6.tgz b/stable/cryptofolio/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cryptofolio/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cryptofolio/12.1.1/ix_values.yaml b/stable/cryptofolio/12.2.2/ix_values.yaml similarity index 100% rename from stable/cryptofolio/12.1.1/ix_values.yaml rename to stable/cryptofolio/12.2.2/ix_values.yaml diff --git a/stable/cryptofolio/12.1.1/questions.yaml b/stable/cryptofolio/12.2.2/questions.yaml similarity index 100% rename from stable/cryptofolio/12.1.1/questions.yaml rename to stable/cryptofolio/12.2.2/questions.yaml diff --git a/stable/davos/12.1.3/templates/NOTES.txt b/stable/cryptofolio/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/davos/12.1.3/templates/NOTES.txt rename to stable/cryptofolio/12.2.2/templates/NOTES.txt diff --git a/stable/dashdot/8.1.1/templates/common.yaml b/stable/cryptofolio/12.2.2/templates/common.yaml similarity index 100% rename from stable/dashdot/8.1.1/templates/common.yaml rename to stable/cryptofolio/12.2.2/templates/common.yaml diff --git a/stable/cyberchef/9.1.2/values.yaml b/stable/cryptofolio/12.2.2/values.yaml similarity index 100% rename from stable/cyberchef/9.1.2/values.yaml rename to stable/cryptofolio/12.2.2/values.yaml diff --git a/stable/cryptpad/7.1.1/CHANGELOG.md b/stable/cryptpad/7.1.1/CHANGELOG.md deleted file mode 100644 index 905ae146d70..00000000000 --- a/stable/cryptpad/7.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cryptpad/7.1.1/Chart.yaml b/stable/cryptpad/7.1.1/Chart.yaml deleted file mode 100644 index 4acc277138d..00000000000 --- a/stable/cryptpad/7.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cryptpad/7.1.1/charts/common-18.0.2.tgz b/stable/cryptpad/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cryptpad/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/czkawka/9.1.1/.helmignore b/stable/cryptpad/7.2.2/.helmignore similarity index 100% rename from stable/czkawka/9.1.1/.helmignore rename to stable/cryptpad/7.2.2/.helmignore diff --git a/stable/cryptpad/7.2.2/CHANGELOG.md b/stable/cryptpad/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8cea34ca5db --- /dev/null +++ b/stable/cryptpad/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cryptpad/7.2.2/Chart.yaml b/stable/cryptpad/7.2.2/Chart.yaml new file mode 100644 index 00000000000..120f47bc404 --- /dev/null +++ b/stable/cryptpad/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cryptpad/7.1.1/README.md b/stable/cryptpad/7.2.2/README.md similarity index 100% rename from stable/cryptpad/7.1.1/README.md rename to stable/cryptpad/7.2.2/README.md diff --git a/stable/cryptpad/7.2.2/app-changelog.md b/stable/cryptpad/7.2.2/app-changelog.md new file mode 100644 index 00000000000..92eea03a04e --- /dev/null +++ b/stable/cryptpad/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cryptpad/7.1.1/app-readme.md b/stable/cryptpad/7.2.2/app-readme.md similarity index 100% rename from stable/cryptpad/7.1.1/app-readme.md rename to stable/cryptpad/7.2.2/app-readme.md diff --git a/stable/cryptpad/7.2.2/charts/common-18.1.6.tgz b/stable/cryptpad/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cryptpad/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cryptpad/7.1.1/ix_values.yaml b/stable/cryptpad/7.2.2/ix_values.yaml similarity index 100% rename from stable/cryptpad/7.1.1/ix_values.yaml rename to stable/cryptpad/7.2.2/ix_values.yaml diff --git a/stable/cryptpad/7.1.1/questions.yaml b/stable/cryptpad/7.2.2/questions.yaml similarity index 100% rename from stable/cryptpad/7.1.1/questions.yaml rename to stable/cryptpad/7.2.2/questions.yaml diff --git a/stable/ddclient/9.1.2/templates/NOTES.txt b/stable/cryptpad/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/ddclient/9.1.2/templates/NOTES.txt rename to stable/cryptpad/7.2.2/templates/NOTES.txt diff --git a/stable/cryptpad/7.1.1/templates/common.yaml b/stable/cryptpad/7.2.2/templates/common.yaml similarity index 100% rename from stable/cryptpad/7.1.1/templates/common.yaml rename to stable/cryptpad/7.2.2/templates/common.yaml diff --git a/stable/czkawka/9.1.1/values.yaml b/stable/cryptpad/7.2.2/values.yaml similarity index 100% rename from stable/czkawka/9.1.1/values.yaml rename to stable/cryptpad/7.2.2/values.yaml diff --git a/stable/cs2/3.1.1/CHANGELOG.md b/stable/cs2/3.1.1/CHANGELOG.md deleted file mode 100644 index 19a095c0b95..00000000000 --- a/stable/cs2/3.1.1/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 - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/cs2/3.1.1/Chart.yaml b/stable/cs2/3.1.1/Chart.yaml deleted file mode 100644 index 2cb70883049..00000000000 --- a/stable/cs2/3.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cs2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cs2/3.1.1/charts/common-18.0.2.tgz b/stable/cs2/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cs2/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dailynotes/5.1.1/.helmignore b/stable/cs2/3.2.2/.helmignore similarity index 100% rename from stable/dailynotes/5.1.1/.helmignore rename to stable/cs2/3.2.2/.helmignore diff --git a/stable/cs2/3.2.2/CHANGELOG.md b/stable/cs2/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e0996ca79f2 --- /dev/null +++ b/stable/cs2/3.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/cs2/3.2.2/Chart.yaml b/stable/cs2/3.2.2/Chart.yaml new file mode 100644 index 00000000000..90b0dd376d0 --- /dev/null +++ b/stable/cs2/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cs2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cs2/3.1.1/README.md b/stable/cs2/3.2.2/README.md similarity index 100% rename from stable/cs2/3.1.1/README.md rename to stable/cs2/3.2.2/README.md diff --git a/stable/cs2/3.2.2/app-changelog.md b/stable/cs2/3.2.2/app-changelog.md new file mode 100644 index 00000000000..ee7cd4e2571 --- /dev/null +++ b/stable/cs2/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cs2/3.1.1/app-readme.md b/stable/cs2/3.2.2/app-readme.md similarity index 100% rename from stable/cs2/3.1.1/app-readme.md rename to stable/cs2/3.2.2/app-readme.md diff --git a/stable/cs2/3.2.2/charts/common-18.1.6.tgz b/stable/cs2/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cs2/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cs2/3.1.1/ix_values.yaml b/stable/cs2/3.2.2/ix_values.yaml similarity index 100% rename from stable/cs2/3.1.1/ix_values.yaml rename to stable/cs2/3.2.2/ix_values.yaml diff --git a/stable/cs2/3.1.1/questions.yaml b/stable/cs2/3.2.2/questions.yaml similarity index 100% rename from stable/cs2/3.1.1/questions.yaml rename to stable/cs2/3.2.2/questions.yaml diff --git a/stable/ddns-go/10.1.1/templates/NOTES.txt b/stable/cs2/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/10.1.1/templates/NOTES.txt rename to stable/cs2/3.2.2/templates/NOTES.txt diff --git a/stable/ddclient/9.1.2/templates/common.yaml b/stable/cs2/3.2.2/templates/common.yaml similarity index 100% rename from stable/ddclient/9.1.2/templates/common.yaml rename to stable/cs2/3.2.2/templates/common.yaml diff --git a/stable/dailynotes/5.1.1/values.yaml b/stable/cs2/3.2.2/values.yaml similarity index 100% rename from stable/dailynotes/5.1.1/values.yaml rename to stable/cs2/3.2.2/values.yaml diff --git a/stable/csgo/5.1.1/CHANGELOG.md b/stable/csgo/5.1.1/CHANGELOG.md deleted file mode 100644 index 3d906c1e5eb..00000000000 --- a/stable/csgo/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/csgo/5.1.1/Chart.yaml b/stable/csgo/5.1.1/Chart.yaml deleted file mode 100644 index 77a55239c6b..00000000000 --- a/stable/csgo/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/csgo/5.1.1/charts/common-18.0.2.tgz b/stable/csgo/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/csgo/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/damselfly/5.1.1/.helmignore b/stable/csgo/5.2.2/.helmignore similarity index 100% rename from stable/damselfly/5.1.1/.helmignore rename to stable/csgo/5.2.2/.helmignore diff --git a/stable/csgo/5.2.2/CHANGELOG.md b/stable/csgo/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5e9b91244af --- /dev/null +++ b/stable/csgo/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/csgo/5.2.2/Chart.yaml b/stable/csgo/5.2.2/Chart.yaml new file mode 100644 index 00000000000..262c409e4a9 --- /dev/null +++ b/stable/csgo/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/csgo/5.1.1/README.md b/stable/csgo/5.2.2/README.md similarity index 100% rename from stable/csgo/5.1.1/README.md rename to stable/csgo/5.2.2/README.md diff --git a/stable/csgo/5.2.2/app-changelog.md b/stable/csgo/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8e914c20626 --- /dev/null +++ b/stable/csgo/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/csgo/5.1.1/app-readme.md b/stable/csgo/5.2.2/app-readme.md similarity index 100% rename from stable/csgo/5.1.1/app-readme.md rename to stable/csgo/5.2.2/app-readme.md diff --git a/stable/csgo/5.2.2/charts/common-18.1.6.tgz b/stable/csgo/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/csgo/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/csgo/5.1.1/ix_values.yaml b/stable/csgo/5.2.2/ix_values.yaml similarity index 100% rename from stable/csgo/5.1.1/ix_values.yaml rename to stable/csgo/5.2.2/ix_values.yaml diff --git a/stable/csgo/5.1.1/questions.yaml b/stable/csgo/5.2.2/questions.yaml similarity index 100% rename from stable/csgo/5.1.1/questions.yaml rename to stable/csgo/5.2.2/questions.yaml diff --git a/stable/csgo/5.1.1/templates/common.yaml b/stable/csgo/5.2.2/templates/common.yaml similarity index 100% rename from stable/csgo/5.1.1/templates/common.yaml rename to stable/csgo/5.2.2/templates/common.yaml diff --git a/stable/damselfly/5.1.1/values.yaml b/stable/csgo/5.2.2/values.yaml similarity index 100% rename from stable/damselfly/5.1.1/values.yaml rename to stable/csgo/5.2.2/values.yaml diff --git a/stable/cssource/5.1.1/CHANGELOG.md b/stable/cssource/5.1.1/CHANGELOG.md deleted file mode 100644 index 48b746f8bf5..00000000000 --- a/stable/cssource/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cssource/5.1.1/Chart.yaml b/stable/cssource/5.1.1/Chart.yaml deleted file mode 100644 index 4c9c539415a..00000000000 --- a/stable/cssource/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cssource/5.1.1/charts/common-18.0.2.tgz b/stable/cssource/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cssource/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dashdot/8.1.1/.helmignore b/stable/cssource/5.2.2/.helmignore similarity index 100% rename from stable/dashdot/8.1.1/.helmignore rename to stable/cssource/5.2.2/.helmignore diff --git a/stable/cssource/5.2.2/CHANGELOG.md b/stable/cssource/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1f85e14756d --- /dev/null +++ b/stable/cssource/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cssource/5.2.2/Chart.yaml b/stable/cssource/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1e75a268c3e --- /dev/null +++ b/stable/cssource/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cssource/5.1.1/README.md b/stable/cssource/5.2.2/README.md similarity index 100% rename from stable/cssource/5.1.1/README.md rename to stable/cssource/5.2.2/README.md diff --git a/stable/cssource/5.2.2/app-changelog.md b/stable/cssource/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9b1f095116b --- /dev/null +++ b/stable/cssource/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cssource/5.1.1/app-readme.md b/stable/cssource/5.2.2/app-readme.md similarity index 100% rename from stable/cssource/5.1.1/app-readme.md rename to stable/cssource/5.2.2/app-readme.md diff --git a/stable/cssource/5.2.2/charts/common-18.1.6.tgz b/stable/cssource/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cssource/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cssource/5.1.1/ix_values.yaml b/stable/cssource/5.2.2/ix_values.yaml similarity index 100% rename from stable/cssource/5.1.1/ix_values.yaml rename to stable/cssource/5.2.2/ix_values.yaml diff --git a/stable/cssource/5.1.1/questions.yaml b/stable/cssource/5.2.2/questions.yaml similarity index 100% rename from stable/cssource/5.1.1/questions.yaml rename to stable/cssource/5.2.2/questions.yaml diff --git a/stable/cssource/5.1.1/templates/common.yaml b/stable/cssource/5.2.2/templates/common.yaml similarity index 100% rename from stable/cssource/5.1.1/templates/common.yaml rename to stable/cssource/5.2.2/templates/common.yaml diff --git a/stable/dashdot/8.1.1/values.yaml b/stable/cssource/5.2.2/values.yaml similarity index 100% rename from stable/dashdot/8.1.1/values.yaml rename to stable/cssource/5.2.2/values.yaml diff --git a/stable/cstrike1-6/5.1.1/CHANGELOG.md b/stable/cstrike1-6/5.1.1/CHANGELOG.md deleted file mode 100644 index 3209bc19212..00000000000 --- a/stable/cstrike1-6/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cstrike1-6/5.1.1/Chart.yaml b/stable/cstrike1-6/5.1.1/Chart.yaml deleted file mode 100644 index b03498716c2..00000000000 --- a/stable/cstrike1-6/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrike1.6 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cstrike1-6/5.1.1/charts/common-18.0.2.tgz b/stable/cstrike1-6/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cstrike1-6/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dashmachine/5.1.1/.helmignore b/stable/cstrike1-6/5.2.2/.helmignore similarity index 100% rename from stable/dashmachine/5.1.1/.helmignore rename to stable/cstrike1-6/5.2.2/.helmignore diff --git a/stable/cstrike1-6/5.2.2/CHANGELOG.md b/stable/cstrike1-6/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..234a8c849f1 --- /dev/null +++ b/stable/cstrike1-6/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cstrike1-6/5.2.2/Chart.yaml b/stable/cstrike1-6/5.2.2/Chart.yaml new file mode 100644 index 00000000000..cbaa943fb4e --- /dev/null +++ b/stable/cstrike1-6/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrike1.6 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cstrike1-6/5.1.1/README.md b/stable/cstrike1-6/5.2.2/README.md similarity index 100% rename from stable/cstrike1-6/5.1.1/README.md rename to stable/cstrike1-6/5.2.2/README.md diff --git a/stable/cstrike1-6/5.2.2/app-changelog.md b/stable/cstrike1-6/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9ab3d8b70a3 --- /dev/null +++ b/stable/cstrike1-6/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cstrike1-6/5.1.1/app-readme.md b/stable/cstrike1-6/5.2.2/app-readme.md similarity index 100% rename from stable/cstrike1-6/5.1.1/app-readme.md rename to stable/cstrike1-6/5.2.2/app-readme.md diff --git a/stable/cstrike1-6/5.2.2/charts/common-18.1.6.tgz b/stable/cstrike1-6/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cstrike1-6/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cstrike1-6/5.1.1/ix_values.yaml b/stable/cstrike1-6/5.2.2/ix_values.yaml similarity index 100% rename from stable/cstrike1-6/5.1.1/ix_values.yaml rename to stable/cstrike1-6/5.2.2/ix_values.yaml diff --git a/stable/cstrike1-6/5.1.1/questions.yaml b/stable/cstrike1-6/5.2.2/questions.yaml similarity index 100% rename from stable/cstrike1-6/5.1.1/questions.yaml rename to stable/cstrike1-6/5.2.2/questions.yaml diff --git a/stable/cstrike1-6/5.1.1/templates/common.yaml b/stable/cstrike1-6/5.2.2/templates/common.yaml similarity index 100% rename from stable/cstrike1-6/5.1.1/templates/common.yaml rename to stable/cstrike1-6/5.2.2/templates/common.yaml diff --git a/stable/dashmachine/5.1.1/values.yaml b/stable/cstrike1-6/5.2.2/values.yaml similarity index 100% rename from stable/dashmachine/5.1.1/values.yaml rename to stable/cstrike1-6/5.2.2/values.yaml diff --git a/stable/cstrikeconditionzero/5.1.1/CHANGELOG.md b/stable/cstrikeconditionzero/5.1.1/CHANGELOG.md deleted file mode 100644 index 2d68fc4bc3d..00000000000 --- a/stable/cstrikeconditionzero/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/cstrikeconditionzero/5.1.1/Chart.yaml b/stable/cstrikeconditionzero/5.1.1/Chart.yaml deleted file mode 100644 index 5d25520825f..00000000000 --- a/stable/cstrikeconditionzero/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: cstrikeczero -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cstrikeconditionzero/5.1.1/charts/common-18.0.2.tgz b/stable/cstrikeconditionzero/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cstrikeconditionzero/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dashy/6.2.0/.helmignore b/stable/cstrikeconditionzero/5.2.2/.helmignore similarity index 100% rename from stable/dashy/6.2.0/.helmignore rename to stable/cstrikeconditionzero/5.2.2/.helmignore diff --git a/stable/cstrikeconditionzero/5.2.2/CHANGELOG.md b/stable/cstrikeconditionzero/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5bfaad327d0 --- /dev/null +++ b/stable/cstrikeconditionzero/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/cstrikeconditionzero/5.2.2/Chart.yaml b/stable/cstrikeconditionzero/5.2.2/Chart.yaml new file mode 100644 index 00000000000..431dab4ac7f --- /dev/null +++ b/stable/cstrikeconditionzero/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: cstrikeczero +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cstrikeconditionzero/5.1.1/README.md b/stable/cstrikeconditionzero/5.2.2/README.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/README.md rename to stable/cstrikeconditionzero/5.2.2/README.md diff --git a/stable/cstrikeconditionzero/5.2.2/app-changelog.md b/stable/cstrikeconditionzero/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7f16917520d --- /dev/null +++ b/stable/cstrikeconditionzero/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cstrikeconditionzero/5.1.1/app-readme.md b/stable/cstrikeconditionzero/5.2.2/app-readme.md similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/app-readme.md rename to stable/cstrikeconditionzero/5.2.2/app-readme.md diff --git a/stable/cstrikeconditionzero/5.2.2/charts/common-18.1.6.tgz b/stable/cstrikeconditionzero/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cstrikeconditionzero/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cstrikeconditionzero/5.1.1/ix_values.yaml b/stable/cstrikeconditionzero/5.2.2/ix_values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/ix_values.yaml rename to stable/cstrikeconditionzero/5.2.2/ix_values.yaml diff --git a/stable/cstrikeconditionzero/5.1.1/questions.yaml b/stable/cstrikeconditionzero/5.2.2/questions.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/questions.yaml rename to stable/cstrikeconditionzero/5.2.2/questions.yaml diff --git a/stable/cstrikeconditionzero/5.1.1/templates/common.yaml b/stable/cstrikeconditionzero/5.2.2/templates/common.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.1.1/templates/common.yaml rename to stable/cstrikeconditionzero/5.2.2/templates/common.yaml diff --git a/stable/dashy/6.2.0/values.yaml b/stable/cstrikeconditionzero/5.2.2/values.yaml similarity index 100% rename from stable/dashy/6.2.0/values.yaml rename to stable/cstrikeconditionzero/5.2.2/values.yaml diff --git a/stable/ctfd/4.4.1/CHANGELOG.md b/stable/ctfd/4.4.1/CHANGELOG.md deleted file mode 100644 index a7d1fa71350..00000000000 --- a/stable/ctfd/4.4.1/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)) - - -## [ctfd-3.1.10](https://github.com/truecharts/charts/compare/ctfd-3.1.9...ctfd-3.1.10) (2024-01-02) diff --git a/stable/ctfd/4.4.1/Chart.yaml b/stable/ctfd/4.4.1/Chart.yaml deleted file mode 100644 index 79918da4678..00000000000 --- a/stable/ctfd/4.4.1/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.0.3 - 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: 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.4.1 diff --git a/stable/ctfd/4.4.1/charts/common-18.0.3.tgz b/stable/ctfd/4.4.1/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/ctfd/4.4.1/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/ctfd/4.4.1/charts/mariadb-12.3.0.tgz b/stable/ctfd/4.4.1/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/ctfd/4.4.1/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/ctfd/4.4.1/ix_values.yaml b/stable/ctfd/4.4.1/ix_values.yaml deleted file mode 100644 index 6fcd4f60530..00000000000 --- a/stable/ctfd/4.4.1/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/davos/12.1.3/.helmignore b/stable/ctfd/4.7.2/.helmignore similarity index 100% rename from stable/davos/12.1.3/.helmignore rename to stable/ctfd/4.7.2/.helmignore diff --git a/stable/ctfd/4.7.2/CHANGELOG.md b/stable/ctfd/4.7.2/CHANGELOG.md new file mode 100644 index 00000000000..d34cc285495 --- /dev/null +++ b/stable/ctfd/4.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/ctfd/4.7.2/Chart.yaml b/stable/ctfd/4.7.2/Chart.yaml new file mode 100644 index 00000000000..224ed1c1ee4 --- /dev/null +++ b/stable/ctfd/4.7.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.7.0 +dependencies: + - name: common + version: 18.1.6 + 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.7.2 diff --git a/stable/ctfd/4.4.1/README.md b/stable/ctfd/4.7.2/README.md similarity index 100% rename from stable/ctfd/4.4.1/README.md rename to stable/ctfd/4.7.2/README.md diff --git a/stable/ctfd/4.7.2/app-changelog.md b/stable/ctfd/4.7.2/app-changelog.md new file mode 100644 index 00000000000..13801b38b70 --- /dev/null +++ b/stable/ctfd/4.7.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ctfd/4.4.1/app-readme.md b/stable/ctfd/4.7.2/app-readme.md similarity index 100% rename from stable/ctfd/4.4.1/app-readme.md rename to stable/ctfd/4.7.2/app-readme.md diff --git a/stable/ctfd/4.7.2/charts/common-18.1.6.tgz b/stable/ctfd/4.7.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ctfd/4.7.2/charts/common-18.1.6.tgz differ diff --git a/stable/ctfd/4.7.2/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.7.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/ctfd/4.7.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/ctfd/4.4.1/charts/redis-11.3.0.tgz b/stable/ctfd/4.7.2/charts/redis-11.3.0.tgz similarity index 100% rename from stable/ctfd/4.4.1/charts/redis-11.3.0.tgz rename to stable/ctfd/4.7.2/charts/redis-11.3.0.tgz diff --git a/stable/ctfd/4.7.2/ix_values.yaml b/stable/ctfd/4.7.2/ix_values.yaml new file mode 100644 index 00000000000..11b08a662e2 --- /dev/null +++ b/stable/ctfd/4.7.2/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.4.1/questions.yaml b/stable/ctfd/4.7.2/questions.yaml similarity index 100% rename from stable/ctfd/4.4.1/questions.yaml rename to stable/ctfd/4.7.2/questions.yaml diff --git a/stable/ddns-updater/9.1.1/templates/NOTES.txt b/stable/ctfd/4.7.2/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/9.1.1/templates/NOTES.txt rename to stable/ctfd/4.7.2/templates/NOTES.txt diff --git a/stable/ctfd/4.4.1/templates/_secrets.tpl b/stable/ctfd/4.7.2/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.4.1/templates/_secrets.tpl rename to stable/ctfd/4.7.2/templates/_secrets.tpl diff --git a/stable/ctfd/4.4.1/templates/common.yaml b/stable/ctfd/4.7.2/templates/common.yaml similarity index 100% rename from stable/ctfd/4.4.1/templates/common.yaml rename to stable/ctfd/4.7.2/templates/common.yaml diff --git a/stable/davos/12.1.3/values.yaml b/stable/ctfd/4.7.2/values.yaml similarity index 100% rename from stable/davos/12.1.3/values.yaml rename to stable/ctfd/4.7.2/values.yaml diff --git a/stable/cura-novnc/8.1.1/CHANGELOG.md b/stable/cura-novnc/8.1.1/CHANGELOG.md deleted file mode 100644 index 443e590e701..00000000000 --- a/stable/cura-novnc/8.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/cura-novnc/8.1.1/Chart.yaml b/stable/cura-novnc/8.1.1/Chart.yaml deleted file mode 100644 index 39f3e21a2ac..00000000000 --- a/stable/cura-novnc/8.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/cura-novnc/8.1.1/charts/common-18.0.2.tgz b/stable/cura-novnc/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cura-novnc/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dayofdefeatsource/5.1.1/.helmignore b/stable/cura-novnc/8.2.2/.helmignore similarity index 100% rename from stable/dayofdefeatsource/5.1.1/.helmignore rename to stable/cura-novnc/8.2.2/.helmignore diff --git a/stable/cura-novnc/8.2.2/CHANGELOG.md b/stable/cura-novnc/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c1f7f461788 --- /dev/null +++ b/stable/cura-novnc/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/cura-novnc/8.2.2/Chart.yaml b/stable/cura-novnc/8.2.2/Chart.yaml new file mode 100644 index 00000000000..0c64bd5543c --- /dev/null +++ b/stable/cura-novnc/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cura-novnc/8.1.1/README.md b/stable/cura-novnc/8.2.2/README.md similarity index 100% rename from stable/cura-novnc/8.1.1/README.md rename to stable/cura-novnc/8.2.2/README.md diff --git a/stable/cura-novnc/8.2.2/app-changelog.md b/stable/cura-novnc/8.2.2/app-changelog.md new file mode 100644 index 00000000000..77c3d251c32 --- /dev/null +++ b/stable/cura-novnc/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cura-novnc/8.1.1/app-readme.md b/stable/cura-novnc/8.2.2/app-readme.md similarity index 100% rename from stable/cura-novnc/8.1.1/app-readme.md rename to stable/cura-novnc/8.2.2/app-readme.md diff --git a/stable/cura-novnc/8.2.2/charts/common-18.1.6.tgz b/stable/cura-novnc/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cura-novnc/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cura-novnc/8.1.1/ix_values.yaml b/stable/cura-novnc/8.2.2/ix_values.yaml similarity index 100% rename from stable/cura-novnc/8.1.1/ix_values.yaml rename to stable/cura-novnc/8.2.2/ix_values.yaml diff --git a/stable/cura-novnc/8.1.1/questions.yaml b/stable/cura-novnc/8.2.2/questions.yaml similarity index 100% rename from stable/cura-novnc/8.1.1/questions.yaml rename to stable/cura-novnc/8.2.2/questions.yaml diff --git a/stable/deemix/10.1.1/templates/NOTES.txt b/stable/cura-novnc/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/deemix/10.1.1/templates/NOTES.txt rename to stable/cura-novnc/8.2.2/templates/NOTES.txt diff --git a/stable/cura-novnc/8.1.1/templates/common.yaml b/stable/cura-novnc/8.2.2/templates/common.yaml similarity index 100% rename from stable/cura-novnc/8.1.1/templates/common.yaml rename to stable/cura-novnc/8.2.2/templates/common.yaml diff --git a/stable/dayofdefeatsource/5.1.1/values.yaml b/stable/cura-novnc/8.2.2/values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.1/values.yaml rename to stable/cura-novnc/8.2.2/values.yaml diff --git a/stable/custom-app/12.1.1/CHANGELOG.md b/stable/custom-app/12.1.1/CHANGELOG.md deleted file mode 100644 index c2e036ae7f0..00000000000 --- a/stable/custom-app/12.1.1/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)) - - -## [custom-app-11.1.5](https://github.com/truecharts/charts/compare/custom-app-11.1.4...custom-app-11.1.5) (2024-01-02) diff --git a/stable/custom-app/12.1.1/Chart.yaml b/stable/custom-app/12.1.1/Chart.yaml deleted file mode 100644 index 624725d698a..00000000000 --- a/stable/custom-app/12.1.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: custom - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/custom-app/12.1.1/charts/common-18.0.2.tgz b/stable/custom-app/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/custom-app/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/daysofwar/5.1.1/.helmignore b/stable/custom-app/12.2.2/.helmignore similarity index 100% rename from stable/daysofwar/5.1.1/.helmignore rename to stable/custom-app/12.2.2/.helmignore diff --git a/stable/custom-app/12.2.2/CHANGELOG.md b/stable/custom-app/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9728c8c0035 --- /dev/null +++ b/stable/custom-app/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/custom-app/12.2.2/Chart.yaml b/stable/custom-app/12.2.2/Chart.yaml new file mode 100644 index 00000000000..9f17795c0f0 --- /dev/null +++ b/stable/custom-app/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/custom-app/12.1.1/README.md b/stable/custom-app/12.2.2/README.md similarity index 100% rename from stable/custom-app/12.1.1/README.md rename to stable/custom-app/12.2.2/README.md diff --git a/stable/custom-app/12.2.2/app-changelog.md b/stable/custom-app/12.2.2/app-changelog.md new file mode 100644 index 00000000000..5ceca25f18b --- /dev/null +++ b/stable/custom-app/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/custom-app/12.1.1/app-readme.md b/stable/custom-app/12.2.2/app-readme.md similarity index 100% rename from stable/custom-app/12.1.1/app-readme.md rename to stable/custom-app/12.2.2/app-readme.md diff --git a/stable/custom-app/12.2.2/charts/common-18.1.6.tgz b/stable/custom-app/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/custom-app/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/custom-app/12.1.1/ix_values.yaml b/stable/custom-app/12.2.2/ix_values.yaml similarity index 100% rename from stable/custom-app/12.1.1/ix_values.yaml rename to stable/custom-app/12.2.2/ix_values.yaml diff --git a/stable/custom-app/12.1.1/questions.yaml b/stable/custom-app/12.2.2/questions.yaml similarity index 100% rename from stable/custom-app/12.1.1/questions.yaml rename to stable/custom-app/12.2.2/questions.yaml diff --git a/stable/deepstack/11.1.1/templates/NOTES.txt b/stable/custom-app/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/deepstack/11.1.1/templates/NOTES.txt rename to stable/custom-app/12.2.2/templates/NOTES.txt diff --git a/stable/ddns-go/10.1.1/templates/common.yaml b/stable/custom-app/12.2.2/templates/common.yaml similarity index 100% rename from stable/ddns-go/10.1.1/templates/common.yaml rename to stable/custom-app/12.2.2/templates/common.yaml diff --git a/stable/daysofwar/5.1.1/values.yaml b/stable/custom-app/12.2.2/values.yaml similarity index 100% rename from stable/daysofwar/5.1.1/values.yaml rename to stable/custom-app/12.2.2/values.yaml diff --git a/stable/cyberchef/9.1.2/CHANGELOG.md b/stable/cyberchef/9.1.2/CHANGELOG.md deleted file mode 100644 index 961f3dd6815..00000000000 --- a/stable/cyberchef/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/cyberchef/9.1.2/Chart.yaml b/stable/cyberchef/9.1.2/Chart.yaml deleted file mode 100644 index aafb8654545..00000000000 --- a/stable/cyberchef/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.8.2 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/cyberchef/9.1.2/charts/common-18.0.2.tgz b/stable/cyberchef/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/cyberchef/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dayz/5.1.1/.helmignore b/stable/cyberchef/9.2.2/.helmignore similarity index 100% rename from stable/dayz/5.1.1/.helmignore rename to stable/cyberchef/9.2.2/.helmignore diff --git a/stable/cyberchef/9.2.2/CHANGELOG.md b/stable/cyberchef/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cb88b4e9d4c --- /dev/null +++ b/stable/cyberchef/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/cyberchef/9.2.2/Chart.yaml b/stable/cyberchef/9.2.2/Chart.yaml new file mode 100644 index 00000000000..53862f59257 --- /dev/null +++ b/stable/cyberchef/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/cyberchef/9.1.2/README.md b/stable/cyberchef/9.2.2/README.md similarity index 100% rename from stable/cyberchef/9.1.2/README.md rename to stable/cyberchef/9.2.2/README.md diff --git a/stable/cyberchef/9.2.2/app-changelog.md b/stable/cyberchef/9.2.2/app-changelog.md new file mode 100644 index 00000000000..ead7bec5ea1 --- /dev/null +++ b/stable/cyberchef/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/cyberchef/9.1.2/app-readme.md b/stable/cyberchef/9.2.2/app-readme.md similarity index 100% rename from stable/cyberchef/9.1.2/app-readme.md rename to stable/cyberchef/9.2.2/app-readme.md diff --git a/stable/cyberchef/9.2.2/charts/common-18.1.6.tgz b/stable/cyberchef/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/cyberchef/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/cyberchef/9.1.2/ix_values.yaml b/stable/cyberchef/9.2.2/ix_values.yaml similarity index 100% rename from stable/cyberchef/9.1.2/ix_values.yaml rename to stable/cyberchef/9.2.2/ix_values.yaml diff --git a/stable/cyberchef/9.1.2/questions.yaml b/stable/cyberchef/9.2.2/questions.yaml similarity index 100% rename from stable/cyberchef/9.1.2/questions.yaml rename to stable/cyberchef/9.2.2/questions.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.1/templates/NOTES.txt b/stable/cyberchef/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/templates/NOTES.txt rename to stable/cyberchef/9.2.2/templates/NOTES.txt diff --git a/stable/ddns-updater/9.1.1/templates/common.yaml b/stable/cyberchef/9.2.2/templates/common.yaml similarity index 100% rename from stable/ddns-updater/9.1.1/templates/common.yaml rename to stable/cyberchef/9.2.2/templates/common.yaml diff --git a/stable/dayz/5.1.1/values.yaml b/stable/cyberchef/9.2.2/values.yaml similarity index 100% rename from stable/dayz/5.1.1/values.yaml rename to stable/cyberchef/9.2.2/values.yaml diff --git a/stable/czkawka/9.1.1/CHANGELOG.md b/stable/czkawka/9.1.1/CHANGELOG.md deleted file mode 100644 index aa7a1065caa..00000000000 --- a/stable/czkawka/9.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/czkawka/9.1.1/Chart.yaml b/stable/czkawka/9.1.1/Chart.yaml deleted file mode 100644 index 7b0fc58fe71..00000000000 --- a/stable/czkawka/9.1.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: duplicates - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/czkawka/9.1.1/charts/common-18.0.2.tgz b/stable/czkawka/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/czkawka/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ddclient/9.1.2/.helmignore b/stable/czkawka/9.2.2/.helmignore similarity index 100% rename from stable/ddclient/9.1.2/.helmignore rename to stable/czkawka/9.2.2/.helmignore diff --git a/stable/czkawka/9.2.2/CHANGELOG.md b/stable/czkawka/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..668659b63dc --- /dev/null +++ b/stable/czkawka/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/czkawka/9.2.2/Chart.yaml b/stable/czkawka/9.2.2/Chart.yaml new file mode 100644 index 00000000000..846241ec779 --- /dev/null +++ b/stable/czkawka/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/czkawka/9.1.1/README.md b/stable/czkawka/9.2.2/README.md similarity index 100% rename from stable/czkawka/9.1.1/README.md rename to stable/czkawka/9.2.2/README.md diff --git a/stable/czkawka/9.2.2/app-changelog.md b/stable/czkawka/9.2.2/app-changelog.md new file mode 100644 index 00000000000..14cf4913ef2 --- /dev/null +++ b/stable/czkawka/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/czkawka/9.1.1/app-readme.md b/stable/czkawka/9.2.2/app-readme.md similarity index 100% rename from stable/czkawka/9.1.1/app-readme.md rename to stable/czkawka/9.2.2/app-readme.md diff --git a/stable/czkawka/9.2.2/charts/common-18.1.6.tgz b/stable/czkawka/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/czkawka/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/czkawka/9.1.1/ix_values.yaml b/stable/czkawka/9.2.2/ix_values.yaml similarity index 100% rename from stable/czkawka/9.1.1/ix_values.yaml rename to stable/czkawka/9.2.2/ix_values.yaml diff --git a/stable/czkawka/9.1.1/questions.yaml b/stable/czkawka/9.2.2/questions.yaml similarity index 100% rename from stable/czkawka/9.1.1/questions.yaml rename to stable/czkawka/9.2.2/questions.yaml diff --git a/stable/deluge/18.1.1/templates/NOTES.txt b/stable/czkawka/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/deluge/18.1.1/templates/NOTES.txt rename to stable/czkawka/9.2.2/templates/NOTES.txt diff --git a/stable/deconz/15.1.2/templates/common.yaml b/stable/czkawka/9.2.2/templates/common.yaml similarity index 100% rename from stable/deconz/15.1.2/templates/common.yaml rename to stable/czkawka/9.2.2/templates/common.yaml diff --git a/stable/ddclient/9.1.2/values.yaml b/stable/czkawka/9.2.2/values.yaml similarity index 100% rename from stable/ddclient/9.1.2/values.yaml rename to stable/czkawka/9.2.2/values.yaml diff --git a/stable/dailynotes/5.1.1/CHANGELOG.md b/stable/dailynotes/5.1.1/CHANGELOG.md deleted file mode 100644 index 40f4053276d..00000000000 --- a/stable/dailynotes/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dailynotes/5.1.1/Chart.yaml b/stable/dailynotes/5.1.1/Chart.yaml deleted file mode 100644 index ef98a476a31..00000000000 --- a/stable/dailynotes/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dailynotes/5.1.1/charts/common-18.0.2.tgz b/stable/dailynotes/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dailynotes/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ddns-go/10.1.1/.helmignore b/stable/dailynotes/5.2.2/.helmignore similarity index 100% rename from stable/ddns-go/10.1.1/.helmignore rename to stable/dailynotes/5.2.2/.helmignore diff --git a/stable/dailynotes/5.2.2/CHANGELOG.md b/stable/dailynotes/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..123acaf1ddd --- /dev/null +++ b/stable/dailynotes/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dailynotes/5.2.2/Chart.yaml b/stable/dailynotes/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bca5e5d4e6a --- /dev/null +++ b/stable/dailynotes/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dailynotes/5.1.1/README.md b/stable/dailynotes/5.2.2/README.md similarity index 100% rename from stable/dailynotes/5.1.1/README.md rename to stable/dailynotes/5.2.2/README.md diff --git a/stable/dailynotes/5.2.2/app-changelog.md b/stable/dailynotes/5.2.2/app-changelog.md new file mode 100644 index 00000000000..187644bbc3b --- /dev/null +++ b/stable/dailynotes/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dailynotes/5.1.1/app-readme.md b/stable/dailynotes/5.2.2/app-readme.md similarity index 100% rename from stable/dailynotes/5.1.1/app-readme.md rename to stable/dailynotes/5.2.2/app-readme.md diff --git a/stable/dailynotes/5.2.2/charts/common-18.1.6.tgz b/stable/dailynotes/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dailynotes/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dailynotes/5.1.1/ix_values.yaml b/stable/dailynotes/5.2.2/ix_values.yaml similarity index 100% rename from stable/dailynotes/5.1.1/ix_values.yaml rename to stable/dailynotes/5.2.2/ix_values.yaml diff --git a/stable/dailynotes/5.1.1/questions.yaml b/stable/dailynotes/5.2.2/questions.yaml similarity index 100% rename from stable/dailynotes/5.1.1/questions.yaml rename to stable/dailynotes/5.2.2/questions.yaml diff --git a/stable/dailynotes/5.1.1/templates/common.yaml b/stable/dailynotes/5.2.2/templates/common.yaml similarity index 100% rename from stable/dailynotes/5.1.1/templates/common.yaml rename to stable/dailynotes/5.2.2/templates/common.yaml diff --git a/stable/ddns-go/10.1.1/values.yaml b/stable/dailynotes/5.2.2/values.yaml similarity index 100% rename from stable/ddns-go/10.1.1/values.yaml rename to stable/dailynotes/5.2.2/values.yaml diff --git a/stable/damselfly/5.1.1/CHANGELOG.md b/stable/damselfly/5.1.1/CHANGELOG.md deleted file mode 100644 index b7c5241df99..00000000000 --- a/stable/damselfly/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/damselfly/5.1.1/Chart.yaml b/stable/damselfly/5.1.1/Chart.yaml deleted file mode 100644 index 3b78be5dfa2..00000000000 --- a/stable/damselfly/5.1.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: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/damselfly/5.1.1/charts/common-18.0.2.tgz b/stable/damselfly/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/damselfly/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ddns-route53/5.1.1/.helmignore b/stable/damselfly/5.2.2/.helmignore similarity index 100% rename from stable/ddns-route53/5.1.1/.helmignore rename to stable/damselfly/5.2.2/.helmignore diff --git a/stable/damselfly/5.2.2/CHANGELOG.md b/stable/damselfly/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b01de808c17 --- /dev/null +++ b/stable/damselfly/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/damselfly/5.2.2/Chart.yaml b/stable/damselfly/5.2.2/Chart.yaml new file mode 100644 index 00000000000..140ac22830d --- /dev/null +++ b/stable/damselfly/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/damselfly/5.1.1/README.md b/stable/damselfly/5.2.2/README.md similarity index 100% rename from stable/damselfly/5.1.1/README.md rename to stable/damselfly/5.2.2/README.md diff --git a/stable/damselfly/5.2.2/app-changelog.md b/stable/damselfly/5.2.2/app-changelog.md new file mode 100644 index 00000000000..91d750305e3 --- /dev/null +++ b/stable/damselfly/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/damselfly/5.1.1/app-readme.md b/stable/damselfly/5.2.2/app-readme.md similarity index 100% rename from stable/damselfly/5.1.1/app-readme.md rename to stable/damselfly/5.2.2/app-readme.md diff --git a/stable/damselfly/5.2.2/charts/common-18.1.6.tgz b/stable/damselfly/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/damselfly/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/damselfly/5.1.1/ix_values.yaml b/stable/damselfly/5.2.2/ix_values.yaml similarity index 100% rename from stable/damselfly/5.1.1/ix_values.yaml rename to stable/damselfly/5.2.2/ix_values.yaml diff --git a/stable/damselfly/5.1.1/questions.yaml b/stable/damselfly/5.2.2/questions.yaml similarity index 100% rename from stable/damselfly/5.1.1/questions.yaml rename to stable/damselfly/5.2.2/questions.yaml diff --git a/stable/damselfly/5.1.1/templates/common.yaml b/stable/damselfly/5.2.2/templates/common.yaml similarity index 100% rename from stable/damselfly/5.1.1/templates/common.yaml rename to stable/damselfly/5.2.2/templates/common.yaml diff --git a/stable/ddns-route53/5.1.1/values.yaml b/stable/damselfly/5.2.2/values.yaml similarity index 100% rename from stable/ddns-route53/5.1.1/values.yaml rename to stable/damselfly/5.2.2/values.yaml diff --git a/stable/dashdot/8.1.1/CHANGELOG.md b/stable/dashdot/8.1.1/CHANGELOG.md deleted file mode 100644 index b5d2b782821..00000000000 --- a/stable/dashdot/8.1.1/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) - -### Chore diff --git a/stable/dashdot/8.1.1/Chart.yaml b/stable/dashdot/8.1.1/Chart.yaml deleted file mode 100644 index 520c3923137..00000000000 --- a/stable/dashdot/8.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dashdot/8.1.1/charts/common-18.0.2.tgz b/stable/dashdot/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dashdot/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ddns-updater/9.1.1/.helmignore b/stable/dashdot/8.2.2/.helmignore similarity index 100% rename from stable/ddns-updater/9.1.1/.helmignore rename to stable/dashdot/8.2.2/.helmignore diff --git a/stable/dashdot/8.2.2/CHANGELOG.md b/stable/dashdot/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ed120f9314a --- /dev/null +++ b/stable/dashdot/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/dashdot/8.2.2/Chart.yaml b/stable/dashdot/8.2.2/Chart.yaml new file mode 100644 index 00000000000..bf237ff0ac8 --- /dev/null +++ b/stable/dashdot/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dashdot/8.1.1/README.md b/stable/dashdot/8.2.2/README.md similarity index 100% rename from stable/dashdot/8.1.1/README.md rename to stable/dashdot/8.2.2/README.md diff --git a/stable/dashdot/8.2.2/app-changelog.md b/stable/dashdot/8.2.2/app-changelog.md new file mode 100644 index 00000000000..5f157ff5885 --- /dev/null +++ b/stable/dashdot/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dashdot/8.1.1/app-readme.md b/stable/dashdot/8.2.2/app-readme.md similarity index 100% rename from stable/dashdot/8.1.1/app-readme.md rename to stable/dashdot/8.2.2/app-readme.md diff --git a/stable/dashdot/8.2.2/charts/common-18.1.6.tgz b/stable/dashdot/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dashdot/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dashdot/8.1.1/ix_values.yaml b/stable/dashdot/8.2.2/ix_values.yaml similarity index 100% rename from stable/dashdot/8.1.1/ix_values.yaml rename to stable/dashdot/8.2.2/ix_values.yaml diff --git a/stable/dashdot/8.1.1/questions.yaml b/stable/dashdot/8.2.2/questions.yaml similarity index 100% rename from stable/dashdot/8.1.1/questions.yaml rename to stable/dashdot/8.2.2/questions.yaml diff --git a/stable/digikam/11.1.1/templates/NOTES.txt b/stable/dashdot/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/digikam/11.1.1/templates/NOTES.txt rename to stable/dashdot/8.2.2/templates/NOTES.txt diff --git a/stable/deemix/10.1.1/templates/common.yaml b/stable/dashdot/8.2.2/templates/common.yaml similarity index 100% rename from stable/deemix/10.1.1/templates/common.yaml rename to stable/dashdot/8.2.2/templates/common.yaml diff --git a/stable/ddns-updater/9.1.1/values.yaml b/stable/dashdot/8.2.2/values.yaml similarity index 100% rename from stable/ddns-updater/9.1.1/values.yaml rename to stable/dashdot/8.2.2/values.yaml diff --git a/stable/dashmachine/5.1.1/CHANGELOG.md b/stable/dashmachine/5.1.1/CHANGELOG.md deleted file mode 100644 index 53876b0b7c8..00000000000 --- a/stable/dashmachine/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dashmachine/5.1.1/Chart.yaml b/stable/dashmachine/5.1.1/Chart.yaml deleted file mode 100644 index 64f210892f0..00000000000 --- a/stable/dashmachine/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dashmachine/5.1.1/charts/common-18.0.2.tgz b/stable/dashmachine/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dashmachine/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/debian-apt-mirror/5.1.1/.helmignore b/stable/dashmachine/5.2.2/.helmignore similarity index 100% rename from stable/debian-apt-mirror/5.1.1/.helmignore rename to stable/dashmachine/5.2.2/.helmignore diff --git a/stable/dashmachine/5.2.2/CHANGELOG.md b/stable/dashmachine/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d5ac7197b75 --- /dev/null +++ b/stable/dashmachine/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dashmachine/5.2.2/Chart.yaml b/stable/dashmachine/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1483309054e --- /dev/null +++ b/stable/dashmachine/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dashmachine/5.1.1/README.md b/stable/dashmachine/5.2.2/README.md similarity index 100% rename from stable/dashmachine/5.1.1/README.md rename to stable/dashmachine/5.2.2/README.md diff --git a/stable/dashmachine/5.2.2/app-changelog.md b/stable/dashmachine/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cc0e8fcba6e --- /dev/null +++ b/stable/dashmachine/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dashmachine/5.1.1/app-readme.md b/stable/dashmachine/5.2.2/app-readme.md similarity index 100% rename from stable/dashmachine/5.1.1/app-readme.md rename to stable/dashmachine/5.2.2/app-readme.md diff --git a/stable/dashmachine/5.2.2/charts/common-18.1.6.tgz b/stable/dashmachine/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dashmachine/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dashmachine/5.1.1/ix_values.yaml b/stable/dashmachine/5.2.2/ix_values.yaml similarity index 100% rename from stable/dashmachine/5.1.1/ix_values.yaml rename to stable/dashmachine/5.2.2/ix_values.yaml diff --git a/stable/dashmachine/5.1.1/questions.yaml b/stable/dashmachine/5.2.2/questions.yaml similarity index 100% rename from stable/dashmachine/5.1.1/questions.yaml rename to stable/dashmachine/5.2.2/questions.yaml diff --git a/stable/dashmachine/5.1.1/templates/common.yaml b/stable/dashmachine/5.2.2/templates/common.yaml similarity index 100% rename from stable/dashmachine/5.1.1/templates/common.yaml rename to stable/dashmachine/5.2.2/templates/common.yaml diff --git a/stable/debian-apt-mirror/5.1.1/values.yaml b/stable/dashmachine/5.2.2/values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.1/values.yaml rename to stable/dashmachine/5.2.2/values.yaml diff --git a/stable/dashy/6.2.0/CHANGELOG.md b/stable/dashy/6.2.0/CHANGELOG.md deleted file mode 100644 index 9ccaaedcd98..00000000000 --- a/stable/dashy/6.2.0/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.0/Chart.yaml b/stable/dashy/6.2.0/Chart.yaml deleted file mode 100644 index 16557151686..00000000000 --- a/stable/dashy/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: dashboard - 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.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.0 diff --git a/stable/dashy/6.2.0/charts/common-18.1.2.tgz b/stable/dashy/6.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/dashy/6.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/dashy/6.2.0/ix_values.yaml b/stable/dashy/6.2.0/ix_values.yaml deleted file mode 100644 index 7ae3456486d..00000000000 --- a/stable/dashy/6.2.0/ix_values.yaml +++ /dev/null @@ -1,66 +0,0 @@ -image: - repository: lissy93/dashy - tag: 2.1.1@sha256:f90ef3b4efcbcba98085cb4eab22e73ef670b9b0cbcbf3971c049bffde4d924e - 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/debian-bullseye/5.1.1/.helmignore b/stable/dashy/6.2.5/.helmignore similarity index 100% rename from stable/debian-bullseye/5.1.1/.helmignore rename to stable/dashy/6.2.5/.helmignore diff --git a/stable/dashy/6.2.5/CHANGELOG.md b/stable/dashy/6.2.5/CHANGELOG.md new file mode 100644 index 00000000000..017c46ccd75 --- /dev/null +++ b/stable/dashy/6.2.5/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/dashy/6.2.5/Chart.yaml b/stable/dashy/6.2.5/Chart.yaml new file mode 100644 index 00000000000..141a3555663 --- /dev/null +++ b/stable/dashy/6.2.5/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.5 diff --git a/stable/dashy/6.2.0/README.md b/stable/dashy/6.2.5/README.md similarity index 100% rename from stable/dashy/6.2.0/README.md rename to stable/dashy/6.2.5/README.md diff --git a/stable/dashy/6.2.5/app-changelog.md b/stable/dashy/6.2.5/app-changelog.md new file mode 100644 index 00000000000..d386363e458 --- /dev/null +++ b/stable/dashy/6.2.5/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dashy/6.2.0/app-readme.md b/stable/dashy/6.2.5/app-readme.md similarity index 100% rename from stable/dashy/6.2.0/app-readme.md rename to stable/dashy/6.2.5/app-readme.md diff --git a/stable/dashy/6.2.5/charts/common-18.1.6.tgz b/stable/dashy/6.2.5/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dashy/6.2.5/charts/common-18.1.6.tgz differ diff --git a/stable/dashy/6.2.5/ix_values.yaml b/stable/dashy/6.2.5/ix_values.yaml new file mode 100644 index 00000000000..cd62c679d97 --- /dev/null +++ b/stable/dashy/6.2.5/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.0/questions.yaml b/stable/dashy/6.2.5/questions.yaml similarity index 100% rename from stable/dashy/6.2.0/questions.yaml rename to stable/dashy/6.2.5/questions.yaml diff --git a/stable/dillinger/9.1.3/templates/NOTES.txt b/stable/dashy/6.2.5/templates/NOTES.txt similarity index 100% rename from stable/dillinger/9.1.3/templates/NOTES.txt rename to stable/dashy/6.2.5/templates/NOTES.txt diff --git a/stable/dashy/6.2.0/templates/_configmap.tpl b/stable/dashy/6.2.5/templates/_configmap.tpl similarity index 100% rename from stable/dashy/6.2.0/templates/_configmap.tpl rename to stable/dashy/6.2.5/templates/_configmap.tpl diff --git a/stable/dashy/6.2.0/templates/common.yaml b/stable/dashy/6.2.5/templates/common.yaml similarity index 100% rename from stable/dashy/6.2.0/templates/common.yaml rename to stable/dashy/6.2.5/templates/common.yaml diff --git a/stable/debian-bullseye/5.1.1/values.yaml b/stable/dashy/6.2.5/values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.1/values.yaml rename to stable/dashy/6.2.5/values.yaml diff --git a/stable/davos/12.1.3/CHANGELOG.md b/stable/davos/12.1.3/CHANGELOG.md deleted file mode 100644 index cad32ebffac..00000000000 --- a/stable/davos/12.1.3/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 - - - -- increase common version for oci fixes diff --git a/stable/davos/12.1.3/Chart.yaml b/stable/davos/12.1.3/Chart.yaml deleted file mode 100644 index 94cc20ccc4f..00000000000 --- a/stable/davos/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.2 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/davos/12.1.3/charts/common-18.0.2.tgz b/stable/davos/12.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/davos/12.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/davos/12.1.3/ix_values.yaml b/stable/davos/12.1.3/ix_values.yaml deleted file mode 100644 index e44eced1600..00000000000 --- a/stable/davos/12.1.3/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/deconz/15.1.2/.helmignore b/stable/davos/12.2.3/.helmignore similarity index 100% rename from stable/deconz/15.1.2/.helmignore rename to stable/davos/12.2.3/.helmignore diff --git a/stable/davos/12.2.3/CHANGELOG.md b/stable/davos/12.2.3/CHANGELOG.md new file mode 100644 index 00000000000..a3dd5c047ae --- /dev/null +++ b/stable/davos/12.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/davos/12.2.3/Chart.yaml b/stable/davos/12.2.3/Chart.yaml new file mode 100644 index 00000000000..d19475d72ee --- /dev/null +++ b/stable/davos/12.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/davos/12.1.3/README.md b/stable/davos/12.2.3/README.md similarity index 100% rename from stable/davos/12.1.3/README.md rename to stable/davos/12.2.3/README.md diff --git a/stable/davos/12.2.3/app-changelog.md b/stable/davos/12.2.3/app-changelog.md new file mode 100644 index 00000000000..c67e76b1e9d --- /dev/null +++ b/stable/davos/12.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/davos/12.1.3/app-readme.md b/stable/davos/12.2.3/app-readme.md similarity index 100% rename from stable/davos/12.1.3/app-readme.md rename to stable/davos/12.2.3/app-readme.md diff --git a/stable/davos/12.2.3/charts/common-18.1.6.tgz b/stable/davos/12.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/davos/12.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/davos/12.2.3/ix_values.yaml b/stable/davos/12.2.3/ix_values.yaml new file mode 100644 index 00000000000..979ead86146 --- /dev/null +++ b/stable/davos/12.2.3/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.1.3/questions.yaml b/stable/davos/12.2.3/questions.yaml similarity index 100% rename from stable/davos/12.1.3/questions.yaml rename to stable/davos/12.2.3/questions.yaml diff --git a/stable/discordgsm/7.1.1/templates/NOTES.txt b/stable/davos/12.2.3/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/7.1.1/templates/NOTES.txt rename to stable/davos/12.2.3/templates/NOTES.txt diff --git a/stable/davos/12.1.3/templates/common.yaml b/stable/davos/12.2.3/templates/common.yaml similarity index 100% rename from stable/davos/12.1.3/templates/common.yaml rename to stable/davos/12.2.3/templates/common.yaml diff --git a/stable/deconz/15.1.2/values.yaml b/stable/davos/12.2.3/values.yaml similarity index 100% rename from stable/deconz/15.1.2/values.yaml rename to stable/davos/12.2.3/values.yaml diff --git a/stable/dayofdefeatsource/5.1.1/CHANGELOG.md b/stable/dayofdefeatsource/5.1.1/CHANGELOG.md deleted file mode 100644 index d54c69ff2ea..00000000000 --- a/stable/dayofdefeatsource/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dayofdefeatsource/5.1.1/Chart.yaml b/stable/dayofdefeatsource/5.1.1/Chart.yaml deleted file mode 100644 index c6d50b9162c..00000000000 --- a/stable/dayofdefeatsource/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dods -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dayofdefeatsource/5.1.1/charts/common-18.0.2.tgz b/stable/dayofdefeatsource/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dayofdefeatsource/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/deemix/10.1.1/.helmignore b/stable/dayofdefeatsource/5.2.2/.helmignore similarity index 100% rename from stable/deemix/10.1.1/.helmignore rename to stable/dayofdefeatsource/5.2.2/.helmignore diff --git a/stable/dayofdefeatsource/5.2.2/CHANGELOG.md b/stable/dayofdefeatsource/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f69db2ecdf6 --- /dev/null +++ b/stable/dayofdefeatsource/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dayofdefeatsource/5.2.2/Chart.yaml b/stable/dayofdefeatsource/5.2.2/Chart.yaml new file mode 100644 index 00000000000..03687179463 --- /dev/null +++ b/stable/dayofdefeatsource/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dods +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dayofdefeatsource/5.1.1/README.md b/stable/dayofdefeatsource/5.2.2/README.md similarity index 100% rename from stable/dayofdefeatsource/5.1.1/README.md rename to stable/dayofdefeatsource/5.2.2/README.md diff --git a/stable/dayofdefeatsource/5.2.2/app-changelog.md b/stable/dayofdefeatsource/5.2.2/app-changelog.md new file mode 100644 index 00000000000..11eaff15eac --- /dev/null +++ b/stable/dayofdefeatsource/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dayofdefeatsource/5.1.1/app-readme.md b/stable/dayofdefeatsource/5.2.2/app-readme.md similarity index 100% rename from stable/dayofdefeatsource/5.1.1/app-readme.md rename to stable/dayofdefeatsource/5.2.2/app-readme.md diff --git a/stable/dayofdefeatsource/5.2.2/charts/common-18.1.6.tgz b/stable/dayofdefeatsource/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dayofdefeatsource/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dayofdefeatsource/5.1.1/ix_values.yaml b/stable/dayofdefeatsource/5.2.2/ix_values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.1/ix_values.yaml rename to stable/dayofdefeatsource/5.2.2/ix_values.yaml diff --git a/stable/dayofdefeatsource/5.1.1/questions.yaml b/stable/dayofdefeatsource/5.2.2/questions.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.1/questions.yaml rename to stable/dayofdefeatsource/5.2.2/questions.yaml diff --git a/stable/dayofdefeatsource/5.1.1/templates/common.yaml b/stable/dayofdefeatsource/5.2.2/templates/common.yaml similarity index 100% rename from stable/dayofdefeatsource/5.1.1/templates/common.yaml rename to stable/dayofdefeatsource/5.2.2/templates/common.yaml diff --git a/stable/deemix/10.1.1/values.yaml b/stable/dayofdefeatsource/5.2.2/values.yaml similarity index 100% rename from stable/deemix/10.1.1/values.yaml rename to stable/dayofdefeatsource/5.2.2/values.yaml diff --git a/stable/daysofwar/5.1.1/CHANGELOG.md b/stable/daysofwar/5.1.1/CHANGELOG.md deleted file mode 100644 index 01a2313f962..00000000000 --- a/stable/daysofwar/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/daysofwar/5.1.1/Chart.yaml b/stable/daysofwar/5.1.1/Chart.yaml deleted file mode 100644 index b623ccb2d75..00000000000 --- a/stable/daysofwar/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: daysofwar -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/daysofwar/5.1.1/charts/common-18.0.2.tgz b/stable/daysofwar/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/daysofwar/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/deepstack/11.1.1/.helmignore b/stable/daysofwar/5.2.2/.helmignore similarity index 100% rename from stable/deepstack/11.1.1/.helmignore rename to stable/daysofwar/5.2.2/.helmignore diff --git a/stable/daysofwar/5.2.2/CHANGELOG.md b/stable/daysofwar/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d31d27b17b1 --- /dev/null +++ b/stable/daysofwar/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/daysofwar/5.2.2/Chart.yaml b/stable/daysofwar/5.2.2/Chart.yaml new file mode 100644 index 00000000000..944ae67ae41 --- /dev/null +++ b/stable/daysofwar/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: daysofwar +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/daysofwar/5.1.1/README.md b/stable/daysofwar/5.2.2/README.md similarity index 100% rename from stable/daysofwar/5.1.1/README.md rename to stable/daysofwar/5.2.2/README.md diff --git a/stable/daysofwar/5.2.2/app-changelog.md b/stable/daysofwar/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f65de8477db --- /dev/null +++ b/stable/daysofwar/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/daysofwar/5.1.1/app-readme.md b/stable/daysofwar/5.2.2/app-readme.md similarity index 100% rename from stable/daysofwar/5.1.1/app-readme.md rename to stable/daysofwar/5.2.2/app-readme.md diff --git a/stable/daysofwar/5.2.2/charts/common-18.1.6.tgz b/stable/daysofwar/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/daysofwar/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/daysofwar/5.1.1/ix_values.yaml b/stable/daysofwar/5.2.2/ix_values.yaml similarity index 100% rename from stable/daysofwar/5.1.1/ix_values.yaml rename to stable/daysofwar/5.2.2/ix_values.yaml diff --git a/stable/daysofwar/5.1.1/questions.yaml b/stable/daysofwar/5.2.2/questions.yaml similarity index 100% rename from stable/daysofwar/5.1.1/questions.yaml rename to stable/daysofwar/5.2.2/questions.yaml diff --git a/stable/daysofwar/5.1.1/templates/common.yaml b/stable/daysofwar/5.2.2/templates/common.yaml similarity index 100% rename from stable/daysofwar/5.1.1/templates/common.yaml rename to stable/daysofwar/5.2.2/templates/common.yaml diff --git a/stable/deepstack/11.1.1/values.yaml b/stable/daysofwar/5.2.2/values.yaml similarity index 100% rename from stable/deepstack/11.1.1/values.yaml rename to stable/daysofwar/5.2.2/values.yaml diff --git a/stable/dayz/5.1.1/CHANGELOG.md b/stable/dayz/5.1.1/CHANGELOG.md deleted file mode 100644 index 86e61cf5857..00000000000 --- a/stable/dayz/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dayz/5.1.1/Chart.yaml b/stable/dayz/5.1.1/Chart.yaml deleted file mode 100644 index a12196341a2..00000000000 --- a/stable/dayz/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dayz -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dayz/5.1.1/charts/common-18.0.2.tgz b/stable/dayz/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dayz/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.1.1/.helmignore b/stable/dayz/5.2.2/.helmignore similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/.helmignore rename to stable/dayz/5.2.2/.helmignore diff --git a/stable/dayz/5.2.2/CHANGELOG.md b/stable/dayz/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..133c5280db3 --- /dev/null +++ b/stable/dayz/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dayz/5.2.2/Chart.yaml b/stable/dayz/5.2.2/Chart.yaml new file mode 100644 index 00000000000..68e7a570fbe --- /dev/null +++ b/stable/dayz/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dayz +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dayz/5.1.1/README.md b/stable/dayz/5.2.2/README.md similarity index 100% rename from stable/dayz/5.1.1/README.md rename to stable/dayz/5.2.2/README.md diff --git a/stable/dayz/5.2.2/app-changelog.md b/stable/dayz/5.2.2/app-changelog.md new file mode 100644 index 00000000000..13aff842d56 --- /dev/null +++ b/stable/dayz/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dayz/5.1.1/app-readme.md b/stable/dayz/5.2.2/app-readme.md similarity index 100% rename from stable/dayz/5.1.1/app-readme.md rename to stable/dayz/5.2.2/app-readme.md diff --git a/stable/dayz/5.2.2/charts/common-18.1.6.tgz b/stable/dayz/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dayz/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dayz/5.1.1/ix_values.yaml b/stable/dayz/5.2.2/ix_values.yaml similarity index 100% rename from stable/dayz/5.1.1/ix_values.yaml rename to stable/dayz/5.2.2/ix_values.yaml diff --git a/stable/dayz/5.1.1/questions.yaml b/stable/dayz/5.2.2/questions.yaml similarity index 100% rename from stable/dayz/5.1.1/questions.yaml rename to stable/dayz/5.2.2/questions.yaml diff --git a/stable/dayz/5.1.1/templates/common.yaml b/stable/dayz/5.2.2/templates/common.yaml similarity index 100% rename from stable/dayz/5.1.1/templates/common.yaml rename to stable/dayz/5.2.2/templates/common.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.1/values.yaml b/stable/dayz/5.2.2/values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/values.yaml rename to stable/dayz/5.2.2/values.yaml diff --git a/stable/ddclient/9.1.2/CHANGELOG.md b/stable/ddclient/9.1.2/CHANGELOG.md deleted file mode 100644 index 6561ff789ad..00000000000 --- a/stable/ddclient/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [ddclient-8.1.8](https://github.com/truecharts/charts/compare/ddclient-8.1.7...ddclient-8.1.8) (2024-01-09) \ No newline at end of file diff --git a/stable/ddclient/9.1.2/Chart.yaml b/stable/ddclient/9.1.2/Chart.yaml deleted file mode 100644 index cb116ecdb9f..00000000000 --- a/stable/ddclient/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.2 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/ddclient/9.1.2/charts/common-18.0.2.tgz b/stable/ddclient/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ddclient/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ddclient/9.1.2/ix_values.yaml b/stable/ddclient/9.1.2/ix_values.yaml deleted file mode 100644 index 6e956a438b5..00000000000 --- a/stable/ddclient/9.1.2/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/deluge/18.1.1/.helmignore b/stable/ddclient/9.2.3/.helmignore similarity index 100% rename from stable/deluge/18.1.1/.helmignore rename to stable/ddclient/9.2.3/.helmignore diff --git a/stable/ddclient/9.2.3/CHANGELOG.md b/stable/ddclient/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..108ada7a507 --- /dev/null +++ b/stable/ddclient/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/ddclient/9.2.3/Chart.yaml b/stable/ddclient/9.2.3/Chart.yaml new file mode 100644 index 00000000000..40b4de9df07 --- /dev/null +++ b/stable/ddclient/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/ddclient/9.1.2/README.md b/stable/ddclient/9.2.3/README.md similarity index 100% rename from stable/ddclient/9.1.2/README.md rename to stable/ddclient/9.2.3/README.md diff --git a/stable/ddclient/9.2.3/app-changelog.md b/stable/ddclient/9.2.3/app-changelog.md new file mode 100644 index 00000000000..22e913099fd --- /dev/null +++ b/stable/ddclient/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ddclient/9.1.2/app-readme.md b/stable/ddclient/9.2.3/app-readme.md similarity index 100% rename from stable/ddclient/9.1.2/app-readme.md rename to stable/ddclient/9.2.3/app-readme.md diff --git a/stable/ddclient/9.2.3/charts/common-18.1.6.tgz b/stable/ddclient/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ddclient/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/ddclient/9.2.3/ix_values.yaml b/stable/ddclient/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..481f7e3b270 --- /dev/null +++ b/stable/ddclient/9.2.3/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.1.2/questions.yaml b/stable/ddclient/9.2.3/questions.yaml similarity index 100% rename from stable/ddclient/9.1.2/questions.yaml rename to stable/ddclient/9.2.3/questions.yaml diff --git a/stable/dizquetv/14.1.1/templates/NOTES.txt b/stable/ddclient/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/dizquetv/14.1.1/templates/NOTES.txt rename to stable/ddclient/9.2.3/templates/NOTES.txt diff --git a/stable/deepstack/11.1.1/templates/common.yaml b/stable/ddclient/9.2.3/templates/common.yaml similarity index 100% rename from stable/deepstack/11.1.1/templates/common.yaml rename to stable/ddclient/9.2.3/templates/common.yaml diff --git a/stable/deluge/18.1.1/values.yaml b/stable/ddclient/9.2.3/values.yaml similarity index 100% rename from stable/deluge/18.1.1/values.yaml rename to stable/ddclient/9.2.3/values.yaml diff --git a/stable/ddns-go/10.1.1/CHANGELOG.md b/stable/ddns-go/10.1.1/CHANGELOG.md deleted file mode 100644 index 3b5ad71e821..00000000000 --- a/stable/ddns-go/10.1.1/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.1/Chart.yaml b/stable/ddns-go/10.1.1/Chart.yaml deleted file mode 100644 index 248e97e22eb..00000000000 --- a/stable/ddns-go/10.1.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: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ddns-go/10.1.1/charts/common-18.0.2.tgz b/stable/ddns-go/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ddns-go/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/digikam/11.1.1/.helmignore b/stable/ddns-go/10.2.2/.helmignore similarity index 100% rename from stable/digikam/11.1.1/.helmignore rename to stable/ddns-go/10.2.2/.helmignore diff --git a/stable/ddns-go/10.2.2/CHANGELOG.md b/stable/ddns-go/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4a42d6617eb --- /dev/null +++ b/stable/ddns-go/10.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/ddns-go/10.2.2/Chart.yaml b/stable/ddns-go/10.2.2/Chart.yaml new file mode 100644 index 00000000000..330f6e23f5e --- /dev/null +++ b/stable/ddns-go/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ddns-go/10.1.1/README.md b/stable/ddns-go/10.2.2/README.md similarity index 100% rename from stable/ddns-go/10.1.1/README.md rename to stable/ddns-go/10.2.2/README.md diff --git a/stable/ddns-go/10.2.2/app-changelog.md b/stable/ddns-go/10.2.2/app-changelog.md new file mode 100644 index 00000000000..7114341c69e --- /dev/null +++ b/stable/ddns-go/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ddns-go/10.1.1/app-readme.md b/stable/ddns-go/10.2.2/app-readme.md similarity index 100% rename from stable/ddns-go/10.1.1/app-readme.md rename to stable/ddns-go/10.2.2/app-readme.md diff --git a/stable/ddns-go/10.2.2/charts/common-18.1.6.tgz b/stable/ddns-go/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ddns-go/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ddns-go/10.1.1/ix_values.yaml b/stable/ddns-go/10.2.2/ix_values.yaml similarity index 100% rename from stable/ddns-go/10.1.1/ix_values.yaml rename to stable/ddns-go/10.2.2/ix_values.yaml diff --git a/stable/ddns-go/10.1.1/questions.yaml b/stable/ddns-go/10.2.2/questions.yaml similarity index 100% rename from stable/ddns-go/10.1.1/questions.yaml rename to stable/ddns-go/10.2.2/questions.yaml diff --git a/stable/docker/5.1.2/templates/NOTES.txt b/stable/ddns-go/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/docker/5.1.2/templates/NOTES.txt rename to stable/ddns-go/10.2.2/templates/NOTES.txt diff --git a/stable/dell-idrac-fan-controller/5.1.1/templates/common.yaml b/stable/ddns-go/10.2.2/templates/common.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/templates/common.yaml rename to stable/ddns-go/10.2.2/templates/common.yaml diff --git a/stable/digikam/11.1.1/values.yaml b/stable/ddns-go/10.2.2/values.yaml similarity index 100% rename from stable/digikam/11.1.1/values.yaml rename to stable/ddns-go/10.2.2/values.yaml diff --git a/stable/ddns-route53/5.1.1/CHANGELOG.md b/stable/ddns-route53/5.1.1/CHANGELOG.md deleted file mode 100644 index c1b32f1562b..00000000000 --- a/stable/ddns-route53/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ddns-route53/5.1.1/Chart.yaml b/stable/ddns-route53/5.1.1/Chart.yaml deleted file mode 100644 index 3a3b192ad7f..00000000000 --- a/stable/ddns-route53/5.1.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: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ddns-route53/5.1.1/charts/common-18.0.2.tgz b/stable/ddns-route53/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ddns-route53/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dillinger/9.1.3/.helmignore b/stable/ddns-route53/5.2.2/.helmignore similarity index 100% rename from stable/dillinger/9.1.3/.helmignore rename to stable/ddns-route53/5.2.2/.helmignore diff --git a/stable/ddns-route53/5.2.2/CHANGELOG.md b/stable/ddns-route53/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f20b6fe7f7f --- /dev/null +++ b/stable/ddns-route53/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ddns-route53/5.2.2/Chart.yaml b/stable/ddns-route53/5.2.2/Chart.yaml new file mode 100644 index 00000000000..fd8b5530971 --- /dev/null +++ b/stable/ddns-route53/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ddns-route53/5.1.1/README.md b/stable/ddns-route53/5.2.2/README.md similarity index 100% rename from stable/ddns-route53/5.1.1/README.md rename to stable/ddns-route53/5.2.2/README.md diff --git a/stable/ddns-route53/5.2.2/app-changelog.md b/stable/ddns-route53/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9f367d3e83a --- /dev/null +++ b/stable/ddns-route53/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ddns-route53/5.1.1/app-readme.md b/stable/ddns-route53/5.2.2/app-readme.md similarity index 100% rename from stable/ddns-route53/5.1.1/app-readme.md rename to stable/ddns-route53/5.2.2/app-readme.md diff --git a/stable/ddns-route53/5.2.2/charts/common-18.1.6.tgz b/stable/ddns-route53/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ddns-route53/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ddns-route53/5.1.1/ix_values.yaml b/stable/ddns-route53/5.2.2/ix_values.yaml similarity index 100% rename from stable/ddns-route53/5.1.1/ix_values.yaml rename to stable/ddns-route53/5.2.2/ix_values.yaml diff --git a/stable/ddns-route53/5.1.1/questions.yaml b/stable/ddns-route53/5.2.2/questions.yaml similarity index 100% rename from stable/ddns-route53/5.1.1/questions.yaml rename to stable/ddns-route53/5.2.2/questions.yaml diff --git a/stable/ddns-route53/5.1.1/templates/common.yaml b/stable/ddns-route53/5.2.2/templates/common.yaml similarity index 100% rename from stable/ddns-route53/5.1.1/templates/common.yaml rename to stable/ddns-route53/5.2.2/templates/common.yaml diff --git a/stable/dillinger/9.1.3/values.yaml b/stable/ddns-route53/5.2.2/values.yaml similarity index 100% rename from stable/dillinger/9.1.3/values.yaml rename to stable/ddns-route53/5.2.2/values.yaml diff --git a/stable/ddns-updater/9.1.1/CHANGELOG.md b/stable/ddns-updater/9.1.1/CHANGELOG.md deleted file mode 100644 index c52ab5b6419..00000000000 --- a/stable/ddns-updater/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ddns-updater/9.1.1/Chart.yaml b/stable/ddns-updater/9.1.1/Chart.yaml deleted file mode 100644 index 18dbc649d50..00000000000 --- a/stable/ddns-updater/9.1.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 - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ddns-updater/9.1.1/charts/common-18.0.2.tgz b/stable/ddns-updater/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ddns-updater/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/discordgsm/7.1.1/.helmignore b/stable/ddns-updater/9.2.2/.helmignore similarity index 100% rename from stable/discordgsm/7.1.1/.helmignore rename to stable/ddns-updater/9.2.2/.helmignore diff --git a/stable/ddns-updater/9.2.2/CHANGELOG.md b/stable/ddns-updater/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8be9a54414f --- /dev/null +++ b/stable/ddns-updater/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ddns-updater/9.2.2/Chart.yaml b/stable/ddns-updater/9.2.2/Chart.yaml new file mode 100644 index 00000000000..e0f37ea5959 --- /dev/null +++ b/stable/ddns-updater/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ddns-updater/9.1.1/README.md b/stable/ddns-updater/9.2.2/README.md similarity index 100% rename from stable/ddns-updater/9.1.1/README.md rename to stable/ddns-updater/9.2.2/README.md diff --git a/stable/ddns-updater/9.2.2/app-changelog.md b/stable/ddns-updater/9.2.2/app-changelog.md new file mode 100644 index 00000000000..dce4958bebc --- /dev/null +++ b/stable/ddns-updater/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ddns-updater/9.1.1/app-readme.md b/stable/ddns-updater/9.2.2/app-readme.md similarity index 100% rename from stable/ddns-updater/9.1.1/app-readme.md rename to stable/ddns-updater/9.2.2/app-readme.md diff --git a/stable/ddns-updater/9.2.2/charts/common-18.1.6.tgz b/stable/ddns-updater/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ddns-updater/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ddns-updater/9.1.1/ix_values.yaml b/stable/ddns-updater/9.2.2/ix_values.yaml similarity index 100% rename from stable/ddns-updater/9.1.1/ix_values.yaml rename to stable/ddns-updater/9.2.2/ix_values.yaml diff --git a/stable/ddns-updater/9.1.1/questions.yaml b/stable/ddns-updater/9.2.2/questions.yaml similarity index 100% rename from stable/ddns-updater/9.1.1/questions.yaml rename to stable/ddns-updater/9.2.2/questions.yaml diff --git a/stable/docusaurus/8.1.1/templates/NOTES.txt b/stable/ddns-updater/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/docusaurus/8.1.1/templates/NOTES.txt rename to stable/ddns-updater/9.2.2/templates/NOTES.txt diff --git a/stable/deluge/18.1.1/templates/common.yaml b/stable/ddns-updater/9.2.2/templates/common.yaml similarity index 100% rename from stable/deluge/18.1.1/templates/common.yaml rename to stable/ddns-updater/9.2.2/templates/common.yaml diff --git a/stable/discordgsm/7.1.1/values.yaml b/stable/ddns-updater/9.2.2/values.yaml similarity index 100% rename from stable/discordgsm/7.1.1/values.yaml rename to stable/ddns-updater/9.2.2/values.yaml diff --git a/stable/debian-apt-mirror/5.1.1/CHANGELOG.md b/stable/debian-apt-mirror/5.1.1/CHANGELOG.md deleted file mode 100644 index 1cf31788fa6..00000000000 --- a/stable/debian-apt-mirror/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/debian-apt-mirror/5.1.1/Chart.yaml b/stable/debian-apt-mirror/5.1.1/Chart.yaml deleted file mode 100644 index f2c82d383e0..00000000000 --- a/stable/debian-apt-mirror/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/debian-apt-mirror/5.1.1/charts/common-18.0.2.tgz b/stable/debian-apt-mirror/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/debian-apt-mirror/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dispatch/5.1.1/.helmignore b/stable/debian-apt-mirror/5.2.2/.helmignore similarity index 100% rename from stable/dispatch/5.1.1/.helmignore rename to stable/debian-apt-mirror/5.2.2/.helmignore diff --git a/stable/debian-apt-mirror/5.2.2/CHANGELOG.md b/stable/debian-apt-mirror/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e542370ca23 --- /dev/null +++ b/stable/debian-apt-mirror/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/debian-apt-mirror/5.2.2/Chart.yaml b/stable/debian-apt-mirror/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3b539dedb9c --- /dev/null +++ b/stable/debian-apt-mirror/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/debian-apt-mirror/5.1.1/README.md b/stable/debian-apt-mirror/5.2.2/README.md similarity index 100% rename from stable/debian-apt-mirror/5.1.1/README.md rename to stable/debian-apt-mirror/5.2.2/README.md diff --git a/stable/debian-apt-mirror/5.2.2/app-changelog.md b/stable/debian-apt-mirror/5.2.2/app-changelog.md new file mode 100644 index 00000000000..587451c4a48 --- /dev/null +++ b/stable/debian-apt-mirror/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/debian-apt-mirror/5.1.1/app-readme.md b/stable/debian-apt-mirror/5.2.2/app-readme.md similarity index 100% rename from stable/debian-apt-mirror/5.1.1/app-readme.md rename to stable/debian-apt-mirror/5.2.2/app-readme.md diff --git a/stable/debian-apt-mirror/5.2.2/charts/common-18.1.6.tgz b/stable/debian-apt-mirror/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/debian-apt-mirror/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/debian-apt-mirror/5.1.1/ix_values.yaml b/stable/debian-apt-mirror/5.2.2/ix_values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.1/ix_values.yaml rename to stable/debian-apt-mirror/5.2.2/ix_values.yaml diff --git a/stable/debian-apt-mirror/5.1.1/questions.yaml b/stable/debian-apt-mirror/5.2.2/questions.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.1/questions.yaml rename to stable/debian-apt-mirror/5.2.2/questions.yaml diff --git a/stable/debian-apt-mirror/5.1.1/templates/common.yaml b/stable/debian-apt-mirror/5.2.2/templates/common.yaml similarity index 100% rename from stable/debian-apt-mirror/5.1.1/templates/common.yaml rename to stable/debian-apt-mirror/5.2.2/templates/common.yaml diff --git a/stable/dispatch/5.1.1/values.yaml b/stable/debian-apt-mirror/5.2.2/values.yaml similarity index 100% rename from stable/dispatch/5.1.1/values.yaml rename to stable/debian-apt-mirror/5.2.2/values.yaml diff --git a/stable/debian-bullseye/5.1.1/CHANGELOG.md b/stable/debian-bullseye/5.1.1/CHANGELOG.md deleted file mode 100644 index 82f0924f154..00000000000 --- a/stable/debian-bullseye/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/debian-bullseye/5.1.1/Chart.yaml b/stable/debian-bullseye/5.1.1/Chart.yaml deleted file mode 100644 index 47568af704d..00000000000 --- a/stable/debian-bullseye/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/debian-bullseye/5.1.1/charts/common-18.0.2.tgz b/stable/debian-bullseye/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/debian-bullseye/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dizquetv/14.1.1/.helmignore b/stable/debian-bullseye/5.2.2/.helmignore similarity index 100% rename from stable/dizquetv/14.1.1/.helmignore rename to stable/debian-bullseye/5.2.2/.helmignore diff --git a/stable/debian-bullseye/5.2.2/CHANGELOG.md b/stable/debian-bullseye/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..74f56b37a7e --- /dev/null +++ b/stable/debian-bullseye/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/debian-bullseye/5.2.2/Chart.yaml b/stable/debian-bullseye/5.2.2/Chart.yaml new file mode 100644 index 00000000000..35bdc777ff5 --- /dev/null +++ b/stable/debian-bullseye/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/debian-bullseye/5.1.1/README.md b/stable/debian-bullseye/5.2.2/README.md similarity index 100% rename from stable/debian-bullseye/5.1.1/README.md rename to stable/debian-bullseye/5.2.2/README.md diff --git a/stable/debian-bullseye/5.2.2/app-changelog.md b/stable/debian-bullseye/5.2.2/app-changelog.md new file mode 100644 index 00000000000..edf15c83562 --- /dev/null +++ b/stable/debian-bullseye/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/debian-bullseye/5.1.1/app-readme.md b/stable/debian-bullseye/5.2.2/app-readme.md similarity index 100% rename from stable/debian-bullseye/5.1.1/app-readme.md rename to stable/debian-bullseye/5.2.2/app-readme.md diff --git a/stable/debian-bullseye/5.2.2/charts/common-18.1.6.tgz b/stable/debian-bullseye/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/debian-bullseye/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/debian-bullseye/5.1.1/ix_values.yaml b/stable/debian-bullseye/5.2.2/ix_values.yaml similarity index 100% rename from stable/debian-bullseye/5.1.1/ix_values.yaml rename to stable/debian-bullseye/5.2.2/ix_values.yaml diff --git a/stable/debian-bullseye/5.1.1/questions.yaml b/stable/debian-bullseye/5.2.2/questions.yaml similarity index 100% rename from stable/debian-bullseye/5.1.1/questions.yaml rename to stable/debian-bullseye/5.2.2/questions.yaml diff --git a/stable/debian-bullseye/5.1.1/templates/common.yaml b/stable/debian-bullseye/5.2.2/templates/common.yaml similarity index 100% rename from stable/debian-bullseye/5.1.1/templates/common.yaml rename to stable/debian-bullseye/5.2.2/templates/common.yaml diff --git a/stable/dizquetv/14.1.1/values.yaml b/stable/debian-bullseye/5.2.2/values.yaml similarity index 100% rename from stable/dizquetv/14.1.1/values.yaml rename to stable/debian-bullseye/5.2.2/values.yaml diff --git a/stable/deconz/15.1.2/CHANGELOG.md b/stable/deconz/15.1.2/CHANGELOG.md deleted file mode 100644 index 77baa196a8d..00000000000 --- a/stable/deconz/15.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [deconz-14.1.7](https://github.com/truecharts/charts/compare/deconz-14.1.6...deconz-14.1.7) (2024-01-03) \ No newline at end of file diff --git a/stable/deconz/15.1.2/Chart.yaml b/stable/deconz/15.1.2/Chart.yaml deleted file mode 100644 index 6b5210765e2..00000000000 --- a/stable/deconz/15.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.26.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/deconz/15.1.2/charts/common-18.0.2.tgz b/stable/deconz/15.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/deconz/15.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/deconz/15.1.2/ix_values.yaml b/stable/deconz/15.1.2/ix_values.yaml deleted file mode 100644 index 7255704307f..00000000000 --- a/stable/deconz/15.1.2/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/dns-doh-companion/5.1.1/.helmignore b/stable/deconz/15.2.3/.helmignore similarity index 100% rename from stable/dns-doh-companion/5.1.1/.helmignore rename to stable/deconz/15.2.3/.helmignore diff --git a/stable/deconz/15.2.3/CHANGELOG.md b/stable/deconz/15.2.3/CHANGELOG.md new file mode 100644 index 00000000000..af089d34a3b --- /dev/null +++ b/stable/deconz/15.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/deconz/15.2.3/Chart.yaml b/stable/deconz/15.2.3/Chart.yaml new file mode 100644 index 00000000000..c25be0949d4 --- /dev/null +++ b/stable/deconz/15.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.26.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/deconz/15.1.2/README.md b/stable/deconz/15.2.3/README.md similarity index 100% rename from stable/deconz/15.1.2/README.md rename to stable/deconz/15.2.3/README.md diff --git a/stable/deconz/15.2.3/app-changelog.md b/stable/deconz/15.2.3/app-changelog.md new file mode 100644 index 00000000000..4a76ed202f2 --- /dev/null +++ b/stable/deconz/15.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/deconz/15.1.2/app-readme.md b/stable/deconz/15.2.3/app-readme.md similarity index 100% rename from stable/deconz/15.1.2/app-readme.md rename to stable/deconz/15.2.3/app-readme.md diff --git a/stable/deconz/15.2.3/charts/common-18.1.6.tgz b/stable/deconz/15.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/deconz/15.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/deconz/15.2.3/ix_values.yaml b/stable/deconz/15.2.3/ix_values.yaml new file mode 100644 index 00000000000..77539c407c2 --- /dev/null +++ b/stable/deconz/15.2.3/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.1.2/questions.yaml b/stable/deconz/15.2.3/questions.yaml similarity index 100% rename from stable/deconz/15.1.2/questions.yaml rename to stable/deconz/15.2.3/questions.yaml diff --git a/stable/dillinger/9.1.3/templates/common.yaml b/stable/deconz/15.2.3/templates/common.yaml similarity index 100% rename from stable/dillinger/9.1.3/templates/common.yaml rename to stable/deconz/15.2.3/templates/common.yaml diff --git a/stable/dns-doh-companion/5.1.1/values.yaml b/stable/deconz/15.2.3/values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.1/values.yaml rename to stable/deconz/15.2.3/values.yaml diff --git a/stable/deemix/10.1.1/CHANGELOG.md b/stable/deemix/10.1.1/CHANGELOG.md deleted file mode 100644 index ddb803cd5c3..00000000000 --- a/stable/deemix/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/deemix/10.1.1/Chart.yaml b/stable/deemix/10.1.1/Chart.yaml deleted file mode 100644 index 174f3575e49..00000000000 --- a/stable/deemix/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/deemix/10.1.1/charts/common-18.0.2.tgz b/stable/deemix/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/deemix/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/docker-hub-rss/5.1.1/.helmignore b/stable/deemix/10.2.2/.helmignore similarity index 100% rename from stable/docker-hub-rss/5.1.1/.helmignore rename to stable/deemix/10.2.2/.helmignore diff --git a/stable/deemix/10.2.2/CHANGELOG.md b/stable/deemix/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c5c4aaf6dc3 --- /dev/null +++ b/stable/deemix/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/deemix/10.2.2/Chart.yaml b/stable/deemix/10.2.2/Chart.yaml new file mode 100644 index 00000000000..1b0a9994a83 --- /dev/null +++ b/stable/deemix/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/deemix/10.1.1/README.md b/stable/deemix/10.2.2/README.md similarity index 100% rename from stable/deemix/10.1.1/README.md rename to stable/deemix/10.2.2/README.md diff --git a/stable/deemix/10.2.2/app-changelog.md b/stable/deemix/10.2.2/app-changelog.md new file mode 100644 index 00000000000..269e5917821 --- /dev/null +++ b/stable/deemix/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/deemix/10.1.1/app-readme.md b/stable/deemix/10.2.2/app-readme.md similarity index 100% rename from stable/deemix/10.1.1/app-readme.md rename to stable/deemix/10.2.2/app-readme.md diff --git a/stable/deemix/10.2.2/charts/common-18.1.6.tgz b/stable/deemix/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/deemix/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/deemix/10.1.1/ix_values.yaml b/stable/deemix/10.2.2/ix_values.yaml similarity index 100% rename from stable/deemix/10.1.1/ix_values.yaml rename to stable/deemix/10.2.2/ix_values.yaml diff --git a/stable/deemix/10.1.1/questions.yaml b/stable/deemix/10.2.2/questions.yaml similarity index 100% rename from stable/deemix/10.1.1/questions.yaml rename to stable/deemix/10.2.2/questions.yaml diff --git a/stable/dokuwiki/10.1.2/templates/NOTES.txt b/stable/deemix/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/10.1.2/templates/NOTES.txt rename to stable/deemix/10.2.2/templates/NOTES.txt diff --git a/stable/dizquetv/14.1.1/templates/common.yaml b/stable/deemix/10.2.2/templates/common.yaml similarity index 100% rename from stable/dizquetv/14.1.1/templates/common.yaml rename to stable/deemix/10.2.2/templates/common.yaml diff --git a/stable/docker-hub-rss/5.1.1/values.yaml b/stable/deemix/10.2.2/values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.1/values.yaml rename to stable/deemix/10.2.2/values.yaml diff --git a/stable/deepstack/11.1.1/CHANGELOG.md b/stable/deepstack/11.1.1/CHANGELOG.md deleted file mode 100644 index d03a954bae4..00000000000 --- a/stable/deepstack/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/deepstack/11.1.1/Chart.yaml b/stable/deepstack/11.1.1/Chart.yaml deleted file mode 100644 index 2ba4c07b8c1..00000000000 --- a/stable/deepstack/11.1.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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/deepstack/11.1.1/charts/common-18.0.2.tgz b/stable/deepstack/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/deepstack/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/docker/5.1.2/.helmignore b/stable/deepstack/11.2.2/.helmignore similarity index 100% rename from stable/docker/5.1.2/.helmignore rename to stable/deepstack/11.2.2/.helmignore diff --git a/stable/deepstack/11.2.2/CHANGELOG.md b/stable/deepstack/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..70c099989f8 --- /dev/null +++ b/stable/deepstack/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/deepstack/11.2.2/Chart.yaml b/stable/deepstack/11.2.2/Chart.yaml new file mode 100644 index 00000000000..ac14be9ce4f --- /dev/null +++ b/stable/deepstack/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/deepstack/11.1.1/README.md b/stable/deepstack/11.2.2/README.md similarity index 100% rename from stable/deepstack/11.1.1/README.md rename to stable/deepstack/11.2.2/README.md diff --git a/stable/deepstack/11.2.2/app-changelog.md b/stable/deepstack/11.2.2/app-changelog.md new file mode 100644 index 00000000000..06f02f9fa94 --- /dev/null +++ b/stable/deepstack/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/deepstack/11.1.1/app-readme.md b/stable/deepstack/11.2.2/app-readme.md similarity index 100% rename from stable/deepstack/11.1.1/app-readme.md rename to stable/deepstack/11.2.2/app-readme.md diff --git a/stable/deepstack/11.2.2/charts/common-18.1.6.tgz b/stable/deepstack/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/deepstack/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/deepstack/11.1.1/ix_values.yaml b/stable/deepstack/11.2.2/ix_values.yaml similarity index 100% rename from stable/deepstack/11.1.1/ix_values.yaml rename to stable/deepstack/11.2.2/ix_values.yaml diff --git a/stable/deepstack/11.1.1/questions.yaml b/stable/deepstack/11.2.2/questions.yaml similarity index 100% rename from stable/deepstack/11.1.1/questions.yaml rename to stable/deepstack/11.2.2/questions.yaml diff --git a/stable/domoticz/10.1.1/templates/NOTES.txt b/stable/deepstack/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/domoticz/10.1.1/templates/NOTES.txt rename to stable/deepstack/11.2.2/templates/NOTES.txt diff --git a/stable/docker/5.1.2/templates/common.yaml b/stable/deepstack/11.2.2/templates/common.yaml similarity index 100% rename from stable/docker/5.1.2/templates/common.yaml rename to stable/deepstack/11.2.2/templates/common.yaml diff --git a/stable/docker/5.1.2/values.yaml b/stable/deepstack/11.2.2/values.yaml similarity index 100% rename from stable/docker/5.1.2/values.yaml rename to stable/deepstack/11.2.2/values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.1/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.1.1/CHANGELOG.md deleted file mode 100644 index cb5952bdb13..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [dell-idrac-fan-controller-4.1.6](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.5...dell-idrac-fan-controller-4.1.6) (2024-01-02) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.1.1/Chart.yaml b/stable/dell-idrac-fan-controller/5.1.1/Chart.yaml deleted file mode 100644 index 12dd33e9216..00000000000 --- a/stable/dell-idrac-fan-controller/5.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dell-idrac-fan-controller/5.1.1/charts/common-18.0.2.tgz b/stable/dell-idrac-fan-controller/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dell-idrac-fan-controller/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.1.1/.helmignore b/stable/dell-idrac-fan-controller/5.2.2/.helmignore similarity index 100% rename from stable/dockerregistry/5.1.1/.helmignore rename to stable/dell-idrac-fan-controller/5.2.2/.helmignore diff --git a/stable/dell-idrac-fan-controller/5.2.2/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9c73b95662b --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.2.2/Chart.yaml b/stable/dell-idrac-fan-controller/5.2.2/Chart.yaml new file mode 100644 index 00000000000..94d28c65783 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dell-idrac-fan-controller/5.1.1/README.md b/stable/dell-idrac-fan-controller/5.2.2/README.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/README.md rename to stable/dell-idrac-fan-controller/5.2.2/README.md diff --git a/stable/dell-idrac-fan-controller/5.2.2/app-changelog.md b/stable/dell-idrac-fan-controller/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a86e48e0ae6 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.1.1/app-readme.md b/stable/dell-idrac-fan-controller/5.2.2/app-readme.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/app-readme.md rename to stable/dell-idrac-fan-controller/5.2.2/app-readme.md diff --git a/stable/dell-idrac-fan-controller/5.2.2/charts/common-18.1.6.tgz b/stable/dell-idrac-fan-controller/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dell-idrac-fan-controller/5.1.1/ix_values.yaml b/stable/dell-idrac-fan-controller/5.2.2/ix_values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/ix_values.yaml rename to stable/dell-idrac-fan-controller/5.2.2/ix_values.yaml diff --git a/stable/dell-idrac-fan-controller/5.1.1/questions.yaml b/stable/dell-idrac-fan-controller/5.2.2/questions.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.1.1/questions.yaml rename to stable/dell-idrac-fan-controller/5.2.2/questions.yaml diff --git a/stable/doplarr/9.1.1/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/doplarr/9.1.1/templates/NOTES.txt rename to stable/dell-idrac-fan-controller/5.2.2/templates/NOTES.txt diff --git a/stable/docusaurus/8.1.1/templates/common.yaml b/stable/dell-idrac-fan-controller/5.2.2/templates/common.yaml similarity index 100% rename from stable/docusaurus/8.1.1/templates/common.yaml rename to stable/dell-idrac-fan-controller/5.2.2/templates/common.yaml diff --git a/stable/dockerregistry/5.1.1/values.yaml b/stable/dell-idrac-fan-controller/5.2.2/values.yaml similarity index 100% rename from stable/dockerregistry/5.1.1/values.yaml rename to stable/dell-idrac-fan-controller/5.2.2/values.yaml diff --git a/stable/deluge/18.1.1/CHANGELOG.md b/stable/deluge/18.1.1/CHANGELOG.md deleted file mode 100644 index 1d600ae6077..00000000000 --- a/stable/deluge/18.1.1/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)) - - -## [deluge-17.1.4](https://github.com/truecharts/charts/compare/deluge-17.1.3...deluge-17.1.4) (2024-01-01) diff --git a/stable/deluge/18.1.1/Chart.yaml b/stable/deluge/18.1.1/Chart.yaml deleted file mode 100644 index 5e1a5bb04f4..00000000000 --- a/stable/deluge/18.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/deluge/18.1.1/charts/common-18.0.2.tgz b/stable/deluge/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/deluge/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/docusaurus/8.1.1/.helmignore b/stable/deluge/18.2.2/.helmignore similarity index 100% rename from stable/docusaurus/8.1.1/.helmignore rename to stable/deluge/18.2.2/.helmignore diff --git a/stable/deluge/18.2.2/CHANGELOG.md b/stable/deluge/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..656ca9dee27 --- /dev/null +++ b/stable/deluge/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + + +## [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 + + diff --git a/stable/deluge/18.2.2/Chart.yaml b/stable/deluge/18.2.2/Chart.yaml new file mode 100644 index 00000000000..91ccf505aa3 --- /dev/null +++ b/stable/deluge/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/deluge/18.1.1/README.md b/stable/deluge/18.2.2/README.md similarity index 100% rename from stable/deluge/18.1.1/README.md rename to stable/deluge/18.2.2/README.md diff --git a/stable/deluge/18.2.2/app-changelog.md b/stable/deluge/18.2.2/app-changelog.md new file mode 100644 index 00000000000..78efeac4649 --- /dev/null +++ b/stable/deluge/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/deluge/18.1.1/app-readme.md b/stable/deluge/18.2.2/app-readme.md similarity index 100% rename from stable/deluge/18.1.1/app-readme.md rename to stable/deluge/18.2.2/app-readme.md diff --git a/stable/deluge/18.2.2/charts/common-18.1.6.tgz b/stable/deluge/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/deluge/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/deluge/18.1.1/ix_values.yaml b/stable/deluge/18.2.2/ix_values.yaml similarity index 100% rename from stable/deluge/18.1.1/ix_values.yaml rename to stable/deluge/18.2.2/ix_values.yaml diff --git a/stable/deluge/18.1.1/questions.yaml b/stable/deluge/18.2.2/questions.yaml similarity index 100% rename from stable/deluge/18.1.1/questions.yaml rename to stable/deluge/18.2.2/questions.yaml diff --git a/stable/double-take/10.1.1/templates/NOTES.txt b/stable/deluge/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/double-take/10.1.1/templates/NOTES.txt rename to stable/deluge/18.2.2/templates/NOTES.txt diff --git a/stable/dokuwiki/10.1.2/templates/common.yaml b/stable/deluge/18.2.2/templates/common.yaml similarity index 100% rename from stable/dokuwiki/10.1.2/templates/common.yaml rename to stable/deluge/18.2.2/templates/common.yaml diff --git a/stable/docusaurus/8.1.1/values.yaml b/stable/deluge/18.2.2/values.yaml similarity index 100% rename from stable/docusaurus/8.1.1/values.yaml rename to stable/deluge/18.2.2/values.yaml diff --git a/stable/digikam/11.1.1/CHANGELOG.md b/stable/digikam/11.1.1/CHANGELOG.md deleted file mode 100644 index 3187fc1fdb7..00000000000 --- a/stable/digikam/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/digikam/11.1.1/Chart.yaml b/stable/digikam/11.1.1/Chart.yaml deleted file mode 100644 index e5d914064a6..00000000000 --- a/stable/digikam/11.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/digikam/11.1.1/charts/common-18.0.2.tgz b/stable/digikam/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/digikam/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dokuwiki/10.1.2/.helmignore b/stable/digikam/11.2.2/.helmignore similarity index 100% rename from stable/dokuwiki/10.1.2/.helmignore rename to stable/digikam/11.2.2/.helmignore diff --git a/stable/digikam/11.2.2/CHANGELOG.md b/stable/digikam/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ab738059ed0 --- /dev/null +++ b/stable/digikam/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/digikam/11.2.2/Chart.yaml b/stable/digikam/11.2.2/Chart.yaml new file mode 100644 index 00000000000..ad3ca738251 --- /dev/null +++ b/stable/digikam/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/digikam/11.1.1/README.md b/stable/digikam/11.2.2/README.md similarity index 100% rename from stable/digikam/11.1.1/README.md rename to stable/digikam/11.2.2/README.md diff --git a/stable/digikam/11.2.2/app-changelog.md b/stable/digikam/11.2.2/app-changelog.md new file mode 100644 index 00000000000..a4a7b6d5347 --- /dev/null +++ b/stable/digikam/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/digikam/11.1.1/app-readme.md b/stable/digikam/11.2.2/app-readme.md similarity index 100% rename from stable/digikam/11.1.1/app-readme.md rename to stable/digikam/11.2.2/app-readme.md diff --git a/stable/digikam/11.2.2/charts/common-18.1.6.tgz b/stable/digikam/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/digikam/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/digikam/11.1.1/ix_values.yaml b/stable/digikam/11.2.2/ix_values.yaml similarity index 100% rename from stable/digikam/11.1.1/ix_values.yaml rename to stable/digikam/11.2.2/ix_values.yaml diff --git a/stable/digikam/11.1.1/questions.yaml b/stable/digikam/11.2.2/questions.yaml similarity index 100% rename from stable/digikam/11.1.1/questions.yaml rename to stable/digikam/11.2.2/questions.yaml diff --git a/stable/doublecommander/12.1.2/templates/NOTES.txt b/stable/digikam/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/12.1.2/templates/NOTES.txt rename to stable/digikam/11.2.2/templates/NOTES.txt diff --git a/stable/digikam/11.1.1/templates/common.yaml b/stable/digikam/11.2.2/templates/common.yaml similarity index 100% rename from stable/digikam/11.1.1/templates/common.yaml rename to stable/digikam/11.2.2/templates/common.yaml diff --git a/stable/dokuwiki/10.1.2/values.yaml b/stable/digikam/11.2.2/values.yaml similarity index 100% rename from stable/dokuwiki/10.1.2/values.yaml rename to stable/digikam/11.2.2/values.yaml diff --git a/stable/dillinger/9.1.3/CHANGELOG.md b/stable/dillinger/9.1.3/CHANGELOG.md deleted file mode 100644 index 38b7bfd2655..00000000000 --- a/stable/dillinger/9.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/dillinger/9.1.3/Chart.yaml b/stable/dillinger/9.1.3/Chart.yaml deleted file mode 100644 index 50ac9548785..00000000000 --- a/stable/dillinger/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.39.1 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/dillinger/9.1.3/charts/common-18.0.2.tgz b/stable/dillinger/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dillinger/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dillinger/9.1.3/ix_values.yaml b/stable/dillinger/9.1.3/ix_values.yaml deleted file mode 100644 index 8ef46bd8b8b..00000000000 --- a/stable/dillinger/9.1.3/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/domoticz/10.1.1/.helmignore b/stable/dillinger/9.2.3/.helmignore similarity index 100% rename from stable/domoticz/10.1.1/.helmignore rename to stable/dillinger/9.2.3/.helmignore diff --git a/stable/dillinger/9.2.3/CHANGELOG.md b/stable/dillinger/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..63018ab07bd --- /dev/null +++ b/stable/dillinger/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/dillinger/9.2.3/Chart.yaml b/stable/dillinger/9.2.3/Chart.yaml new file mode 100644 index 00000000000..97b9312d23a --- /dev/null +++ b/stable/dillinger/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.39.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/dillinger/9.1.3/README.md b/stable/dillinger/9.2.3/README.md similarity index 100% rename from stable/dillinger/9.1.3/README.md rename to stable/dillinger/9.2.3/README.md diff --git a/stable/dillinger/9.2.3/app-changelog.md b/stable/dillinger/9.2.3/app-changelog.md new file mode 100644 index 00000000000..c28dd602c4e --- /dev/null +++ b/stable/dillinger/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dillinger/9.1.3/app-readme.md b/stable/dillinger/9.2.3/app-readme.md similarity index 100% rename from stable/dillinger/9.1.3/app-readme.md rename to stable/dillinger/9.2.3/app-readme.md diff --git a/stable/dillinger/9.2.3/charts/common-18.1.6.tgz b/stable/dillinger/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dillinger/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/dillinger/9.2.3/ix_values.yaml b/stable/dillinger/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..7f4a8d89abf --- /dev/null +++ b/stable/dillinger/9.2.3/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.1.3/questions.yaml b/stable/dillinger/9.2.3/questions.yaml similarity index 100% rename from stable/dillinger/9.1.3/questions.yaml rename to stable/dillinger/9.2.3/questions.yaml diff --git a/stable/duckdns/9.1.3/templates/NOTES.txt b/stable/dillinger/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/duckdns/9.1.3/templates/NOTES.txt rename to stable/dillinger/9.2.3/templates/NOTES.txt diff --git a/stable/domoticz/10.1.1/templates/common.yaml b/stable/dillinger/9.2.3/templates/common.yaml similarity index 100% rename from stable/domoticz/10.1.1/templates/common.yaml rename to stable/dillinger/9.2.3/templates/common.yaml diff --git a/stable/domoticz/10.1.1/values.yaml b/stable/dillinger/9.2.3/values.yaml similarity index 100% rename from stable/domoticz/10.1.1/values.yaml rename to stable/dillinger/9.2.3/values.yaml diff --git a/stable/discordgsm/7.1.1/CHANGELOG.md b/stable/discordgsm/7.1.1/CHANGELOG.md deleted file mode 100644 index b5e900f2611..00000000000 --- a/stable/discordgsm/7.1.1/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)) - - -## [discordgsm-6.1.4](https://github.com/truecharts/charts/compare/discordgsm-6.1.3...discordgsm-6.1.4) (2024-01-01) diff --git a/stable/discordgsm/7.1.1/Chart.yaml b/stable/discordgsm/7.1.1/Chart.yaml deleted file mode 100644 index 9b3240a2a21..00000000000 --- a/stable/discordgsm/7.1.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: monitor - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.16.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/discordgsm/7.1.1/charts/common-18.0.2.tgz b/stable/discordgsm/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/discordgsm/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dontstarvetogether/5.1.1/.helmignore b/stable/discordgsm/7.2.2/.helmignore similarity index 100% rename from stable/dontstarvetogether/5.1.1/.helmignore rename to stable/discordgsm/7.2.2/.helmignore diff --git a/stable/discordgsm/7.2.2/CHANGELOG.md b/stable/discordgsm/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..392e24f21e9 --- /dev/null +++ b/stable/discordgsm/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/discordgsm/7.2.2/Chart.yaml b/stable/discordgsm/7.2.2/Chart.yaml new file mode 100644 index 00000000000..143082c4955 --- /dev/null +++ b/stable/discordgsm/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.16.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/discordgsm/7.1.1/README.md b/stable/discordgsm/7.2.2/README.md similarity index 100% rename from stable/discordgsm/7.1.1/README.md rename to stable/discordgsm/7.2.2/README.md diff --git a/stable/discordgsm/7.2.2/app-changelog.md b/stable/discordgsm/7.2.2/app-changelog.md new file mode 100644 index 00000000000..0d3f9dc32b6 --- /dev/null +++ b/stable/discordgsm/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/discordgsm/7.1.1/app-readme.md b/stable/discordgsm/7.2.2/app-readme.md similarity index 100% rename from stable/discordgsm/7.1.1/app-readme.md rename to stable/discordgsm/7.2.2/app-readme.md diff --git a/stable/discordgsm/7.2.2/charts/common-18.1.6.tgz b/stable/discordgsm/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/discordgsm/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/discordgsm/7.1.1/ix_values.yaml b/stable/discordgsm/7.2.2/ix_values.yaml similarity index 100% rename from stable/discordgsm/7.1.1/ix_values.yaml rename to stable/discordgsm/7.2.2/ix_values.yaml diff --git a/stable/discordgsm/7.1.1/questions.yaml b/stable/discordgsm/7.2.2/questions.yaml similarity index 100% rename from stable/discordgsm/7.1.1/questions.yaml rename to stable/discordgsm/7.2.2/questions.yaml diff --git a/stable/duplicacy/6.1.3/templates/NOTES.txt b/stable/discordgsm/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/duplicacy/6.1.3/templates/NOTES.txt rename to stable/discordgsm/7.2.2/templates/NOTES.txt diff --git a/stable/discordgsm/7.1.1/templates/_secret.tpl b/stable/discordgsm/7.2.2/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/7.1.1/templates/_secret.tpl rename to stable/discordgsm/7.2.2/templates/_secret.tpl diff --git a/stable/discordgsm/7.1.1/templates/common.yaml b/stable/discordgsm/7.2.2/templates/common.yaml similarity index 100% rename from stable/discordgsm/7.1.1/templates/common.yaml rename to stable/discordgsm/7.2.2/templates/common.yaml diff --git a/stable/dontstarvetogether/5.1.1/values.yaml b/stable/discordgsm/7.2.2/values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.1/values.yaml rename to stable/discordgsm/7.2.2/values.yaml diff --git a/stable/dispatch/5.1.1/CHANGELOG.md b/stable/dispatch/5.1.1/CHANGELOG.md deleted file mode 100644 index 7f5ef93a599..00000000000 --- a/stable/dispatch/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dispatch/5.1.1/Chart.yaml b/stable/dispatch/5.1.1/Chart.yaml deleted file mode 100644 index 7acd3975253..00000000000 --- a/stable/dispatch/5.1.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: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dispatch/5.1.1/charts/common-18.0.2.tgz b/stable/dispatch/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dispatch/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/doplarr/9.1.1/.helmignore b/stable/dispatch/5.2.2/.helmignore similarity index 100% rename from stable/doplarr/9.1.1/.helmignore rename to stable/dispatch/5.2.2/.helmignore diff --git a/stable/dispatch/5.2.2/CHANGELOG.md b/stable/dispatch/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0b073058ece --- /dev/null +++ b/stable/dispatch/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dispatch/5.2.2/Chart.yaml b/stable/dispatch/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2f1bf2c863c --- /dev/null +++ b/stable/dispatch/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dispatch/5.1.1/README.md b/stable/dispatch/5.2.2/README.md similarity index 100% rename from stable/dispatch/5.1.1/README.md rename to stable/dispatch/5.2.2/README.md diff --git a/stable/dispatch/5.2.2/app-changelog.md b/stable/dispatch/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8dc7be78127 --- /dev/null +++ b/stable/dispatch/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dispatch/5.1.1/app-readme.md b/stable/dispatch/5.2.2/app-readme.md similarity index 100% rename from stable/dispatch/5.1.1/app-readme.md rename to stable/dispatch/5.2.2/app-readme.md diff --git a/stable/dispatch/5.2.2/charts/common-18.1.6.tgz b/stable/dispatch/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dispatch/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dispatch/5.1.1/ix_values.yaml b/stable/dispatch/5.2.2/ix_values.yaml similarity index 100% rename from stable/dispatch/5.1.1/ix_values.yaml rename to stable/dispatch/5.2.2/ix_values.yaml diff --git a/stable/dispatch/5.1.1/questions.yaml b/stable/dispatch/5.2.2/questions.yaml similarity index 100% rename from stable/dispatch/5.1.1/questions.yaml rename to stable/dispatch/5.2.2/questions.yaml diff --git a/stable/dispatch/5.1.1/templates/common.yaml b/stable/dispatch/5.2.2/templates/common.yaml similarity index 100% rename from stable/dispatch/5.1.1/templates/common.yaml rename to stable/dispatch/5.2.2/templates/common.yaml diff --git a/stable/doplarr/9.1.1/values.yaml b/stable/dispatch/5.2.2/values.yaml similarity index 100% rename from stable/doplarr/9.1.1/values.yaml rename to stable/dispatch/5.2.2/values.yaml diff --git a/stable/dizquetv/14.1.1/CHANGELOG.md b/stable/dizquetv/14.1.1/CHANGELOG.md deleted file mode 100644 index 57e9603e07b..00000000000 --- a/stable/dizquetv/14.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dizquetv/14.1.1/Chart.yaml b/stable/dizquetv/14.1.1/Chart.yaml deleted file mode 100644 index 740453d2df8..00000000000 --- a/stable/dizquetv/14.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dizquetv/14.1.1/charts/common-18.0.2.tgz b/stable/dizquetv/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dizquetv/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/double-take/10.1.1/.helmignore b/stable/dizquetv/14.2.2/.helmignore similarity index 100% rename from stable/double-take/10.1.1/.helmignore rename to stable/dizquetv/14.2.2/.helmignore diff --git a/stable/dizquetv/14.2.2/CHANGELOG.md b/stable/dizquetv/14.2.2/CHANGELOG.md new file mode 100644 index 00000000000..debb2e72936 --- /dev/null +++ b/stable/dizquetv/14.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dizquetv/14.2.2/Chart.yaml b/stable/dizquetv/14.2.2/Chart.yaml new file mode 100644 index 00000000000..aa7188a74b0 --- /dev/null +++ b/stable/dizquetv/14.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dizquetv/14.1.1/README.md b/stable/dizquetv/14.2.2/README.md similarity index 100% rename from stable/dizquetv/14.1.1/README.md rename to stable/dizquetv/14.2.2/README.md diff --git a/stable/dizquetv/14.2.2/app-changelog.md b/stable/dizquetv/14.2.2/app-changelog.md new file mode 100644 index 00000000000..46bb6f5e3dc --- /dev/null +++ b/stable/dizquetv/14.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dizquetv/14.1.1/app-readme.md b/stable/dizquetv/14.2.2/app-readme.md similarity index 100% rename from stable/dizquetv/14.1.1/app-readme.md rename to stable/dizquetv/14.2.2/app-readme.md diff --git a/stable/dizquetv/14.2.2/charts/common-18.1.6.tgz b/stable/dizquetv/14.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dizquetv/14.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dizquetv/14.1.1/ix_values.yaml b/stable/dizquetv/14.2.2/ix_values.yaml similarity index 100% rename from stable/dizquetv/14.1.1/ix_values.yaml rename to stable/dizquetv/14.2.2/ix_values.yaml diff --git a/stable/dizquetv/14.1.1/questions.yaml b/stable/dizquetv/14.2.2/questions.yaml similarity index 100% rename from stable/dizquetv/14.1.1/questions.yaml rename to stable/dizquetv/14.2.2/questions.yaml diff --git a/stable/duplicati/13.1.1/templates/NOTES.txt b/stable/dizquetv/14.2.2/templates/NOTES.txt similarity index 100% rename from stable/duplicati/13.1.1/templates/NOTES.txt rename to stable/dizquetv/14.2.2/templates/NOTES.txt diff --git a/stable/doplarr/9.1.1/templates/common.yaml b/stable/dizquetv/14.2.2/templates/common.yaml similarity index 100% rename from stable/doplarr/9.1.1/templates/common.yaml rename to stable/dizquetv/14.2.2/templates/common.yaml diff --git a/stable/double-take/10.1.1/values.yaml b/stable/dizquetv/14.2.2/values.yaml similarity index 100% rename from stable/double-take/10.1.1/values.yaml rename to stable/dizquetv/14.2.2/values.yaml diff --git a/stable/dns-doh-companion/5.1.1/CHANGELOG.md b/stable/dns-doh-companion/5.1.1/CHANGELOG.md deleted file mode 100644 index a6a0e11a87d..00000000000 --- a/stable/dns-doh-companion/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [dns-doh-companion-4.1.8](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.7...dns-doh-companion-4.1.8) (2024-01-09) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.1.1/Chart.yaml b/stable/dns-doh-companion/5.1.1/Chart.yaml deleted file mode 100644 index bbd1b13a07a..00000000000 --- a/stable/dns-doh-companion/5.1.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: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dns-doh-companion/5.1.1/charts/common-18.0.2.tgz b/stable/dns-doh-companion/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dns-doh-companion/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/doublecommander/12.1.2/.helmignore b/stable/dns-doh-companion/5.2.2/.helmignore similarity index 100% rename from stable/doublecommander/12.1.2/.helmignore rename to stable/dns-doh-companion/5.2.2/.helmignore diff --git a/stable/dns-doh-companion/5.2.2/CHANGELOG.md b/stable/dns-doh-companion/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e9b72645ab5 --- /dev/null +++ b/stable/dns-doh-companion/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.2.2/Chart.yaml b/stable/dns-doh-companion/5.2.2/Chart.yaml new file mode 100644 index 00000000000..340d4232124 --- /dev/null +++ b/stable/dns-doh-companion/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dns-doh-companion/5.1.1/README.md b/stable/dns-doh-companion/5.2.2/README.md similarity index 100% rename from stable/dns-doh-companion/5.1.1/README.md rename to stable/dns-doh-companion/5.2.2/README.md diff --git a/stable/dns-doh-companion/5.2.2/app-changelog.md b/stable/dns-doh-companion/5.2.2/app-changelog.md new file mode 100644 index 00000000000..2123955fe8c --- /dev/null +++ b/stable/dns-doh-companion/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.1.1/app-readme.md b/stable/dns-doh-companion/5.2.2/app-readme.md similarity index 100% rename from stable/dns-doh-companion/5.1.1/app-readme.md rename to stable/dns-doh-companion/5.2.2/app-readme.md diff --git a/stable/dns-doh-companion/5.2.2/charts/common-18.1.6.tgz b/stable/dns-doh-companion/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dns-doh-companion/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dns-doh-companion/5.1.1/ix_values.yaml b/stable/dns-doh-companion/5.2.2/ix_values.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.1/ix_values.yaml rename to stable/dns-doh-companion/5.2.2/ix_values.yaml diff --git a/stable/dns-doh-companion/5.1.1/questions.yaml b/stable/dns-doh-companion/5.2.2/questions.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.1/questions.yaml rename to stable/dns-doh-companion/5.2.2/questions.yaml diff --git a/stable/dns-doh-companion/5.1.1/templates/common.yaml b/stable/dns-doh-companion/5.2.2/templates/common.yaml similarity index 100% rename from stable/dns-doh-companion/5.1.1/templates/common.yaml rename to stable/dns-doh-companion/5.2.2/templates/common.yaml diff --git a/stable/doublecommander/12.1.2/values.yaml b/stable/dns-doh-companion/5.2.2/values.yaml similarity index 100% rename from stable/doublecommander/12.1.2/values.yaml rename to stable/dns-doh-companion/5.2.2/values.yaml diff --git a/stable/docker-hub-rss/5.1.1/CHANGELOG.md b/stable/docker-hub-rss/5.1.1/CHANGELOG.md deleted file mode 100644 index dc626e30b46..00000000000 --- a/stable/docker-hub-rss/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/docker-hub-rss/5.1.1/Chart.yaml b/stable/docker-hub-rss/5.1.1/Chart.yaml deleted file mode 100644 index 9abb8e3eb93..00000000000 --- a/stable/docker-hub-rss/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/docker-hub-rss/5.1.1/charts/common-18.0.2.tgz b/stable/docker-hub-rss/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/docker-hub-rss/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/dropbox-by-otherguy/5.1.1/.helmignore b/stable/docker-hub-rss/5.2.2/.helmignore similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/.helmignore rename to stable/docker-hub-rss/5.2.2/.helmignore diff --git a/stable/docker-hub-rss/5.2.2/CHANGELOG.md b/stable/docker-hub-rss/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5656395454f --- /dev/null +++ b/stable/docker-hub-rss/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/docker-hub-rss/5.2.2/Chart.yaml b/stable/docker-hub-rss/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5aa1caf0b23 --- /dev/null +++ b/stable/docker-hub-rss/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/docker-hub-rss/5.1.1/README.md b/stable/docker-hub-rss/5.2.2/README.md similarity index 100% rename from stable/docker-hub-rss/5.1.1/README.md rename to stable/docker-hub-rss/5.2.2/README.md diff --git a/stable/docker-hub-rss/5.2.2/app-changelog.md b/stable/docker-hub-rss/5.2.2/app-changelog.md new file mode 100644 index 00000000000..33a6d6490c0 --- /dev/null +++ b/stable/docker-hub-rss/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/docker-hub-rss/5.1.1/app-readme.md b/stable/docker-hub-rss/5.2.2/app-readme.md similarity index 100% rename from stable/docker-hub-rss/5.1.1/app-readme.md rename to stable/docker-hub-rss/5.2.2/app-readme.md diff --git a/stable/docker-hub-rss/5.2.2/charts/common-18.1.6.tgz b/stable/docker-hub-rss/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/docker-hub-rss/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/docker-hub-rss/5.1.1/ix_values.yaml b/stable/docker-hub-rss/5.2.2/ix_values.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.1/ix_values.yaml rename to stable/docker-hub-rss/5.2.2/ix_values.yaml diff --git a/stable/docker-hub-rss/5.1.1/questions.yaml b/stable/docker-hub-rss/5.2.2/questions.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.1/questions.yaml rename to stable/docker-hub-rss/5.2.2/questions.yaml diff --git a/stable/docker-hub-rss/5.1.1/templates/common.yaml b/stable/docker-hub-rss/5.2.2/templates/common.yaml similarity index 100% rename from stable/docker-hub-rss/5.1.1/templates/common.yaml rename to stable/docker-hub-rss/5.2.2/templates/common.yaml diff --git a/stable/dropbox-by-otherguy/5.1.1/values.yaml b/stable/docker-hub-rss/5.2.2/values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/values.yaml rename to stable/docker-hub-rss/5.2.2/values.yaml diff --git a/stable/docker/5.1.2/CHANGELOG.md b/stable/docker/5.1.2/CHANGELOG.md deleted file mode 100644 index 0cee9b3c0fe..00000000000 --- a/stable/docker/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/docker/5.1.2/Chart.yaml b/stable/docker/5.1.2/Chart.yaml deleted file mode 100644 index 44458f56631..00000000000 --- a/stable/docker/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 25.0.3 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/docker/5.1.2/charts/common-18.0.2.tgz b/stable/docker/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/docker/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/docker/5.1.2/ix_values.yaml b/stable/docker/5.1.2/ix_values.yaml deleted file mode 100644 index 247324f615b..00000000000 --- a/stable/docker/5.1.2/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/duckdns/9.1.3/.helmignore b/stable/docker/5.2.3/.helmignore similarity index 100% rename from stable/duckdns/9.1.3/.helmignore rename to stable/docker/5.2.3/.helmignore diff --git a/stable/docker/5.2.3/CHANGELOG.md b/stable/docker/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..4fb8cf085fb --- /dev/null +++ b/stable/docker/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/docker/5.2.3/Chart.yaml b/stable/docker/5.2.3/Chart.yaml new file mode 100644 index 00000000000..746a5851a1a --- /dev/null +++ b/stable/docker/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 25.0.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/docker/5.1.2/README.md b/stable/docker/5.2.3/README.md similarity index 100% rename from stable/docker/5.1.2/README.md rename to stable/docker/5.2.3/README.md diff --git a/stable/docker/5.2.3/app-changelog.md b/stable/docker/5.2.3/app-changelog.md new file mode 100644 index 00000000000..d8469115e54 --- /dev/null +++ b/stable/docker/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/docker/5.1.2/app-readme.md b/stable/docker/5.2.3/app-readme.md similarity index 100% rename from stable/docker/5.1.2/app-readme.md rename to stable/docker/5.2.3/app-readme.md diff --git a/stable/docker/5.2.3/charts/common-18.1.6.tgz b/stable/docker/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/docker/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/docker/5.2.3/ix_values.yaml b/stable/docker/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..80996c4ae9c --- /dev/null +++ b/stable/docker/5.2.3/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.1.2/questions.yaml b/stable/docker/5.2.3/questions.yaml similarity index 100% rename from stable/docker/5.1.2/questions.yaml rename to stable/docker/5.2.3/questions.yaml diff --git a/stable/emby/18.1.2/templates/NOTES.txt b/stable/docker/5.2.3/templates/NOTES.txt similarity index 100% rename from stable/emby/18.1.2/templates/NOTES.txt rename to stable/docker/5.2.3/templates/NOTES.txt diff --git a/stable/double-take/10.1.1/templates/common.yaml b/stable/docker/5.2.3/templates/common.yaml similarity index 100% rename from stable/double-take/10.1.1/templates/common.yaml rename to stable/docker/5.2.3/templates/common.yaml diff --git a/stable/duckdns/9.1.3/values.yaml b/stable/docker/5.2.3/values.yaml similarity index 100% rename from stable/duckdns/9.1.3/values.yaml rename to stable/docker/5.2.3/values.yaml diff --git a/stable/dockerregistry/5.1.1/CHANGELOG.md b/stable/dockerregistry/5.1.1/CHANGELOG.md deleted file mode 100644 index dfe7173c87f..00000000000 --- a/stable/dockerregistry/5.1.1/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)) - - -## [dockerregistry-4.1.4](https://github.com/truecharts/charts/compare/dockerregistry-4.1.3...dockerregistry-4.1.4) (2024-01-01) diff --git a/stable/dockerregistry/5.1.1/Chart.yaml b/stable/dockerregistry/5.1.1/Chart.yaml deleted file mode 100644 index 23876ed6a90..00000000000 --- a/stable/dockerregistry/5.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dockerregistry/5.1.1/charts/common-18.0.2.tgz b/stable/dockerregistry/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dockerregistry/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duplicacy/6.1.3/.helmignore b/stable/dockerregistry/5.2.2/.helmignore similarity index 100% rename from stable/duplicacy/6.1.3/.helmignore rename to stable/dockerregistry/5.2.2/.helmignore diff --git a/stable/dockerregistry/5.2.2/CHANGELOG.md b/stable/dockerregistry/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..870c5aa20b3 --- /dev/null +++ b/stable/dockerregistry/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/dockerregistry/5.2.2/Chart.yaml b/stable/dockerregistry/5.2.2/Chart.yaml new file mode 100644 index 00000000000..aa5880d0a5b --- /dev/null +++ b/stable/dockerregistry/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dockerregistry/5.1.1/README.md b/stable/dockerregistry/5.2.2/README.md similarity index 100% rename from stable/dockerregistry/5.1.1/README.md rename to stable/dockerregistry/5.2.2/README.md diff --git a/stable/dockerregistry/5.2.2/app-changelog.md b/stable/dockerregistry/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1273e65e018 --- /dev/null +++ b/stable/dockerregistry/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dockerregistry/5.1.1/app-readme.md b/stable/dockerregistry/5.2.2/app-readme.md similarity index 100% rename from stable/dockerregistry/5.1.1/app-readme.md rename to stable/dockerregistry/5.2.2/app-readme.md diff --git a/stable/dockerregistry/5.2.2/charts/common-18.1.6.tgz b/stable/dockerregistry/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dockerregistry/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dockerregistry/5.1.1/ix_values.yaml b/stable/dockerregistry/5.2.2/ix_values.yaml similarity index 100% rename from stable/dockerregistry/5.1.1/ix_values.yaml rename to stable/dockerregistry/5.2.2/ix_values.yaml diff --git a/stable/dockerregistry/5.1.1/questions.yaml b/stable/dockerregistry/5.2.2/questions.yaml similarity index 100% rename from stable/dockerregistry/5.1.1/questions.yaml rename to stable/dockerregistry/5.2.2/questions.yaml diff --git a/stable/dockerregistry/5.1.1/templates/common.yaml b/stable/dockerregistry/5.2.2/templates/common.yaml similarity index 100% rename from stable/dockerregistry/5.1.1/templates/common.yaml rename to stable/dockerregistry/5.2.2/templates/common.yaml diff --git a/stable/duplicacy/6.1.3/values.yaml b/stable/dockerregistry/5.2.2/values.yaml similarity index 100% rename from stable/duplicacy/6.1.3/values.yaml rename to stable/dockerregistry/5.2.2/values.yaml diff --git a/stable/docusaurus/8.1.1/CHANGELOG.md b/stable/docusaurus/8.1.1/CHANGELOG.md deleted file mode 100644 index 7ddaabd63cf..00000000000 --- a/stable/docusaurus/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/docusaurus/8.1.1/Chart.yaml b/stable/docusaurus/8.1.1/Chart.yaml deleted file mode 100644 index 47ddf701382..00000000000 --- a/stable/docusaurus/8.1.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: website - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/docusaurus/8.1.1/charts/common-18.0.2.tgz b/stable/docusaurus/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/docusaurus/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duplicati/13.1.1/.helmignore b/stable/docusaurus/8.2.2/.helmignore similarity index 100% rename from stable/duplicati/13.1.1/.helmignore rename to stable/docusaurus/8.2.2/.helmignore diff --git a/stable/docusaurus/8.2.2/CHANGELOG.md b/stable/docusaurus/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a89c59ccee9 --- /dev/null +++ b/stable/docusaurus/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/docusaurus/8.2.2/Chart.yaml b/stable/docusaurus/8.2.2/Chart.yaml new file mode 100644 index 00000000000..01d79d346c2 --- /dev/null +++ b/stable/docusaurus/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/docusaurus/8.1.1/README.md b/stable/docusaurus/8.2.2/README.md similarity index 100% rename from stable/docusaurus/8.1.1/README.md rename to stable/docusaurus/8.2.2/README.md diff --git a/stable/docusaurus/8.2.2/app-changelog.md b/stable/docusaurus/8.2.2/app-changelog.md new file mode 100644 index 00000000000..038032da10f --- /dev/null +++ b/stable/docusaurus/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/docusaurus/8.1.1/app-readme.md b/stable/docusaurus/8.2.2/app-readme.md similarity index 100% rename from stable/docusaurus/8.1.1/app-readme.md rename to stable/docusaurus/8.2.2/app-readme.md diff --git a/stable/docusaurus/8.2.2/charts/common-18.1.6.tgz b/stable/docusaurus/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/docusaurus/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/docusaurus/8.1.1/ix_values.yaml b/stable/docusaurus/8.2.2/ix_values.yaml similarity index 100% rename from stable/docusaurus/8.1.1/ix_values.yaml rename to stable/docusaurus/8.2.2/ix_values.yaml diff --git a/stable/docusaurus/8.1.1/questions.yaml b/stable/docusaurus/8.2.2/questions.yaml similarity index 100% rename from stable/docusaurus/8.1.1/questions.yaml rename to stable/docusaurus/8.2.2/questions.yaml diff --git a/stable/embystat/9.1.1/templates/NOTES.txt b/stable/docusaurus/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/embystat/9.1.1/templates/NOTES.txt rename to stable/docusaurus/8.2.2/templates/NOTES.txt diff --git a/stable/duckdns/9.1.3/templates/common.yaml b/stable/docusaurus/8.2.2/templates/common.yaml similarity index 100% rename from stable/duckdns/9.1.3/templates/common.yaml rename to stable/docusaurus/8.2.2/templates/common.yaml diff --git a/stable/duplicati/13.1.1/values.yaml b/stable/docusaurus/8.2.2/values.yaml similarity index 100% rename from stable/duplicati/13.1.1/values.yaml rename to stable/docusaurus/8.2.2/values.yaml diff --git a/stable/dokuwiki/10.1.2/CHANGELOG.md b/stable/dokuwiki/10.1.2/CHANGELOG.md deleted file mode 100644 index 31a11e23f2d..00000000000 --- a/stable/dokuwiki/10.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [dokuwiki-9.1.9](https://github.com/truecharts/charts/compare/dokuwiki-9.1.8...dokuwiki-9.1.9) (2024-01-21) \ No newline at end of file diff --git a/stable/dokuwiki/10.1.2/Chart.yaml b/stable/dokuwiki/10.1.2/Chart.yaml deleted file mode 100644 index d84e3c838ba..00000000000 --- a/stable/dokuwiki/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20230404.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/dokuwiki/10.1.2/charts/common-18.0.2.tgz b/stable/dokuwiki/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dokuwiki/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ecodms/5.1.1/.helmignore b/stable/dokuwiki/10.2.2/.helmignore similarity index 100% rename from stable/ecodms/5.1.1/.helmignore rename to stable/dokuwiki/10.2.2/.helmignore diff --git a/stable/dokuwiki/10.2.2/CHANGELOG.md b/stable/dokuwiki/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..713fae6fe7e --- /dev/null +++ b/stable/dokuwiki/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/dokuwiki/10.2.2/Chart.yaml b/stable/dokuwiki/10.2.2/Chart.yaml new file mode 100644 index 00000000000..b36e2bf3890 --- /dev/null +++ b/stable/dokuwiki/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20230404.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dokuwiki/10.1.2/README.md b/stable/dokuwiki/10.2.2/README.md similarity index 100% rename from stable/dokuwiki/10.1.2/README.md rename to stable/dokuwiki/10.2.2/README.md diff --git a/stable/dokuwiki/10.2.2/app-changelog.md b/stable/dokuwiki/10.2.2/app-changelog.md new file mode 100644 index 00000000000..f3d22b47547 --- /dev/null +++ b/stable/dokuwiki/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dokuwiki/10.1.2/app-readme.md b/stable/dokuwiki/10.2.2/app-readme.md similarity index 100% rename from stable/dokuwiki/10.1.2/app-readme.md rename to stable/dokuwiki/10.2.2/app-readme.md diff --git a/stable/dokuwiki/10.2.2/charts/common-18.1.6.tgz b/stable/dokuwiki/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dokuwiki/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dokuwiki/10.1.2/ix_values.yaml b/stable/dokuwiki/10.2.2/ix_values.yaml similarity index 100% rename from stable/dokuwiki/10.1.2/ix_values.yaml rename to stable/dokuwiki/10.2.2/ix_values.yaml diff --git a/stable/dokuwiki/10.1.2/questions.yaml b/stable/dokuwiki/10.2.2/questions.yaml similarity index 100% rename from stable/dokuwiki/10.1.2/questions.yaml rename to stable/dokuwiki/10.2.2/questions.yaml diff --git a/stable/emulatorjs/9.1.3/templates/NOTES.txt b/stable/dokuwiki/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/emulatorjs/9.1.3/templates/NOTES.txt rename to stable/dokuwiki/10.2.2/templates/NOTES.txt diff --git a/stable/duplicati/13.1.1/templates/common.yaml b/stable/dokuwiki/10.2.2/templates/common.yaml similarity index 100% rename from stable/duplicati/13.1.1/templates/common.yaml rename to stable/dokuwiki/10.2.2/templates/common.yaml diff --git a/stable/ecodms/5.1.1/values.yaml b/stable/dokuwiki/10.2.2/values.yaml similarity index 100% rename from stable/ecodms/5.1.1/values.yaml rename to stable/dokuwiki/10.2.2/values.yaml diff --git a/stable/domoticz/10.1.1/CHANGELOG.md b/stable/domoticz/10.1.1/CHANGELOG.md deleted file mode 100644 index a7cd8b4f41e..00000000000 --- a/stable/domoticz/10.1.1/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 - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/domoticz/10.1.1/Chart.yaml b/stable/domoticz/10.1.1/Chart.yaml deleted file mode 100644 index db0579822de..00000000000 --- a/stable/domoticz/10.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.4.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/domoticz/10.1.1/charts/common-18.0.2.tgz b/stable/domoticz/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/domoticz/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/electrum/5.1.1/.helmignore b/stable/domoticz/10.2.2/.helmignore similarity index 100% rename from stable/electrum/5.1.1/.helmignore rename to stable/domoticz/10.2.2/.helmignore diff --git a/stable/domoticz/10.2.2/CHANGELOG.md b/stable/domoticz/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0b3d0eb4508 --- /dev/null +++ b/stable/domoticz/10.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/domoticz/10.2.2/Chart.yaml b/stable/domoticz/10.2.2/Chart.yaml new file mode 100644 index 00000000000..af0879c519b --- /dev/null +++ b/stable/domoticz/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.4.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/domoticz/10.1.1/README.md b/stable/domoticz/10.2.2/README.md similarity index 100% rename from stable/domoticz/10.1.1/README.md rename to stable/domoticz/10.2.2/README.md diff --git a/stable/domoticz/10.2.2/app-changelog.md b/stable/domoticz/10.2.2/app-changelog.md new file mode 100644 index 00000000000..7d89f99ff2f --- /dev/null +++ b/stable/domoticz/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/domoticz/10.1.1/app-readme.md b/stable/domoticz/10.2.2/app-readme.md similarity index 100% rename from stable/domoticz/10.1.1/app-readme.md rename to stable/domoticz/10.2.2/app-readme.md diff --git a/stable/domoticz/10.2.2/charts/common-18.1.6.tgz b/stable/domoticz/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/domoticz/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/domoticz/10.1.1/ix_values.yaml b/stable/domoticz/10.2.2/ix_values.yaml similarity index 100% rename from stable/domoticz/10.1.1/ix_values.yaml rename to stable/domoticz/10.2.2/ix_values.yaml diff --git a/stable/domoticz/10.1.1/questions.yaml b/stable/domoticz/10.2.2/questions.yaml similarity index 100% rename from stable/domoticz/10.1.1/questions.yaml rename to stable/domoticz/10.2.2/questions.yaml diff --git a/stable/endlessh/9.1.1/templates/NOTES.txt b/stable/domoticz/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/endlessh/9.1.1/templates/NOTES.txt rename to stable/domoticz/10.2.2/templates/NOTES.txt diff --git a/stable/emby/18.1.2/templates/common.yaml b/stable/domoticz/10.2.2/templates/common.yaml similarity index 100% rename from stable/emby/18.1.2/templates/common.yaml rename to stable/domoticz/10.2.2/templates/common.yaml diff --git a/stable/electrum/5.1.1/values.yaml b/stable/domoticz/10.2.2/values.yaml similarity index 100% rename from stable/electrum/5.1.1/values.yaml rename to stable/domoticz/10.2.2/values.yaml diff --git a/stable/dontstarvetogether/5.1.1/CHANGELOG.md b/stable/dontstarvetogether/5.1.1/CHANGELOG.md deleted file mode 100644 index c58ed0b2537..00000000000 --- a/stable/dontstarvetogether/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dontstarvetogether/5.1.1/Chart.yaml b/stable/dontstarvetogether/5.1.1/Chart.yaml deleted file mode 100644 index a5975e29972..00000000000 --- a/stable/dontstarvetogether/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: dontstare -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dontstarvetogether/5.1.1/charts/common-18.0.2.tgz b/stable/dontstarvetogether/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dontstarvetogether/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/emby-sync/5.1.1/.helmignore b/stable/dontstarvetogether/5.2.2/.helmignore similarity index 100% rename from stable/emby-sync/5.1.1/.helmignore rename to stable/dontstarvetogether/5.2.2/.helmignore diff --git a/stable/dontstarvetogether/5.2.2/CHANGELOG.md b/stable/dontstarvetogether/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..08e287a5890 --- /dev/null +++ b/stable/dontstarvetogether/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dontstarvetogether/5.2.2/Chart.yaml b/stable/dontstarvetogether/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c77242aa62f --- /dev/null +++ b/stable/dontstarvetogether/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: dontstare +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dontstarvetogether/5.1.1/README.md b/stable/dontstarvetogether/5.2.2/README.md similarity index 100% rename from stable/dontstarvetogether/5.1.1/README.md rename to stable/dontstarvetogether/5.2.2/README.md diff --git a/stable/dontstarvetogether/5.2.2/app-changelog.md b/stable/dontstarvetogether/5.2.2/app-changelog.md new file mode 100644 index 00000000000..913fd31adf0 --- /dev/null +++ b/stable/dontstarvetogether/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dontstarvetogether/5.1.1/app-readme.md b/stable/dontstarvetogether/5.2.2/app-readme.md similarity index 100% rename from stable/dontstarvetogether/5.1.1/app-readme.md rename to stable/dontstarvetogether/5.2.2/app-readme.md diff --git a/stable/dontstarvetogether/5.2.2/charts/common-18.1.6.tgz b/stable/dontstarvetogether/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dontstarvetogether/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dontstarvetogether/5.1.1/ix_values.yaml b/stable/dontstarvetogether/5.2.2/ix_values.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.1/ix_values.yaml rename to stable/dontstarvetogether/5.2.2/ix_values.yaml diff --git a/stable/dontstarvetogether/5.1.1/questions.yaml b/stable/dontstarvetogether/5.2.2/questions.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.1/questions.yaml rename to stable/dontstarvetogether/5.2.2/questions.yaml diff --git a/stable/dontstarvetogether/5.1.1/templates/common.yaml b/stable/dontstarvetogether/5.2.2/templates/common.yaml similarity index 100% rename from stable/dontstarvetogether/5.1.1/templates/common.yaml rename to stable/dontstarvetogether/5.2.2/templates/common.yaml diff --git a/stable/emby-sync/5.1.1/values.yaml b/stable/dontstarvetogether/5.2.2/values.yaml similarity index 100% rename from stable/emby-sync/5.1.1/values.yaml rename to stable/dontstarvetogether/5.2.2/values.yaml diff --git a/stable/doplarr/9.1.1/CHANGELOG.md b/stable/doplarr/9.1.1/CHANGELOG.md deleted file mode 100644 index 9d662e5019e..00000000000 --- a/stable/doplarr/9.1.1/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)) - - -## [doplarr-8.1.4](https://github.com/truecharts/charts/compare/doplarr-8.1.3...doplarr-8.1.4) (2024-01-01) diff --git a/stable/doplarr/9.1.1/Chart.yaml b/stable/doplarr/9.1.1/Chart.yaml deleted file mode 100644 index 6fd5b6e27cb..00000000000 --- a/stable/doplarr/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/doplarr/9.1.1/charts/common-18.0.2.tgz b/stable/doplarr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/doplarr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/emby/18.1.2/.helmignore b/stable/doplarr/9.2.2/.helmignore similarity index 100% rename from stable/emby/18.1.2/.helmignore rename to stable/doplarr/9.2.2/.helmignore diff --git a/stable/doplarr/9.2.2/CHANGELOG.md b/stable/doplarr/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b94a2848bec --- /dev/null +++ b/stable/doplarr/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/doplarr/9.2.2/Chart.yaml b/stable/doplarr/9.2.2/Chart.yaml new file mode 100644 index 00000000000..ffa49da7a0b --- /dev/null +++ b/stable/doplarr/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/doplarr/9.1.1/README.md b/stable/doplarr/9.2.2/README.md similarity index 100% rename from stable/doplarr/9.1.1/README.md rename to stable/doplarr/9.2.2/README.md diff --git a/stable/doplarr/9.2.2/app-changelog.md b/stable/doplarr/9.2.2/app-changelog.md new file mode 100644 index 00000000000..56515985823 --- /dev/null +++ b/stable/doplarr/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/doplarr/9.1.1/app-readme.md b/stable/doplarr/9.2.2/app-readme.md similarity index 100% rename from stable/doplarr/9.1.1/app-readme.md rename to stable/doplarr/9.2.2/app-readme.md diff --git a/stable/doplarr/9.2.2/charts/common-18.1.6.tgz b/stable/doplarr/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/doplarr/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/doplarr/9.1.1/ix_values.yaml b/stable/doplarr/9.2.2/ix_values.yaml similarity index 100% rename from stable/doplarr/9.1.1/ix_values.yaml rename to stable/doplarr/9.2.2/ix_values.yaml diff --git a/stable/doplarr/9.1.1/questions.yaml b/stable/doplarr/9.2.2/questions.yaml similarity index 100% rename from stable/doplarr/9.1.1/questions.yaml rename to stable/doplarr/9.2.2/questions.yaml diff --git a/stable/esphome/19.1.2/templates/NOTES.txt b/stable/doplarr/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/esphome/19.1.2/templates/NOTES.txt rename to stable/doplarr/9.2.2/templates/NOTES.txt diff --git a/stable/embystat/9.1.1/templates/common.yaml b/stable/doplarr/9.2.2/templates/common.yaml similarity index 100% rename from stable/embystat/9.1.1/templates/common.yaml rename to stable/doplarr/9.2.2/templates/common.yaml diff --git a/stable/emby/18.1.2/values.yaml b/stable/doplarr/9.2.2/values.yaml similarity index 100% rename from stable/emby/18.1.2/values.yaml rename to stable/doplarr/9.2.2/values.yaml diff --git a/stable/double-take/10.1.1/CHANGELOG.md b/stable/double-take/10.1.1/CHANGELOG.md deleted file mode 100644 index 08f5e19988b..00000000000 --- a/stable/double-take/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/double-take/10.1.1/Chart.yaml b/stable/double-take/10.1.1/Chart.yaml deleted file mode 100644 index c76b1cc2b95..00000000000 --- a/stable/double-take/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.13.11 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/double-take/10.1.1/charts/common-18.0.2.tgz b/stable/double-take/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/double-take/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/embystat/9.1.1/.helmignore b/stable/double-take/10.2.2/.helmignore similarity index 100% rename from stable/embystat/9.1.1/.helmignore rename to stable/double-take/10.2.2/.helmignore diff --git a/stable/double-take/10.2.2/CHANGELOG.md b/stable/double-take/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1e81d947225 --- /dev/null +++ b/stable/double-take/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/double-take/10.2.2/Chart.yaml b/stable/double-take/10.2.2/Chart.yaml new file mode 100644 index 00000000000..697b46e7fa3 --- /dev/null +++ b/stable/double-take/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.13.11 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/double-take/10.1.1/README.md b/stable/double-take/10.2.2/README.md similarity index 100% rename from stable/double-take/10.1.1/README.md rename to stable/double-take/10.2.2/README.md diff --git a/stable/double-take/10.2.2/app-changelog.md b/stable/double-take/10.2.2/app-changelog.md new file mode 100644 index 00000000000..36508db0583 --- /dev/null +++ b/stable/double-take/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/double-take/10.1.1/app-readme.md b/stable/double-take/10.2.2/app-readme.md similarity index 100% rename from stable/double-take/10.1.1/app-readme.md rename to stable/double-take/10.2.2/app-readme.md diff --git a/stable/double-take/10.2.2/charts/common-18.1.6.tgz b/stable/double-take/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/double-take/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/double-take/10.1.1/ix_values.yaml b/stable/double-take/10.2.2/ix_values.yaml similarity index 100% rename from stable/double-take/10.1.1/ix_values.yaml rename to stable/double-take/10.2.2/ix_values.yaml diff --git a/stable/double-take/10.1.1/questions.yaml b/stable/double-take/10.2.2/questions.yaml similarity index 100% rename from stable/double-take/10.1.1/questions.yaml rename to stable/double-take/10.2.2/questions.yaml diff --git a/stable/etherpad/16.1.1/templates/NOTES.txt b/stable/double-take/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/etherpad/16.1.1/templates/NOTES.txt rename to stable/double-take/10.2.2/templates/NOTES.txt diff --git a/stable/emulatorjs/9.1.3/templates/common.yaml b/stable/double-take/10.2.2/templates/common.yaml similarity index 100% rename from stable/emulatorjs/9.1.3/templates/common.yaml rename to stable/double-take/10.2.2/templates/common.yaml diff --git a/stable/embystat/9.1.1/values.yaml b/stable/double-take/10.2.2/values.yaml similarity index 100% rename from stable/embystat/9.1.1/values.yaml rename to stable/double-take/10.2.2/values.yaml diff --git a/stable/doublecommander/12.1.2/CHANGELOG.md b/stable/doublecommander/12.1.2/CHANGELOG.md deleted file mode 100644 index 33e35b1d0ec..00000000000 --- a/stable/doublecommander/12.1.2/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - diff --git a/stable/doublecommander/12.1.2/Chart.yaml b/stable/doublecommander/12.1.2/Chart.yaml deleted file mode 100644 index a32e4ccfb1b..00000000000 --- a/stable/doublecommander/12.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/doublecommander/12.1.2/charts/common-18.0.2.tgz b/stable/doublecommander/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/doublecommander/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/doublecommander/12.1.2/ix_values.yaml b/stable/doublecommander/12.1.2/ix_values.yaml deleted file mode 100644 index 0ee48a15de4..00000000000 --- a/stable/doublecommander/12.1.2/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/linuxserver/doublecommander - pullPolicy: IfNotPresent - tag: latest@sha256:78d8285f56c0c2281e0bffdf8d8a419d2b091913c813e92df4a660c11a8793ea -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/emulatorjs/9.1.3/.helmignore b/stable/doublecommander/12.2.2/.helmignore similarity index 100% rename from stable/emulatorjs/9.1.3/.helmignore rename to stable/doublecommander/12.2.2/.helmignore diff --git a/stable/doublecommander/12.2.2/CHANGELOG.md b/stable/doublecommander/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..23e7cd81441 --- /dev/null +++ b/stable/doublecommander/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/doublecommander/12.2.2/Chart.yaml b/stable/doublecommander/12.2.2/Chart.yaml new file mode 100644 index 00000000000..754171fea91 --- /dev/null +++ b/stable/doublecommander/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/doublecommander/12.1.2/README.md b/stable/doublecommander/12.2.2/README.md similarity index 100% rename from stable/doublecommander/12.1.2/README.md rename to stable/doublecommander/12.2.2/README.md diff --git a/stable/doublecommander/12.2.2/app-changelog.md b/stable/doublecommander/12.2.2/app-changelog.md new file mode 100644 index 00000000000..8b033e25388 --- /dev/null +++ b/stable/doublecommander/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/doublecommander/12.1.2/app-readme.md b/stable/doublecommander/12.2.2/app-readme.md similarity index 100% rename from stable/doublecommander/12.1.2/app-readme.md rename to stable/doublecommander/12.2.2/app-readme.md diff --git a/stable/doublecommander/12.2.2/charts/common-18.1.6.tgz b/stable/doublecommander/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/doublecommander/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/doublecommander/12.2.2/ix_values.yaml b/stable/doublecommander/12.2.2/ix_values.yaml new file mode 100644 index 00000000000..726ff94ff88 --- /dev/null +++ b/stable/doublecommander/12.2.2/ix_values.yaml @@ -0,0 +1,44 @@ +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/doublecommander/12.1.2/questions.yaml b/stable/doublecommander/12.2.2/questions.yaml similarity index 100% rename from stable/doublecommander/12.1.2/questions.yaml rename to stable/doublecommander/12.2.2/questions.yaml diff --git a/stable/external-dns/4.1.1/templates/NOTES.txt b/stable/doublecommander/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/external-dns/4.1.1/templates/NOTES.txt rename to stable/doublecommander/12.2.2/templates/NOTES.txt diff --git a/stable/doublecommander/12.1.2/templates/common.yaml b/stable/doublecommander/12.2.2/templates/common.yaml similarity index 100% rename from stable/doublecommander/12.1.2/templates/common.yaml rename to stable/doublecommander/12.2.2/templates/common.yaml diff --git a/stable/emulatorjs/9.1.3/values.yaml b/stable/doublecommander/12.2.2/values.yaml similarity index 100% rename from stable/emulatorjs/9.1.3/values.yaml rename to stable/doublecommander/12.2.2/values.yaml diff --git a/stable/endlessh/9.1.1/.helmignore b/stable/drawio/11.0.2/.helmignore similarity index 100% rename from stable/endlessh/9.1.1/.helmignore rename to stable/drawio/11.0.2/.helmignore diff --git a/stable/drawio/11.0.2/CHANGELOG.md b/stable/drawio/11.0.2/CHANGELOG.md new file mode 100644 index 00000000000..6362084580e --- /dev/null +++ b/stable/drawio/11.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [drawio-8.1.15](https://github.com/truecharts/charts/compare/drawio-8.1.14...drawio-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)) + + +## [drawio-8.1.14](https://github.com/truecharts/charts/compare/drawio-8.1.13...drawio-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)) \ No newline at end of file diff --git a/stable/drawio/11.0.2/Chart.yaml b/stable/drawio/11.0.2/Chart.yaml new file mode 100644 index 00000000000..00666b018c9 --- /dev/null +++ b/stable/drawio/11.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/drawio/11.0.2/README.md b/stable/drawio/11.0.2/README.md new file mode 100644 index 00000000000..f7f9e7592a7 --- /dev/null +++ b/stable/drawio/11.0.2/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.0.2/app-changelog.md b/stable/drawio/11.0.2/app-changelog.md new file mode 100644 index 00000000000..5e3666bfdc2 --- /dev/null +++ b/stable/drawio/11.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/drawio/11.0.2/app-readme.md b/stable/drawio/11.0.2/app-readme.md new file mode 100644 index 00000000000..c526b9740c1 --- /dev/null +++ b/stable/drawio/11.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/drawio/11.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/drawio/11.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/drawio/11.0.2/ix_values.yaml b/stable/drawio/11.0.2/ix_values.yaml new file mode 100644 index 00000000000..aa89eebb2c9 --- /dev/null +++ b/stable/drawio/11.0.2/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.0.2/questions.yaml b/stable/drawio/11.0.2/questions.yaml new file mode 100755 index 00000000000..167c3a2f5a3 --- /dev/null +++ b/stable/drawio/11.0.2/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/external-service/13.1.1/templates/NOTES.txt b/stable/drawio/11.0.2/templates/NOTES.txt similarity index 100% rename from stable/external-service/13.1.1/templates/NOTES.txt rename to stable/drawio/11.0.2/templates/NOTES.txt diff --git a/stable/endlessh/9.1.1/templates/common.yaml b/stable/drawio/11.0.2/templates/common.yaml similarity index 100% rename from stable/endlessh/9.1.1/templates/common.yaml rename to stable/drawio/11.0.2/templates/common.yaml diff --git a/stable/endlessh/9.1.1/values.yaml b/stable/drawio/11.0.2/values.yaml similarity index 100% rename from stable/endlessh/9.1.1/values.yaml rename to stable/drawio/11.0.2/values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.1/CHANGELOG.md b/stable/dropbox-by-otherguy/5.1.1/CHANGELOG.md deleted file mode 100644 index 6f17817a41d..00000000000 --- a/stable/dropbox-by-otherguy/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/dropbox-by-otherguy/5.1.1/Chart.yaml b/stable/dropbox-by-otherguy/5.1.1/Chart.yaml deleted file mode 100644 index cd3b2ba6b2d..00000000000 --- a/stable/dropbox-by-otherguy/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/dropbox-by-otherguy/5.1.1/charts/common-18.0.2.tgz b/stable/dropbox-by-otherguy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/dropbox-by-otherguy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ersatztv/3.1.1/.helmignore b/stable/dropbox-by-otherguy/5.2.2/.helmignore similarity index 100% rename from stable/ersatztv/3.1.1/.helmignore rename to stable/dropbox-by-otherguy/5.2.2/.helmignore diff --git a/stable/dropbox-by-otherguy/5.2.2/CHANGELOG.md b/stable/dropbox-by-otherguy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ee734c03eaa --- /dev/null +++ b/stable/dropbox-by-otherguy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/dropbox-by-otherguy/5.2.2/Chart.yaml b/stable/dropbox-by-otherguy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..fdb2f6e4168 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/dropbox-by-otherguy/5.1.1/README.md b/stable/dropbox-by-otherguy/5.2.2/README.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/README.md rename to stable/dropbox-by-otherguy/5.2.2/README.md diff --git a/stable/dropbox-by-otherguy/5.2.2/app-changelog.md b/stable/dropbox-by-otherguy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e1a266fa7e0 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/dropbox-by-otherguy/5.1.1/app-readme.md b/stable/dropbox-by-otherguy/5.2.2/app-readme.md similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/app-readme.md rename to stable/dropbox-by-otherguy/5.2.2/app-readme.md diff --git a/stable/dropbox-by-otherguy/5.2.2/charts/common-18.1.6.tgz b/stable/dropbox-by-otherguy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/dropbox-by-otherguy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/dropbox-by-otherguy/5.1.1/ix_values.yaml b/stable/dropbox-by-otherguy/5.2.2/ix_values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/ix_values.yaml rename to stable/dropbox-by-otherguy/5.2.2/ix_values.yaml diff --git a/stable/dropbox-by-otherguy/5.1.1/questions.yaml b/stable/dropbox-by-otherguy/5.2.2/questions.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/questions.yaml rename to stable/dropbox-by-otherguy/5.2.2/questions.yaml diff --git a/stable/dropbox-by-otherguy/5.1.1/templates/common.yaml b/stable/dropbox-by-otherguy/5.2.2/templates/common.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.1.1/templates/common.yaml rename to stable/dropbox-by-otherguy/5.2.2/templates/common.yaml diff --git a/stable/ersatztv/3.1.1/values.yaml b/stable/dropbox-by-otherguy/5.2.2/values.yaml similarity index 100% rename from stable/ersatztv/3.1.1/values.yaml rename to stable/dropbox-by-otherguy/5.2.2/values.yaml diff --git a/stable/duckdns/9.1.3/CHANGELOG.md b/stable/duckdns/9.1.3/CHANGELOG.md deleted file mode 100644 index 3a951dda632..00000000000 --- a/stable/duckdns/9.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/duckdns/9.1.3/Chart.yaml b/stable/duckdns/9.1.3/Chart.yaml deleted file mode 100644 index 2a4964b4597..00000000000 --- a/stable/duckdns/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/duckdns/9.1.3/charts/common-18.0.2.tgz b/stable/duckdns/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/duckdns/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duckdns/9.1.3/ix_values.yaml b/stable/duckdns/9.1.3/ix_values.yaml deleted file mode 100644 index 8137310fa51..00000000000 --- a/stable/duckdns/9.1.3/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/esphome/19.1.2/.helmignore b/stable/duckdns/9.2.3/.helmignore similarity index 100% rename from stable/esphome/19.1.2/.helmignore rename to stable/duckdns/9.2.3/.helmignore diff --git a/stable/duckdns/9.2.3/CHANGELOG.md b/stable/duckdns/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..49da9453af2 --- /dev/null +++ b/stable/duckdns/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/duckdns/9.2.3/Chart.yaml b/stable/duckdns/9.2.3/Chart.yaml new file mode 100644 index 00000000000..2973430d053 --- /dev/null +++ b/stable/duckdns/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/duckdns/9.1.3/README.md b/stable/duckdns/9.2.3/README.md similarity index 100% rename from stable/duckdns/9.1.3/README.md rename to stable/duckdns/9.2.3/README.md diff --git a/stable/duckdns/9.2.3/app-changelog.md b/stable/duckdns/9.2.3/app-changelog.md new file mode 100644 index 00000000000..44a50d33cdb --- /dev/null +++ b/stable/duckdns/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/duckdns/9.1.3/app-readme.md b/stable/duckdns/9.2.3/app-readme.md similarity index 100% rename from stable/duckdns/9.1.3/app-readme.md rename to stable/duckdns/9.2.3/app-readme.md diff --git a/stable/duckdns/9.2.3/charts/common-18.1.6.tgz b/stable/duckdns/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/duckdns/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/duckdns/9.2.3/ix_values.yaml b/stable/duckdns/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..b05c380a37f --- /dev/null +++ b/stable/duckdns/9.2.3/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.1.3/questions.yaml b/stable/duckdns/9.2.3/questions.yaml similarity index 100% rename from stable/duckdns/9.1.3/questions.yaml rename to stable/duckdns/9.2.3/questions.yaml diff --git a/stable/fabulinus/2.1.1/templates/NOTES.txt b/stable/duckdns/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/fabulinus/2.1.1/templates/NOTES.txt rename to stable/duckdns/9.2.3/templates/NOTES.txt diff --git a/stable/ersatztv/3.1.1/templates/common.yaml b/stable/duckdns/9.2.3/templates/common.yaml similarity index 100% rename from stable/ersatztv/3.1.1/templates/common.yaml rename to stable/duckdns/9.2.3/templates/common.yaml diff --git a/stable/esphome/19.1.2/values.yaml b/stable/duckdns/9.2.3/values.yaml similarity index 100% rename from stable/esphome/19.1.2/values.yaml rename to stable/duckdns/9.2.3/values.yaml diff --git a/stable/duplicacy/6.1.3/CHANGELOG.md b/stable/duplicacy/6.1.3/CHANGELOG.md deleted file mode 100644 index d9c5e9a62b3..00000000000 --- a/stable/duplicacy/6.1.3/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 - - - -- 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/duplicacy/6.1.3/Chart.yaml b/stable/duplicacy/6.1.3/Chart.yaml deleted file mode 100644 index 384ad3a547f..00000000000 --- a/stable/duplicacy/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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.2 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/duplicacy/6.1.3/charts/common-18.0.2.tgz b/stable/duplicacy/6.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/duplicacy/6.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/duplicacy/6.1.3/ix_values.yaml b/stable/duplicacy/6.1.3/ix_values.yaml deleted file mode 100644 index c825b72abaf..00000000000 --- a/stable/duplicacy/6.1.3/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/duplicacy - tag: release-1.7.2@sha256:e0866087340e1b668e9a9a5fbf2af859bd813b68b02d35b9080c3569d891ba3a -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/etesync/9.1.1/.helmignore b/stable/duplicacy/6.2.3/.helmignore similarity index 100% rename from stable/etesync/9.1.1/.helmignore rename to stable/duplicacy/6.2.3/.helmignore diff --git a/stable/duplicacy/6.2.3/CHANGELOG.md b/stable/duplicacy/6.2.3/CHANGELOG.md new file mode 100644 index 00000000000..4db5c21d2b8 --- /dev/null +++ b/stable/duplicacy/6.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/duplicacy/6.2.3/Chart.yaml b/stable/duplicacy/6.2.3/Chart.yaml new file mode 100644 index 00000000000..84529eb67f2 --- /dev/null +++ b/stable/duplicacy/6.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/duplicacy/6.1.3/README.md b/stable/duplicacy/6.2.3/README.md similarity index 100% rename from stable/duplicacy/6.1.3/README.md rename to stable/duplicacy/6.2.3/README.md diff --git a/stable/duplicacy/6.2.3/app-changelog.md b/stable/duplicacy/6.2.3/app-changelog.md new file mode 100644 index 00000000000..fb0da57a437 --- /dev/null +++ b/stable/duplicacy/6.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/duplicacy/6.1.3/app-readme.md b/stable/duplicacy/6.2.3/app-readme.md similarity index 100% rename from stable/duplicacy/6.1.3/app-readme.md rename to stable/duplicacy/6.2.3/app-readme.md diff --git a/stable/duplicacy/6.2.3/charts/common-18.1.6.tgz b/stable/duplicacy/6.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/duplicacy/6.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/duplicacy/6.2.3/ix_values.yaml b/stable/duplicacy/6.2.3/ix_values.yaml new file mode 100644 index 00000000000..34601920f99 --- /dev/null +++ b/stable/duplicacy/6.2.3/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.1.3/questions.yaml b/stable/duplicacy/6.2.3/questions.yaml similarity index 100% rename from stable/duplicacy/6.1.3/questions.yaml rename to stable/duplicacy/6.2.3/questions.yaml diff --git a/stable/factorio/7.1.1/templates/NOTES.txt b/stable/duplicacy/6.2.3/templates/NOTES.txt similarity index 100% rename from stable/factorio/7.1.1/templates/NOTES.txt rename to stable/duplicacy/6.2.3/templates/NOTES.txt diff --git a/stable/duplicacy/6.1.3/templates/common.yaml b/stable/duplicacy/6.2.3/templates/common.yaml similarity index 100% rename from stable/duplicacy/6.1.3/templates/common.yaml rename to stable/duplicacy/6.2.3/templates/common.yaml diff --git a/stable/etesync/9.1.1/values.yaml b/stable/duplicacy/6.2.3/values.yaml similarity index 100% rename from stable/etesync/9.1.1/values.yaml rename to stable/duplicacy/6.2.3/values.yaml diff --git a/stable/duplicati/13.1.1/CHANGELOG.md b/stable/duplicati/13.1.1/CHANGELOG.md deleted file mode 100644 index 67c12b2ff3d..00000000000 --- a/stable/duplicati/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/duplicati/13.1.1/Chart.yaml b/stable/duplicati/13.1.1/Chart.yaml deleted file mode 100644 index af4f077ee96..00000000000 --- a/stable/duplicati/13.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/duplicati/13.1.1/charts/common-18.0.2.tgz b/stable/duplicati/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/duplicati/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ethercalc/5.1.1/.helmignore b/stable/duplicati/13.2.2/.helmignore similarity index 100% rename from stable/ethercalc/5.1.1/.helmignore rename to stable/duplicati/13.2.2/.helmignore diff --git a/stable/duplicati/13.2.2/CHANGELOG.md b/stable/duplicati/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2c8cec3adad --- /dev/null +++ b/stable/duplicati/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/duplicati/13.2.2/Chart.yaml b/stable/duplicati/13.2.2/Chart.yaml new file mode 100644 index 00000000000..dd8d15f2bd7 --- /dev/null +++ b/stable/duplicati/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/duplicati/13.1.1/README.md b/stable/duplicati/13.2.2/README.md similarity index 100% rename from stable/duplicati/13.1.1/README.md rename to stable/duplicati/13.2.2/README.md diff --git a/stable/duplicati/13.2.2/app-changelog.md b/stable/duplicati/13.2.2/app-changelog.md new file mode 100644 index 00000000000..a82bf4a6e3d --- /dev/null +++ b/stable/duplicati/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/duplicati/13.1.1/app-readme.md b/stable/duplicati/13.2.2/app-readme.md similarity index 100% rename from stable/duplicati/13.1.1/app-readme.md rename to stable/duplicati/13.2.2/app-readme.md diff --git a/stable/duplicati/13.2.2/charts/common-18.1.6.tgz b/stable/duplicati/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/duplicati/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/duplicati/13.1.1/ix_values.yaml b/stable/duplicati/13.2.2/ix_values.yaml similarity index 100% rename from stable/duplicati/13.1.1/ix_values.yaml rename to stable/duplicati/13.2.2/ix_values.yaml diff --git a/stable/duplicati/13.1.1/questions.yaml b/stable/duplicati/13.2.2/questions.yaml similarity index 100% rename from stable/duplicati/13.1.1/questions.yaml rename to stable/duplicati/13.2.2/questions.yaml diff --git a/stable/ferdi-server/11.1.1/templates/NOTES.txt b/stable/duplicati/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/ferdi-server/11.1.1/templates/NOTES.txt rename to stable/duplicati/13.2.2/templates/NOTES.txt diff --git a/stable/esphome/19.1.2/templates/common.yaml b/stable/duplicati/13.2.2/templates/common.yaml similarity index 100% rename from stable/esphome/19.1.2/templates/common.yaml rename to stable/duplicati/13.2.2/templates/common.yaml diff --git a/stable/ethercalc/5.1.1/values.yaml b/stable/duplicati/13.2.2/values.yaml similarity index 100% rename from stable/ethercalc/5.1.1/values.yaml rename to stable/duplicati/13.2.2/values.yaml diff --git a/stable/ecodms/5.1.1/CHANGELOG.md b/stable/ecodms/5.1.1/CHANGELOG.md deleted file mode 100644 index 8aa94ee618d..00000000000 --- a/stable/ecodms/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ecodms/5.1.1/Chart.yaml b/stable/ecodms/5.1.1/Chart.yaml deleted file mode 100644 index 2ce29adee7a..00000000000 --- a/stable/ecodms/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ecodms/5.1.1/charts/common-18.0.2.tgz b/stable/ecodms/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ecodms/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/etherpad/16.1.1/.helmignore b/stable/ecodms/5.2.2/.helmignore similarity index 100% rename from stable/etherpad/16.1.1/.helmignore rename to stable/ecodms/5.2.2/.helmignore diff --git a/stable/ecodms/5.2.2/CHANGELOG.md b/stable/ecodms/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..44c8f1d1abc --- /dev/null +++ b/stable/ecodms/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ecodms/5.2.2/Chart.yaml b/stable/ecodms/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c10f8743b80 --- /dev/null +++ b/stable/ecodms/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ecodms/5.1.1/README.md b/stable/ecodms/5.2.2/README.md similarity index 100% rename from stable/ecodms/5.1.1/README.md rename to stable/ecodms/5.2.2/README.md diff --git a/stable/ecodms/5.2.2/app-changelog.md b/stable/ecodms/5.2.2/app-changelog.md new file mode 100644 index 00000000000..34ef6cf4258 --- /dev/null +++ b/stable/ecodms/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ecodms/5.1.1/app-readme.md b/stable/ecodms/5.2.2/app-readme.md similarity index 100% rename from stable/ecodms/5.1.1/app-readme.md rename to stable/ecodms/5.2.2/app-readme.md diff --git a/stable/ecodms/5.2.2/charts/common-18.1.6.tgz b/stable/ecodms/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ecodms/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ecodms/5.1.1/ix_values.yaml b/stable/ecodms/5.2.2/ix_values.yaml similarity index 100% rename from stable/ecodms/5.1.1/ix_values.yaml rename to stable/ecodms/5.2.2/ix_values.yaml diff --git a/stable/ecodms/5.1.1/questions.yaml b/stable/ecodms/5.2.2/questions.yaml similarity index 100% rename from stable/ecodms/5.1.1/questions.yaml rename to stable/ecodms/5.2.2/questions.yaml diff --git a/stable/ecodms/5.1.1/templates/common.yaml b/stable/ecodms/5.2.2/templates/common.yaml similarity index 100% rename from stable/ecodms/5.1.1/templates/common.yaml rename to stable/ecodms/5.2.2/templates/common.yaml diff --git a/stable/etherpad/16.1.1/values.yaml b/stable/ecodms/5.2.2/values.yaml similarity index 100% rename from stable/etherpad/16.1.1/values.yaml rename to stable/ecodms/5.2.2/values.yaml diff --git a/stable/electrum/5.1.1/CHANGELOG.md b/stable/electrum/5.1.1/CHANGELOG.md deleted file mode 100644 index 9b85debd1ef..00000000000 --- a/stable/electrum/5.1.1/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)) - - -## [electrum-4.1.4](https://github.com/truecharts/charts/compare/electrum-4.1.3...electrum-4.1.4) (2024-01-01) diff --git a/stable/electrum/5.1.1/Chart.yaml b/stable/electrum/5.1.1/Chart.yaml deleted file mode 100644 index 0ccf3437e9e..00000000000 --- a/stable/electrum/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/electrum/5.1.1/charts/common-18.0.2.tgz b/stable/electrum/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/electrum/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/explainshell/5.1.1/.helmignore b/stable/electrum/5.2.2/.helmignore similarity index 100% rename from stable/explainshell/5.1.1/.helmignore rename to stable/electrum/5.2.2/.helmignore diff --git a/stable/electrum/5.2.2/CHANGELOG.md b/stable/electrum/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fcddd3a9035 --- /dev/null +++ b/stable/electrum/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/electrum/5.2.2/Chart.yaml b/stable/electrum/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c75d572ca0f --- /dev/null +++ b/stable/electrum/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/electrum/5.1.1/README.md b/stable/electrum/5.2.2/README.md similarity index 100% rename from stable/electrum/5.1.1/README.md rename to stable/electrum/5.2.2/README.md diff --git a/stable/electrum/5.2.2/app-changelog.md b/stable/electrum/5.2.2/app-changelog.md new file mode 100644 index 00000000000..eca62e4d7e5 --- /dev/null +++ b/stable/electrum/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/electrum/5.1.1/app-readme.md b/stable/electrum/5.2.2/app-readme.md similarity index 100% rename from stable/electrum/5.1.1/app-readme.md rename to stable/electrum/5.2.2/app-readme.md diff --git a/stable/electrum/5.2.2/charts/common-18.1.6.tgz b/stable/electrum/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/electrum/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/electrum/5.1.1/ix_values.yaml b/stable/electrum/5.2.2/ix_values.yaml similarity index 100% rename from stable/electrum/5.1.1/ix_values.yaml rename to stable/electrum/5.2.2/ix_values.yaml diff --git a/stable/electrum/5.1.1/questions.yaml b/stable/electrum/5.2.2/questions.yaml similarity index 100% rename from stable/electrum/5.1.1/questions.yaml rename to stable/electrum/5.2.2/questions.yaml diff --git a/stable/electrum/5.1.1/templates/common.yaml b/stable/electrum/5.2.2/templates/common.yaml similarity index 100% rename from stable/electrum/5.1.1/templates/common.yaml rename to stable/electrum/5.2.2/templates/common.yaml diff --git a/stable/explainshell/5.1.1/values.yaml b/stable/electrum/5.2.2/values.yaml similarity index 100% rename from stable/explainshell/5.1.1/values.yaml rename to stable/electrum/5.2.2/values.yaml diff --git a/stable/emby-sync/5.1.1/CHANGELOG.md b/stable/emby-sync/5.1.1/CHANGELOG.md deleted file mode 100644 index 93d7fe1971f..00000000000 --- a/stable/emby-sync/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/emby-sync/5.1.1/Chart.yaml b/stable/emby-sync/5.1.1/Chart.yaml deleted file mode 100644 index a3efde9b58b..00000000000 --- a/stable/emby-sync/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/emby-sync/5.1.1/charts/common-18.0.2.tgz b/stable/emby-sync/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/emby-sync/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/external-dns/4.1.1/.helmignore b/stable/emby-sync/5.2.2/.helmignore similarity index 100% rename from stable/external-dns/4.1.1/.helmignore rename to stable/emby-sync/5.2.2/.helmignore diff --git a/stable/emby-sync/5.2.2/CHANGELOG.md b/stable/emby-sync/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..91ddf74b03e --- /dev/null +++ b/stable/emby-sync/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/emby-sync/5.2.2/Chart.yaml b/stable/emby-sync/5.2.2/Chart.yaml new file mode 100644 index 00000000000..682f496cdb2 --- /dev/null +++ b/stable/emby-sync/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/emby-sync/5.1.1/README.md b/stable/emby-sync/5.2.2/README.md similarity index 100% rename from stable/emby-sync/5.1.1/README.md rename to stable/emby-sync/5.2.2/README.md diff --git a/stable/emby-sync/5.2.2/app-changelog.md b/stable/emby-sync/5.2.2/app-changelog.md new file mode 100644 index 00000000000..238229d410e --- /dev/null +++ b/stable/emby-sync/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/emby-sync/5.1.1/app-readme.md b/stable/emby-sync/5.2.2/app-readme.md similarity index 100% rename from stable/emby-sync/5.1.1/app-readme.md rename to stable/emby-sync/5.2.2/app-readme.md diff --git a/stable/emby-sync/5.2.2/charts/common-18.1.6.tgz b/stable/emby-sync/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/emby-sync/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/emby-sync/5.1.1/ix_values.yaml b/stable/emby-sync/5.2.2/ix_values.yaml similarity index 100% rename from stable/emby-sync/5.1.1/ix_values.yaml rename to stable/emby-sync/5.2.2/ix_values.yaml diff --git a/stable/emby-sync/5.1.1/questions.yaml b/stable/emby-sync/5.2.2/questions.yaml similarity index 100% rename from stable/emby-sync/5.1.1/questions.yaml rename to stable/emby-sync/5.2.2/questions.yaml diff --git a/stable/emby-sync/5.1.1/templates/common.yaml b/stable/emby-sync/5.2.2/templates/common.yaml similarity index 100% rename from stable/emby-sync/5.1.1/templates/common.yaml rename to stable/emby-sync/5.2.2/templates/common.yaml diff --git a/stable/external-dns/4.1.1/values.yaml b/stable/emby-sync/5.2.2/values.yaml similarity index 100% rename from stable/external-dns/4.1.1/values.yaml rename to stable/emby-sync/5.2.2/values.yaml diff --git a/stable/emby/18.1.2/CHANGELOG.md b/stable/emby/18.1.2/CHANGELOG.md deleted file mode 100644 index 1a85bcd1d4e..00000000000 --- a/stable/emby/18.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [emby-17.1.6](https://github.com/truecharts/charts/compare/emby-17.1.5...emby-17.1.6) (2024-01-02) \ No newline at end of file diff --git a/stable/emby/18.1.2/Chart.yaml b/stable/emby/18.1.2/Chart.yaml deleted file mode 100644 index fe83dfa765f..00000000000 --- a/stable/emby/18.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.8.1.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/emby/18.1.2/charts/common-18.0.2.tgz b/stable/emby/18.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/emby/18.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/emby/18.1.2/ix_values.yaml b/stable/emby/18.1.2/ix_values.yaml deleted file mode 100644 index 21703da16d7..00000000000 --- a/stable/emby/18.1.2/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/external-ip/5.1.1/.helmignore b/stable/emby/18.2.3/.helmignore similarity index 100% rename from stable/external-ip/5.1.1/.helmignore rename to stable/emby/18.2.3/.helmignore diff --git a/stable/emby/18.2.3/CHANGELOG.md b/stable/emby/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..488b75d5b67 --- /dev/null +++ b/stable/emby/18.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/emby/18.2.3/Chart.yaml b/stable/emby/18.2.3/Chart.yaml new file mode 100644 index 00000000000..2f02f32f1b0 --- /dev/null +++ b/stable/emby/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.8.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/emby/18.1.2/README.md b/stable/emby/18.2.3/README.md similarity index 100% rename from stable/emby/18.1.2/README.md rename to stable/emby/18.2.3/README.md diff --git a/stable/emby/18.2.3/app-changelog.md b/stable/emby/18.2.3/app-changelog.md new file mode 100644 index 00000000000..fce1b1a0a9b --- /dev/null +++ b/stable/emby/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/emby/18.1.2/app-readme.md b/stable/emby/18.2.3/app-readme.md similarity index 100% rename from stable/emby/18.1.2/app-readme.md rename to stable/emby/18.2.3/app-readme.md diff --git a/stable/emby/18.2.3/charts/common-18.1.6.tgz b/stable/emby/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/emby/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/emby/18.2.3/ix_values.yaml b/stable/emby/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..3ebcd222e32 --- /dev/null +++ b/stable/emby/18.2.3/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.1.2/questions.yaml b/stable/emby/18.2.3/questions.yaml similarity index 100% rename from stable/emby/18.1.2/questions.yaml rename to stable/emby/18.2.3/questions.yaml diff --git a/stable/filebot/9.1.1/templates/NOTES.txt b/stable/emby/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/filebot/9.1.1/templates/NOTES.txt rename to stable/emby/18.2.3/templates/NOTES.txt diff --git a/stable/etherpad/16.1.1/templates/common.yaml b/stable/emby/18.2.3/templates/common.yaml similarity index 100% rename from stable/etherpad/16.1.1/templates/common.yaml rename to stable/emby/18.2.3/templates/common.yaml diff --git a/stable/external-ip/5.1.1/values.yaml b/stable/emby/18.2.3/values.yaml similarity index 100% rename from stable/external-ip/5.1.1/values.yaml rename to stable/emby/18.2.3/values.yaml diff --git a/stable/embystat/9.1.1/CHANGELOG.md b/stable/embystat/9.1.1/CHANGELOG.md deleted file mode 100644 index 9b0c5d6ae54..00000000000 --- a/stable/embystat/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/embystat/9.1.1/Chart.yaml b/stable/embystat/9.1.1/Chart.yaml deleted file mode 100644 index d593cdbd46f..00000000000 --- a/stable/embystat/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/embystat/9.1.1/charts/common-18.0.2.tgz b/stable/embystat/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/embystat/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/external-service/13.1.1/.helmignore b/stable/embystat/9.2.2/.helmignore similarity index 100% rename from stable/external-service/13.1.1/.helmignore rename to stable/embystat/9.2.2/.helmignore diff --git a/stable/embystat/9.2.2/CHANGELOG.md b/stable/embystat/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ea143f55566 --- /dev/null +++ b/stable/embystat/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/embystat/9.2.2/Chart.yaml b/stable/embystat/9.2.2/Chart.yaml new file mode 100644 index 00000000000..bb405e4dd14 --- /dev/null +++ b/stable/embystat/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/embystat/9.1.1/README.md b/stable/embystat/9.2.2/README.md similarity index 100% rename from stable/embystat/9.1.1/README.md rename to stable/embystat/9.2.2/README.md diff --git a/stable/embystat/9.2.2/app-changelog.md b/stable/embystat/9.2.2/app-changelog.md new file mode 100644 index 00000000000..c8f4eedc3ec --- /dev/null +++ b/stable/embystat/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/embystat/9.1.1/app-readme.md b/stable/embystat/9.2.2/app-readme.md similarity index 100% rename from stable/embystat/9.1.1/app-readme.md rename to stable/embystat/9.2.2/app-readme.md diff --git a/stable/embystat/9.2.2/charts/common-18.1.6.tgz b/stable/embystat/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/embystat/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/embystat/9.1.1/ix_values.yaml b/stable/embystat/9.2.2/ix_values.yaml similarity index 100% rename from stable/embystat/9.1.1/ix_values.yaml rename to stable/embystat/9.2.2/ix_values.yaml diff --git a/stable/embystat/9.1.1/questions.yaml b/stable/embystat/9.2.2/questions.yaml similarity index 100% rename from stable/embystat/9.1.1/questions.yaml rename to stable/embystat/9.2.2/questions.yaml diff --git a/stable/filebrowser/9.1.1/templates/NOTES.txt b/stable/embystat/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/9.1.1/templates/NOTES.txt rename to stable/embystat/9.2.2/templates/NOTES.txt diff --git a/stable/external-service/13.1.1/templates/common.yaml b/stable/embystat/9.2.2/templates/common.yaml similarity index 100% rename from stable/external-service/13.1.1/templates/common.yaml rename to stable/embystat/9.2.2/templates/common.yaml diff --git a/stable/external-service/13.1.1/values.yaml b/stable/embystat/9.2.2/values.yaml similarity index 100% rename from stable/external-service/13.1.1/values.yaml rename to stable/embystat/9.2.2/values.yaml diff --git a/stable/emulatorjs/9.1.3/CHANGELOG.md b/stable/emulatorjs/9.1.3/CHANGELOG.md deleted file mode 100644 index 7a2b258f8af..00000000000 --- a/stable/emulatorjs/9.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/emulatorjs/9.1.3/Chart.yaml b/stable/emulatorjs/9.1.3/Chart.yaml deleted file mode 100644 index 2e9d4b9d85f..00000000000 --- a/stable/emulatorjs/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: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.8 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/emulatorjs/9.1.3/charts/common-18.0.2.tgz b/stable/emulatorjs/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/emulatorjs/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.1.3/ix_values.yaml b/stable/emulatorjs/9.1.3/ix_values.yaml deleted file mode 100644 index 0d8758221cc..00000000000 --- a/stable/emulatorjs/9.1.3/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/fabulinus/2.1.1/.helmignore b/stable/emulatorjs/9.2.3/.helmignore similarity index 100% rename from stable/fabulinus/2.1.1/.helmignore rename to stable/emulatorjs/9.2.3/.helmignore diff --git a/stable/emulatorjs/9.2.3/CHANGELOG.md b/stable/emulatorjs/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..f69b3a9dedd --- /dev/null +++ b/stable/emulatorjs/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/emulatorjs/9.2.3/Chart.yaml b/stable/emulatorjs/9.2.3/Chart.yaml new file mode 100644 index 00000000000..42ee6af8a9e --- /dev/null +++ b/stable/emulatorjs/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.8 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/emulatorjs/9.1.3/README.md b/stable/emulatorjs/9.2.3/README.md similarity index 100% rename from stable/emulatorjs/9.1.3/README.md rename to stable/emulatorjs/9.2.3/README.md diff --git a/stable/emulatorjs/9.2.3/app-changelog.md b/stable/emulatorjs/9.2.3/app-changelog.md new file mode 100644 index 00000000000..b3064335e5f --- /dev/null +++ b/stable/emulatorjs/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/emulatorjs/9.1.3/app-readme.md b/stable/emulatorjs/9.2.3/app-readme.md similarity index 100% rename from stable/emulatorjs/9.1.3/app-readme.md rename to stable/emulatorjs/9.2.3/app-readme.md diff --git a/stable/emulatorjs/9.2.3/charts/common-18.1.6.tgz b/stable/emulatorjs/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/emulatorjs/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/emulatorjs/9.2.3/ix_values.yaml b/stable/emulatorjs/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..166682be368 --- /dev/null +++ b/stable/emulatorjs/9.2.3/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.1.3/questions.yaml b/stable/emulatorjs/9.2.3/questions.yaml similarity index 100% rename from stable/emulatorjs/9.1.3/questions.yaml rename to stable/emulatorjs/9.2.3/questions.yaml diff --git a/stable/fileflows/10.1.3/templates/NOTES.txt b/stable/emulatorjs/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/fileflows/10.1.3/templates/NOTES.txt rename to stable/emulatorjs/9.2.3/templates/NOTES.txt diff --git a/stable/fabulinus/2.1.1/templates/common.yaml b/stable/emulatorjs/9.2.3/templates/common.yaml similarity index 100% rename from stable/fabulinus/2.1.1/templates/common.yaml rename to stable/emulatorjs/9.2.3/templates/common.yaml diff --git a/stable/fabulinus/2.1.1/values.yaml b/stable/emulatorjs/9.2.3/values.yaml similarity index 100% rename from stable/fabulinus/2.1.1/values.yaml rename to stable/emulatorjs/9.2.3/values.yaml diff --git a/stable/endlessh/9.1.1/CHANGELOG.md b/stable/endlessh/9.1.1/CHANGELOG.md deleted file mode 100644 index b4d80c2c27e..00000000000 --- a/stable/endlessh/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/endlessh/9.1.1/Chart.yaml b/stable/endlessh/9.1.1/Chart.yaml deleted file mode 100644 index 988c556eb23..00000000000 --- a/stable/endlessh/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/endlessh/9.1.1/charts/common-18.0.2.tgz b/stable/endlessh/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/endlessh/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/factorio/7.1.1/.helmignore b/stable/endlessh/9.2.2/.helmignore similarity index 100% rename from stable/factorio/7.1.1/.helmignore rename to stable/endlessh/9.2.2/.helmignore diff --git a/stable/endlessh/9.2.2/CHANGELOG.md b/stable/endlessh/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c90b6e980c6 --- /dev/null +++ b/stable/endlessh/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/endlessh/9.2.2/Chart.yaml b/stable/endlessh/9.2.2/Chart.yaml new file mode 100644 index 00000000000..84e1af48c7f --- /dev/null +++ b/stable/endlessh/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/endlessh/9.1.1/README.md b/stable/endlessh/9.2.2/README.md similarity index 100% rename from stable/endlessh/9.1.1/README.md rename to stable/endlessh/9.2.2/README.md diff --git a/stable/endlessh/9.2.2/app-changelog.md b/stable/endlessh/9.2.2/app-changelog.md new file mode 100644 index 00000000000..20dea4ca776 --- /dev/null +++ b/stable/endlessh/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/endlessh/9.1.1/app-readme.md b/stable/endlessh/9.2.2/app-readme.md similarity index 100% rename from stable/endlessh/9.1.1/app-readme.md rename to stable/endlessh/9.2.2/app-readme.md diff --git a/stable/endlessh/9.2.2/charts/common-18.1.6.tgz b/stable/endlessh/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/endlessh/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/endlessh/9.1.1/ix_values.yaml b/stable/endlessh/9.2.2/ix_values.yaml similarity index 100% rename from stable/endlessh/9.1.1/ix_values.yaml rename to stable/endlessh/9.2.2/ix_values.yaml diff --git a/stable/endlessh/9.1.1/questions.yaml b/stable/endlessh/9.2.2/questions.yaml similarity index 100% rename from stable/endlessh/9.1.1/questions.yaml rename to stable/endlessh/9.2.2/questions.yaml diff --git a/stable/filestash/6.1.1/templates/NOTES.txt b/stable/endlessh/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/filestash/6.1.1/templates/NOTES.txt rename to stable/endlessh/9.2.2/templates/NOTES.txt diff --git a/stable/filebot/9.1.1/templates/common.yaml b/stable/endlessh/9.2.2/templates/common.yaml similarity index 100% rename from stable/filebot/9.1.1/templates/common.yaml rename to stable/endlessh/9.2.2/templates/common.yaml diff --git a/stable/factorio/7.1.1/values.yaml b/stable/endlessh/9.2.2/values.yaml similarity index 100% rename from stable/factorio/7.1.1/values.yaml rename to stable/endlessh/9.2.2/values.yaml diff --git a/stable/ersatztv/3.1.1/CHANGELOG.md b/stable/ersatztv/3.1.1/CHANGELOG.md deleted file mode 100644 index 2a2ee8718ab..00000000000 --- a/stable/ersatztv/3.1.1/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)) - - -## [ersatztv-2.1.4](https://github.com/truecharts/charts/compare/ersatztv-2.1.3...ersatztv-2.1.4) (2024-01-01) diff --git a/stable/ersatztv/3.1.1/Chart.yaml b/stable/ersatztv/3.1.1/Chart.yaml deleted file mode 100644 index e30e7b778be..00000000000 --- a/stable/ersatztv/3.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ersatztv/3.1.1/charts/common-18.0.2.tgz b/stable/ersatztv/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ersatztv/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/factorioservermanager/5.1.1/.helmignore b/stable/ersatztv/3.2.2/.helmignore similarity index 100% rename from stable/factorioservermanager/5.1.1/.helmignore rename to stable/ersatztv/3.2.2/.helmignore diff --git a/stable/ersatztv/3.2.2/CHANGELOG.md b/stable/ersatztv/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cbaa0cc5b02 --- /dev/null +++ b/stable/ersatztv/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/ersatztv/3.2.2/Chart.yaml b/stable/ersatztv/3.2.2/Chart.yaml new file mode 100644 index 00000000000..b57b4190955 --- /dev/null +++ b/stable/ersatztv/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ersatztv/3.1.1/README.md b/stable/ersatztv/3.2.2/README.md similarity index 100% rename from stable/ersatztv/3.1.1/README.md rename to stable/ersatztv/3.2.2/README.md diff --git a/stable/ersatztv/3.2.2/app-changelog.md b/stable/ersatztv/3.2.2/app-changelog.md new file mode 100644 index 00000000000..66c83740729 --- /dev/null +++ b/stable/ersatztv/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ersatztv/3.1.1/app-readme.md b/stable/ersatztv/3.2.2/app-readme.md similarity index 100% rename from stable/ersatztv/3.1.1/app-readme.md rename to stable/ersatztv/3.2.2/app-readme.md diff --git a/stable/ersatztv/3.2.2/charts/common-18.1.6.tgz b/stable/ersatztv/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ersatztv/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ersatztv/3.1.1/ix_values.yaml b/stable/ersatztv/3.2.2/ix_values.yaml similarity index 100% rename from stable/ersatztv/3.1.1/ix_values.yaml rename to stable/ersatztv/3.2.2/ix_values.yaml diff --git a/stable/ersatztv/3.1.1/questions.yaml b/stable/ersatztv/3.2.2/questions.yaml similarity index 100% rename from stable/ersatztv/3.1.1/questions.yaml rename to stable/ersatztv/3.2.2/questions.yaml diff --git a/stable/fileflows/10.1.3/templates/common.yaml b/stable/ersatztv/3.2.2/templates/common.yaml similarity index 100% rename from stable/fileflows/10.1.3/templates/common.yaml rename to stable/ersatztv/3.2.2/templates/common.yaml diff --git a/stable/factorioservermanager/5.1.1/values.yaml b/stable/ersatztv/3.2.2/values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.1/values.yaml rename to stable/ersatztv/3.2.2/values.yaml diff --git a/stable/esphome/19.1.2/CHANGELOG.md b/stable/esphome/19.1.2/CHANGELOG.md deleted file mode 100644 index cc5a2ebd17c..00000000000 --- a/stable/esphome/19.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/esphome/19.1.2/Chart.yaml b/stable/esphome/19.1.2/Chart.yaml deleted file mode 100644 index b6288fd1931..00000000000 --- a/stable/esphome/19.1.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: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/esphome/19.1.2/charts/common-18.0.2.tgz b/stable/esphome/19.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/esphome/19.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/esphome/19.1.2/ix_values.yaml b/stable/esphome/19.1.2/ix_values.yaml deleted file mode 100644 index 1aa600d3fb7..00000000000 --- a/stable/esphome/19.1.2/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: esphome/esphome - pullPolicy: IfNotPresent - tag: 2024.2.0@sha256:f7fd1a506aa8e651ad3532d3466c2970963cb90e000361a079011e73533d6e3c -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - privileged: true - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 6052 - targetPort: 6052 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - ESPHOME_DASHBOARD_USE_PING: false - ESPHOME_DASHBOARD_RELATIVE_URL: / - # ESPHOME_QUICKWIZARD: - # ESPHOME_IS_HASSIO: - # DISABLE_HA_AUTHENTICATION: - # USERNAME: - # PASSWORD: -persistence: - config: - enabled: true - mountPath: /config - platformio: - enabled: true - mountPath: /.platformio -portal: - open: - enabled: true diff --git a/stable/farmos/5.1.1/.helmignore b/stable/esphome/19.2.2/.helmignore similarity index 100% rename from stable/farmos/5.1.1/.helmignore rename to stable/esphome/19.2.2/.helmignore diff --git a/stable/esphome/19.2.2/CHANGELOG.md b/stable/esphome/19.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bca3e2e18e9 --- /dev/null +++ b/stable/esphome/19.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/esphome/19.2.2/Chart.yaml b/stable/esphome/19.2.2/Chart.yaml new file mode 100644 index 00000000000..473a653cabc --- /dev/null +++ b/stable/esphome/19.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/esphome/19.1.2/README.md b/stable/esphome/19.2.2/README.md similarity index 100% rename from stable/esphome/19.1.2/README.md rename to stable/esphome/19.2.2/README.md diff --git a/stable/esphome/19.2.2/app-changelog.md b/stable/esphome/19.2.2/app-changelog.md new file mode 100644 index 00000000000..22e56ded2a1 --- /dev/null +++ b/stable/esphome/19.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/esphome/19.1.2/app-readme.md b/stable/esphome/19.2.2/app-readme.md similarity index 100% rename from stable/esphome/19.1.2/app-readme.md rename to stable/esphome/19.2.2/app-readme.md diff --git a/stable/esphome/19.2.2/charts/common-18.1.6.tgz b/stable/esphome/19.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/esphome/19.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/esphome/19.2.2/ix_values.yaml b/stable/esphome/19.2.2/ix_values.yaml new file mode 100644 index 00000000000..382ec272e02 --- /dev/null +++ b/stable/esphome/19.2.2/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: esphome/esphome + pullPolicy: IfNotPresent + tag: 2024.2.1@sha256:8dd5be0b849b1d06be1f724a5affd5e14667e1133450d09ae220280f8de001f1 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + privileged: true + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 6052 + targetPort: 6052 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + ESPHOME_DASHBOARD_USE_PING: false + ESPHOME_DASHBOARD_RELATIVE_URL: / + # ESPHOME_QUICKWIZARD: + # ESPHOME_IS_HASSIO: + # DISABLE_HA_AUTHENTICATION: + # USERNAME: + # PASSWORD: +persistence: + config: + enabled: true + mountPath: /config + platformio: + enabled: true + mountPath: /.platformio +portal: + open: + enabled: true diff --git a/stable/esphome/19.1.2/questions.yaml b/stable/esphome/19.2.2/questions.yaml similarity index 100% rename from stable/esphome/19.1.2/questions.yaml rename to stable/esphome/19.2.2/questions.yaml diff --git a/stable/filezilla/11.1.2/templates/NOTES.txt b/stable/esphome/19.2.2/templates/NOTES.txt similarity index 100% rename from stable/filezilla/11.1.2/templates/NOTES.txt rename to stable/esphome/19.2.2/templates/NOTES.txt diff --git a/stable/filestash/6.1.1/templates/common.yaml b/stable/esphome/19.2.2/templates/common.yaml similarity index 100% rename from stable/filestash/6.1.1/templates/common.yaml rename to stable/esphome/19.2.2/templates/common.yaml diff --git a/stable/farmos/5.1.1/values.yaml b/stable/esphome/19.2.2/values.yaml similarity index 100% rename from stable/farmos/5.1.1/values.yaml rename to stable/esphome/19.2.2/values.yaml diff --git a/stable/etesync/9.1.1/CHANGELOG.md b/stable/etesync/9.1.1/CHANGELOG.md deleted file mode 100644 index 67f61d43d7e..00000000000 --- a/stable/etesync/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/etesync/9.1.1/Chart.yaml b/stable/etesync/9.1.1/Chart.yaml deleted file mode 100644 index 7523e9eec7d..00000000000 --- a/stable/etesync/9.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.11.0 -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/etesync/9.1.1/charts/common-18.0.2.tgz b/stable/etesync/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/etesync/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fastcom-mqtt/5.1.1/.helmignore b/stable/etesync/9.2.2/.helmignore similarity index 100% rename from stable/fastcom-mqtt/5.1.1/.helmignore rename to stable/etesync/9.2.2/.helmignore diff --git a/stable/etesync/9.2.2/CHANGELOG.md b/stable/etesync/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..29a10d29c9d --- /dev/null +++ b/stable/etesync/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/etesync/9.2.2/Chart.yaml b/stable/etesync/9.2.2/Chart.yaml new file mode 100644 index 00000000000..e9a612e8e14 --- /dev/null +++ b/stable/etesync/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.11.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/etesync/9.1.1/README.md b/stable/etesync/9.2.2/README.md similarity index 100% rename from stable/etesync/9.1.1/README.md rename to stable/etesync/9.2.2/README.md diff --git a/stable/etesync/9.2.2/app-changelog.md b/stable/etesync/9.2.2/app-changelog.md new file mode 100644 index 00000000000..d6fbdab27f7 --- /dev/null +++ b/stable/etesync/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/etesync/9.1.1/app-readme.md b/stable/etesync/9.2.2/app-readme.md similarity index 100% rename from stable/etesync/9.1.1/app-readme.md rename to stable/etesync/9.2.2/app-readme.md diff --git a/stable/etesync/9.2.2/charts/common-18.1.6.tgz b/stable/etesync/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/etesync/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/etesync/9.1.1/charts/redis-11.2.1.tgz b/stable/etesync/9.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/etesync/9.1.1/charts/redis-11.2.1.tgz rename to stable/etesync/9.2.2/charts/redis-11.2.1.tgz diff --git a/stable/etesync/9.1.1/ix_values.yaml b/stable/etesync/9.2.2/ix_values.yaml similarity index 100% rename from stable/etesync/9.1.1/ix_values.yaml rename to stable/etesync/9.2.2/ix_values.yaml diff --git a/stable/etesync/9.1.1/questions.yaml b/stable/etesync/9.2.2/questions.yaml similarity index 100% rename from stable/etesync/9.1.1/questions.yaml rename to stable/etesync/9.2.2/questions.yaml diff --git a/stable/etesync/9.1.1/templates/_secret.tpl b/stable/etesync/9.2.2/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.1.1/templates/_secret.tpl rename to stable/etesync/9.2.2/templates/_secret.tpl diff --git a/stable/etesync/9.1.1/templates/common.yaml b/stable/etesync/9.2.2/templates/common.yaml similarity index 100% rename from stable/etesync/9.1.1/templates/common.yaml rename to stable/etesync/9.2.2/templates/common.yaml diff --git a/stable/fastcom-mqtt/5.1.1/values.yaml b/stable/etesync/9.2.2/values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.1/values.yaml rename to stable/etesync/9.2.2/values.yaml diff --git a/stable/ethercalc/5.1.1/CHANGELOG.md b/stable/ethercalc/5.1.1/CHANGELOG.md deleted file mode 100644 index 90c4fa1460a..00000000000 --- a/stable/ethercalc/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ethercalc/5.1.1/Chart.yaml b/stable/ethercalc/5.1.1/Chart.yaml deleted file mode 100644 index dbbf44fda00..00000000000 --- a/stable/ethercalc/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ethercalc/5.1.1/charts/common-18.0.2.tgz b/stable/ethercalc/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ethercalc/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fenrus/5.1.1/.helmignore b/stable/ethercalc/5.2.2/.helmignore similarity index 100% rename from stable/fenrus/5.1.1/.helmignore rename to stable/ethercalc/5.2.2/.helmignore diff --git a/stable/ethercalc/5.2.2/CHANGELOG.md b/stable/ethercalc/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..abb439d1da9 --- /dev/null +++ b/stable/ethercalc/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ethercalc/5.2.2/Chart.yaml b/stable/ethercalc/5.2.2/Chart.yaml new file mode 100644 index 00000000000..675cadabc27 --- /dev/null +++ b/stable/ethercalc/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ethercalc/5.1.1/README.md b/stable/ethercalc/5.2.2/README.md similarity index 100% rename from stable/ethercalc/5.1.1/README.md rename to stable/ethercalc/5.2.2/README.md diff --git a/stable/ethercalc/5.2.2/app-changelog.md b/stable/ethercalc/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c0a849b57dd --- /dev/null +++ b/stable/ethercalc/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ethercalc/5.1.1/app-readme.md b/stable/ethercalc/5.2.2/app-readme.md similarity index 100% rename from stable/ethercalc/5.1.1/app-readme.md rename to stable/ethercalc/5.2.2/app-readme.md diff --git a/stable/ethercalc/5.2.2/charts/common-18.1.6.tgz b/stable/ethercalc/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ethercalc/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ethercalc/5.1.1/ix_values.yaml b/stable/ethercalc/5.2.2/ix_values.yaml similarity index 100% rename from stable/ethercalc/5.1.1/ix_values.yaml rename to stable/ethercalc/5.2.2/ix_values.yaml diff --git a/stable/ethercalc/5.1.1/questions.yaml b/stable/ethercalc/5.2.2/questions.yaml similarity index 100% rename from stable/ethercalc/5.1.1/questions.yaml rename to stable/ethercalc/5.2.2/questions.yaml diff --git a/stable/ethercalc/5.1.1/templates/common.yaml b/stable/ethercalc/5.2.2/templates/common.yaml similarity index 100% rename from stable/ethercalc/5.1.1/templates/common.yaml rename to stable/ethercalc/5.2.2/templates/common.yaml diff --git a/stable/fenrus/5.1.1/values.yaml b/stable/ethercalc/5.2.2/values.yaml similarity index 100% rename from stable/fenrus/5.1.1/values.yaml rename to stable/ethercalc/5.2.2/values.yaml diff --git a/stable/etherpad/16.1.1/CHANGELOG.md b/stable/etherpad/16.1.1/CHANGELOG.md deleted file mode 100644 index fc4e6818d1e..00000000000 --- a/stable/etherpad/16.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/etherpad/16.1.1/Chart.yaml b/stable/etherpad/16.1.1/Chart.yaml deleted file mode 100644 index 413c3a0dc0e..00000000000 --- a/stable/etherpad/16.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.14 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/etherpad/16.1.1/charts/common-18.0.2.tgz b/stable/etherpad/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/etherpad/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.1.1/.helmignore b/stable/etherpad/16.2.2/.helmignore similarity index 100% rename from stable/ferdi-server/11.1.1/.helmignore rename to stable/etherpad/16.2.2/.helmignore diff --git a/stable/etherpad/16.2.2/CHANGELOG.md b/stable/etherpad/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..977e93b9600 --- /dev/null +++ b/stable/etherpad/16.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/etherpad/16.2.2/Chart.yaml b/stable/etherpad/16.2.2/Chart.yaml new file mode 100644 index 00000000000..ed09fdb60b2 --- /dev/null +++ b/stable/etherpad/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.14 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/etherpad/16.1.1/README.md b/stable/etherpad/16.2.2/README.md similarity index 100% rename from stable/etherpad/16.1.1/README.md rename to stable/etherpad/16.2.2/README.md diff --git a/stable/etherpad/16.2.2/app-changelog.md b/stable/etherpad/16.2.2/app-changelog.md new file mode 100644 index 00000000000..1e18c76dd11 --- /dev/null +++ b/stable/etherpad/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/etherpad/16.1.1/app-readme.md b/stable/etherpad/16.2.2/app-readme.md similarity index 100% rename from stable/etherpad/16.1.1/app-readme.md rename to stable/etherpad/16.2.2/app-readme.md diff --git a/stable/etherpad/16.2.2/charts/common-18.1.6.tgz b/stable/etherpad/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/etherpad/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/etherpad/16.1.1/ix_values.yaml b/stable/etherpad/16.2.2/ix_values.yaml similarity index 100% rename from stable/etherpad/16.1.1/ix_values.yaml rename to stable/etherpad/16.2.2/ix_values.yaml diff --git a/stable/etherpad/16.1.1/questions.yaml b/stable/etherpad/16.2.2/questions.yaml similarity index 100% rename from stable/etherpad/16.1.1/questions.yaml rename to stable/etherpad/16.2.2/questions.yaml diff --git a/stable/fireflyiii/25.1.2/templates/NOTES.txt b/stable/etherpad/16.2.2/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.1.2/templates/NOTES.txt rename to stable/etherpad/16.2.2/templates/NOTES.txt diff --git a/stable/filezilla/11.1.2/templates/common.yaml b/stable/etherpad/16.2.2/templates/common.yaml similarity index 100% rename from stable/filezilla/11.1.2/templates/common.yaml rename to stable/etherpad/16.2.2/templates/common.yaml diff --git a/stable/ferdi-server/11.1.1/values.yaml b/stable/etherpad/16.2.2/values.yaml similarity index 100% rename from stable/ferdi-server/11.1.1/values.yaml rename to stable/etherpad/16.2.2/values.yaml diff --git a/stable/explainshell/5.1.1/CHANGELOG.md b/stable/explainshell/5.1.1/CHANGELOG.md deleted file mode 100644 index 87b76c45be1..00000000000 --- a/stable/explainshell/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/explainshell/5.1.1/Chart.yaml b/stable/explainshell/5.1.1/Chart.yaml deleted file mode 100644 index 73370a39ff3..00000000000 --- a/stable/explainshell/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/explainshell/5.1.1/charts/common-18.0.2.tgz b/stable/explainshell/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/explainshell/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/.helmignore b/stable/explainshell/5.2.2/.helmignore similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/.helmignore rename to stable/explainshell/5.2.2/.helmignore diff --git a/stable/explainshell/5.2.2/CHANGELOG.md b/stable/explainshell/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9fbaabbc320 --- /dev/null +++ b/stable/explainshell/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/explainshell/5.2.2/Chart.yaml b/stable/explainshell/5.2.2/Chart.yaml new file mode 100644 index 00000000000..9849707d266 --- /dev/null +++ b/stable/explainshell/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/explainshell/5.1.1/README.md b/stable/explainshell/5.2.2/README.md similarity index 100% rename from stable/explainshell/5.1.1/README.md rename to stable/explainshell/5.2.2/README.md diff --git a/stable/explainshell/5.2.2/app-changelog.md b/stable/explainshell/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6de18abe43d --- /dev/null +++ b/stable/explainshell/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/explainshell/5.1.1/app-readme.md b/stable/explainshell/5.2.2/app-readme.md similarity index 100% rename from stable/explainshell/5.1.1/app-readme.md rename to stable/explainshell/5.2.2/app-readme.md diff --git a/stable/explainshell/5.2.2/charts/common-18.1.6.tgz b/stable/explainshell/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/explainshell/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/explainshell/5.1.1/ix_values.yaml b/stable/explainshell/5.2.2/ix_values.yaml similarity index 100% rename from stable/explainshell/5.1.1/ix_values.yaml rename to stable/explainshell/5.2.2/ix_values.yaml diff --git a/stable/explainshell/5.1.1/questions.yaml b/stable/explainshell/5.2.2/questions.yaml similarity index 100% rename from stable/explainshell/5.1.1/questions.yaml rename to stable/explainshell/5.2.2/questions.yaml diff --git a/stable/explainshell/5.1.1/templates/common.yaml b/stable/explainshell/5.2.2/templates/common.yaml similarity index 100% rename from stable/explainshell/5.1.1/templates/common.yaml rename to stable/explainshell/5.2.2/templates/common.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/values.yaml b/stable/explainshell/5.2.2/values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/values.yaml rename to stable/explainshell/5.2.2/values.yaml diff --git a/stable/external-dns/4.1.1/CHANGELOG.md b/stable/external-dns/4.1.1/CHANGELOG.md deleted file mode 100644 index 40c63179bd4..00000000000 --- a/stable/external-dns/4.1.1/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 - - -## [external-dns-3.1.3](https://github.com/truecharts/charts/compare/external-dns-3.1.0...external-dns-3.1.3) (2024-01-01) diff --git a/stable/external-dns/4.1.1/Chart.yaml b/stable/external-dns/4.1.1/Chart.yaml deleted file mode 100644 index 9513e155a80..00000000000 --- a/stable/external-dns/4.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/external-dns/4.1.1/charts/common-18.0.2.tgz b/stable/external-dns/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/external-dns/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/filebot/9.1.1/.helmignore b/stable/external-dns/4.2.2/.helmignore similarity index 100% rename from stable/filebot/9.1.1/.helmignore rename to stable/external-dns/4.2.2/.helmignore diff --git a/stable/external-dns/4.2.2/CHANGELOG.md b/stable/external-dns/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..19a7cd3adc4 --- /dev/null +++ b/stable/external-dns/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/external-dns/4.2.2/Chart.yaml b/stable/external-dns/4.2.2/Chart.yaml new file mode 100644 index 00000000000..cee85f77c69 --- /dev/null +++ b/stable/external-dns/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/external-dns/4.1.1/README.md b/stable/external-dns/4.2.2/README.md similarity index 100% rename from stable/external-dns/4.1.1/README.md rename to stable/external-dns/4.2.2/README.md diff --git a/stable/external-dns/4.2.2/app-changelog.md b/stable/external-dns/4.2.2/app-changelog.md new file mode 100644 index 00000000000..939e612d583 --- /dev/null +++ b/stable/external-dns/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/external-dns/4.1.1/app-readme.md b/stable/external-dns/4.2.2/app-readme.md similarity index 100% rename from stable/external-dns/4.1.1/app-readme.md rename to stable/external-dns/4.2.2/app-readme.md diff --git a/stable/external-dns/4.2.2/charts/common-18.1.6.tgz b/stable/external-dns/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/external-dns/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/external-dns/4.1.1/ix_values.yaml b/stable/external-dns/4.2.2/ix_values.yaml similarity index 100% rename from stable/external-dns/4.1.1/ix_values.yaml rename to stable/external-dns/4.2.2/ix_values.yaml diff --git a/stable/external-dns/4.1.1/questions.yaml b/stable/external-dns/4.2.2/questions.yaml similarity index 100% rename from stable/external-dns/4.1.1/questions.yaml rename to stable/external-dns/4.2.2/questions.yaml diff --git a/stable/firefox-syncserver/17.1.1/templates/NOTES.txt b/stable/external-dns/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/firefox-syncserver/17.1.1/templates/NOTES.txt rename to stable/external-dns/4.2.2/templates/NOTES.txt diff --git a/stable/external-dns/4.1.1/templates/_args.tpl b/stable/external-dns/4.2.2/templates/_args.tpl similarity index 100% rename from stable/external-dns/4.1.1/templates/_args.tpl rename to stable/external-dns/4.2.2/templates/_args.tpl diff --git a/stable/external-dns/4.1.1/templates/common.yaml b/stable/external-dns/4.2.2/templates/common.yaml similarity index 100% rename from stable/external-dns/4.1.1/templates/common.yaml rename to stable/external-dns/4.2.2/templates/common.yaml diff --git a/stable/filebot/9.1.1/values.yaml b/stable/external-dns/4.2.2/values.yaml similarity index 100% rename from stable/filebot/9.1.1/values.yaml rename to stable/external-dns/4.2.2/values.yaml diff --git a/stable/external-ip/5.1.1/CHANGELOG.md b/stable/external-ip/5.1.1/CHANGELOG.md deleted file mode 100644 index 53c64b2da3d..00000000000 --- a/stable/external-ip/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/external-ip/5.1.1/Chart.yaml b/stable/external-ip/5.1.1/Chart.yaml deleted file mode 100644 index 4491a983187..00000000000 --- a/stable/external-ip/5.1.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: Network-Management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/external-ip/5.1.1/charts/common-18.0.2.tgz b/stable/external-ip/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/external-ip/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/filebrowser/9.1.1/.helmignore b/stable/external-ip/5.2.2/.helmignore similarity index 100% rename from stable/filebrowser/9.1.1/.helmignore rename to stable/external-ip/5.2.2/.helmignore diff --git a/stable/external-ip/5.2.2/CHANGELOG.md b/stable/external-ip/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6746f271a81 --- /dev/null +++ b/stable/external-ip/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/external-ip/5.2.2/Chart.yaml b/stable/external-ip/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c1180ed553d --- /dev/null +++ b/stable/external-ip/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/external-ip/5.1.1/README.md b/stable/external-ip/5.2.2/README.md similarity index 100% rename from stable/external-ip/5.1.1/README.md rename to stable/external-ip/5.2.2/README.md diff --git a/stable/external-ip/5.2.2/app-changelog.md b/stable/external-ip/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5e60c6a065e --- /dev/null +++ b/stable/external-ip/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/external-ip/5.1.1/app-readme.md b/stable/external-ip/5.2.2/app-readme.md similarity index 100% rename from stable/external-ip/5.1.1/app-readme.md rename to stable/external-ip/5.2.2/app-readme.md diff --git a/stable/external-ip/5.2.2/charts/common-18.1.6.tgz b/stable/external-ip/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/external-ip/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/external-ip/5.1.1/ix_values.yaml b/stable/external-ip/5.2.2/ix_values.yaml similarity index 100% rename from stable/external-ip/5.1.1/ix_values.yaml rename to stable/external-ip/5.2.2/ix_values.yaml diff --git a/stable/external-ip/5.1.1/questions.yaml b/stable/external-ip/5.2.2/questions.yaml similarity index 100% rename from stable/external-ip/5.1.1/questions.yaml rename to stable/external-ip/5.2.2/questions.yaml diff --git a/stable/external-ip/5.1.1/templates/common.yaml b/stable/external-ip/5.2.2/templates/common.yaml similarity index 100% rename from stable/external-ip/5.1.1/templates/common.yaml rename to stable/external-ip/5.2.2/templates/common.yaml diff --git a/stable/filebrowser/9.1.1/values.yaml b/stable/external-ip/5.2.2/values.yaml similarity index 100% rename from stable/filebrowser/9.1.1/values.yaml rename to stable/external-ip/5.2.2/values.yaml diff --git a/stable/external-service/13.1.1/CHANGELOG.md b/stable/external-service/13.1.1/CHANGELOG.md deleted file mode 100644 index e83f55ab358..00000000000 --- a/stable/external-service/13.1.1/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)) - - -## [external-service-12.1.4](https://github.com/truecharts/charts/compare/external-service-12.1.3...external-service-12.1.4) (2024-01-01) diff --git a/stable/external-service/13.1.1/Chart.yaml b/stable/external-service/13.1.1/Chart.yaml deleted file mode 100644 index 4b1d5fb69a9..00000000000 --- a/stable/external-service/13.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.19.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/external-service/13.1.1/charts/common-18.0.2.tgz b/stable/external-service/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/external-service/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fileflows/10.1.3/.helmignore b/stable/external-service/13.2.2/.helmignore similarity index 100% rename from stable/fileflows/10.1.3/.helmignore rename to stable/external-service/13.2.2/.helmignore diff --git a/stable/external-service/13.2.2/CHANGELOG.md b/stable/external-service/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8ebcb5fefe3 --- /dev/null +++ b/stable/external-service/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/external-service/13.2.2/Chart.yaml b/stable/external-service/13.2.2/Chart.yaml new file mode 100644 index 00000000000..b392acf05c0 --- /dev/null +++ b/stable/external-service/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/external-service/13.1.1/README.md b/stable/external-service/13.2.2/README.md similarity index 100% rename from stable/external-service/13.1.1/README.md rename to stable/external-service/13.2.2/README.md diff --git a/stable/external-service/13.2.2/app-changelog.md b/stable/external-service/13.2.2/app-changelog.md new file mode 100644 index 00000000000..b79de85bb0c --- /dev/null +++ b/stable/external-service/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/external-service/13.1.1/app-readme.md b/stable/external-service/13.2.2/app-readme.md similarity index 100% rename from stable/external-service/13.1.1/app-readme.md rename to stable/external-service/13.2.2/app-readme.md diff --git a/stable/external-service/13.2.2/charts/common-18.1.6.tgz b/stable/external-service/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/external-service/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/external-service/13.1.1/ix_values.yaml b/stable/external-service/13.2.2/ix_values.yaml similarity index 100% rename from stable/external-service/13.1.1/ix_values.yaml rename to stable/external-service/13.2.2/ix_values.yaml diff --git a/stable/external-service/13.1.1/questions.yaml b/stable/external-service/13.2.2/questions.yaml similarity index 100% rename from stable/external-service/13.1.1/questions.yaml rename to stable/external-service/13.2.2/questions.yaml diff --git a/stable/firefox/11.1.1/templates/NOTES.txt b/stable/external-service/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/firefox/11.1.1/templates/NOTES.txt rename to stable/external-service/13.2.2/templates/NOTES.txt diff --git a/stable/firefox-syncserver/17.1.1/templates/common.yaml b/stable/external-service/13.2.2/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.1/templates/common.yaml rename to stable/external-service/13.2.2/templates/common.yaml diff --git a/stable/fileflows/10.1.3/values.yaml b/stable/external-service/13.2.2/values.yaml similarity index 100% rename from stable/fileflows/10.1.3/values.yaml rename to stable/external-service/13.2.2/values.yaml diff --git a/stable/fabulinus/2.1.1/CHANGELOG.md b/stable/fabulinus/2.1.1/CHANGELOG.md deleted file mode 100644 index 29bc1006e3c..00000000000 --- a/stable/fabulinus/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,16 +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.1/Chart.yaml b/stable/fabulinus/2.1.1/Chart.yaml deleted file mode 100644 index 179a515cfba..00000000000 --- a/stable/fabulinus/2.1.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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest-cpu -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fabulinus/2.1.1/charts/common-18.0.2.tgz b/stable/fabulinus/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fabulinus/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fileshelter/6.1.1/.helmignore b/stable/fabulinus/2.2.2/.helmignore similarity index 100% rename from stable/fileshelter/6.1.1/.helmignore rename to stable/fabulinus/2.2.2/.helmignore diff --git a/stable/fabulinus/2.2.2/CHANGELOG.md b/stable/fabulinus/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e7865655582 --- /dev/null +++ b/stable/fabulinus/2.2.2/CHANGELOG.md @@ -0,0 +1,30 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/fabulinus/2.2.2/Chart.yaml new file mode 100644 index 00000000000..7a48bd4326a --- /dev/null +++ b/stable/fabulinus/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest-cpu +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fabulinus/2.1.1/README.md b/stable/fabulinus/2.2.2/README.md similarity index 100% rename from stable/fabulinus/2.1.1/README.md rename to stable/fabulinus/2.2.2/README.md diff --git a/stable/fabulinus/2.2.2/app-changelog.md b/stable/fabulinus/2.2.2/app-changelog.md new file mode 100644 index 00000000000..860fea59d85 --- /dev/null +++ b/stable/fabulinus/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fabulinus/2.1.1/app-readme.md b/stable/fabulinus/2.2.2/app-readme.md similarity index 100% rename from stable/fabulinus/2.1.1/app-readme.md rename to stable/fabulinus/2.2.2/app-readme.md diff --git a/stable/fabulinus/2.2.2/charts/common-18.1.6.tgz b/stable/fabulinus/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fabulinus/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fabulinus/2.1.1/ix_values.yaml b/stable/fabulinus/2.2.2/ix_values.yaml similarity index 100% rename from stable/fabulinus/2.1.1/ix_values.yaml rename to stable/fabulinus/2.2.2/ix_values.yaml diff --git a/stable/fabulinus/2.1.1/questions.yaml b/stable/fabulinus/2.2.2/questions.yaml similarity index 100% rename from stable/fabulinus/2.1.1/questions.yaml rename to stable/fabulinus/2.2.2/questions.yaml diff --git a/stable/firezone/3.1.1/templates/NOTES.txt b/stable/fabulinus/2.2.2/templates/NOTES.txt similarity index 100% rename from stable/firezone/3.1.1/templates/NOTES.txt rename to stable/fabulinus/2.2.2/templates/NOTES.txt diff --git a/stable/firefox/11.1.1/templates/common.yaml b/stable/fabulinus/2.2.2/templates/common.yaml similarity index 100% rename from stable/firefox/11.1.1/templates/common.yaml rename to stable/fabulinus/2.2.2/templates/common.yaml diff --git a/stable/fileshelter/6.1.1/values.yaml b/stable/fabulinus/2.2.2/values.yaml similarity index 100% rename from stable/fileshelter/6.1.1/values.yaml rename to stable/fabulinus/2.2.2/values.yaml diff --git a/stable/factorio/7.1.1/CHANGELOG.md b/stable/factorio/7.1.1/CHANGELOG.md deleted file mode 100644 index 8510a40ca2b..00000000000 --- a/stable/factorio/7.1.1/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 - - - -- update container image factoriotools/factorio to stable[@67324cc](https://github.com/67324cc) by renovate ([#17129](https://github.com/truecharts/charts/issues/17129)) - diff --git a/stable/factorio/7.1.1/Chart.yaml b/stable/factorio/7.1.1/Chart.yaml deleted file mode 100644 index b064f3d4ec0..00000000000 --- a/stable/factorio/7.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.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.1.1 diff --git a/stable/factorio/7.1.1/charts/common-18.0.2.tgz b/stable/factorio/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/factorio/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/filestash/6.1.1/.helmignore b/stable/factorio/7.2.2/.helmignore similarity index 100% rename from stable/filestash/6.1.1/.helmignore rename to stable/factorio/7.2.2/.helmignore diff --git a/stable/factorio/7.2.2/CHANGELOG.md b/stable/factorio/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c5a4bc2b3e2 --- /dev/null +++ b/stable/factorio/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/factorio/7.2.2/Chart.yaml b/stable/factorio/7.2.2/Chart.yaml new file mode 100644 index 00000000000..738ec2b47b7 --- /dev/null +++ b/stable/factorio/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/factorio/7.1.1/README.md b/stable/factorio/7.2.2/README.md similarity index 100% rename from stable/factorio/7.1.1/README.md rename to stable/factorio/7.2.2/README.md diff --git a/stable/factorio/7.2.2/app-changelog.md b/stable/factorio/7.2.2/app-changelog.md new file mode 100644 index 00000000000..fc7c2a679c9 --- /dev/null +++ b/stable/factorio/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/factorio/7.1.1/app-readme.md b/stable/factorio/7.2.2/app-readme.md similarity index 100% rename from stable/factorio/7.1.1/app-readme.md rename to stable/factorio/7.2.2/app-readme.md diff --git a/stable/factorio/7.2.2/charts/common-18.1.6.tgz b/stable/factorio/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/factorio/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/factorio/7.1.1/ix_values.yaml b/stable/factorio/7.2.2/ix_values.yaml similarity index 100% rename from stable/factorio/7.1.1/ix_values.yaml rename to stable/factorio/7.2.2/ix_values.yaml diff --git a/stable/factorio/7.1.1/questions.yaml b/stable/factorio/7.2.2/questions.yaml similarity index 100% rename from stable/factorio/7.1.1/questions.yaml rename to stable/factorio/7.2.2/questions.yaml diff --git a/stable/flaresolverr/13.1.2/templates/NOTES.txt b/stable/factorio/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/13.1.2/templates/NOTES.txt rename to stable/factorio/7.2.2/templates/NOTES.txt diff --git a/stable/factorio/7.1.1/templates/common.yaml b/stable/factorio/7.2.2/templates/common.yaml similarity index 100% rename from stable/factorio/7.1.1/templates/common.yaml rename to stable/factorio/7.2.2/templates/common.yaml diff --git a/stable/filestash/6.1.1/values.yaml b/stable/factorio/7.2.2/values.yaml similarity index 100% rename from stable/filestash/6.1.1/values.yaml rename to stable/factorio/7.2.2/values.yaml diff --git a/stable/factorioservermanager/5.1.1/CHANGELOG.md b/stable/factorioservermanager/5.1.1/CHANGELOG.md deleted file mode 100644 index caf3d323138..00000000000 --- a/stable/factorioservermanager/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/factorioservermanager/5.1.1/Chart.yaml b/stable/factorioservermanager/5.1.1/Chart.yaml deleted file mode 100644 index 28a7c1ea393..00000000000 --- a/stable/factorioservermanager/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/factorioservermanager/5.1.1/charts/common-18.0.2.tgz b/stable/factorioservermanager/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/factorioservermanager/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/filezilla/11.1.2/.helmignore b/stable/factorioservermanager/5.2.2/.helmignore similarity index 100% rename from stable/filezilla/11.1.2/.helmignore rename to stable/factorioservermanager/5.2.2/.helmignore diff --git a/stable/factorioservermanager/5.2.2/CHANGELOG.md b/stable/factorioservermanager/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f4e75ff8301 --- /dev/null +++ b/stable/factorioservermanager/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/factorioservermanager/5.2.2/Chart.yaml b/stable/factorioservermanager/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5811f0d1dbd --- /dev/null +++ b/stable/factorioservermanager/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/factorioservermanager/5.1.1/README.md b/stable/factorioservermanager/5.2.2/README.md similarity index 100% rename from stable/factorioservermanager/5.1.1/README.md rename to stable/factorioservermanager/5.2.2/README.md diff --git a/stable/factorioservermanager/5.2.2/app-changelog.md b/stable/factorioservermanager/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c097e6e7749 --- /dev/null +++ b/stable/factorioservermanager/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/factorioservermanager/5.1.1/app-readme.md b/stable/factorioservermanager/5.2.2/app-readme.md similarity index 100% rename from stable/factorioservermanager/5.1.1/app-readme.md rename to stable/factorioservermanager/5.2.2/app-readme.md diff --git a/stable/factorioservermanager/5.2.2/charts/common-18.1.6.tgz b/stable/factorioservermanager/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/factorioservermanager/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/factorioservermanager/5.1.1/ix_values.yaml b/stable/factorioservermanager/5.2.2/ix_values.yaml similarity index 100% rename from stable/factorioservermanager/5.1.1/ix_values.yaml rename to stable/factorioservermanager/5.2.2/ix_values.yaml diff --git a/stable/factorioservermanager/5.1.1/questions.yaml b/stable/factorioservermanager/5.2.2/questions.yaml similarity index 100% rename from stable/factorioservermanager/5.1.1/questions.yaml rename to stable/factorioservermanager/5.2.2/questions.yaml diff --git a/stable/factorioservermanager/5.1.1/templates/common.yaml b/stable/factorioservermanager/5.2.2/templates/common.yaml similarity index 100% rename from stable/factorioservermanager/5.1.1/templates/common.yaml rename to stable/factorioservermanager/5.2.2/templates/common.yaml diff --git a/stable/filezilla/11.1.2/values.yaml b/stable/factorioservermanager/5.2.2/values.yaml similarity index 100% rename from stable/filezilla/11.1.2/values.yaml rename to stable/factorioservermanager/5.2.2/values.yaml diff --git a/stable/farmos/5.1.1/CHANGELOG.md b/stable/farmos/5.1.1/CHANGELOG.md deleted file mode 100644 index a6c95fae436..00000000000 --- a/stable/farmos/5.1.1/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)) - - -## [farmos-4.1.6](https://github.com/truecharts/charts/compare/farmos-4.1.5...farmos-4.1.6) (2024-01-08) diff --git a/stable/farmos/5.1.1/Chart.yaml b/stable/farmos/5.1.1/Chart.yaml deleted file mode 100644 index 84b02d772fe..00000000000 --- a/stable/farmos/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/farmos/5.1.1/charts/common-18.0.2.tgz b/stable/farmos/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/farmos/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/farmos/5.1.1/ix_values.yaml b/stable/farmos/5.1.1/ix_values.yaml deleted file mode 100644 index d5c20ba106d..00000000000 --- a/stable/farmos/5.1.1/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: farmos/farmos - tag: latest@sha256:9a872a703173b17a5ad55556162b890bacb0a8a6a336bca668ecead48bf0acd2 -persistence: - sitesdirectory: - enabled: true - mountPath: /var/www/html/sites -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 80 - protocol: tcp - targetPort: 80 diff --git a/stable/fireflyiii/25.1.2/.helmignore b/stable/farmos/5.2.2/.helmignore similarity index 100% rename from stable/fireflyiii/25.1.2/.helmignore rename to stable/farmos/5.2.2/.helmignore diff --git a/stable/farmos/5.2.2/CHANGELOG.md b/stable/farmos/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bf3ac485f64 --- /dev/null +++ b/stable/farmos/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/farmos/5.2.2/Chart.yaml b/stable/farmos/5.2.2/Chart.yaml new file mode 100644 index 00000000000..11aa0ec43ef --- /dev/null +++ b/stable/farmos/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/farmos/5.1.1/README.md b/stable/farmos/5.2.2/README.md similarity index 100% rename from stable/farmos/5.1.1/README.md rename to stable/farmos/5.2.2/README.md diff --git a/stable/farmos/5.2.2/app-changelog.md b/stable/farmos/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0ccad3fac9c --- /dev/null +++ b/stable/farmos/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/farmos/5.1.1/app-readme.md b/stable/farmos/5.2.2/app-readme.md similarity index 100% rename from stable/farmos/5.1.1/app-readme.md rename to stable/farmos/5.2.2/app-readme.md diff --git a/stable/farmos/5.2.2/charts/common-18.1.6.tgz b/stable/farmos/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/farmos/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/farmos/5.2.2/ix_values.yaml b/stable/farmos/5.2.2/ix_values.yaml new file mode 100644 index 00000000000..34377b9c818 --- /dev/null +++ b/stable/farmos/5.2.2/ix_values.yaml @@ -0,0 +1,23 @@ +image: + pullPolicy: IfNotPresent + repository: farmos/farmos + tag: latest@sha256:adf12abcf1ceb91bd1b8badbbc61b53d88d3cc3c021d693b2f5804691e5f9e03 +persistence: + sitesdirectory: + enabled: true + mountPath: /var/www/html/sites +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 80 + protocol: tcp + targetPort: 80 diff --git a/stable/farmos/5.1.1/questions.yaml b/stable/farmos/5.2.2/questions.yaml similarity index 100% rename from stable/farmos/5.1.1/questions.yaml rename to stable/farmos/5.2.2/questions.yaml diff --git a/stable/farmos/5.1.1/templates/common.yaml b/stable/farmos/5.2.2/templates/common.yaml similarity index 100% rename from stable/farmos/5.1.1/templates/common.yaml rename to stable/farmos/5.2.2/templates/common.yaml diff --git a/stable/fireflyiii/25.1.2/values.yaml b/stable/farmos/5.2.2/values.yaml similarity index 100% rename from stable/fireflyiii/25.1.2/values.yaml rename to stable/farmos/5.2.2/values.yaml diff --git a/stable/fastcom-mqtt/5.1.1/CHANGELOG.md b/stable/fastcom-mqtt/5.1.1/CHANGELOG.md deleted file mode 100644 index 08032a68feb..00000000000 --- a/stable/fastcom-mqtt/5.1.1/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.1/Chart.yaml b/stable/fastcom-mqtt/5.1.1/Chart.yaml deleted file mode 100644 index 60966449b3d..00000000000 --- a/stable/fastcom-mqtt/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fastcom-mqtt/5.1.1/charts/common-18.0.2.tgz b/stable/fastcom-mqtt/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fastcom-mqtt/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.1.1/.helmignore b/stable/fastcom-mqtt/5.2.2/.helmignore similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/.helmignore rename to stable/fastcom-mqtt/5.2.2/.helmignore diff --git a/stable/fastcom-mqtt/5.2.2/CHANGELOG.md b/stable/fastcom-mqtt/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..670f55e72d6 --- /dev/null +++ b/stable/fastcom-mqtt/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.2.2/Chart.yaml b/stable/fastcom-mqtt/5.2.2/Chart.yaml new file mode 100644 index 00000000000..cc699df0818 --- /dev/null +++ b/stable/fastcom-mqtt/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fastcom-mqtt/5.1.1/README.md b/stable/fastcom-mqtt/5.2.2/README.md similarity index 100% rename from stable/fastcom-mqtt/5.1.1/README.md rename to stable/fastcom-mqtt/5.2.2/README.md diff --git a/stable/fastcom-mqtt/5.2.2/app-changelog.md b/stable/fastcom-mqtt/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6035780a7e0 --- /dev/null +++ b/stable/fastcom-mqtt/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fastcom-mqtt/5.1.1/app-readme.md b/stable/fastcom-mqtt/5.2.2/app-readme.md similarity index 100% rename from stable/fastcom-mqtt/5.1.1/app-readme.md rename to stable/fastcom-mqtt/5.2.2/app-readme.md diff --git a/stable/fastcom-mqtt/5.2.2/charts/common-18.1.6.tgz b/stable/fastcom-mqtt/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fastcom-mqtt/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fastcom-mqtt/5.1.1/ix_values.yaml b/stable/fastcom-mqtt/5.2.2/ix_values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.1/ix_values.yaml rename to stable/fastcom-mqtt/5.2.2/ix_values.yaml diff --git a/stable/fastcom-mqtt/5.1.1/questions.yaml b/stable/fastcom-mqtt/5.2.2/questions.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.1/questions.yaml rename to stable/fastcom-mqtt/5.2.2/questions.yaml diff --git a/stable/fastcom-mqtt/5.1.1/templates/common.yaml b/stable/fastcom-mqtt/5.2.2/templates/common.yaml similarity index 100% rename from stable/fastcom-mqtt/5.1.1/templates/common.yaml rename to stable/fastcom-mqtt/5.2.2/templates/common.yaml diff --git a/stable/firefox-desktop-g3/5.1.1/values.yaml b/stable/fastcom-mqtt/5.2.2/values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/values.yaml rename to stable/fastcom-mqtt/5.2.2/values.yaml diff --git a/stable/fenrus/5.1.1/CHANGELOG.md b/stable/fenrus/5.1.1/CHANGELOG.md deleted file mode 100644 index 568514fa951..00000000000 --- a/stable/fenrus/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fenrus/5.1.1/Chart.yaml b/stable/fenrus/5.1.1/Chart.yaml deleted file mode 100644 index 851359fa8a8..00000000000 --- a/stable/fenrus/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fenrus/5.1.1/charts/common-18.0.2.tgz b/stable/fenrus/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fenrus/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/17.1.1/.helmignore b/stable/fenrus/5.2.2/.helmignore similarity index 100% rename from stable/firefox-syncserver/17.1.1/.helmignore rename to stable/fenrus/5.2.2/.helmignore diff --git a/stable/fenrus/5.2.2/CHANGELOG.md b/stable/fenrus/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8650f21257e --- /dev/null +++ b/stable/fenrus/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fenrus/5.2.2/Chart.yaml b/stable/fenrus/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c042594939d --- /dev/null +++ b/stable/fenrus/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fenrus/5.1.1/README.md b/stable/fenrus/5.2.2/README.md similarity index 100% rename from stable/fenrus/5.1.1/README.md rename to stable/fenrus/5.2.2/README.md diff --git a/stable/fenrus/5.2.2/app-changelog.md b/stable/fenrus/5.2.2/app-changelog.md new file mode 100644 index 00000000000..81fffa60408 --- /dev/null +++ b/stable/fenrus/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fenrus/5.1.1/app-readme.md b/stable/fenrus/5.2.2/app-readme.md similarity index 100% rename from stable/fenrus/5.1.1/app-readme.md rename to stable/fenrus/5.2.2/app-readme.md diff --git a/stable/fenrus/5.2.2/charts/common-18.1.6.tgz b/stable/fenrus/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fenrus/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fenrus/5.1.1/ix_values.yaml b/stable/fenrus/5.2.2/ix_values.yaml similarity index 100% rename from stable/fenrus/5.1.1/ix_values.yaml rename to stable/fenrus/5.2.2/ix_values.yaml diff --git a/stable/fenrus/5.1.1/questions.yaml b/stable/fenrus/5.2.2/questions.yaml similarity index 100% rename from stable/fenrus/5.1.1/questions.yaml rename to stable/fenrus/5.2.2/questions.yaml diff --git a/stable/fenrus/5.1.1/templates/common.yaml b/stable/fenrus/5.2.2/templates/common.yaml similarity index 100% rename from stable/fenrus/5.1.1/templates/common.yaml rename to stable/fenrus/5.2.2/templates/common.yaml diff --git a/stable/firefox-syncserver/17.1.1/values.yaml b/stable/fenrus/5.2.2/values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.1/values.yaml rename to stable/fenrus/5.2.2/values.yaml diff --git a/stable/ferdi-server/11.1.1/CHANGELOG.md b/stable/ferdi-server/11.1.1/CHANGELOG.md deleted file mode 100644 index fa7d7375184..00000000000 --- a/stable/ferdi-server/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/ferdi-server/11.1.1/Chart.yaml b/stable/ferdi-server/11.1.1/Chart.yaml deleted file mode 100644 index 10f68de2144..00000000000 --- a/stable/ferdi-server/11.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ferdi-server/11.1.1/charts/common-18.0.2.tgz b/stable/ferdi-server/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ferdi-server/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/firefox/11.1.1/.helmignore b/stable/ferdi-server/11.2.2/.helmignore similarity index 100% rename from stable/firefox/11.1.1/.helmignore rename to stable/ferdi-server/11.2.2/.helmignore diff --git a/stable/ferdi-server/11.2.2/CHANGELOG.md b/stable/ferdi-server/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..12805c9a3b2 --- /dev/null +++ b/stable/ferdi-server/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ferdi-server/11.2.2/Chart.yaml b/stable/ferdi-server/11.2.2/Chart.yaml new file mode 100644 index 00000000000..0d190d8d9de --- /dev/null +++ b/stable/ferdi-server/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ferdi-server/11.1.1/README.md b/stable/ferdi-server/11.2.2/README.md similarity index 100% rename from stable/ferdi-server/11.1.1/README.md rename to stable/ferdi-server/11.2.2/README.md diff --git a/stable/ferdi-server/11.2.2/app-changelog.md b/stable/ferdi-server/11.2.2/app-changelog.md new file mode 100644 index 00000000000..e4542d79501 --- /dev/null +++ b/stable/ferdi-server/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ferdi-server/11.1.1/app-readme.md b/stable/ferdi-server/11.2.2/app-readme.md similarity index 100% rename from stable/ferdi-server/11.1.1/app-readme.md rename to stable/ferdi-server/11.2.2/app-readme.md diff --git a/stable/ferdi-server/11.2.2/charts/common-18.1.6.tgz b/stable/ferdi-server/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ferdi-server/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ferdi-server/11.1.1/ix_values.yaml b/stable/ferdi-server/11.2.2/ix_values.yaml similarity index 100% rename from stable/ferdi-server/11.1.1/ix_values.yaml rename to stable/ferdi-server/11.2.2/ix_values.yaml diff --git a/stable/ferdi-server/11.1.1/questions.yaml b/stable/ferdi-server/11.2.2/questions.yaml similarity index 100% rename from stable/ferdi-server/11.1.1/questions.yaml rename to stable/ferdi-server/11.2.2/questions.yaml diff --git a/stable/fleet/12.2.4/templates/NOTES.txt b/stable/ferdi-server/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/fleet/12.2.4/templates/NOTES.txt rename to stable/ferdi-server/11.2.2/templates/NOTES.txt diff --git a/stable/ferdi-server/11.1.1/templates/_secrets.tpl b/stable/ferdi-server/11.2.2/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/11.1.1/templates/_secrets.tpl rename to stable/ferdi-server/11.2.2/templates/_secrets.tpl diff --git a/stable/ferdi-server/11.1.1/templates/common.yaml b/stable/ferdi-server/11.2.2/templates/common.yaml similarity index 100% rename from stable/ferdi-server/11.1.1/templates/common.yaml rename to stable/ferdi-server/11.2.2/templates/common.yaml diff --git a/stable/firefox/11.1.1/values.yaml b/stable/ferdi-server/11.2.2/values.yaml similarity index 100% rename from stable/firefox/11.1.1/values.yaml rename to stable/ferdi-server/11.2.2/values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.1.1/CHANGELOG.md deleted file mode 100644 index 9fddb5508a9..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.1.1/Chart.yaml deleted file mode 100644 index 8647f3a1aed..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/charts/common-18.0.2.tgz b/stable/ffmpeg-mkvdts2ac3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ffmpeg-mkvdts2ac3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fireshare/6.1.2/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.2.2/.helmignore similarity index 100% rename from stable/fireshare/6.1.2/.helmignore rename to stable/ffmpeg-mkvdts2ac3/5.2.2/.helmignore diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.2/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ffa90cf0d84 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.2/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e67c13c7781 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/README.md b/stable/ffmpeg-mkvdts2ac3/5.2.2/README.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/README.md rename to stable/ffmpeg-mkvdts2ac3/5.2.2/README.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.2/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..82ea7d28fa4 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.2.2/app-readme.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/app-readme.md rename to stable/ffmpeg-mkvdts2ac3/5.2.2/app-readme.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.2.2/charts/common-18.1.6.tgz b/stable/ffmpeg-mkvdts2ac3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.2/ix_values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/ix_values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.2/ix_values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.2/questions.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/questions.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.2/questions.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.1.1/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.2/templates/common.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.1.1/templates/common.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.2/templates/common.yaml diff --git a/stable/fireshare/6.1.2/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.2.2/values.yaml similarity index 100% rename from stable/fireshare/6.1.2/values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.2.2/values.yaml diff --git a/stable/filebot/9.1.1/CHANGELOG.md b/stable/filebot/9.1.1/CHANGELOG.md deleted file mode 100644 index aede28641a3..00000000000 --- a/stable/filebot/9.1.1/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 - - - -- bump all charts for OCI test push diff --git a/stable/filebot/9.1.1/Chart.yaml b/stable/filebot/9.1.1/Chart.yaml deleted file mode 100644 index 276e8ca2084..00000000000 --- a/stable/filebot/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/filebot/9.1.1/charts/common-18.0.2.tgz b/stable/filebot/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/filebot/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/firezone/3.1.1/.helmignore b/stable/filebot/9.2.2/.helmignore similarity index 100% rename from stable/firezone/3.1.1/.helmignore rename to stable/filebot/9.2.2/.helmignore diff --git a/stable/filebot/9.2.2/CHANGELOG.md b/stable/filebot/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..dd9d29a4a21 --- /dev/null +++ b/stable/filebot/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/filebot/9.2.2/Chart.yaml b/stable/filebot/9.2.2/Chart.yaml new file mode 100644 index 00000000000..c4927f6964f --- /dev/null +++ b/stable/filebot/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/filebot/9.1.1/README.md b/stable/filebot/9.2.2/README.md similarity index 100% rename from stable/filebot/9.1.1/README.md rename to stable/filebot/9.2.2/README.md diff --git a/stable/filebot/9.2.2/app-changelog.md b/stable/filebot/9.2.2/app-changelog.md new file mode 100644 index 00000000000..ae681b6fab6 --- /dev/null +++ b/stable/filebot/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/filebot/9.1.1/app-readme.md b/stable/filebot/9.2.2/app-readme.md similarity index 100% rename from stable/filebot/9.1.1/app-readme.md rename to stable/filebot/9.2.2/app-readme.md diff --git a/stable/filebot/9.2.2/charts/common-18.1.6.tgz b/stable/filebot/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/filebot/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/filebot/9.1.1/ix_values.yaml b/stable/filebot/9.2.2/ix_values.yaml similarity index 100% rename from stable/filebot/9.1.1/ix_values.yaml rename to stable/filebot/9.2.2/ix_values.yaml diff --git a/stable/filebot/9.1.1/questions.yaml b/stable/filebot/9.2.2/questions.yaml similarity index 100% rename from stable/filebot/9.1.1/questions.yaml rename to stable/filebot/9.2.2/questions.yaml diff --git a/stable/flexget/9.1.3/templates/NOTES.txt b/stable/filebot/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/flexget/9.1.3/templates/NOTES.txt rename to stable/filebot/9.2.2/templates/NOTES.txt diff --git a/stable/flaresolverr/13.1.2/templates/common.yaml b/stable/filebot/9.2.2/templates/common.yaml similarity index 100% rename from stable/flaresolverr/13.1.2/templates/common.yaml rename to stable/filebot/9.2.2/templates/common.yaml diff --git a/stable/firezone/3.1.1/values.yaml b/stable/filebot/9.2.2/values.yaml similarity index 100% rename from stable/firezone/3.1.1/values.yaml rename to stable/filebot/9.2.2/values.yaml diff --git a/stable/filebrowser/9.1.1/CHANGELOG.md b/stable/filebrowser/9.1.1/CHANGELOG.md deleted file mode 100644 index 97c3aad3271..00000000000 --- a/stable/filebrowser/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/filebrowser/9.1.1/Chart.yaml b/stable/filebrowser/9.1.1/Chart.yaml deleted file mode 100644 index 34abe08505d..00000000000 --- a/stable/filebrowser/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.27.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/filebrowser/9.1.1/charts/common-18.0.2.tgz b/stable/filebrowser/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/filebrowser/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fistfuloffrags/5.1.1/.helmignore b/stable/filebrowser/9.2.2/.helmignore similarity index 100% rename from stable/fistfuloffrags/5.1.1/.helmignore rename to stable/filebrowser/9.2.2/.helmignore diff --git a/stable/filebrowser/9.2.2/CHANGELOG.md b/stable/filebrowser/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6d98954bf67 --- /dev/null +++ b/stable/filebrowser/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/filebrowser/9.2.2/Chart.yaml b/stable/filebrowser/9.2.2/Chart.yaml new file mode 100644 index 00000000000..0b3904d72a8 --- /dev/null +++ b/stable/filebrowser/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/filebrowser/9.1.1/README.md b/stable/filebrowser/9.2.2/README.md similarity index 100% rename from stable/filebrowser/9.1.1/README.md rename to stable/filebrowser/9.2.2/README.md diff --git a/stable/filebrowser/9.2.2/app-changelog.md b/stable/filebrowser/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8538813f209 --- /dev/null +++ b/stable/filebrowser/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/filebrowser/9.1.1/app-readme.md b/stable/filebrowser/9.2.2/app-readme.md similarity index 100% rename from stable/filebrowser/9.1.1/app-readme.md rename to stable/filebrowser/9.2.2/app-readme.md diff --git a/stable/filebrowser/9.2.2/charts/common-18.1.6.tgz b/stable/filebrowser/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/filebrowser/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/filebrowser/9.1.1/ix_values.yaml b/stable/filebrowser/9.2.2/ix_values.yaml similarity index 100% rename from stable/filebrowser/9.1.1/ix_values.yaml rename to stable/filebrowser/9.2.2/ix_values.yaml diff --git a/stable/filebrowser/9.1.1/questions.yaml b/stable/filebrowser/9.2.2/questions.yaml similarity index 100% rename from stable/filebrowser/9.1.1/questions.yaml rename to stable/filebrowser/9.2.2/questions.yaml diff --git a/stable/flood/13.1.1/templates/NOTES.txt b/stable/filebrowser/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/flood/13.1.1/templates/NOTES.txt rename to stable/filebrowser/9.2.2/templates/NOTES.txt diff --git a/stable/filebrowser/9.1.1/templates/common.yaml b/stable/filebrowser/9.2.2/templates/common.yaml similarity index 100% rename from stable/filebrowser/9.1.1/templates/common.yaml rename to stable/filebrowser/9.2.2/templates/common.yaml diff --git a/stable/fistfuloffrags/5.1.1/values.yaml b/stable/filebrowser/9.2.2/values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.1/values.yaml rename to stable/filebrowser/9.2.2/values.yaml diff --git a/stable/fileflows/10.1.3/CHANGELOG.md b/stable/fileflows/10.1.3/CHANGELOG.md deleted file mode 100644 index 342ce9d61c1..00000000000 --- a/stable/fileflows/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/fileflows/10.1.3/Chart.yaml b/stable/fileflows/10.1.3/Chart.yaml deleted file mode 100644 index 51c66502485..00000000000 --- a/stable/fileflows/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/fileflows/10.1.3/charts/common-18.0.2.tgz b/stable/fileflows/10.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fileflows/10.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fileflows/10.1.3/ix_values.yaml b/stable/fileflows/10.1.3/ix_values.yaml deleted file mode 100644 index 4a147e42bfb..00000000000 --- a/stable/fileflows/10.1.3/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/fivem/5.1.1/.helmignore b/stable/fileflows/10.3.2/.helmignore similarity index 100% rename from stable/fivem/5.1.1/.helmignore rename to stable/fileflows/10.3.2/.helmignore diff --git a/stable/fileflows/10.3.2/CHANGELOG.md b/stable/fileflows/10.3.2/CHANGELOG.md new file mode 100644 index 00000000000..d00900b2774 --- /dev/null +++ b/stable/fileflows/10.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/fileflows/10.3.2/Chart.yaml b/stable/fileflows/10.3.2/Chart.yaml new file mode 100644 index 00000000000..06c3cd3fafb --- /dev/null +++ b/stable/fileflows/10.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.03.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/fileflows/10.1.3/README.md b/stable/fileflows/10.3.2/README.md similarity index 100% rename from stable/fileflows/10.1.3/README.md rename to stable/fileflows/10.3.2/README.md diff --git a/stable/fileflows/10.3.2/app-changelog.md b/stable/fileflows/10.3.2/app-changelog.md new file mode 100644 index 00000000000..098802fbb23 --- /dev/null +++ b/stable/fileflows/10.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fileflows/10.1.3/app-readme.md b/stable/fileflows/10.3.2/app-readme.md similarity index 100% rename from stable/fileflows/10.1.3/app-readme.md rename to stable/fileflows/10.3.2/app-readme.md diff --git a/stable/fileflows/10.3.2/charts/common-18.1.6.tgz b/stable/fileflows/10.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fileflows/10.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/fileflows/10.3.2/ix_values.yaml b/stable/fileflows/10.3.2/ix_values.yaml new file mode 100644 index 00000000000..f463443a717 --- /dev/null +++ b/stable/fileflows/10.3.2/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.1.3/questions.yaml b/stable/fileflows/10.3.2/questions.yaml similarity index 100% rename from stable/fileflows/10.1.3/questions.yaml rename to stable/fileflows/10.3.2/questions.yaml diff --git a/stable/flowise/4.1.3/templates/NOTES.txt b/stable/fileflows/10.3.2/templates/NOTES.txt similarity index 100% rename from stable/flowise/4.1.3/templates/NOTES.txt rename to stable/fileflows/10.3.2/templates/NOTES.txt diff --git a/stable/fleet/12.2.4/templates/common.yaml b/stable/fileflows/10.3.2/templates/common.yaml similarity index 100% rename from stable/fleet/12.2.4/templates/common.yaml rename to stable/fileflows/10.3.2/templates/common.yaml diff --git a/stable/fivem/5.1.1/values.yaml b/stable/fileflows/10.3.2/values.yaml similarity index 100% rename from stable/fivem/5.1.1/values.yaml rename to stable/fileflows/10.3.2/values.yaml diff --git a/stable/fileshelter/6.1.1/CHANGELOG.md b/stable/fileshelter/6.1.1/CHANGELOG.md deleted file mode 100644 index 97d103f77f3..00000000000 --- a/stable/fileshelter/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/fileshelter/6.1.1/Chart.yaml b/stable/fileshelter/6.1.1/Chart.yaml deleted file mode 100644 index 97ebd62a1b5..00000000000 --- a/stable/fileshelter/6.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fileshelter/6.1.1/charts/common-18.0.2.tgz b/stable/fileshelter/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fileshelter/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flame/5.1.1/.helmignore b/stable/fileshelter/6.2.2/.helmignore similarity index 100% rename from stable/flame/5.1.1/.helmignore rename to stable/fileshelter/6.2.2/.helmignore diff --git a/stable/fileshelter/6.2.2/CHANGELOG.md b/stable/fileshelter/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e1f496e5b52 --- /dev/null +++ b/stable/fileshelter/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/fileshelter/6.2.2/Chart.yaml b/stable/fileshelter/6.2.2/Chart.yaml new file mode 100644 index 00000000000..99a898d0274 --- /dev/null +++ b/stable/fileshelter/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fileshelter/6.1.1/README.md b/stable/fileshelter/6.2.2/README.md similarity index 100% rename from stable/fileshelter/6.1.1/README.md rename to stable/fileshelter/6.2.2/README.md diff --git a/stable/fileshelter/6.2.2/app-changelog.md b/stable/fileshelter/6.2.2/app-changelog.md new file mode 100644 index 00000000000..0c9b71a7d7b --- /dev/null +++ b/stable/fileshelter/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fileshelter/6.1.1/app-readme.md b/stable/fileshelter/6.2.2/app-readme.md similarity index 100% rename from stable/fileshelter/6.1.1/app-readme.md rename to stable/fileshelter/6.2.2/app-readme.md diff --git a/stable/fileshelter/6.2.2/charts/common-18.1.6.tgz b/stable/fileshelter/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fileshelter/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fileshelter/6.1.1/ix_values.yaml b/stable/fileshelter/6.2.2/ix_values.yaml similarity index 100% rename from stable/fileshelter/6.1.1/ix_values.yaml rename to stable/fileshelter/6.2.2/ix_values.yaml diff --git a/stable/fileshelter/6.1.1/questions.yaml b/stable/fileshelter/6.2.2/questions.yaml similarity index 100% rename from stable/fileshelter/6.1.1/questions.yaml rename to stable/fileshelter/6.2.2/questions.yaml diff --git a/stable/fileshelter/6.1.1/templates/common.yaml b/stable/fileshelter/6.2.2/templates/common.yaml similarity index 100% rename from stable/fileshelter/6.1.1/templates/common.yaml rename to stable/fileshelter/6.2.2/templates/common.yaml diff --git a/stable/flame/5.1.1/values.yaml b/stable/fileshelter/6.2.2/values.yaml similarity index 100% rename from stable/flame/5.1.1/values.yaml rename to stable/fileshelter/6.2.2/values.yaml diff --git a/stable/filestash/6.1.1/CHANGELOG.md b/stable/filestash/6.1.1/CHANGELOG.md deleted file mode 100644 index 805d3aed39b..00000000000 --- a/stable/filestash/6.1.1/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)) - - -## [filestash-5.1.4](https://github.com/truecharts/charts/compare/filestash-5.1.3...filestash-5.1.4) (2024-01-01) diff --git a/stable/filestash/6.1.1/Chart.yaml b/stable/filestash/6.1.1/Chart.yaml deleted file mode 100644 index 777f9246813..00000000000 --- a/stable/filestash/6.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/filestash/6.1.1/charts/common-18.0.2.tgz b/stable/filestash/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/filestash/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.1.2/.helmignore b/stable/filestash/6.2.2/.helmignore similarity index 100% rename from stable/flaresolverr/13.1.2/.helmignore rename to stable/filestash/6.2.2/.helmignore diff --git a/stable/filestash/6.2.2/CHANGELOG.md b/stable/filestash/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4398889c097 --- /dev/null +++ b/stable/filestash/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/filestash/6.2.2/Chart.yaml b/stable/filestash/6.2.2/Chart.yaml new file mode 100644 index 00000000000..085d6a5029c --- /dev/null +++ b/stable/filestash/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/filestash/6.1.1/README.md b/stable/filestash/6.2.2/README.md similarity index 100% rename from stable/filestash/6.1.1/README.md rename to stable/filestash/6.2.2/README.md diff --git a/stable/filestash/6.2.2/app-changelog.md b/stable/filestash/6.2.2/app-changelog.md new file mode 100644 index 00000000000..3c10165ee60 --- /dev/null +++ b/stable/filestash/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/filestash/6.1.1/app-readme.md b/stable/filestash/6.2.2/app-readme.md similarity index 100% rename from stable/filestash/6.1.1/app-readme.md rename to stable/filestash/6.2.2/app-readme.md diff --git a/stable/filestash/6.2.2/charts/common-18.1.6.tgz b/stable/filestash/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/filestash/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/filestash/6.1.1/ix_values.yaml b/stable/filestash/6.2.2/ix_values.yaml similarity index 100% rename from stable/filestash/6.1.1/ix_values.yaml rename to stable/filestash/6.2.2/ix_values.yaml diff --git a/stable/filestash/6.1.1/questions.yaml b/stable/filestash/6.2.2/questions.yaml similarity index 100% rename from stable/filestash/6.1.1/questions.yaml rename to stable/filestash/6.2.2/questions.yaml diff --git a/stable/fluidd/9.1.1/templates/NOTES.txt b/stable/filestash/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/fluidd/9.1.1/templates/NOTES.txt rename to stable/filestash/6.2.2/templates/NOTES.txt diff --git a/stable/flexget/9.1.3/templates/common.yaml b/stable/filestash/6.2.2/templates/common.yaml similarity index 100% rename from stable/flexget/9.1.3/templates/common.yaml rename to stable/filestash/6.2.2/templates/common.yaml diff --git a/stable/flaresolverr/13.1.2/values.yaml b/stable/filestash/6.2.2/values.yaml similarity index 100% rename from stable/flaresolverr/13.1.2/values.yaml rename to stable/filestash/6.2.2/values.yaml diff --git a/stable/filezilla/11.1.2/CHANGELOG.md b/stable/filezilla/11.1.2/CHANGELOG.md deleted file mode 100644 index 05ec1a5290c..00000000000 --- a/stable/filezilla/11.1.2/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.1.2/Chart.yaml b/stable/filezilla/11.1.2/Chart.yaml deleted file mode 100644 index 7324c139540..00000000000 --- a/stable/filezilla/11.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.66.4 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/filezilla/11.1.2/charts/common-18.0.2.tgz b/stable/filezilla/11.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/filezilla/11.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/filezilla/11.1.2/ix_values.yaml b/stable/filezilla/11.1.2/ix_values.yaml deleted file mode 100644 index 2119423f92b..00000000000 --- a/stable/filezilla/11.1.2/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/fleet/12.2.4/.helmignore b/stable/filezilla/11.2.3/.helmignore similarity index 100% rename from stable/fleet/12.2.4/.helmignore rename to stable/filezilla/11.2.3/.helmignore diff --git a/stable/filezilla/11.2.3/CHANGELOG.md b/stable/filezilla/11.2.3/CHANGELOG.md new file mode 100644 index 00000000000..5a85243c24b --- /dev/null +++ b/stable/filezilla/11.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/filezilla/11.2.3/Chart.yaml b/stable/filezilla/11.2.3/Chart.yaml new file mode 100644 index 00000000000..015d2b9d25b --- /dev/null +++ b/stable/filezilla/11.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.66.4 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/filezilla/11.1.2/README.md b/stable/filezilla/11.2.3/README.md similarity index 100% rename from stable/filezilla/11.1.2/README.md rename to stable/filezilla/11.2.3/README.md diff --git a/stable/filezilla/11.2.3/app-changelog.md b/stable/filezilla/11.2.3/app-changelog.md new file mode 100644 index 00000000000..1ed5128d017 --- /dev/null +++ b/stable/filezilla/11.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/filezilla/11.1.2/app-readme.md b/stable/filezilla/11.2.3/app-readme.md similarity index 100% rename from stable/filezilla/11.1.2/app-readme.md rename to stable/filezilla/11.2.3/app-readme.md diff --git a/stable/filezilla/11.2.3/charts/common-18.1.6.tgz b/stable/filezilla/11.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/filezilla/11.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/filezilla/11.2.3/ix_values.yaml b/stable/filezilla/11.2.3/ix_values.yaml new file mode 100644 index 00000000000..dd830a9b929 --- /dev/null +++ b/stable/filezilla/11.2.3/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.1.2/questions.yaml b/stable/filezilla/11.2.3/questions.yaml similarity index 100% rename from stable/filezilla/11.1.2/questions.yaml rename to stable/filezilla/11.2.3/questions.yaml diff --git a/stable/foldingathome/9.1.2/templates/NOTES.txt b/stable/filezilla/11.2.3/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/9.1.2/templates/NOTES.txt rename to stable/filezilla/11.2.3/templates/NOTES.txt diff --git a/stable/flood/13.1.1/templates/common.yaml b/stable/filezilla/11.2.3/templates/common.yaml similarity index 100% rename from stable/flood/13.1.1/templates/common.yaml rename to stable/filezilla/11.2.3/templates/common.yaml diff --git a/stable/fleet/12.2.4/values.yaml b/stable/filezilla/11.2.3/values.yaml similarity index 100% rename from stable/fleet/12.2.4/values.yaml rename to stable/filezilla/11.2.3/values.yaml diff --git a/stable/fireflyiii/25.1.2/CHANGELOG.md b/stable/fireflyiii/25.1.2/CHANGELOG.md deleted file mode 100644 index 7afb39fae4b..00000000000 --- a/stable/fireflyiii/25.1.2/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 - - - -- update container image fireflyiii/core to vversion-6.1.7[@ae72d37](https://github.com/ae72d37) by renovate ([#17412](https://github.com/truecharts/charts/issues/17412)) diff --git a/stable/fireflyiii/25.1.2/Chart.yaml b/stable/fireflyiii/25.1.2/Chart.yaml deleted file mode 100644 index 2b3d44c4290..00000000000 --- a/stable/fireflyiii/25.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.9 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/fireflyiii/25.1.2/charts/common-18.0.2.tgz b/stable/fireflyiii/25.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fireflyiii/25.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.1.2/ix_values.yaml b/stable/fireflyiii/25.1.2/ix_values.yaml deleted file mode 100644 index 0a6840ccb95..00000000000 --- a/stable/fireflyiii/25.1.2/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/flexget/9.1.3/.helmignore b/stable/fireflyiii/25.2.3/.helmignore similarity index 100% rename from stable/flexget/9.1.3/.helmignore rename to stable/fireflyiii/25.2.3/.helmignore diff --git a/stable/fireflyiii/25.2.3/CHANGELOG.md b/stable/fireflyiii/25.2.3/CHANGELOG.md new file mode 100644 index 00000000000..7744edc98f0 --- /dev/null +++ b/stable/fireflyiii/25.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/fireflyiii/25.2.3/Chart.yaml b/stable/fireflyiii/25.2.3/Chart.yaml new file mode 100644 index 00000000000..5ce57b81234 --- /dev/null +++ b/stable/fireflyiii/25.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.10 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/fireflyiii/25.1.2/LICENSE b/stable/fireflyiii/25.2.3/LICENSE similarity index 100% rename from stable/fireflyiii/25.1.2/LICENSE rename to stable/fireflyiii/25.2.3/LICENSE diff --git a/stable/fireflyiii/25.1.2/README.md b/stable/fireflyiii/25.2.3/README.md similarity index 100% rename from stable/fireflyiii/25.1.2/README.md rename to stable/fireflyiii/25.2.3/README.md diff --git a/stable/fireflyiii/25.2.3/app-changelog.md b/stable/fireflyiii/25.2.3/app-changelog.md new file mode 100644 index 00000000000..0166adf0c6e --- /dev/null +++ b/stable/fireflyiii/25.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fireflyiii/25.1.2/app-readme.md b/stable/fireflyiii/25.2.3/app-readme.md similarity index 100% rename from stable/fireflyiii/25.1.2/app-readme.md rename to stable/fireflyiii/25.2.3/app-readme.md diff --git a/stable/fireflyiii/25.2.3/charts/common-18.1.6.tgz b/stable/fireflyiii/25.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fireflyiii/25.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/fireflyiii/25.1.2/charts/redis-11.2.1.tgz b/stable/fireflyiii/25.2.3/charts/redis-11.2.1.tgz similarity index 100% rename from stable/fireflyiii/25.1.2/charts/redis-11.2.1.tgz rename to stable/fireflyiii/25.2.3/charts/redis-11.2.1.tgz diff --git a/stable/fireflyiii/25.2.3/ix_values.yaml b/stable/fireflyiii/25.2.3/ix_values.yaml new file mode 100644 index 00000000000..5c21f82070f --- /dev/null +++ b/stable/fireflyiii/25.2.3/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.1.2/questions.yaml b/stable/fireflyiii/25.2.3/questions.yaml similarity index 100% rename from stable/fireflyiii/25.1.2/questions.yaml rename to stable/fireflyiii/25.2.3/questions.yaml diff --git a/stable/fossil/11.1.1/templates/NOTES.txt b/stable/fireflyiii/25.2.3/templates/NOTES.txt similarity index 100% rename from stable/fossil/11.1.1/templates/NOTES.txt rename to stable/fireflyiii/25.2.3/templates/NOTES.txt diff --git a/stable/fireflyiii/25.1.2/templates/_cronjob.tpl b/stable/fireflyiii/25.2.3/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.1.2/templates/_cronjob.tpl rename to stable/fireflyiii/25.2.3/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.1.2/templates/_secrets.tpl b/stable/fireflyiii/25.2.3/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.1.2/templates/_secrets.tpl rename to stable/fireflyiii/25.2.3/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.1.2/templates/common.yaml b/stable/fireflyiii/25.2.3/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.1.2/templates/common.yaml rename to stable/fireflyiii/25.2.3/templates/common.yaml diff --git a/stable/flexget/9.1.3/values.yaml b/stable/fireflyiii/25.2.3/values.yaml similarity index 100% rename from stable/flexget/9.1.3/values.yaml rename to stable/fireflyiii/25.2.3/values.yaml diff --git a/stable/firefox-desktop-g3/5.1.1/CHANGELOG.md b/stable/firefox-desktop-g3/5.1.1/CHANGELOG.md deleted file mode 100644 index faa30c95494..00000000000 --- a/stable/firefox-desktop-g3/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/firefox-desktop-g3/5.1.1/Chart.yaml b/stable/firefox-desktop-g3/5.1.1/Chart.yaml deleted file mode 100644 index 76b7edcf168..00000000000 --- a/stable/firefox-desktop-g3/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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/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.1 diff --git a/stable/firefox-desktop-g3/5.1.1/charts/common-18.0.2.tgz b/stable/firefox-desktop-g3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/firefox-desktop-g3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flextv/5.1.1/.helmignore b/stable/firefox-desktop-g3/5.2.2/.helmignore similarity index 100% rename from stable/flextv/5.1.1/.helmignore rename to stable/firefox-desktop-g3/5.2.2/.helmignore diff --git a/stable/firefox-desktop-g3/5.2.2/CHANGELOG.md b/stable/firefox-desktop-g3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1a42ce56fb7 --- /dev/null +++ b/stable/firefox-desktop-g3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/firefox-desktop-g3/5.2.2/Chart.yaml b/stable/firefox-desktop-g3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..4de2af31cf5 --- /dev/null +++ b/stable/firefox-desktop-g3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/firefox-desktop-g3/5.1.1/README.md b/stable/firefox-desktop-g3/5.2.2/README.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/README.md rename to stable/firefox-desktop-g3/5.2.2/README.md diff --git a/stable/firefox-desktop-g3/5.2.2/app-changelog.md b/stable/firefox-desktop-g3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..35fe1273314 --- /dev/null +++ b/stable/firefox-desktop-g3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/firefox-desktop-g3/5.1.1/app-readme.md b/stable/firefox-desktop-g3/5.2.2/app-readme.md similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/app-readme.md rename to stable/firefox-desktop-g3/5.2.2/app-readme.md diff --git a/stable/firefox-desktop-g3/5.2.2/charts/common-18.1.6.tgz b/stable/firefox-desktop-g3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/firefox-desktop-g3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/firefox-desktop-g3/5.1.1/ix_values.yaml b/stable/firefox-desktop-g3/5.2.2/ix_values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/ix_values.yaml rename to stable/firefox-desktop-g3/5.2.2/ix_values.yaml diff --git a/stable/firefox-desktop-g3/5.1.1/questions.yaml b/stable/firefox-desktop-g3/5.2.2/questions.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/questions.yaml rename to stable/firefox-desktop-g3/5.2.2/questions.yaml diff --git a/stable/firefox-desktop-g3/5.1.1/templates/common.yaml b/stable/firefox-desktop-g3/5.2.2/templates/common.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.1.1/templates/common.yaml rename to stable/firefox-desktop-g3/5.2.2/templates/common.yaml diff --git a/stable/flextv/5.1.1/values.yaml b/stable/firefox-desktop-g3/5.2.2/values.yaml similarity index 100% rename from stable/flextv/5.1.1/values.yaml rename to stable/firefox-desktop-g3/5.2.2/values.yaml diff --git a/stable/firefox-syncserver/17.1.1/CHANGELOG.md b/stable/firefox-syncserver/17.1.1/CHANGELOG.md deleted file mode 100644 index f41fea7ee83..00000000000 --- a/stable/firefox-syncserver/17.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/firefox-syncserver/17.1.1/Chart.yaml b/stable/firefox-syncserver/17.1.1/Chart.yaml deleted file mode 100644 index 62262b08c9b..00000000000 --- a/stable/firefox-syncserver/17.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/firefox-syncserver/17.1.1/charts/common-18.0.2.tgz b/stable/firefox-syncserver/17.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/firefox-syncserver/17.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flood/13.1.1/.helmignore b/stable/firefox-syncserver/17.2.2/.helmignore similarity index 100% rename from stable/flood/13.1.1/.helmignore rename to stable/firefox-syncserver/17.2.2/.helmignore diff --git a/stable/firefox-syncserver/17.2.2/CHANGELOG.md b/stable/firefox-syncserver/17.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5c1999f00cc --- /dev/null +++ b/stable/firefox-syncserver/17.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/firefox-syncserver/17.2.2/Chart.yaml b/stable/firefox-syncserver/17.2.2/Chart.yaml new file mode 100644 index 00000000000..49f0b28752e --- /dev/null +++ b/stable/firefox-syncserver/17.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/firefox-syncserver/17.1.1/README.md b/stable/firefox-syncserver/17.2.2/README.md similarity index 100% rename from stable/firefox-syncserver/17.1.1/README.md rename to stable/firefox-syncserver/17.2.2/README.md diff --git a/stable/firefox-syncserver/17.2.2/app-changelog.md b/stable/firefox-syncserver/17.2.2/app-changelog.md new file mode 100644 index 00000000000..1cb6223d2c0 --- /dev/null +++ b/stable/firefox-syncserver/17.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/firefox-syncserver/17.1.1/app-readme.md b/stable/firefox-syncserver/17.2.2/app-readme.md similarity index 100% rename from stable/firefox-syncserver/17.1.1/app-readme.md rename to stable/firefox-syncserver/17.2.2/app-readme.md diff --git a/stable/firefox-syncserver/17.2.2/charts/common-18.1.6.tgz b/stable/firefox-syncserver/17.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/firefox-syncserver/17.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/firefox-syncserver/17.1.1/ix_values.yaml b/stable/firefox-syncserver/17.2.2/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.1/ix_values.yaml rename to stable/firefox-syncserver/17.2.2/ix_values.yaml diff --git a/stable/firefox-syncserver/17.1.1/questions.yaml b/stable/firefox-syncserver/17.2.2/questions.yaml similarity index 100% rename from stable/firefox-syncserver/17.1.1/questions.yaml rename to stable/firefox-syncserver/17.2.2/questions.yaml diff --git a/stable/freeradius/13.1.1/templates/NOTES.txt b/stable/firefox-syncserver/17.2.2/templates/NOTES.txt similarity index 100% rename from stable/freeradius/13.1.1/templates/NOTES.txt rename to stable/firefox-syncserver/17.2.2/templates/NOTES.txt diff --git a/stable/fluidd/9.1.1/templates/common.yaml b/stable/firefox-syncserver/17.2.2/templates/common.yaml similarity index 100% rename from stable/fluidd/9.1.1/templates/common.yaml rename to stable/firefox-syncserver/17.2.2/templates/common.yaml diff --git a/stable/flood/13.1.1/values.yaml b/stable/firefox-syncserver/17.2.2/values.yaml similarity index 100% rename from stable/flood/13.1.1/values.yaml rename to stable/firefox-syncserver/17.2.2/values.yaml diff --git a/stable/firefox/11.1.1/CHANGELOG.md b/stable/firefox/11.1.1/CHANGELOG.md deleted file mode 100644 index 09496717903..00000000000 --- a/stable/firefox/11.1.1/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)) - - -## [firefox-10.0.0](https://github.com/truecharts/charts/compare/firefox-9.1.5...firefox-10.0.0) (2024-01-03) diff --git a/stable/firefox/11.1.1/Chart.yaml b/stable/firefox/11.1.1/Chart.yaml deleted file mode 100644 index 049584ef28e..00000000000 --- a/stable/firefox/11.1.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: browser - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 120.0.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/firefox/11.1.1/charts/common-18.0.2.tgz b/stable/firefox/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/firefox/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flowise/4.1.3/.helmignore b/stable/firefox/11.2.2/.helmignore similarity index 100% rename from stable/flowise/4.1.3/.helmignore rename to stable/firefox/11.2.2/.helmignore diff --git a/stable/firefox/11.2.2/CHANGELOG.md b/stable/firefox/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ff85a370c0b --- /dev/null +++ b/stable/firefox/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/firefox/11.2.2/Chart.yaml b/stable/firefox/11.2.2/Chart.yaml new file mode 100644 index 00000000000..5f414b3d12a --- /dev/null +++ b/stable/firefox/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 120.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/firefox/11.1.1/README.md b/stable/firefox/11.2.2/README.md similarity index 100% rename from stable/firefox/11.1.1/README.md rename to stable/firefox/11.2.2/README.md diff --git a/stable/firefox/11.2.2/app-changelog.md b/stable/firefox/11.2.2/app-changelog.md new file mode 100644 index 00000000000..d20ceacae1e --- /dev/null +++ b/stable/firefox/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/firefox/11.1.1/app-readme.md b/stable/firefox/11.2.2/app-readme.md similarity index 100% rename from stable/firefox/11.1.1/app-readme.md rename to stable/firefox/11.2.2/app-readme.md diff --git a/stable/firefox/11.2.2/charts/common-18.1.6.tgz b/stable/firefox/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/firefox/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/firefox/11.1.1/ix_values.yaml b/stable/firefox/11.2.2/ix_values.yaml similarity index 100% rename from stable/firefox/11.1.1/ix_values.yaml rename to stable/firefox/11.2.2/ix_values.yaml diff --git a/stable/firefox/11.1.1/questions.yaml b/stable/firefox/11.2.2/questions.yaml similarity index 100% rename from stable/firefox/11.1.1/questions.yaml rename to stable/firefox/11.2.2/questions.yaml diff --git a/stable/freshrss/18.1.3/templates/NOTES.txt b/stable/firefox/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/freshrss/18.1.3/templates/NOTES.txt rename to stable/firefox/11.2.2/templates/NOTES.txt diff --git a/stable/foldingathome/9.1.2/templates/common.yaml b/stable/firefox/11.2.2/templates/common.yaml similarity index 100% rename from stable/foldingathome/9.1.2/templates/common.yaml rename to stable/firefox/11.2.2/templates/common.yaml diff --git a/stable/flowise/4.1.3/values.yaml b/stable/firefox/11.2.2/values.yaml similarity index 100% rename from stable/flowise/4.1.3/values.yaml rename to stable/firefox/11.2.2/values.yaml diff --git a/stable/fireshare/6.1.2/CHANGELOG.md b/stable/fireshare/6.1.2/CHANGELOG.md deleted file mode 100644 index 1da695be1fe..00000000000 --- a/stable/fireshare/6.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/fireshare/6.1.2/Chart.yaml b/stable/fireshare/6.1.2/Chart.yaml deleted file mode 100644 index 6697af9366f..00000000000 --- a/stable/fireshare/6.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.19 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/fireshare/6.1.2/charts/common-18.0.2.tgz b/stable/fireshare/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fireshare/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fireshare/6.1.2/ix_values.yaml b/stable/fireshare/6.1.2/ix_values.yaml deleted file mode 100644 index 8f4aa08a715..00000000000 --- a/stable/fireshare/6.1.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: shaneisrael/fireshare - tag: v1.2.19@sha256:c30f4bd15c718b417801a7d61f4b11d249d0610bf504bda19c648b59024f51d0 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -workload: - main: - podSpec: - containers: - main: - env: - SECRET_KEY: - secretKeyRef: - name: fireshare-secrets - key: SECRET_KEY - MINUTES_BETWEEN_VIDEO_SCANS: 5 - ADMIN_PASSWORD: "changeme" - -service: - main: - ports: - main: - port: 10287 - protocol: http - targetPort: 80 - -persistence: - data: - enabled: true - mountPath: /data - processeddata: - enabled: true - mountPath: /processed - videos: - enabled: true - mountPath: /videos - -portal: - open: - enabled: true diff --git a/stable/fireshare/6.1.2/questions.yaml b/stable/fireshare/6.1.2/questions.yaml deleted file mode 100755 index 8548e87cd55..00000000000 --- a/stable/fireshare/6.1.2/questions.yaml +++ /dev/null @@ -1,3226 +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_PASSWORD - label: "ADMIN_PASSWORD" - description: "The admin account password" - schema: - type: string - default: "" - - variable: MINUTES_BETWEEN_VIDEO_SCANS - label: "MINUTES_BETWEEN_VIDEO_SCANS" - description: "How often in minutes Fireshare will scan for new videos" - 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: 10287 - 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: "data Storage" - description: "Container Path 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: videos - label: "videos Storage" - description: "This is where fireshare will look for videos that you want to share." - 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: processeddata - label: "processeddata Storage" - description: "This is where data generated by fireshare related to your shared videos will live. If this is not mapped, whenever you update the container this data will be lost and will need to be regenerated. DO NOT EDIT OR CHANGE FILES IN THIS DIRECTORY." - 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/fluidd/9.1.1/.helmignore b/stable/fireshare/6.3.2/.helmignore similarity index 100% rename from stable/fluidd/9.1.1/.helmignore rename to stable/fireshare/6.3.2/.helmignore diff --git a/stable/fireshare/6.3.2/CHANGELOG.md b/stable/fireshare/6.3.2/CHANGELOG.md new file mode 100644 index 00000000000..86692ebdc15 --- /dev/null +++ b/stable/fireshare/6.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/fireshare/6.3.2/Chart.yaml b/stable/fireshare/6.3.2/Chart.yaml new file mode 100644 index 00000000000..9cca06d62a8 --- /dev/null +++ b/stable/fireshare/6.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.19 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/fireshare/6.1.2/README.md b/stable/fireshare/6.3.2/README.md similarity index 100% rename from stable/fireshare/6.1.2/README.md rename to stable/fireshare/6.3.2/README.md diff --git a/stable/fireshare/6.3.2/app-changelog.md b/stable/fireshare/6.3.2/app-changelog.md new file mode 100644 index 00000000000..833754c5c5b --- /dev/null +++ b/stable/fireshare/6.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fireshare/6.1.2/app-readme.md b/stable/fireshare/6.3.2/app-readme.md similarity index 100% rename from stable/fireshare/6.1.2/app-readme.md rename to stable/fireshare/6.3.2/app-readme.md diff --git a/stable/fireshare/6.3.2/charts/common-18.1.6.tgz b/stable/fireshare/6.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fireshare/6.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/fireshare/6.3.2/ix_values.yaml b/stable/fireshare/6.3.2/ix_values.yaml new file mode 100644 index 00000000000..c8d7a10d9e1 --- /dev/null +++ b/stable/fireshare/6.3.2/ix_values.yaml @@ -0,0 +1,54 @@ +image: + pullPolicy: IfNotPresent + repository: shaneisrael/fireshare + tag: v1.2.19@sha256:c30f4bd15c718b417801a7d61f4b11d249d0610bf504bda19c648b59024f51d0 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +workload: + main: + podSpec: + containers: + main: + env: + SECRET_KEY: + secretKeyRef: + name: fireshare-secrets + key: SECRET_KEY + MINUTES_BETWEEN_VIDEO_SCANS: 5 + ADMIN_PASSWORD: "changeme" + # TODO ADD LDAP + # LDAP_ENABLE: false + # LDAP_URL: "" + # LDAP_BINDDN: "" + # LDAP_PASSWORD: "" + # LDAP_BASEDN: "" + # LDAP_USER_FILTER: "" + # LDAP_ADMIN_GROUP: "" + +service: + main: + ports: + main: + port: 10287 + protocol: http + targetPort: 80 + +persistence: + data: + enabled: true + mountPath: /data + processeddata: + enabled: true + mountPath: /processed + videos: + enabled: true + mountPath: /videos + +portal: + open: + enabled: true diff --git a/stable/fireshare/6.3.2/questions.yaml b/stable/fireshare/6.3.2/questions.yaml new file mode 100755 index 00000000000..209e4108e25 --- /dev/null +++ b/stable/fireshare/6.3.2/questions.yaml @@ -0,0 +1,3406 @@ +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_PASSWORD + label: "ADMIN_PASSWORD" + description: "The admin account password" + schema: + type: string + private: true + default: "" + - variable: MINUTES_BETWEEN_VIDEO_SCANS + label: "MINUTES_BETWEEN_VIDEO_SCANS" + description: "How often in minutes Fireshare will scan for new videos" + 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: 10287 + 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: "data Storage" + description: "Container Path 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: videos + label: "videos Storage" + description: "This is where fireshare will look for videos that you want to share." + 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: processeddata + label: "processeddata Storage" + description: "This is where data generated by fireshare related to your shared videos will live. If this is not mapped, whenever you update the container this data will be lost and will need to be regenerated. DO NOT EDIT OR CHANGE FILES IN THIS DIRECTORY." + 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/fireshare/6.1.2/templates/_secrets.tpl b/stable/fireshare/6.3.2/templates/_secrets.tpl similarity index 100% rename from stable/fireshare/6.1.2/templates/_secrets.tpl rename to stable/fireshare/6.3.2/templates/_secrets.tpl diff --git a/stable/fireshare/6.1.2/templates/common.yaml b/stable/fireshare/6.3.2/templates/common.yaml similarity index 100% rename from stable/fireshare/6.1.2/templates/common.yaml rename to stable/fireshare/6.3.2/templates/common.yaml diff --git a/stable/fluidd/9.1.1/values.yaml b/stable/fireshare/6.3.2/values.yaml similarity index 100% rename from stable/fluidd/9.1.1/values.yaml rename to stable/fireshare/6.3.2/values.yaml diff --git a/stable/firezone/3.1.1/CHANGELOG.md b/stable/firezone/3.1.1/CHANGELOG.md deleted file mode 100644 index 4b6c963f943..00000000000 --- a/stable/firezone/3.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/firezone/3.1.1/Chart.yaml b/stable/firezone/3.1.1/Chart.yaml deleted file mode 100644 index 08ee35d7a40..00000000000 --- a/stable/firezone/3.1.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: vpn - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.36 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/firezone/3.1.1/charts/common-18.0.2.tgz b/stable/firezone/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/firezone/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fluttercoin-wallet/5.1.1/.helmignore b/stable/firezone/3.2.2/.helmignore similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/.helmignore rename to stable/firezone/3.2.2/.helmignore diff --git a/stable/firezone/3.2.2/CHANGELOG.md b/stable/firezone/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4072cfee40a --- /dev/null +++ b/stable/firezone/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/firezone/3.2.2/Chart.yaml b/stable/firezone/3.2.2/Chart.yaml new file mode 100644 index 00000000000..bbe0e483df6 --- /dev/null +++ b/stable/firezone/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.36 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/firezone/3.1.1/README.md b/stable/firezone/3.2.2/README.md similarity index 100% rename from stable/firezone/3.1.1/README.md rename to stable/firezone/3.2.2/README.md diff --git a/stable/firezone/3.2.2/app-changelog.md b/stable/firezone/3.2.2/app-changelog.md new file mode 100644 index 00000000000..6260ba27751 --- /dev/null +++ b/stable/firezone/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/firezone/3.1.1/app-readme.md b/stable/firezone/3.2.2/app-readme.md similarity index 100% rename from stable/firezone/3.1.1/app-readme.md rename to stable/firezone/3.2.2/app-readme.md diff --git a/stable/firezone/3.2.2/charts/common-18.1.6.tgz b/stable/firezone/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/firezone/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/firezone/3.1.1/ix_values.yaml b/stable/firezone/3.2.2/ix_values.yaml similarity index 100% rename from stable/firezone/3.1.1/ix_values.yaml rename to stable/firezone/3.2.2/ix_values.yaml diff --git a/stable/firezone/3.1.1/questions.yaml b/stable/firezone/3.2.2/questions.yaml similarity index 100% rename from stable/firezone/3.1.1/questions.yaml rename to stable/firezone/3.2.2/questions.yaml diff --git a/stable/friendica/13.4.0/templates/NOTES.txt b/stable/firezone/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/friendica/13.4.0/templates/NOTES.txt rename to stable/firezone/3.2.2/templates/NOTES.txt diff --git a/stable/firezone/3.1.1/templates/_secrets.tpl b/stable/firezone/3.2.2/templates/_secrets.tpl similarity index 100% rename from stable/firezone/3.1.1/templates/_secrets.tpl rename to stable/firezone/3.2.2/templates/_secrets.tpl diff --git a/stable/firezone/3.1.1/templates/common.yaml b/stable/firezone/3.2.2/templates/common.yaml similarity index 100% rename from stable/firezone/3.1.1/templates/common.yaml rename to stable/firezone/3.2.2/templates/common.yaml diff --git a/stable/fluttercoin-wallet/5.1.1/values.yaml b/stable/firezone/3.2.2/values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/values.yaml rename to stable/firezone/3.2.2/values.yaml diff --git a/stable/fistfuloffrags/5.1.1/CHANGELOG.md b/stable/fistfuloffrags/5.1.1/CHANGELOG.md deleted file mode 100644 index a452cbe70d1..00000000000 --- a/stable/fistfuloffrags/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fistfuloffrags/5.1.1/Chart.yaml b/stable/fistfuloffrags/5.1.1/Chart.yaml deleted file mode 100644 index d2e6a102dff..00000000000 --- a/stable/fistfuloffrags/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: fistfuloffrags -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fistfuloffrags/5.1.1/charts/common-18.0.2.tgz b/stable/fistfuloffrags/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fistfuloffrags/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fmd2-wine/5.1.1/.helmignore b/stable/fistfuloffrags/5.2.2/.helmignore similarity index 100% rename from stable/fmd2-wine/5.1.1/.helmignore rename to stable/fistfuloffrags/5.2.2/.helmignore diff --git a/stable/fistfuloffrags/5.2.2/CHANGELOG.md b/stable/fistfuloffrags/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e2bf8cbfdde --- /dev/null +++ b/stable/fistfuloffrags/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fistfuloffrags/5.2.2/Chart.yaml b/stable/fistfuloffrags/5.2.2/Chart.yaml new file mode 100644 index 00000000000..55de3d8cb85 --- /dev/null +++ b/stable/fistfuloffrags/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: fistfuloffrags +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fistfuloffrags/5.1.1/README.md b/stable/fistfuloffrags/5.2.2/README.md similarity index 100% rename from stable/fistfuloffrags/5.1.1/README.md rename to stable/fistfuloffrags/5.2.2/README.md diff --git a/stable/fistfuloffrags/5.2.2/app-changelog.md b/stable/fistfuloffrags/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9cee6171b2d --- /dev/null +++ b/stable/fistfuloffrags/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fistfuloffrags/5.1.1/app-readme.md b/stable/fistfuloffrags/5.2.2/app-readme.md similarity index 100% rename from stable/fistfuloffrags/5.1.1/app-readme.md rename to stable/fistfuloffrags/5.2.2/app-readme.md diff --git a/stable/fistfuloffrags/5.2.2/charts/common-18.1.6.tgz b/stable/fistfuloffrags/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fistfuloffrags/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fistfuloffrags/5.1.1/ix_values.yaml b/stable/fistfuloffrags/5.2.2/ix_values.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.1/ix_values.yaml rename to stable/fistfuloffrags/5.2.2/ix_values.yaml diff --git a/stable/fistfuloffrags/5.1.1/questions.yaml b/stable/fistfuloffrags/5.2.2/questions.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.1/questions.yaml rename to stable/fistfuloffrags/5.2.2/questions.yaml diff --git a/stable/fistfuloffrags/5.1.1/templates/common.yaml b/stable/fistfuloffrags/5.2.2/templates/common.yaml similarity index 100% rename from stable/fistfuloffrags/5.1.1/templates/common.yaml rename to stable/fistfuloffrags/5.2.2/templates/common.yaml diff --git a/stable/fmd2-wine/5.1.1/values.yaml b/stable/fistfuloffrags/5.2.2/values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.1/values.yaml rename to stable/fistfuloffrags/5.2.2/values.yaml diff --git a/stable/fivem/5.1.1/CHANGELOG.md b/stable/fivem/5.1.1/CHANGELOG.md deleted file mode 100644 index 04140c028d5..00000000000 --- a/stable/fivem/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fivem/5.1.1/Chart.yaml b/stable/fivem/5.1.1/Chart.yaml deleted file mode 100644 index 1b8e1a72a36..00000000000 --- a/stable/fivem/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fivem/5.1.1/charts/common-18.0.2.tgz b/stable/fivem/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fivem/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/foldingathome/9.1.2/.helmignore b/stable/fivem/5.2.2/.helmignore similarity index 100% rename from stable/foldingathome/9.1.2/.helmignore rename to stable/fivem/5.2.2/.helmignore diff --git a/stable/fivem/5.2.2/CHANGELOG.md b/stable/fivem/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..13e19e93f1e --- /dev/null +++ b/stable/fivem/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fivem/5.2.2/Chart.yaml b/stable/fivem/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f33c73dea73 --- /dev/null +++ b/stable/fivem/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fivem/5.1.1/README.md b/stable/fivem/5.2.2/README.md similarity index 100% rename from stable/fivem/5.1.1/README.md rename to stable/fivem/5.2.2/README.md diff --git a/stable/fivem/5.2.2/app-changelog.md b/stable/fivem/5.2.2/app-changelog.md new file mode 100644 index 00000000000..26958b4c744 --- /dev/null +++ b/stable/fivem/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fivem/5.1.1/app-readme.md b/stable/fivem/5.2.2/app-readme.md similarity index 100% rename from stable/fivem/5.1.1/app-readme.md rename to stable/fivem/5.2.2/app-readme.md diff --git a/stable/fivem/5.2.2/charts/common-18.1.6.tgz b/stable/fivem/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fivem/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fivem/5.1.1/ix_values.yaml b/stable/fivem/5.2.2/ix_values.yaml similarity index 100% rename from stable/fivem/5.1.1/ix_values.yaml rename to stable/fivem/5.2.2/ix_values.yaml diff --git a/stable/fivem/5.1.1/questions.yaml b/stable/fivem/5.2.2/questions.yaml similarity index 100% rename from stable/fivem/5.1.1/questions.yaml rename to stable/fivem/5.2.2/questions.yaml diff --git a/stable/fivem/5.1.1/templates/common.yaml b/stable/fivem/5.2.2/templates/common.yaml similarity index 100% rename from stable/fivem/5.1.1/templates/common.yaml rename to stable/fivem/5.2.2/templates/common.yaml diff --git a/stable/foldingathome/9.1.2/values.yaml b/stable/fivem/5.2.2/values.yaml similarity index 100% rename from stable/foldingathome/9.1.2/values.yaml rename to stable/fivem/5.2.2/values.yaml diff --git a/stable/flame/5.1.1/CHANGELOG.md b/stable/flame/5.1.1/CHANGELOG.md deleted file mode 100644 index 25d669efab9..00000000000 --- a/stable/flame/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/flame/5.1.1/Chart.yaml b/stable/flame/5.1.1/Chart.yaml deleted file mode 100644 index f83c14930f0..00000000000 --- a/stable/flame/5.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/flame/5.1.1/charts/common-18.0.2.tgz b/stable/flame/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/flame/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fossil/11.1.1/.helmignore b/stable/flame/5.2.2/.helmignore similarity index 100% rename from stable/fossil/11.1.1/.helmignore rename to stable/flame/5.2.2/.helmignore diff --git a/stable/flame/5.2.2/CHANGELOG.md b/stable/flame/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..96b5a1214d2 --- /dev/null +++ b/stable/flame/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/flame/5.2.2/Chart.yaml b/stable/flame/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bba3d1da837 --- /dev/null +++ b/stable/flame/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/flame/5.1.1/README.md b/stable/flame/5.2.2/README.md similarity index 100% rename from stable/flame/5.1.1/README.md rename to stable/flame/5.2.2/README.md diff --git a/stable/flame/5.2.2/app-changelog.md b/stable/flame/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d5d114bde8b --- /dev/null +++ b/stable/flame/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flame/5.1.1/app-readme.md b/stable/flame/5.2.2/app-readme.md similarity index 100% rename from stable/flame/5.1.1/app-readme.md rename to stable/flame/5.2.2/app-readme.md diff --git a/stable/flame/5.2.2/charts/common-18.1.6.tgz b/stable/flame/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flame/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/flame/5.1.1/ix_values.yaml b/stable/flame/5.2.2/ix_values.yaml similarity index 100% rename from stable/flame/5.1.1/ix_values.yaml rename to stable/flame/5.2.2/ix_values.yaml diff --git a/stable/flame/5.1.1/questions.yaml b/stable/flame/5.2.2/questions.yaml similarity index 100% rename from stable/flame/5.1.1/questions.yaml rename to stable/flame/5.2.2/questions.yaml diff --git a/stable/freeradius/13.1.1/templates/common.yaml b/stable/flame/5.2.2/templates/common.yaml similarity index 100% rename from stable/freeradius/13.1.1/templates/common.yaml rename to stable/flame/5.2.2/templates/common.yaml diff --git a/stable/fossil/11.1.1/values.yaml b/stable/flame/5.2.2/values.yaml similarity index 100% rename from stable/fossil/11.1.1/values.yaml rename to stable/flame/5.2.2/values.yaml diff --git a/stable/flaresolverr/13.1.2/CHANGELOG.md b/stable/flaresolverr/13.1.2/CHANGELOG.md deleted file mode 100644 index 149dc32f408..00000000000 --- a/stable/flaresolverr/13.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/flaresolverr/13.1.2/Chart.yaml b/stable/flaresolverr/13.1.2/Chart.yaml deleted file mode 100644 index 3e6b146b28d..00000000000 --- a/stable/flaresolverr/13.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.15 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/flaresolverr/13.1.2/charts/common-18.0.2.tgz b/stable/flaresolverr/13.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/flaresolverr/13.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.1.2/ix_values.yaml b/stable/flaresolverr/13.1.2/ix_values.yaml deleted file mode 100644 index afb477e80c3..00000000000 --- a/stable/flaresolverr/13.1.2/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/fotosho/5.1.1/.helmignore b/stable/flaresolverr/13.2.3/.helmignore similarity index 100% rename from stable/fotosho/5.1.1/.helmignore rename to stable/flaresolverr/13.2.3/.helmignore diff --git a/stable/flaresolverr/13.2.3/CHANGELOG.md b/stable/flaresolverr/13.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0b89706c392 --- /dev/null +++ b/stable/flaresolverr/13.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/flaresolverr/13.2.3/Chart.yaml b/stable/flaresolverr/13.2.3/Chart.yaml new file mode 100644 index 00000000000..6faa76234f8 --- /dev/null +++ b/stable/flaresolverr/13.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.16 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/flaresolverr/13.1.2/README.md b/stable/flaresolverr/13.2.3/README.md similarity index 100% rename from stable/flaresolverr/13.1.2/README.md rename to stable/flaresolverr/13.2.3/README.md diff --git a/stable/flaresolverr/13.2.3/app-changelog.md b/stable/flaresolverr/13.2.3/app-changelog.md new file mode 100644 index 00000000000..34d2a640e20 --- /dev/null +++ b/stable/flaresolverr/13.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flaresolverr/13.1.2/app-readme.md b/stable/flaresolverr/13.2.3/app-readme.md similarity index 100% rename from stable/flaresolverr/13.1.2/app-readme.md rename to stable/flaresolverr/13.2.3/app-readme.md diff --git a/stable/flaresolverr/13.2.3/charts/common-18.1.6.tgz b/stable/flaresolverr/13.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flaresolverr/13.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/flaresolverr/13.2.3/ix_values.yaml b/stable/flaresolverr/13.2.3/ix_values.yaml new file mode 100644 index 00000000000..5e7740e0f14 --- /dev/null +++ b/stable/flaresolverr/13.2.3/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.1.2/questions.yaml b/stable/flaresolverr/13.2.3/questions.yaml similarity index 100% rename from stable/flaresolverr/13.1.2/questions.yaml rename to stable/flaresolverr/13.2.3/questions.yaml diff --git a/stable/frigate/13.1.1/templates/NOTES.txt b/stable/flaresolverr/13.2.3/templates/NOTES.txt similarity index 100% rename from stable/frigate/13.1.1/templates/NOTES.txt rename to stable/flaresolverr/13.2.3/templates/NOTES.txt diff --git a/stable/freshrss/18.1.3/templates/common.yaml b/stable/flaresolverr/13.2.3/templates/common.yaml similarity index 100% rename from stable/freshrss/18.1.3/templates/common.yaml rename to stable/flaresolverr/13.2.3/templates/common.yaml diff --git a/stable/fotosho/5.1.1/values.yaml b/stable/flaresolverr/13.2.3/values.yaml similarity index 100% rename from stable/fotosho/5.1.1/values.yaml rename to stable/flaresolverr/13.2.3/values.yaml diff --git a/stable/fleet/12.2.4/CHANGELOG.md b/stable/fleet/12.2.4/CHANGELOG.md deleted file mode 100644 index dcfc85b8481..00000000000 --- a/stable/fleet/12.2.4/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/fleet/12.2.4/Chart.yaml b/stable/fleet/12.2.4/Chart.yaml deleted file mode 100644 index 0c884affebc..00000000000 --- a/stable/fleet/12.2.4/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.0.3 - 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: 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.2.4 diff --git a/stable/fleet/12.2.4/charts/common-18.0.3.tgz b/stable/fleet/12.2.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/fleet/12.2.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/fleet/12.2.4/charts/mariadb-13.0.0.tgz b/stable/fleet/12.2.4/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/fleet/12.2.4/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/fleet/12.2.4/ix_values.yaml b/stable/fleet/12.2.4/ix_values.yaml deleted file mode 100644 index 4827d906023..00000000000 --- a/stable/fleet/12.2.4/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/freecad-desktop-g3/5.1.1/.helmignore b/stable/fleet/12.4.3/.helmignore similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/.helmignore rename to stable/fleet/12.4.3/.helmignore diff --git a/stable/fleet/12.4.3/CHANGELOG.md b/stable/fleet/12.4.3/CHANGELOG.md new file mode 100644 index 00000000000..fb69524d4c3 --- /dev/null +++ b/stable/fleet/12.4.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/fleet/12.4.3/Chart.yaml b/stable/fleet/12.4.3/Chart.yaml new file mode 100644 index 00000000000..e66acdeb68f --- /dev/null +++ b/stable/fleet/12.4.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/fleet/12.2.4/README.md b/stable/fleet/12.4.3/README.md similarity index 100% rename from stable/fleet/12.2.4/README.md rename to stable/fleet/12.4.3/README.md diff --git a/stable/fleet/12.4.3/app-changelog.md b/stable/fleet/12.4.3/app-changelog.md new file mode 100644 index 00000000000..3c4c0813f21 --- /dev/null +++ b/stable/fleet/12.4.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fleet/12.2.4/app-readme.md b/stable/fleet/12.4.3/app-readme.md similarity index 100% rename from stable/fleet/12.2.4/app-readme.md rename to stable/fleet/12.4.3/app-readme.md diff --git a/stable/fleet/12.4.3/charts/common-18.1.6.tgz b/stable/fleet/12.4.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fleet/12.4.3/charts/common-18.1.6.tgz differ diff --git a/stable/fleet/12.4.3/charts/mariadb-13.2.0.tgz b/stable/fleet/12.4.3/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/fleet/12.4.3/charts/mariadb-13.2.0.tgz differ diff --git a/stable/fleet/12.4.3/ix_values.yaml b/stable/fleet/12.4.3/ix_values.yaml new file mode 100644 index 00000000000..a8f19b0cdf4 --- /dev/null +++ b/stable/fleet/12.4.3/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.2.4/questions.yaml b/stable/fleet/12.4.3/questions.yaml similarity index 100% rename from stable/fleet/12.2.4/questions.yaml rename to stable/fleet/12.4.3/questions.yaml diff --git a/stable/gamevault-backend/5.1.1/templates/NOTES.txt b/stable/fleet/12.4.3/templates/NOTES.txt similarity index 100% rename from stable/gamevault-backend/5.1.1/templates/NOTES.txt rename to stable/fleet/12.4.3/templates/NOTES.txt diff --git a/stable/gamevault-backend/5.1.1/templates/common.yaml b/stable/fleet/12.4.3/templates/common.yaml similarity index 100% rename from stable/gamevault-backend/5.1.1/templates/common.yaml rename to stable/fleet/12.4.3/templates/common.yaml diff --git a/stable/freecad-desktop-g3/5.1.1/values.yaml b/stable/fleet/12.4.3/values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/values.yaml rename to stable/fleet/12.4.3/values.yaml diff --git a/stable/flexget/9.1.3/CHANGELOG.md b/stable/flexget/9.1.3/CHANGELOG.md deleted file mode 100644 index 71ea61b7814..00000000000 --- a/stable/flexget/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/flexget/9.1.3/Chart.yaml b/stable/flexget/9.1.3/Chart.yaml deleted file mode 100644 index 1387d369d78..00000000000 --- a/stable/flexget/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.19 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/flexget/9.1.3/charts/common-18.0.2.tgz b/stable/flexget/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/flexget/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/flexget/9.1.3/ix_values.yaml b/stable/flexget/9.1.3/ix_values.yaml deleted file mode 100644 index 53284b9d12d..00000000000 --- a/stable/flexget/9.1.3/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/freeradius/13.1.1/.helmignore b/stable/flexget/9.2.3/.helmignore similarity index 100% rename from stable/freeradius/13.1.1/.helmignore rename to stable/flexget/9.2.3/.helmignore diff --git a/stable/flexget/9.2.3/CHANGELOG.md b/stable/flexget/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..d882630f1ba --- /dev/null +++ b/stable/flexget/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/flexget/9.2.3/Chart.yaml b/stable/flexget/9.2.3/Chart.yaml new file mode 100644 index 00000000000..fe2d2cc50d0 --- /dev/null +++ b/stable/flexget/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.11.19 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/flexget/9.1.3/README.md b/stable/flexget/9.2.3/README.md similarity index 100% rename from stable/flexget/9.1.3/README.md rename to stable/flexget/9.2.3/README.md diff --git a/stable/flexget/9.2.3/app-changelog.md b/stable/flexget/9.2.3/app-changelog.md new file mode 100644 index 00000000000..f54242751c6 --- /dev/null +++ b/stable/flexget/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flexget/9.1.3/app-readme.md b/stable/flexget/9.2.3/app-readme.md similarity index 100% rename from stable/flexget/9.1.3/app-readme.md rename to stable/flexget/9.2.3/app-readme.md diff --git a/stable/flexget/9.2.3/charts/common-18.1.6.tgz b/stable/flexget/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flexget/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/flexget/9.2.3/ix_values.yaml b/stable/flexget/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..9d318746ad5 --- /dev/null +++ b/stable/flexget/9.2.3/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.1.3/questions.yaml b/stable/flexget/9.2.3/questions.yaml similarity index 100% rename from stable/flexget/9.1.3/questions.yaml rename to stable/flexget/9.2.3/questions.yaml diff --git a/stable/gaps/18.1.1/templates/NOTES.txt b/stable/flexget/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/gaps/18.1.1/templates/NOTES.txt rename to stable/flexget/9.2.3/templates/NOTES.txt diff --git a/stable/gaps/18.1.1/templates/common.yaml b/stable/flexget/9.2.3/templates/common.yaml similarity index 100% rename from stable/gaps/18.1.1/templates/common.yaml rename to stable/flexget/9.2.3/templates/common.yaml diff --git a/stable/freeradius/13.1.1/values.yaml b/stable/flexget/9.2.3/values.yaml similarity index 100% rename from stable/freeradius/13.1.1/values.yaml rename to stable/flexget/9.2.3/values.yaml diff --git a/stable/flextv/5.1.1/CHANGELOG.md b/stable/flextv/5.1.1/CHANGELOG.md deleted file mode 100644 index b67db0b75bf..00000000000 --- a/stable/flextv/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/flextv/5.1.1/Chart.yaml b/stable/flextv/5.1.1/Chart.yaml deleted file mode 100644 index 44ecdcc5a24..00000000000 --- a/stable/flextv/5.1.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: MediaApp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/flextv/5.1.1/charts/common-18.0.2.tgz b/stable/flextv/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/flextv/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/freshrss/18.1.3/.helmignore b/stable/flextv/5.2.2/.helmignore similarity index 100% rename from stable/freshrss/18.1.3/.helmignore rename to stable/flextv/5.2.2/.helmignore diff --git a/stable/flextv/5.2.2/CHANGELOG.md b/stable/flextv/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..15f2c1e2cba --- /dev/null +++ b/stable/flextv/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/flextv/5.2.2/Chart.yaml b/stable/flextv/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1e6e2fef15e --- /dev/null +++ b/stable/flextv/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/flextv/5.1.1/README.md b/stable/flextv/5.2.2/README.md similarity index 100% rename from stable/flextv/5.1.1/README.md rename to stable/flextv/5.2.2/README.md diff --git a/stable/flextv/5.2.2/app-changelog.md b/stable/flextv/5.2.2/app-changelog.md new file mode 100644 index 00000000000..da8bd54c8df --- /dev/null +++ b/stable/flextv/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flextv/5.1.1/app-readme.md b/stable/flextv/5.2.2/app-readme.md similarity index 100% rename from stable/flextv/5.1.1/app-readme.md rename to stable/flextv/5.2.2/app-readme.md diff --git a/stable/flextv/5.2.2/charts/common-18.1.6.tgz b/stable/flextv/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flextv/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/flextv/5.1.1/ix_values.yaml b/stable/flextv/5.2.2/ix_values.yaml similarity index 100% rename from stable/flextv/5.1.1/ix_values.yaml rename to stable/flextv/5.2.2/ix_values.yaml diff --git a/stable/flextv/5.1.1/questions.yaml b/stable/flextv/5.2.2/questions.yaml similarity index 100% rename from stable/flextv/5.1.1/questions.yaml rename to stable/flextv/5.2.2/questions.yaml diff --git a/stable/flextv/5.1.1/templates/common.yaml b/stable/flextv/5.2.2/templates/common.yaml similarity index 100% rename from stable/flextv/5.1.1/templates/common.yaml rename to stable/flextv/5.2.2/templates/common.yaml diff --git a/stable/freshrss/18.1.3/values.yaml b/stable/flextv/5.2.2/values.yaml similarity index 100% rename from stable/freshrss/18.1.3/values.yaml rename to stable/flextv/5.2.2/values.yaml diff --git a/stable/flood/13.1.1/CHANGELOG.md b/stable/flood/13.1.1/CHANGELOG.md deleted file mode 100644 index 020d8b352fc..00000000000 --- a/stable/flood/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/flood/13.1.1/Chart.yaml b/stable/flood/13.1.1/Chart.yaml deleted file mode 100644 index 094045f238c..00000000000 --- a/stable/flood/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.7.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/flood/13.1.1/charts/common-18.0.2.tgz b/stable/flood/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/flood/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/friendica/13.4.0/.helmignore b/stable/flood/13.2.2/.helmignore similarity index 100% rename from stable/friendica/13.4.0/.helmignore rename to stable/flood/13.2.2/.helmignore diff --git a/stable/flood/13.2.2/CHANGELOG.md b/stable/flood/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ce939a7b308 --- /dev/null +++ b/stable/flood/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/flood/13.2.2/Chart.yaml b/stable/flood/13.2.2/Chart.yaml new file mode 100644 index 00000000000..aa0e32f30e9 --- /dev/null +++ b/stable/flood/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.7.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/flood/13.1.1/README.md b/stable/flood/13.2.2/README.md similarity index 100% rename from stable/flood/13.1.1/README.md rename to stable/flood/13.2.2/README.md diff --git a/stable/flood/13.2.2/app-changelog.md b/stable/flood/13.2.2/app-changelog.md new file mode 100644 index 00000000000..d5605a56e04 --- /dev/null +++ b/stable/flood/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flood/13.1.1/app-readme.md b/stable/flood/13.2.2/app-readme.md similarity index 100% rename from stable/flood/13.1.1/app-readme.md rename to stable/flood/13.2.2/app-readme.md diff --git a/stable/flood/13.2.2/charts/common-18.1.6.tgz b/stable/flood/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flood/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/flood/13.1.1/ix_values.yaml b/stable/flood/13.2.2/ix_values.yaml similarity index 100% rename from stable/flood/13.1.1/ix_values.yaml rename to stable/flood/13.2.2/ix_values.yaml diff --git a/stable/flood/13.1.1/questions.yaml b/stable/flood/13.2.2/questions.yaml similarity index 100% rename from stable/flood/13.1.1/questions.yaml rename to stable/flood/13.2.2/questions.yaml diff --git a/stable/ghostfolio/4.2.0/templates/NOTES.txt b/stable/flood/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.2.0/templates/NOTES.txt rename to stable/flood/13.2.2/templates/NOTES.txt diff --git a/stable/gonic/13.1.1/templates/common.yaml b/stable/flood/13.2.2/templates/common.yaml similarity index 100% rename from stable/gonic/13.1.1/templates/common.yaml rename to stable/flood/13.2.2/templates/common.yaml diff --git a/stable/friendica/13.4.0/values.yaml b/stable/flood/13.2.2/values.yaml similarity index 100% rename from stable/friendica/13.4.0/values.yaml rename to stable/flood/13.2.2/values.yaml diff --git a/stable/flowise/4.1.3/CHANGELOG.md b/stable/flowise/4.1.3/CHANGELOG.md deleted file mode 100644 index 2132c9e7775..00000000000 --- a/stable/flowise/4.1.3/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.1.3/Chart.yaml b/stable/flowise/4.1.3/Chart.yaml deleted file mode 100644 index 7559ddc5033..00000000000 --- a/stable/flowise/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: ai - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.1 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/flowise/4.1.3/charts/common-18.0.3.tgz b/stable/flowise/4.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/flowise/4.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/flowise/4.1.3/ix_values.yaml b/stable/flowise/4.1.3/ix_values.yaml deleted file mode 100644 index c4f106819fa..00000000000 --- a/stable/flowise/4.1.3/ix_values.yaml +++ /dev/null @@ -1,80 +0,0 @@ -image: - repository: flowiseai/flowise - pullPolicy: IfNotPresent - tag: 1.5.1@sha256:533a1fab691f78fdebcadeac5b071f51ffc3428179d5797e1d8544c744ed4c1d -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.1.3/questions.yaml b/stable/flowise/4.1.3/questions.yaml deleted file mode 100755 index bf1cb4dac2a..00000000000 --- a/stable/flowise/4.1.3/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.1.3/templates/_secrets.tpl b/stable/flowise/4.1.3/templates/_secrets.tpl deleted file mode 100644 index f1fea400703..00000000000 --- a/stable/flowise/4.1.3/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/frigate/13.1.1/.helmignore b/stable/flowise/4.3.3/.helmignore similarity index 100% rename from stable/frigate/13.1.1/.helmignore rename to stable/flowise/4.3.3/.helmignore diff --git a/stable/flowise/4.3.3/CHANGELOG.md b/stable/flowise/4.3.3/CHANGELOG.md new file mode 100644 index 00000000000..b852fb205ef --- /dev/null +++ b/stable/flowise/4.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/flowise/4.3.3/Chart.yaml b/stable/flowise/4.3.3/Chart.yaml new file mode 100644 index 00000000000..aee28ce7a0e --- /dev/null +++ b/stable/flowise/4.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/flowise/4.1.3/README.md b/stable/flowise/4.3.3/README.md similarity index 100% rename from stable/flowise/4.1.3/README.md rename to stable/flowise/4.3.3/README.md diff --git a/stable/flowise/4.3.3/app-changelog.md b/stable/flowise/4.3.3/app-changelog.md new file mode 100644 index 00000000000..46404530f6e --- /dev/null +++ b/stable/flowise/4.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/flowise/4.1.3/app-readme.md b/stable/flowise/4.3.3/app-readme.md similarity index 100% rename from stable/flowise/4.1.3/app-readme.md rename to stable/flowise/4.3.3/app-readme.md diff --git a/stable/flowise/4.3.3/charts/common-18.1.6.tgz b/stable/flowise/4.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/flowise/4.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/flowise/4.3.3/ix_values.yaml b/stable/flowise/4.3.3/ix_values.yaml new file mode 100644 index 00000000000..30ccaa49894 --- /dev/null +++ b/stable/flowise/4.3.3/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.3.3/questions.yaml b/stable/flowise/4.3.3/questions.yaml new file mode 100755 index 00000000000..6b8e1690773 --- /dev/null +++ b/stable/flowise/4.3.3/questions.yaml @@ -0,0 +1,3662 @@ +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: 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/gitea/18.3.2/templates/NOTES.txt b/stable/flowise/4.3.3/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.3.2/templates/NOTES.txt rename to stable/flowise/4.3.3/templates/NOTES.txt diff --git a/stable/flowise/4.3.3/templates/_secrets.tpl b/stable/flowise/4.3.3/templates/_secrets.tpl new file mode 100644 index 00000000000..ac725565fb5 --- /dev/null +++ b/stable/flowise/4.3.3/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.1.3/templates/common.yaml b/stable/flowise/4.3.3/templates/common.yaml similarity index 100% rename from stable/flowise/4.1.3/templates/common.yaml rename to stable/flowise/4.3.3/templates/common.yaml diff --git a/stable/frigate/13.1.1/values.yaml b/stable/flowise/4.3.3/values.yaml similarity index 100% rename from stable/frigate/13.1.1/values.yaml rename to stable/flowise/4.3.3/values.yaml diff --git a/stable/fluidd/9.1.1/CHANGELOG.md b/stable/fluidd/9.1.1/CHANGELOG.md deleted file mode 100644 index 21eb6f708c1..00000000000 --- a/stable/fluidd/9.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/fluidd/9.1.1/Chart.yaml b/stable/fluidd/9.1.1/Chart.yaml deleted file mode 100644 index e0afaa25955..00000000000 --- a/stable/fluidd/9.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.28.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fluidd/9.1.1/charts/common-18.0.2.tgz b/stable/fluidd/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fluidd/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/fsm/5.1.1/.helmignore b/stable/fluidd/9.2.2/.helmignore similarity index 100% rename from stable/fsm/5.1.1/.helmignore rename to stable/fluidd/9.2.2/.helmignore diff --git a/stable/fluidd/9.2.2/CHANGELOG.md b/stable/fluidd/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ba86dd1a9bc --- /dev/null +++ b/stable/fluidd/9.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/fluidd/9.2.2/Chart.yaml b/stable/fluidd/9.2.2/Chart.yaml new file mode 100644 index 00000000000..198e826659a --- /dev/null +++ b/stable/fluidd/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.28.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fluidd/9.1.1/README.md b/stable/fluidd/9.2.2/README.md similarity index 100% rename from stable/fluidd/9.1.1/README.md rename to stable/fluidd/9.2.2/README.md diff --git a/stable/fluidd/9.2.2/app-changelog.md b/stable/fluidd/9.2.2/app-changelog.md new file mode 100644 index 00000000000..72c6b4cc712 --- /dev/null +++ b/stable/fluidd/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fluidd/9.1.1/app-readme.md b/stable/fluidd/9.2.2/app-readme.md similarity index 100% rename from stable/fluidd/9.1.1/app-readme.md rename to stable/fluidd/9.2.2/app-readme.md diff --git a/stable/fluidd/9.2.2/charts/common-18.1.6.tgz b/stable/fluidd/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fluidd/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fluidd/9.1.1/ix_values.yaml b/stable/fluidd/9.2.2/ix_values.yaml similarity index 100% rename from stable/fluidd/9.1.1/ix_values.yaml rename to stable/fluidd/9.2.2/ix_values.yaml diff --git a/stable/fluidd/9.1.1/questions.yaml b/stable/fluidd/9.2.2/questions.yaml similarity index 100% rename from stable/fluidd/9.1.1/questions.yaml rename to stable/fluidd/9.2.2/questions.yaml diff --git a/stable/golinks/11.1.1/templates/NOTES.txt b/stable/fluidd/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/golinks/11.1.1/templates/NOTES.txt rename to stable/fluidd/9.2.2/templates/NOTES.txt diff --git a/stable/grocy/18.1.3/templates/common.yaml b/stable/fluidd/9.2.2/templates/common.yaml similarity index 100% rename from stable/grocy/18.1.3/templates/common.yaml rename to stable/fluidd/9.2.2/templates/common.yaml diff --git a/stable/fsm/5.1.1/values.yaml b/stable/fluidd/9.2.2/values.yaml similarity index 100% rename from stable/fsm/5.1.1/values.yaml rename to stable/fluidd/9.2.2/values.yaml diff --git a/stable/fluttercoin-wallet/5.1.1/CHANGELOG.md b/stable/fluttercoin-wallet/5.1.1/CHANGELOG.md deleted file mode 100644 index b195074af04..00000000000 --- a/stable/fluttercoin-wallet/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/fluttercoin-wallet/5.1.1/Chart.yaml b/stable/fluttercoin-wallet/5.1.1/Chart.yaml deleted file mode 100644 index ad0a13b989c..00000000000 --- a/stable/fluttercoin-wallet/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fluttercoin-wallet/5.1.1/charts/common-18.0.2.tgz b/stable/fluttercoin-wallet/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fluttercoin-wallet/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gamevault-backend/5.1.1/.helmignore b/stable/fluttercoin-wallet/5.2.2/.helmignore similarity index 100% rename from stable/gamevault-backend/5.1.1/.helmignore rename to stable/fluttercoin-wallet/5.2.2/.helmignore diff --git a/stable/fluttercoin-wallet/5.2.2/CHANGELOG.md b/stable/fluttercoin-wallet/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9bb2b58e302 --- /dev/null +++ b/stable/fluttercoin-wallet/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/fluttercoin-wallet/5.2.2/Chart.yaml b/stable/fluttercoin-wallet/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5146581e248 --- /dev/null +++ b/stable/fluttercoin-wallet/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fluttercoin-wallet/5.1.1/README.md b/stable/fluttercoin-wallet/5.2.2/README.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/README.md rename to stable/fluttercoin-wallet/5.2.2/README.md diff --git a/stable/fluttercoin-wallet/5.2.2/app-changelog.md b/stable/fluttercoin-wallet/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d816a5da0b4 --- /dev/null +++ b/stable/fluttercoin-wallet/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fluttercoin-wallet/5.1.1/app-readme.md b/stable/fluttercoin-wallet/5.2.2/app-readme.md similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/app-readme.md rename to stable/fluttercoin-wallet/5.2.2/app-readme.md diff --git a/stable/fluttercoin-wallet/5.2.2/charts/common-18.1.6.tgz b/stable/fluttercoin-wallet/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fluttercoin-wallet/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fluttercoin-wallet/5.1.1/ix_values.yaml b/stable/fluttercoin-wallet/5.2.2/ix_values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/ix_values.yaml rename to stable/fluttercoin-wallet/5.2.2/ix_values.yaml diff --git a/stable/fluttercoin-wallet/5.1.1/questions.yaml b/stable/fluttercoin-wallet/5.2.2/questions.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/questions.yaml rename to stable/fluttercoin-wallet/5.2.2/questions.yaml diff --git a/stable/fluttercoin-wallet/5.1.1/templates/common.yaml b/stable/fluttercoin-wallet/5.2.2/templates/common.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.1.1/templates/common.yaml rename to stable/fluttercoin-wallet/5.2.2/templates/common.yaml diff --git a/stable/gamevault-backend/5.1.1/values.yaml b/stable/fluttercoin-wallet/5.2.2/values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.1/values.yaml rename to stable/fluttercoin-wallet/5.2.2/values.yaml diff --git a/stable/fmd2-wine/5.1.1/CHANGELOG.md b/stable/fmd2-wine/5.1.1/CHANGELOG.md deleted file mode 100644 index 95893b0fa65..00000000000 --- a/stable/fmd2-wine/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fmd2-wine/5.1.1/Chart.yaml b/stable/fmd2-wine/5.1.1/Chart.yaml deleted file mode 100644 index 89c535c2399..00000000000 --- a/stable/fmd2-wine/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fmd2-wine/5.1.1/charts/common-18.0.2.tgz b/stable/fmd2-wine/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fmd2-wine/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gaps/18.1.1/.helmignore b/stable/fmd2-wine/5.2.2/.helmignore similarity index 100% rename from stable/gaps/18.1.1/.helmignore rename to stable/fmd2-wine/5.2.2/.helmignore diff --git a/stable/fmd2-wine/5.2.2/CHANGELOG.md b/stable/fmd2-wine/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b9ad903fb77 --- /dev/null +++ b/stable/fmd2-wine/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fmd2-wine/5.2.2/Chart.yaml b/stable/fmd2-wine/5.2.2/Chart.yaml new file mode 100644 index 00000000000..56bcd06a2f6 --- /dev/null +++ b/stable/fmd2-wine/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fmd2-wine/5.1.1/README.md b/stable/fmd2-wine/5.2.2/README.md similarity index 100% rename from stable/fmd2-wine/5.1.1/README.md rename to stable/fmd2-wine/5.2.2/README.md diff --git a/stable/fmd2-wine/5.2.2/app-changelog.md b/stable/fmd2-wine/5.2.2/app-changelog.md new file mode 100644 index 00000000000..350071f7e4e --- /dev/null +++ b/stable/fmd2-wine/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fmd2-wine/5.1.1/app-readme.md b/stable/fmd2-wine/5.2.2/app-readme.md similarity index 100% rename from stable/fmd2-wine/5.1.1/app-readme.md rename to stable/fmd2-wine/5.2.2/app-readme.md diff --git a/stable/fmd2-wine/5.2.2/charts/common-18.1.6.tgz b/stable/fmd2-wine/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fmd2-wine/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fmd2-wine/5.1.1/ix_values.yaml b/stable/fmd2-wine/5.2.2/ix_values.yaml similarity index 100% rename from stable/fmd2-wine/5.1.1/ix_values.yaml rename to stable/fmd2-wine/5.2.2/ix_values.yaml diff --git a/stable/fmd2-wine/5.1.1/questions.yaml b/stable/fmd2-wine/5.2.2/questions.yaml similarity index 100% rename from stable/fmd2-wine/5.1.1/questions.yaml rename to stable/fmd2-wine/5.2.2/questions.yaml diff --git a/stable/fmd2-wine/5.1.1/templates/common.yaml b/stable/fmd2-wine/5.2.2/templates/common.yaml similarity index 100% rename from stable/fmd2-wine/5.1.1/templates/common.yaml rename to stable/fmd2-wine/5.2.2/templates/common.yaml diff --git a/stable/gaps/18.1.1/values.yaml b/stable/fmd2-wine/5.2.2/values.yaml similarity index 100% rename from stable/gaps/18.1.1/values.yaml rename to stable/fmd2-wine/5.2.2/values.yaml diff --git a/stable/foldingathome/9.1.2/CHANGELOG.md b/stable/foldingathome/9.1.2/CHANGELOG.md deleted file mode 100644 index 7e08ee935b4..00000000000 --- a/stable/foldingathome/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [foldingathome-8.1.8](https://github.com/truecharts/charts/compare/foldingathome-8.1.7...foldingathome-8.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/foldingathome/9.1.2/Chart.yaml b/stable/foldingathome/9.1.2/Chart.yaml deleted file mode 100644 index 41e8257a6ac..00000000000 --- a/stable/foldingathome/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.6.21 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/foldingathome/9.1.2/charts/common-18.0.2.tgz b/stable/foldingathome/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/foldingathome/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/foldingathome/9.1.2/ix_values.yaml b/stable/foldingathome/9.1.2/ix_values.yaml deleted file mode 100644 index dc0389ab401..00000000000 --- a/stable/foldingathome/9.1.2/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/garrysmod/5.1.1/.helmignore b/stable/foldingathome/9.2.3/.helmignore similarity index 100% rename from stable/garrysmod/5.1.1/.helmignore rename to stable/foldingathome/9.2.3/.helmignore diff --git a/stable/foldingathome/9.2.3/CHANGELOG.md b/stable/foldingathome/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c58b0b14fe8 --- /dev/null +++ b/stable/foldingathome/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/foldingathome/9.2.3/Chart.yaml b/stable/foldingathome/9.2.3/Chart.yaml new file mode 100644 index 00000000000..52f6323407d --- /dev/null +++ b/stable/foldingathome/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.6.21 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/foldingathome/9.1.2/README.md b/stable/foldingathome/9.2.3/README.md similarity index 100% rename from stable/foldingathome/9.1.2/README.md rename to stable/foldingathome/9.2.3/README.md diff --git a/stable/foldingathome/9.2.3/app-changelog.md b/stable/foldingathome/9.2.3/app-changelog.md new file mode 100644 index 00000000000..a81b7c2ae93 --- /dev/null +++ b/stable/foldingathome/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/foldingathome/9.1.2/app-readme.md b/stable/foldingathome/9.2.3/app-readme.md similarity index 100% rename from stable/foldingathome/9.1.2/app-readme.md rename to stable/foldingathome/9.2.3/app-readme.md diff --git a/stable/foldingathome/9.2.3/charts/common-18.1.6.tgz b/stable/foldingathome/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/foldingathome/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/foldingathome/9.2.3/ix_values.yaml b/stable/foldingathome/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..c11fc2e5bd4 --- /dev/null +++ b/stable/foldingathome/9.2.3/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.1.2/questions.yaml b/stable/foldingathome/9.2.3/questions.yaml similarity index 100% rename from stable/foldingathome/9.1.2/questions.yaml rename to stable/foldingathome/9.2.3/questions.yaml diff --git a/stable/gonic/13.1.1/templates/NOTES.txt b/stable/foldingathome/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/gonic/13.1.1/templates/NOTES.txt rename to stable/foldingathome/9.2.3/templates/NOTES.txt diff --git a/stable/guacd/9.1.1/templates/common.yaml b/stable/foldingathome/9.2.3/templates/common.yaml similarity index 100% rename from stable/guacd/9.1.1/templates/common.yaml rename to stable/foldingathome/9.2.3/templates/common.yaml diff --git a/stable/garrysmod/5.1.1/values.yaml b/stable/foldingathome/9.2.3/values.yaml similarity index 100% rename from stable/garrysmod/5.1.1/values.yaml rename to stable/foldingathome/9.2.3/values.yaml diff --git a/stable/fossil/11.1.1/CHANGELOG.md b/stable/fossil/11.1.1/CHANGELOG.md deleted file mode 100644 index 4dbe5f6d664..00000000000 --- a/stable/fossil/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fossil/11.1.1/Chart.yaml b/stable/fossil/11.1.1/Chart.yaml deleted file mode 100644 index d415f409cdb..00000000000 --- a/stable/fossil/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.15.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fossil/11.1.1/charts/common-18.0.2.tgz b/stable/fossil/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fossil/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/genea/5.1.1/.helmignore b/stable/fossil/11.2.2/.helmignore similarity index 100% rename from stable/genea/5.1.1/.helmignore rename to stable/fossil/11.2.2/.helmignore diff --git a/stable/fossil/11.2.2/CHANGELOG.md b/stable/fossil/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2483f08fb2b --- /dev/null +++ b/stable/fossil/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fossil/11.2.2/Chart.yaml b/stable/fossil/11.2.2/Chart.yaml new file mode 100644 index 00000000000..8c0aeccfc1f --- /dev/null +++ b/stable/fossil/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fossil/11.1.1/README.md b/stable/fossil/11.2.2/README.md similarity index 100% rename from stable/fossil/11.1.1/README.md rename to stable/fossil/11.2.2/README.md diff --git a/stable/fossil/11.2.2/app-changelog.md b/stable/fossil/11.2.2/app-changelog.md new file mode 100644 index 00000000000..72ef3c779b3 --- /dev/null +++ b/stable/fossil/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fossil/11.1.1/app-readme.md b/stable/fossil/11.2.2/app-readme.md similarity index 100% rename from stable/fossil/11.1.1/app-readme.md rename to stable/fossil/11.2.2/app-readme.md diff --git a/stable/fossil/11.2.2/charts/common-18.1.6.tgz b/stable/fossil/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fossil/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fossil/11.1.1/ix_values.yaml b/stable/fossil/11.2.2/ix_values.yaml similarity index 100% rename from stable/fossil/11.1.1/ix_values.yaml rename to stable/fossil/11.2.2/ix_values.yaml diff --git a/stable/fossil/11.1.1/questions.yaml b/stable/fossil/11.2.2/questions.yaml similarity index 100% rename from stable/fossil/11.1.1/questions.yaml rename to stable/fossil/11.2.2/questions.yaml diff --git a/stable/grav/11.1.3/templates/NOTES.txt b/stable/fossil/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/grav/11.1.3/templates/NOTES.txt rename to stable/fossil/11.2.2/templates/NOTES.txt diff --git a/stable/fossil/11.1.1/templates/common.yaml b/stable/fossil/11.2.2/templates/common.yaml similarity index 100% rename from stable/fossil/11.1.1/templates/common.yaml rename to stable/fossil/11.2.2/templates/common.yaml diff --git a/stable/genea/5.1.1/values.yaml b/stable/fossil/11.2.2/values.yaml similarity index 100% rename from stable/genea/5.1.1/values.yaml rename to stable/fossil/11.2.2/values.yaml diff --git a/stable/fotosho/5.1.1/CHANGELOG.md b/stable/fotosho/5.1.1/CHANGELOG.md deleted file mode 100644 index f47cc548152..00000000000 --- a/stable/fotosho/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fotosho/5.1.1/Chart.yaml b/stable/fotosho/5.1.1/Chart.yaml deleted file mode 100644 index 58afbf2ac9c..00000000000 --- a/stable/fotosho/5.1.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: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fotosho/5.1.1/charts/common-18.0.2.tgz b/stable/fotosho/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fotosho/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.2.0/.helmignore b/stable/fotosho/5.2.2/.helmignore similarity index 100% rename from stable/ghostfolio/4.2.0/.helmignore rename to stable/fotosho/5.2.2/.helmignore diff --git a/stable/fotosho/5.2.2/CHANGELOG.md b/stable/fotosho/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4d2f74aee2c --- /dev/null +++ b/stable/fotosho/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fotosho/5.2.2/Chart.yaml b/stable/fotosho/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2fc32fee7a5 --- /dev/null +++ b/stable/fotosho/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fotosho/5.1.1/README.md b/stable/fotosho/5.2.2/README.md similarity index 100% rename from stable/fotosho/5.1.1/README.md rename to stable/fotosho/5.2.2/README.md diff --git a/stable/fotosho/5.2.2/app-changelog.md b/stable/fotosho/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b1d6a83e6b6 --- /dev/null +++ b/stable/fotosho/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fotosho/5.1.1/app-readme.md b/stable/fotosho/5.2.2/app-readme.md similarity index 100% rename from stable/fotosho/5.1.1/app-readme.md rename to stable/fotosho/5.2.2/app-readme.md diff --git a/stable/fotosho/5.2.2/charts/common-18.1.6.tgz b/stable/fotosho/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fotosho/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fotosho/5.1.1/ix_values.yaml b/stable/fotosho/5.2.2/ix_values.yaml similarity index 100% rename from stable/fotosho/5.1.1/ix_values.yaml rename to stable/fotosho/5.2.2/ix_values.yaml diff --git a/stable/fotosho/5.1.1/questions.yaml b/stable/fotosho/5.2.2/questions.yaml similarity index 100% rename from stable/fotosho/5.1.1/questions.yaml rename to stable/fotosho/5.2.2/questions.yaml diff --git a/stable/fotosho/5.1.1/templates/common.yaml b/stable/fotosho/5.2.2/templates/common.yaml similarity index 100% rename from stable/fotosho/5.1.1/templates/common.yaml rename to stable/fotosho/5.2.2/templates/common.yaml diff --git a/stable/ghostfolio/4.2.0/values.yaml b/stable/fotosho/5.2.2/values.yaml similarity index 100% rename from stable/ghostfolio/4.2.0/values.yaml rename to stable/fotosho/5.2.2/values.yaml diff --git a/stable/freecad-desktop-g3/5.1.1/CHANGELOG.md b/stable/freecad-desktop-g3/5.1.1/CHANGELOG.md deleted file mode 100644 index bc60f708c16..00000000000 --- a/stable/freecad-desktop-g3/5.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - diff --git a/stable/freecad-desktop-g3/5.1.1/Chart.yaml b/stable/freecad-desktop-g3/5.1.1/Chart.yaml deleted file mode 100644 index 955a5392683..00000000000 --- a/stable/freecad-desktop-g3/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.1 diff --git a/stable/freecad-desktop-g3/5.1.1/charts/common-18.0.2.tgz b/stable/freecad-desktop-g3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/freecad-desktop-g3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gitea/18.3.2/.helmignore b/stable/freecad-desktop-g3/5.2.2/.helmignore similarity index 100% rename from stable/gitea/18.3.2/.helmignore rename to stable/freecad-desktop-g3/5.2.2/.helmignore diff --git a/stable/freecad-desktop-g3/5.2.2/CHANGELOG.md b/stable/freecad-desktop-g3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..01d1cdee96b --- /dev/null +++ b/stable/freecad-desktop-g3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/freecad-desktop-g3/5.2.2/Chart.yaml b/stable/freecad-desktop-g3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..0d724e7b67a --- /dev/null +++ b/stable/freecad-desktop-g3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/freecad-desktop-g3/5.1.1/README.md b/stable/freecad-desktop-g3/5.2.2/README.md similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/README.md rename to stable/freecad-desktop-g3/5.2.2/README.md diff --git a/stable/freecad-desktop-g3/5.2.2/app-changelog.md b/stable/freecad-desktop-g3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0c1886f6dc4 --- /dev/null +++ b/stable/freecad-desktop-g3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/freecad-desktop-g3/5.1.1/app-readme.md b/stable/freecad-desktop-g3/5.2.2/app-readme.md similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/app-readme.md rename to stable/freecad-desktop-g3/5.2.2/app-readme.md diff --git a/stable/freecad-desktop-g3/5.2.2/charts/common-18.1.6.tgz b/stable/freecad-desktop-g3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/freecad-desktop-g3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/freecad-desktop-g3/5.1.1/ix_values.yaml b/stable/freecad-desktop-g3/5.2.2/ix_values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/ix_values.yaml rename to stable/freecad-desktop-g3/5.2.2/ix_values.yaml diff --git a/stable/freecad-desktop-g3/5.1.1/questions.yaml b/stable/freecad-desktop-g3/5.2.2/questions.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/questions.yaml rename to stable/freecad-desktop-g3/5.2.2/questions.yaml diff --git a/stable/freecad-desktop-g3/5.1.1/templates/common.yaml b/stable/freecad-desktop-g3/5.2.2/templates/common.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.1.1/templates/common.yaml rename to stable/freecad-desktop-g3/5.2.2/templates/common.yaml diff --git a/stable/gitea/18.3.2/values.yaml b/stable/freecad-desktop-g3/5.2.2/values.yaml similarity index 100% rename from stable/gitea/18.3.2/values.yaml rename to stable/freecad-desktop-g3/5.2.2/values.yaml diff --git a/stable/freeradius/13.1.1/CHANGELOG.md b/stable/freeradius/13.1.1/CHANGELOG.md deleted file mode 100644 index 464c377b968..00000000000 --- a/stable/freeradius/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/freeradius/13.1.1/Chart.yaml b/stable/freeradius/13.1.1/Chart.yaml deleted file mode 100644 index 7c1356a35a2..00000000000 --- a/stable/freeradius/13.1.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: auth - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/freeradius/13.1.1/charts/common-18.0.2.tgz b/stable/freeradius/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/freeradius/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/github-backup/5.1.1/.helmignore b/stable/freeradius/13.2.2/.helmignore similarity index 100% rename from stable/github-backup/5.1.1/.helmignore rename to stable/freeradius/13.2.2/.helmignore diff --git a/stable/freeradius/13.2.2/CHANGELOG.md b/stable/freeradius/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4b047770bfc --- /dev/null +++ b/stable/freeradius/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/freeradius/13.2.2/Chart.yaml b/stable/freeradius/13.2.2/Chart.yaml new file mode 100644 index 00000000000..4ef7f52944f --- /dev/null +++ b/stable/freeradius/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/freeradius/13.1.1/README.md b/stable/freeradius/13.2.2/README.md similarity index 100% rename from stable/freeradius/13.1.1/README.md rename to stable/freeradius/13.2.2/README.md diff --git a/stable/freeradius/13.2.2/app-changelog.md b/stable/freeradius/13.2.2/app-changelog.md new file mode 100644 index 00000000000..407cd2189a3 --- /dev/null +++ b/stable/freeradius/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/freeradius/13.1.1/app-readme.md b/stable/freeradius/13.2.2/app-readme.md similarity index 100% rename from stable/freeradius/13.1.1/app-readme.md rename to stable/freeradius/13.2.2/app-readme.md diff --git a/stable/freeradius/13.2.2/charts/common-18.1.6.tgz b/stable/freeradius/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/freeradius/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/freeradius/13.1.1/ix_values.yaml b/stable/freeradius/13.2.2/ix_values.yaml similarity index 100% rename from stable/freeradius/13.1.1/ix_values.yaml rename to stable/freeradius/13.2.2/ix_values.yaml diff --git a/stable/freeradius/13.1.1/questions.yaml b/stable/freeradius/13.2.2/questions.yaml similarity index 100% rename from stable/freeradius/13.1.1/questions.yaml rename to stable/freeradius/13.2.2/questions.yaml diff --git a/stable/gravity/3.1.1/templates/NOTES.txt b/stable/freeradius/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/gravity/3.1.1/templates/NOTES.txt rename to stable/freeradius/13.2.2/templates/NOTES.txt diff --git a/stable/home-assistant/24.1.3/templates/common.yaml b/stable/freeradius/13.2.2/templates/common.yaml similarity index 100% rename from stable/home-assistant/24.1.3/templates/common.yaml rename to stable/freeradius/13.2.2/templates/common.yaml diff --git a/stable/github-backup/5.1.1/values.yaml b/stable/freeradius/13.2.2/values.yaml similarity index 100% rename from stable/github-backup/5.1.1/values.yaml rename to stable/freeradius/13.2.2/values.yaml diff --git a/stable/freshrss/18.1.3/CHANGELOG.md b/stable/freshrss/18.1.3/CHANGELOG.md deleted file mode 100644 index 632b739db13..00000000000 --- a/stable/freshrss/18.1.3/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.1.3/Chart.yaml b/stable/freshrss/18.1.3/Chart.yaml deleted file mode 100644 index a8fceb43bc9..00000000000 --- a/stable/freshrss/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.1 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/freshrss/18.1.3/charts/common-18.0.2.tgz b/stable/freshrss/18.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/freshrss/18.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/freshrss/18.1.3/ix_values.yaml b/stable/freshrss/18.1.3/ix_values.yaml deleted file mode 100644 index 0ff7531c306..00000000000 --- a/stable/freshrss/18.1.3/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/glauth/5.1.1/.helmignore b/stable/freshrss/18.2.3/.helmignore similarity index 100% rename from stable/glauth/5.1.1/.helmignore rename to stable/freshrss/18.2.3/.helmignore diff --git a/stable/freshrss/18.2.3/CHANGELOG.md b/stable/freshrss/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..74bf680dfc4 --- /dev/null +++ b/stable/freshrss/18.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/freshrss/18.2.3/Chart.yaml b/stable/freshrss/18.2.3/Chart.yaml new file mode 100644 index 00000000000..33c5c7f357d --- /dev/null +++ b/stable/freshrss/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/freshrss/18.1.3/README.md b/stable/freshrss/18.2.3/README.md similarity index 100% rename from stable/freshrss/18.1.3/README.md rename to stable/freshrss/18.2.3/README.md diff --git a/stable/freshrss/18.2.3/app-changelog.md b/stable/freshrss/18.2.3/app-changelog.md new file mode 100644 index 00000000000..56465023c32 --- /dev/null +++ b/stable/freshrss/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/freshrss/18.1.3/app-readme.md b/stable/freshrss/18.2.3/app-readme.md similarity index 100% rename from stable/freshrss/18.1.3/app-readme.md rename to stable/freshrss/18.2.3/app-readme.md diff --git a/stable/freshrss/18.2.3/charts/common-18.1.6.tgz b/stable/freshrss/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/freshrss/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/freshrss/18.2.3/ix_values.yaml b/stable/freshrss/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..efdc01900bd --- /dev/null +++ b/stable/freshrss/18.2.3/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.1.3/questions.yaml b/stable/freshrss/18.2.3/questions.yaml similarity index 100% rename from stable/freshrss/18.1.3/questions.yaml rename to stable/freshrss/18.2.3/questions.yaml diff --git a/stable/grocy/18.1.3/templates/NOTES.txt b/stable/freshrss/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/grocy/18.1.3/templates/NOTES.txt rename to stable/freshrss/18.2.3/templates/NOTES.txt diff --git a/stable/handbrake/21.1.1/templates/common.yaml b/stable/freshrss/18.2.3/templates/common.yaml similarity index 100% rename from stable/handbrake/21.1.1/templates/common.yaml rename to stable/freshrss/18.2.3/templates/common.yaml diff --git a/stable/glauth/5.1.1/values.yaml b/stable/freshrss/18.2.3/values.yaml similarity index 100% rename from stable/glauth/5.1.1/values.yaml rename to stable/freshrss/18.2.3/values.yaml diff --git a/stable/friendica/13.4.0/CHANGELOG.md b/stable/friendica/13.4.0/CHANGELOG.md deleted file mode 100644 index b535ea6570b..00000000000 --- a/stable/friendica/13.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [friendica-12.2.10](https://github.com/truecharts/charts/compare/friendica-12.2.9...friendica-12.2.10) (2024-01-14) \ No newline at end of file diff --git a/stable/friendica/13.4.0/Chart.yaml b/stable/friendica/13.4.0/Chart.yaml deleted file mode 100644 index db43d76c0a2..00000000000 --- a/stable/friendica/13.4.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.0 -dependencies: - - name: common - version: 18.0.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.4.0 diff --git a/stable/friendica/13.4.0/charts/common-18.0.2.tgz b/stable/friendica/13.4.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/friendica/13.4.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/friendica/13.4.0/charts/mariadb-12.3.0.tgz b/stable/friendica/13.4.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/friendica/13.4.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/go-playground/5.1.1/.helmignore b/stable/friendica/13.6.2/.helmignore similarity index 100% rename from stable/go-playground/5.1.1/.helmignore rename to stable/friendica/13.6.2/.helmignore diff --git a/stable/friendica/13.6.2/CHANGELOG.md b/stable/friendica/13.6.2/CHANGELOG.md new file mode 100644 index 00000000000..42b770b37cf --- /dev/null +++ b/stable/friendica/13.6.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/friendica/13.6.2/Chart.yaml b/stable/friendica/13.6.2/Chart.yaml new file mode 100644 index 00000000000..4f21d0369cc --- /dev/null +++ b/stable/friendica/13.6.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.1.6 + 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.6.2 diff --git a/stable/friendica/13.4.0/README.md b/stable/friendica/13.6.2/README.md similarity index 100% rename from stable/friendica/13.4.0/README.md rename to stable/friendica/13.6.2/README.md diff --git a/stable/friendica/13.6.2/app-changelog.md b/stable/friendica/13.6.2/app-changelog.md new file mode 100644 index 00000000000..cd0d66e9e8c --- /dev/null +++ b/stable/friendica/13.6.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/friendica/13.4.0/app-readme.md b/stable/friendica/13.6.2/app-readme.md similarity index 100% rename from stable/friendica/13.4.0/app-readme.md rename to stable/friendica/13.6.2/app-readme.md diff --git a/stable/friendica/13.6.2/charts/common-18.1.6.tgz b/stable/friendica/13.6.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/friendica/13.6.2/charts/common-18.1.6.tgz differ diff --git a/stable/friendica/13.6.2/charts/mariadb-13.2.0.tgz b/stable/friendica/13.6.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/friendica/13.6.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/friendica/13.4.0/charts/redis-11.3.0.tgz b/stable/friendica/13.6.2/charts/redis-11.3.0.tgz similarity index 100% rename from stable/friendica/13.4.0/charts/redis-11.3.0.tgz rename to stable/friendica/13.6.2/charts/redis-11.3.0.tgz diff --git a/stable/friendica/13.4.0/ix_values.yaml b/stable/friendica/13.6.2/ix_values.yaml similarity index 100% rename from stable/friendica/13.4.0/ix_values.yaml rename to stable/friendica/13.6.2/ix_values.yaml diff --git a/stable/friendica/13.4.0/questions.yaml b/stable/friendica/13.6.2/questions.yaml similarity index 100% rename from stable/friendica/13.4.0/questions.yaml rename to stable/friendica/13.6.2/questions.yaml diff --git a/stable/guacd/9.1.1/templates/NOTES.txt b/stable/friendica/13.6.2/templates/NOTES.txt similarity index 100% rename from stable/guacd/9.1.1/templates/NOTES.txt rename to stable/friendica/13.6.2/templates/NOTES.txt diff --git a/stable/friendica/13.4.0/templates/common.yaml b/stable/friendica/13.6.2/templates/common.yaml similarity index 100% rename from stable/friendica/13.4.0/templates/common.yaml rename to stable/friendica/13.6.2/templates/common.yaml diff --git a/stable/go-playground/5.1.1/values.yaml b/stable/friendica/13.6.2/values.yaml similarity index 100% rename from stable/go-playground/5.1.1/values.yaml rename to stable/friendica/13.6.2/values.yaml diff --git a/stable/frigate/13.1.1/CHANGELOG.md b/stable/frigate/13.1.1/CHANGELOG.md deleted file mode 100644 index 4830401ce9c..00000000000 --- a/stable/frigate/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/frigate/13.1.1/Chart.yaml b/stable/frigate/13.1.1/Chart.yaml deleted file mode 100644 index 4e472ee871e..00000000000 --- a/stable/frigate/13.1.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: nvr - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/frigate/13.1.1/charts/common-18.0.2.tgz b/stable/frigate/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/frigate/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/goaccess-npm-logs/5.1.1/.helmignore b/stable/frigate/13.2.2/.helmignore similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/.helmignore rename to stable/frigate/13.2.2/.helmignore diff --git a/stable/frigate/13.2.2/CHANGELOG.md b/stable/frigate/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..66465564177 --- /dev/null +++ b/stable/frigate/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/frigate/13.2.2/Chart.yaml b/stable/frigate/13.2.2/Chart.yaml new file mode 100644 index 00000000000..0f7280efaef --- /dev/null +++ b/stable/frigate/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/frigate/13.1.1/README.md b/stable/frigate/13.2.2/README.md similarity index 100% rename from stable/frigate/13.1.1/README.md rename to stable/frigate/13.2.2/README.md diff --git a/stable/frigate/13.2.2/app-changelog.md b/stable/frigate/13.2.2/app-changelog.md new file mode 100644 index 00000000000..afae444e9c4 --- /dev/null +++ b/stable/frigate/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/frigate/13.1.1/app-readme.md b/stable/frigate/13.2.2/app-readme.md similarity index 100% rename from stable/frigate/13.1.1/app-readme.md rename to stable/frigate/13.2.2/app-readme.md diff --git a/stable/frigate/13.2.2/charts/common-18.1.6.tgz b/stable/frigate/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/frigate/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/frigate/13.1.1/ix_values.yaml b/stable/frigate/13.2.2/ix_values.yaml similarity index 100% rename from stable/frigate/13.1.1/ix_values.yaml rename to stable/frigate/13.2.2/ix_values.yaml diff --git a/stable/frigate/13.1.1/questions.yaml b/stable/frigate/13.2.2/questions.yaml similarity index 100% rename from stable/frigate/13.1.1/questions.yaml rename to stable/frigate/13.2.2/questions.yaml diff --git a/stable/hammond/9.1.2/templates/NOTES.txt b/stable/frigate/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/hammond/9.1.2/templates/NOTES.txt rename to stable/frigate/13.2.2/templates/NOTES.txt diff --git a/stable/frigate/13.1.1/templates/_configmap.tpl b/stable/frigate/13.2.2/templates/_configmap.tpl similarity index 100% rename from stable/frigate/13.1.1/templates/_configmap.tpl rename to stable/frigate/13.2.2/templates/_configmap.tpl diff --git a/stable/frigate/13.1.1/templates/common.yaml b/stable/frigate/13.2.2/templates/common.yaml similarity index 100% rename from stable/frigate/13.1.1/templates/common.yaml rename to stable/frigate/13.2.2/templates/common.yaml diff --git a/stable/goaccess-npm-logs/5.1.1/values.yaml b/stable/frigate/13.2.2/values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/values.yaml rename to stable/frigate/13.2.2/values.yaml diff --git a/stable/fsm/5.1.1/CHANGELOG.md b/stable/fsm/5.1.1/CHANGELOG.md deleted file mode 100644 index 0c83d68b02c..00000000000 --- a/stable/fsm/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/fsm/5.1.1/Chart.yaml b/stable/fsm/5.1.1/Chart.yaml deleted file mode 100644 index 63e527892ac..00000000000 --- a/stable/fsm/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/fsm/5.1.1/charts/common-18.0.2.tgz b/stable/fsm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/fsm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/goaccess/5.1.1/.helmignore b/stable/fsm/5.2.2/.helmignore similarity index 100% rename from stable/goaccess/5.1.1/.helmignore rename to stable/fsm/5.2.2/.helmignore diff --git a/stable/fsm/5.2.2/CHANGELOG.md b/stable/fsm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ae491aacada --- /dev/null +++ b/stable/fsm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/fsm/5.2.2/Chart.yaml b/stable/fsm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5357b3eade7 --- /dev/null +++ b/stable/fsm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/fsm/5.1.1/README.md b/stable/fsm/5.2.2/README.md similarity index 100% rename from stable/fsm/5.1.1/README.md rename to stable/fsm/5.2.2/README.md diff --git a/stable/fsm/5.2.2/app-changelog.md b/stable/fsm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6c802270221 --- /dev/null +++ b/stable/fsm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/fsm/5.1.1/app-readme.md b/stable/fsm/5.2.2/app-readme.md similarity index 100% rename from stable/fsm/5.1.1/app-readme.md rename to stable/fsm/5.2.2/app-readme.md diff --git a/stable/fsm/5.2.2/charts/common-18.1.6.tgz b/stable/fsm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/fsm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/fsm/5.1.1/ix_values.yaml b/stable/fsm/5.2.2/ix_values.yaml similarity index 100% rename from stable/fsm/5.1.1/ix_values.yaml rename to stable/fsm/5.2.2/ix_values.yaml diff --git a/stable/fsm/5.1.1/questions.yaml b/stable/fsm/5.2.2/questions.yaml similarity index 100% rename from stable/fsm/5.1.1/questions.yaml rename to stable/fsm/5.2.2/questions.yaml diff --git a/stable/fsm/5.1.1/templates/common.yaml b/stable/fsm/5.2.2/templates/common.yaml similarity index 100% rename from stable/fsm/5.1.1/templates/common.yaml rename to stable/fsm/5.2.2/templates/common.yaml diff --git a/stable/goaccess/5.1.1/values.yaml b/stable/fsm/5.2.2/values.yaml similarity index 100% rename from stable/goaccess/5.1.1/values.yaml rename to stable/fsm/5.2.2/values.yaml diff --git a/stable/gamevault-backend/5.1.1/CHANGELOG.md b/stable/gamevault-backend/5.1.1/CHANGELOG.md deleted file mode 100644 index 773a4bcd385..00000000000 --- a/stable/gamevault-backend/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [gamevault-backend-4.1.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.1.4...gamevault-backend-4.1.5) (2024-01-01) \ No newline at end of file diff --git a/stable/gamevault-backend/5.1.1/Chart.yaml b/stable/gamevault-backend/5.1.1/Chart.yaml deleted file mode 100644 index 0144ea3d7b9..00000000000 --- a/stable/gamevault-backend/5.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gamevault-backend/5.1.1/charts/common-18.0.2.tgz b/stable/gamevault-backend/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gamevault-backend/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/godaddy-ddns/5.1.1/.helmignore b/stable/gamevault-backend/5.2.2/.helmignore similarity index 100% rename from stable/godaddy-ddns/5.1.1/.helmignore rename to stable/gamevault-backend/5.2.2/.helmignore diff --git a/stable/gamevault-backend/5.2.2/CHANGELOG.md b/stable/gamevault-backend/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e76da5be276 --- /dev/null +++ b/stable/gamevault-backend/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + diff --git a/stable/gamevault-backend/5.2.2/Chart.yaml b/stable/gamevault-backend/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ed847e65217 --- /dev/null +++ b/stable/gamevault-backend/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gamevault-backend/5.1.1/README.md b/stable/gamevault-backend/5.2.2/README.md similarity index 100% rename from stable/gamevault-backend/5.1.1/README.md rename to stable/gamevault-backend/5.2.2/README.md diff --git a/stable/gamevault-backend/5.2.2/app-changelog.md b/stable/gamevault-backend/5.2.2/app-changelog.md new file mode 100644 index 00000000000..685c2134681 --- /dev/null +++ b/stable/gamevault-backend/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.1.1/app-readme.md b/stable/gamevault-backend/5.2.2/app-readme.md similarity index 100% rename from stable/gamevault-backend/5.1.1/app-readme.md rename to stable/gamevault-backend/5.2.2/app-readme.md diff --git a/stable/gamevault-backend/5.2.2/charts/common-18.1.6.tgz b/stable/gamevault-backend/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gamevault-backend/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gamevault-backend/5.1.1/ix_values.yaml b/stable/gamevault-backend/5.2.2/ix_values.yaml similarity index 100% rename from stable/gamevault-backend/5.1.1/ix_values.yaml rename to stable/gamevault-backend/5.2.2/ix_values.yaml diff --git a/stable/gamevault-backend/5.1.1/questions.yaml b/stable/gamevault-backend/5.2.2/questions.yaml similarity index 100% rename from stable/gamevault-backend/5.1.1/questions.yaml rename to stable/gamevault-backend/5.2.2/questions.yaml diff --git a/stable/handbrake/21.1.1/templates/NOTES.txt b/stable/gamevault-backend/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/handbrake/21.1.1/templates/NOTES.txt rename to stable/gamevault-backend/5.2.2/templates/NOTES.txt diff --git a/stable/haste-server/13.1.1/templates/common.yaml b/stable/gamevault-backend/5.2.2/templates/common.yaml similarity index 100% rename from stable/haste-server/13.1.1/templates/common.yaml rename to stable/gamevault-backend/5.2.2/templates/common.yaml diff --git a/stable/godaddy-ddns/5.1.1/values.yaml b/stable/gamevault-backend/5.2.2/values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.1/values.yaml rename to stable/gamevault-backend/5.2.2/values.yaml diff --git a/stable/gaps/18.1.1/CHANGELOG.md b/stable/gaps/18.1.1/CHANGELOG.md deleted file mode 100644 index 9e68eef21ab..00000000000 --- a/stable/gaps/18.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/gaps/18.1.1/Chart.yaml b/stable/gaps/18.1.1/Chart.yaml deleted file mode 100644 index 4ccb7fedb69..00000000000 --- a/stable/gaps/18.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gaps/18.1.1/charts/common-18.0.2.tgz b/stable/gaps/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gaps/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gokapi/5.1.1/.helmignore b/stable/gaps/18.2.2/.helmignore similarity index 100% rename from stable/gokapi/5.1.1/.helmignore rename to stable/gaps/18.2.2/.helmignore diff --git a/stable/gaps/18.2.2/CHANGELOG.md b/stable/gaps/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..77bdebeeb7e --- /dev/null +++ b/stable/gaps/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/gaps/18.2.2/Chart.yaml b/stable/gaps/18.2.2/Chart.yaml new file mode 100644 index 00000000000..7e65b1ad785 --- /dev/null +++ b/stable/gaps/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gaps/18.1.1/README.md b/stable/gaps/18.2.2/README.md similarity index 100% rename from stable/gaps/18.1.1/README.md rename to stable/gaps/18.2.2/README.md diff --git a/stable/gaps/18.2.2/app-changelog.md b/stable/gaps/18.2.2/app-changelog.md new file mode 100644 index 00000000000..c8a804c0186 --- /dev/null +++ b/stable/gaps/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gaps/18.1.1/app-readme.md b/stable/gaps/18.2.2/app-readme.md similarity index 100% rename from stable/gaps/18.1.1/app-readme.md rename to stable/gaps/18.2.2/app-readme.md diff --git a/stable/gaps/18.2.2/charts/common-18.1.6.tgz b/stable/gaps/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gaps/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gaps/18.1.1/ix_values.yaml b/stable/gaps/18.2.2/ix_values.yaml similarity index 100% rename from stable/gaps/18.1.1/ix_values.yaml rename to stable/gaps/18.2.2/ix_values.yaml diff --git a/stable/gaps/18.1.1/questions.yaml b/stable/gaps/18.2.2/questions.yaml similarity index 100% rename from stable/gaps/18.1.1/questions.yaml rename to stable/gaps/18.2.2/questions.yaml diff --git a/stable/haste-server/13.1.1/templates/NOTES.txt b/stable/gaps/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/haste-server/13.1.1/templates/NOTES.txt rename to stable/gaps/18.2.2/templates/NOTES.txt diff --git a/stable/healthchecks/14.1.2/templates/common.yaml b/stable/gaps/18.2.2/templates/common.yaml similarity index 100% rename from stable/healthchecks/14.1.2/templates/common.yaml rename to stable/gaps/18.2.2/templates/common.yaml diff --git a/stable/gokapi/5.1.1/values.yaml b/stable/gaps/18.2.2/values.yaml similarity index 100% rename from stable/gokapi/5.1.1/values.yaml rename to stable/gaps/18.2.2/values.yaml diff --git a/stable/garrysmod/5.1.1/CHANGELOG.md b/stable/garrysmod/5.1.1/CHANGELOG.md deleted file mode 100644 index 8b109d8a061..00000000000 --- a/stable/garrysmod/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/garrysmod/5.1.1/Chart.yaml b/stable/garrysmod/5.1.1/Chart.yaml deleted file mode 100644 index faa066b6ff8..00000000000 --- a/stable/garrysmod/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: garrysmod -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/garrysmod/5.1.1/charts/common-18.0.2.tgz b/stable/garrysmod/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/garrysmod/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/golinks/11.1.1/.helmignore b/stable/garrysmod/5.2.2/.helmignore similarity index 100% rename from stable/golinks/11.1.1/.helmignore rename to stable/garrysmod/5.2.2/.helmignore diff --git a/stable/garrysmod/5.2.2/CHANGELOG.md b/stable/garrysmod/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..014e68f0c0d --- /dev/null +++ b/stable/garrysmod/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/garrysmod/5.2.2/Chart.yaml b/stable/garrysmod/5.2.2/Chart.yaml new file mode 100644 index 00000000000..df2d3fd65be --- /dev/null +++ b/stable/garrysmod/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: garrysmod +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/garrysmod/5.1.1/README.md b/stable/garrysmod/5.2.2/README.md similarity index 100% rename from stable/garrysmod/5.1.1/README.md rename to stable/garrysmod/5.2.2/README.md diff --git a/stable/garrysmod/5.2.2/app-changelog.md b/stable/garrysmod/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e0e098b98b3 --- /dev/null +++ b/stable/garrysmod/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/garrysmod/5.1.1/app-readme.md b/stable/garrysmod/5.2.2/app-readme.md similarity index 100% rename from stable/garrysmod/5.1.1/app-readme.md rename to stable/garrysmod/5.2.2/app-readme.md diff --git a/stable/garrysmod/5.2.2/charts/common-18.1.6.tgz b/stable/garrysmod/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/garrysmod/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/garrysmod/5.1.1/ix_values.yaml b/stable/garrysmod/5.2.2/ix_values.yaml similarity index 100% rename from stable/garrysmod/5.1.1/ix_values.yaml rename to stable/garrysmod/5.2.2/ix_values.yaml diff --git a/stable/garrysmod/5.1.1/questions.yaml b/stable/garrysmod/5.2.2/questions.yaml similarity index 100% rename from stable/garrysmod/5.1.1/questions.yaml rename to stable/garrysmod/5.2.2/questions.yaml diff --git a/stable/garrysmod/5.1.1/templates/common.yaml b/stable/garrysmod/5.2.2/templates/common.yaml similarity index 100% rename from stable/garrysmod/5.1.1/templates/common.yaml rename to stable/garrysmod/5.2.2/templates/common.yaml diff --git a/stable/golinks/11.1.1/values.yaml b/stable/garrysmod/5.2.2/values.yaml similarity index 100% rename from stable/golinks/11.1.1/values.yaml rename to stable/garrysmod/5.2.2/values.yaml diff --git a/stable/genea/5.1.1/CHANGELOG.md b/stable/genea/5.1.1/CHANGELOG.md deleted file mode 100644 index 55c6bf9cf5c..00000000000 --- a/stable/genea/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/genea/5.1.1/Chart.yaml b/stable/genea/5.1.1/Chart.yaml deleted file mode 100644 index 59d4869e651..00000000000 --- a/stable/genea/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/genea/5.1.1/charts/common-18.0.2.tgz b/stable/genea/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/genea/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gonic/13.1.1/.helmignore b/stable/genea/5.2.2/.helmignore similarity index 100% rename from stable/gonic/13.1.1/.helmignore rename to stable/genea/5.2.2/.helmignore diff --git a/stable/genea/5.2.2/CHANGELOG.md b/stable/genea/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0f136160124 --- /dev/null +++ b/stable/genea/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/genea/5.2.2/Chart.yaml b/stable/genea/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f9c443d3075 --- /dev/null +++ b/stable/genea/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/genea/5.1.1/README.md b/stable/genea/5.2.2/README.md similarity index 100% rename from stable/genea/5.1.1/README.md rename to stable/genea/5.2.2/README.md diff --git a/stable/genea/5.2.2/app-changelog.md b/stable/genea/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3c43b79fe69 --- /dev/null +++ b/stable/genea/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/genea/5.1.1/app-readme.md b/stable/genea/5.2.2/app-readme.md similarity index 100% rename from stable/genea/5.1.1/app-readme.md rename to stable/genea/5.2.2/app-readme.md diff --git a/stable/genea/5.2.2/charts/common-18.1.6.tgz b/stable/genea/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/genea/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/genea/5.1.1/ix_values.yaml b/stable/genea/5.2.2/ix_values.yaml similarity index 100% rename from stable/genea/5.1.1/ix_values.yaml rename to stable/genea/5.2.2/ix_values.yaml diff --git a/stable/genea/5.1.1/questions.yaml b/stable/genea/5.2.2/questions.yaml similarity index 100% rename from stable/genea/5.1.1/questions.yaml rename to stable/genea/5.2.2/questions.yaml diff --git a/stable/genea/5.1.1/templates/common.yaml b/stable/genea/5.2.2/templates/common.yaml similarity index 100% rename from stable/genea/5.1.1/templates/common.yaml rename to stable/genea/5.2.2/templates/common.yaml diff --git a/stable/gonic/13.1.1/values.yaml b/stable/genea/5.2.2/values.yaml similarity index 100% rename from stable/gonic/13.1.1/values.yaml rename to stable/genea/5.2.2/values.yaml diff --git a/stable/ghostfolio/4.2.0/CHANGELOG.md b/stable/ghostfolio/4.2.0/CHANGELOG.md deleted file mode 100644 index b286818b147..00000000000 --- a/stable/ghostfolio/4.2.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) - -### Chore diff --git a/stable/ghostfolio/4.2.0/Chart.yaml b/stable/ghostfolio/4.2.0/Chart.yaml deleted file mode 100644 index e6a4a04b0cf..00000000000 --- a/stable/ghostfolio/4.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: finance - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.57.0 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/ghostfolio/4.2.0/charts/common-18.0.2.tgz b/stable/ghostfolio/4.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ghostfolio/4.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.2.0/ix_values.yaml b/stable/ghostfolio/4.2.0/ix_values.yaml deleted file mode 100644 index da7a6f19262..00000000000 --- a/stable/ghostfolio/4.2.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/googlephotossync/5.1.1/.helmignore b/stable/ghostfolio/4.4.2/.helmignore similarity index 100% rename from stable/googlephotossync/5.1.1/.helmignore rename to stable/ghostfolio/4.4.2/.helmignore diff --git a/stable/ghostfolio/4.4.2/CHANGELOG.md b/stable/ghostfolio/4.4.2/CHANGELOG.md new file mode 100644 index 00000000000..66a0af9199a --- /dev/null +++ b/stable/ghostfolio/4.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/ghostfolio/4.4.2/Chart.yaml b/stable/ghostfolio/4.4.2/Chart.yaml new file mode 100644 index 00000000000..93c65d6aae0 --- /dev/null +++ b/stable/ghostfolio/4.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.60.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/ghostfolio/4.2.0/README.md b/stable/ghostfolio/4.4.2/README.md similarity index 100% rename from stable/ghostfolio/4.2.0/README.md rename to stable/ghostfolio/4.4.2/README.md diff --git a/stable/ghostfolio/4.4.2/app-changelog.md b/stable/ghostfolio/4.4.2/app-changelog.md new file mode 100644 index 00000000000..aa6d78511f8 --- /dev/null +++ b/stable/ghostfolio/4.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ghostfolio/4.2.0/app-readme.md b/stable/ghostfolio/4.4.2/app-readme.md similarity index 100% rename from stable/ghostfolio/4.2.0/app-readme.md rename to stable/ghostfolio/4.4.2/app-readme.md diff --git a/stable/ghostfolio/4.4.2/charts/common-18.1.6.tgz b/stable/ghostfolio/4.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ghostfolio/4.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/ghostfolio/4.2.0/charts/redis-11.2.1.tgz b/stable/ghostfolio/4.4.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/ghostfolio/4.2.0/charts/redis-11.2.1.tgz rename to stable/ghostfolio/4.4.2/charts/redis-11.2.1.tgz diff --git a/stable/ghostfolio/4.4.2/ix_values.yaml b/stable/ghostfolio/4.4.2/ix_values.yaml new file mode 100644 index 00000000000..0228bbe8394 --- /dev/null +++ b/stable/ghostfolio/4.4.2/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.2.0/questions.yaml b/stable/ghostfolio/4.4.2/questions.yaml similarity index 100% rename from stable/ghostfolio/4.2.0/questions.yaml rename to stable/ghostfolio/4.4.2/questions.yaml diff --git a/stable/headphones/11.1.1/templates/NOTES.txt b/stable/ghostfolio/4.4.2/templates/NOTES.txt similarity index 100% rename from stable/headphones/11.1.1/templates/NOTES.txt rename to stable/ghostfolio/4.4.2/templates/NOTES.txt diff --git a/stable/ghostfolio/4.2.0/templates/_secrets.tpl b/stable/ghostfolio/4.4.2/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.2.0/templates/_secrets.tpl rename to stable/ghostfolio/4.4.2/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.2.0/templates/common.yaml b/stable/ghostfolio/4.4.2/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.2.0/templates/common.yaml rename to stable/ghostfolio/4.4.2/templates/common.yaml diff --git a/stable/googlephotossync/5.1.1/values.yaml b/stable/ghostfolio/4.4.2/values.yaml similarity index 100% rename from stable/googlephotossync/5.1.1/values.yaml rename to stable/ghostfolio/4.4.2/values.yaml diff --git a/stable/gitea/18.3.2/CHANGELOG.md b/stable/gitea/18.3.2/CHANGELOG.md deleted file mode 100644 index e7bcdb854b6..00000000000 --- a/stable/gitea/18.3.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [gitea-17.1.10](https://github.com/truecharts/charts/compare/gitea-17.1.9...gitea-17.1.10) (2024-01-09) \ No newline at end of file diff --git a/stable/gitea/18.3.2/Chart.yaml b/stable/gitea/18.3.2/Chart.yaml deleted file mode 100644 index d03bb138408..00000000000 --- a/stable/gitea/18.3.2/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.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: memcached - version: 12.1.4 - 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.3.2 diff --git a/stable/gitea/18.3.2/charts/common-18.0.3.tgz b/stable/gitea/18.3.2/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/gitea/18.3.2/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz b/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz deleted file mode 100644 index 293b6d75714..00000000000 Binary files a/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz and /dev/null differ diff --git a/stable/gpodder/5.1.1/.helmignore b/stable/gitea/18.5.3/.helmignore similarity index 100% rename from stable/gpodder/5.1.1/.helmignore rename to stable/gitea/18.5.3/.helmignore diff --git a/stable/gitea/18.5.3/CHANGELOG.md b/stable/gitea/18.5.3/CHANGELOG.md new file mode 100644 index 00000000000..c612f6dfe9d --- /dev/null +++ b/stable/gitea/18.5.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/gitea/18.5.3/Chart.yaml b/stable/gitea/18.5.3/Chart.yaml new file mode 100644 index 00000000000..3c8f3a1c082 --- /dev/null +++ b/stable/gitea/18.5.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.21.7 +dependencies: + - name: common + version: 18.1.6 + 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.5.3 diff --git a/stable/gitea/18.3.2/README.md b/stable/gitea/18.5.3/README.md similarity index 100% rename from stable/gitea/18.3.2/README.md rename to stable/gitea/18.5.3/README.md diff --git a/stable/gitea/18.5.3/app-changelog.md b/stable/gitea/18.5.3/app-changelog.md new file mode 100644 index 00000000000..9b17b580206 --- /dev/null +++ b/stable/gitea/18.5.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gitea/18.3.2/app-readme.md b/stable/gitea/18.5.3/app-readme.md similarity index 100% rename from stable/gitea/18.3.2/app-readme.md rename to stable/gitea/18.5.3/app-readme.md diff --git a/stable/gitea/18.5.3/charts/common-18.1.6.tgz b/stable/gitea/18.5.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gitea/18.5.3/charts/common-18.1.6.tgz differ diff --git a/stable/gitea/18.5.3/charts/memcached-12.3.1.tgz b/stable/gitea/18.5.3/charts/memcached-12.3.1.tgz new file mode 100644 index 00000000000..c29034864e7 Binary files /dev/null and b/stable/gitea/18.5.3/charts/memcached-12.3.1.tgz differ diff --git a/stable/gitea/18.3.2/ix_values.yaml b/stable/gitea/18.5.3/ix_values.yaml similarity index 100% rename from stable/gitea/18.3.2/ix_values.yaml rename to stable/gitea/18.5.3/ix_values.yaml diff --git a/stable/gitea/18.3.2/questions.yaml b/stable/gitea/18.5.3/questions.yaml similarity index 100% rename from stable/gitea/18.3.2/questions.yaml rename to stable/gitea/18.5.3/questions.yaml diff --git a/stable/healthchecks/14.1.2/templates/NOTES.txt b/stable/gitea/18.5.3/templates/NOTES.txt similarity index 100% rename from stable/healthchecks/14.1.2/templates/NOTES.txt rename to stable/gitea/18.5.3/templates/NOTES.txt diff --git a/stable/gitea/18.3.2/templates/_configmap.tpl b/stable/gitea/18.5.3/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.3.2/templates/_configmap.tpl rename to stable/gitea/18.5.3/templates/_configmap.tpl diff --git a/stable/gitea/18.3.2/templates/_secrets.tpl b/stable/gitea/18.5.3/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.3.2/templates/_secrets.tpl rename to stable/gitea/18.5.3/templates/_secrets.tpl diff --git a/stable/gitea/18.3.2/templates/common.yaml b/stable/gitea/18.5.3/templates/common.yaml similarity index 100% rename from stable/gitea/18.3.2/templates/common.yaml rename to stable/gitea/18.5.3/templates/common.yaml diff --git a/stable/gpodder/5.1.1/values.yaml b/stable/gitea/18.5.3/values.yaml similarity index 100% rename from stable/gpodder/5.1.1/values.yaml rename to stable/gitea/18.5.3/values.yaml diff --git a/stable/github-backup/5.1.1/CHANGELOG.md b/stable/github-backup/5.1.1/CHANGELOG.md deleted file mode 100644 index 854736f863a..00000000000 --- a/stable/github-backup/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/github-backup/5.1.1/Chart.yaml b/stable/github-backup/5.1.1/Chart.yaml deleted file mode 100644 index 4d36fb6f858..00000000000 --- a/stable/github-backup/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/github-backup/5.1.1/charts/common-18.0.2.tgz b/stable/github-backup/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/github-backup/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.1.1/.helmignore b/stable/github-backup/5.2.2/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.1.1/.helmignore rename to stable/github-backup/5.2.2/.helmignore diff --git a/stable/github-backup/5.2.2/CHANGELOG.md b/stable/github-backup/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bc9b1e293d3 --- /dev/null +++ b/stable/github-backup/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/github-backup/5.2.2/Chart.yaml b/stable/github-backup/5.2.2/Chart.yaml new file mode 100644 index 00000000000..24b6227bf42 --- /dev/null +++ b/stable/github-backup/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/github-backup/5.1.1/README.md b/stable/github-backup/5.2.2/README.md similarity index 100% rename from stable/github-backup/5.1.1/README.md rename to stable/github-backup/5.2.2/README.md diff --git a/stable/github-backup/5.2.2/app-changelog.md b/stable/github-backup/5.2.2/app-changelog.md new file mode 100644 index 00000000000..049a2fe304b --- /dev/null +++ b/stable/github-backup/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/github-backup/5.1.1/app-readme.md b/stable/github-backup/5.2.2/app-readme.md similarity index 100% rename from stable/github-backup/5.1.1/app-readme.md rename to stable/github-backup/5.2.2/app-readme.md diff --git a/stable/github-backup/5.2.2/charts/common-18.1.6.tgz b/stable/github-backup/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/github-backup/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/github-backup/5.1.1/ix_values.yaml b/stable/github-backup/5.2.2/ix_values.yaml similarity index 100% rename from stable/github-backup/5.1.1/ix_values.yaml rename to stable/github-backup/5.2.2/ix_values.yaml diff --git a/stable/github-backup/5.1.1/questions.yaml b/stable/github-backup/5.2.2/questions.yaml similarity index 100% rename from stable/github-backup/5.1.1/questions.yaml rename to stable/github-backup/5.2.2/questions.yaml diff --git a/stable/github-backup/5.1.1/templates/common.yaml b/stable/github-backup/5.2.2/templates/common.yaml similarity index 100% rename from stable/github-backup/5.1.1/templates/common.yaml rename to stable/github-backup/5.2.2/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.1.1/values.yaml b/stable/github-backup/5.2.2/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.1/values.yaml rename to stable/github-backup/5.2.2/values.yaml diff --git a/stable/glauth/5.1.1/CHANGELOG.md b/stable/glauth/5.1.1/CHANGELOG.md deleted file mode 100644 index 44d014f554d..00000000000 --- a/stable/glauth/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/glauth/5.1.1/Chart.yaml b/stable/glauth/5.1.1/Chart.yaml deleted file mode 100644 index 5083c877b22..00000000000 --- a/stable/glauth/5.1.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: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/glauth/5.1.1/charts/common-18.0.2.tgz b/stable/glauth/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/glauth/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grav/11.1.3/.helmignore b/stable/glauth/5.2.2/.helmignore similarity index 100% rename from stable/grav/11.1.3/.helmignore rename to stable/glauth/5.2.2/.helmignore diff --git a/stable/glauth/5.2.2/CHANGELOG.md b/stable/glauth/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ddcac4b86bd --- /dev/null +++ b/stable/glauth/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/glauth/5.2.2/Chart.yaml b/stable/glauth/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d5cfa13536c --- /dev/null +++ b/stable/glauth/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/glauth/5.1.1/README.md b/stable/glauth/5.2.2/README.md similarity index 100% rename from stable/glauth/5.1.1/README.md rename to stable/glauth/5.2.2/README.md diff --git a/stable/glauth/5.2.2/app-changelog.md b/stable/glauth/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c689724a269 --- /dev/null +++ b/stable/glauth/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/glauth/5.1.1/app-readme.md b/stable/glauth/5.2.2/app-readme.md similarity index 100% rename from stable/glauth/5.1.1/app-readme.md rename to stable/glauth/5.2.2/app-readme.md diff --git a/stable/glauth/5.2.2/charts/common-18.1.6.tgz b/stable/glauth/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/glauth/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/glauth/5.1.1/ix_values.yaml b/stable/glauth/5.2.2/ix_values.yaml similarity index 100% rename from stable/glauth/5.1.1/ix_values.yaml rename to stable/glauth/5.2.2/ix_values.yaml diff --git a/stable/glauth/5.1.1/questions.yaml b/stable/glauth/5.2.2/questions.yaml similarity index 100% rename from stable/glauth/5.1.1/questions.yaml rename to stable/glauth/5.2.2/questions.yaml diff --git a/stable/glauth/5.1.1/templates/common.yaml b/stable/glauth/5.2.2/templates/common.yaml similarity index 100% rename from stable/glauth/5.1.1/templates/common.yaml rename to stable/glauth/5.2.2/templates/common.yaml diff --git a/stable/grav/11.1.3/values.yaml b/stable/glauth/5.2.2/values.yaml similarity index 100% rename from stable/grav/11.1.3/values.yaml rename to stable/glauth/5.2.2/values.yaml diff --git a/stable/go-playground/5.1.1/CHANGELOG.md b/stable/go-playground/5.1.1/CHANGELOG.md deleted file mode 100644 index 812af2e15ce..00000000000 --- a/stable/go-playground/5.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/go-playground/5.1.1/Chart.yaml b/stable/go-playground/5.1.1/Chart.yaml deleted file mode 100644 index 9341d6e9224..00000000000 --- a/stable/go-playground/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/go-playground/5.1.1/charts/common-18.0.2.tgz b/stable/go-playground/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/go-playground/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gravity/3.1.1/.helmignore b/stable/go-playground/5.2.2/.helmignore similarity index 100% rename from stable/gravity/3.1.1/.helmignore rename to stable/go-playground/5.2.2/.helmignore diff --git a/stable/go-playground/5.2.2/CHANGELOG.md b/stable/go-playground/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..64557d16760 --- /dev/null +++ b/stable/go-playground/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/go-playground/5.2.2/Chart.yaml b/stable/go-playground/5.2.2/Chart.yaml new file mode 100644 index 00000000000..22408fe87a2 --- /dev/null +++ b/stable/go-playground/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/go-playground/5.1.1/README.md b/stable/go-playground/5.2.2/README.md similarity index 100% rename from stable/go-playground/5.1.1/README.md rename to stable/go-playground/5.2.2/README.md diff --git a/stable/go-playground/5.2.2/app-changelog.md b/stable/go-playground/5.2.2/app-changelog.md new file mode 100644 index 00000000000..96812e8873b --- /dev/null +++ b/stable/go-playground/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/go-playground/5.1.1/app-readme.md b/stable/go-playground/5.2.2/app-readme.md similarity index 100% rename from stable/go-playground/5.1.1/app-readme.md rename to stable/go-playground/5.2.2/app-readme.md diff --git a/stable/go-playground/5.2.2/charts/common-18.1.6.tgz b/stable/go-playground/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/go-playground/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/go-playground/5.1.1/ix_values.yaml b/stable/go-playground/5.2.2/ix_values.yaml similarity index 100% rename from stable/go-playground/5.1.1/ix_values.yaml rename to stable/go-playground/5.2.2/ix_values.yaml diff --git a/stable/go-playground/5.1.1/questions.yaml b/stable/go-playground/5.2.2/questions.yaml similarity index 100% rename from stable/go-playground/5.1.1/questions.yaml rename to stable/go-playground/5.2.2/questions.yaml diff --git a/stable/go-playground/5.1.1/templates/common.yaml b/stable/go-playground/5.2.2/templates/common.yaml similarity index 100% rename from stable/go-playground/5.1.1/templates/common.yaml rename to stable/go-playground/5.2.2/templates/common.yaml diff --git a/stable/gravity/3.1.1/values.yaml b/stable/go-playground/5.2.2/values.yaml similarity index 100% rename from stable/gravity/3.1.1/values.yaml rename to stable/go-playground/5.2.2/values.yaml diff --git a/stable/goaccess-npm-logs/5.1.1/CHANGELOG.md b/stable/goaccess-npm-logs/5.1.1/CHANGELOG.md deleted file mode 100644 index 84ac44107c5..00000000000 --- a/stable/goaccess-npm-logs/5.1.1/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 - - -## [goaccess-npm-logs-4.1.4](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.3...goaccess-npm-logs-4.1.4) (2024-01-01) diff --git a/stable/goaccess-npm-logs/5.1.1/Chart.yaml b/stable/goaccess-npm-logs/5.1.1/Chart.yaml deleted file mode 100644 index d4e954c6e51..00000000000 --- a/stable/goaccess-npm-logs/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/goaccess-npm-logs/5.1.1/charts/common-18.0.2.tgz b/stable/goaccess-npm-logs/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/goaccess-npm-logs/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.1.1/.helmignore b/stable/goaccess-npm-logs/5.2.2/.helmignore similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/.helmignore rename to stable/goaccess-npm-logs/5.2.2/.helmignore diff --git a/stable/goaccess-npm-logs/5.2.2/CHANGELOG.md b/stable/goaccess-npm-logs/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9d8b7fd6506 --- /dev/null +++ b/stable/goaccess-npm-logs/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/goaccess-npm-logs/5.2.2/Chart.yaml b/stable/goaccess-npm-logs/5.2.2/Chart.yaml new file mode 100644 index 00000000000..7eba2692162 --- /dev/null +++ b/stable/goaccess-npm-logs/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/goaccess-npm-logs/5.1.1/README.md b/stable/goaccess-npm-logs/5.2.2/README.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/README.md rename to stable/goaccess-npm-logs/5.2.2/README.md diff --git a/stable/goaccess-npm-logs/5.2.2/app-changelog.md b/stable/goaccess-npm-logs/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1494d92d328 --- /dev/null +++ b/stable/goaccess-npm-logs/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/goaccess-npm-logs/5.1.1/app-readme.md b/stable/goaccess-npm-logs/5.2.2/app-readme.md similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/app-readme.md rename to stable/goaccess-npm-logs/5.2.2/app-readme.md diff --git a/stable/goaccess-npm-logs/5.2.2/charts/common-18.1.6.tgz b/stable/goaccess-npm-logs/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/goaccess-npm-logs/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/goaccess-npm-logs/5.1.1/ix_values.yaml b/stable/goaccess-npm-logs/5.2.2/ix_values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/ix_values.yaml rename to stable/goaccess-npm-logs/5.2.2/ix_values.yaml diff --git a/stable/goaccess-npm-logs/5.1.1/questions.yaml b/stable/goaccess-npm-logs/5.2.2/questions.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/questions.yaml rename to stable/goaccess-npm-logs/5.2.2/questions.yaml diff --git a/stable/goaccess-npm-logs/5.1.1/templates/common.yaml b/stable/goaccess-npm-logs/5.2.2/templates/common.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.1.1/templates/common.yaml rename to stable/goaccess-npm-logs/5.2.2/templates/common.yaml diff --git a/stable/gridcoinwalletgui/5.1.1/values.yaml b/stable/goaccess-npm-logs/5.2.2/values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/values.yaml rename to stable/goaccess-npm-logs/5.2.2/values.yaml diff --git a/stable/goaccess/5.1.1/CHANGELOG.md b/stable/goaccess/5.1.1/CHANGELOG.md deleted file mode 100644 index ea90ec5c200..00000000000 --- a/stable/goaccess/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/goaccess/5.1.1/Chart.yaml b/stable/goaccess/5.1.1/Chart.yaml deleted file mode 100644 index 27991523871..00000000000 --- a/stable/goaccess/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/goaccess/5.1.1/charts/common-18.0.2.tgz b/stable/goaccess/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/goaccess/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grocy/18.1.3/.helmignore b/stable/goaccess/5.2.2/.helmignore similarity index 100% rename from stable/grocy/18.1.3/.helmignore rename to stable/goaccess/5.2.2/.helmignore diff --git a/stable/goaccess/5.2.2/CHANGELOG.md b/stable/goaccess/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..04a93006fcf --- /dev/null +++ b/stable/goaccess/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/goaccess/5.2.2/Chart.yaml b/stable/goaccess/5.2.2/Chart.yaml new file mode 100644 index 00000000000..30d803072e4 --- /dev/null +++ b/stable/goaccess/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/goaccess/5.1.1/README.md b/stable/goaccess/5.2.2/README.md similarity index 100% rename from stable/goaccess/5.1.1/README.md rename to stable/goaccess/5.2.2/README.md diff --git a/stable/goaccess/5.2.2/app-changelog.md b/stable/goaccess/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c324a184678 --- /dev/null +++ b/stable/goaccess/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/goaccess/5.1.1/app-readme.md b/stable/goaccess/5.2.2/app-readme.md similarity index 100% rename from stable/goaccess/5.1.1/app-readme.md rename to stable/goaccess/5.2.2/app-readme.md diff --git a/stable/goaccess/5.2.2/charts/common-18.1.6.tgz b/stable/goaccess/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/goaccess/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/goaccess/5.1.1/ix_values.yaml b/stable/goaccess/5.2.2/ix_values.yaml similarity index 100% rename from stable/goaccess/5.1.1/ix_values.yaml rename to stable/goaccess/5.2.2/ix_values.yaml diff --git a/stable/goaccess/5.1.1/questions.yaml b/stable/goaccess/5.2.2/questions.yaml similarity index 100% rename from stable/goaccess/5.1.1/questions.yaml rename to stable/goaccess/5.2.2/questions.yaml diff --git a/stable/goaccess/5.1.1/templates/common.yaml b/stable/goaccess/5.2.2/templates/common.yaml similarity index 100% rename from stable/goaccess/5.1.1/templates/common.yaml rename to stable/goaccess/5.2.2/templates/common.yaml diff --git a/stable/grocy/18.1.3/values.yaml b/stable/goaccess/5.2.2/values.yaml similarity index 100% rename from stable/grocy/18.1.3/values.yaml rename to stable/goaccess/5.2.2/values.yaml diff --git a/stable/godaddy-ddns/5.1.1/CHANGELOG.md b/stable/godaddy-ddns/5.1.1/CHANGELOG.md deleted file mode 100644 index fdc671aea2d..00000000000 --- a/stable/godaddy-ddns/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/godaddy-ddns/5.1.1/Chart.yaml b/stable/godaddy-ddns/5.1.1/Chart.yaml deleted file mode 100644 index 01126b3d69d..00000000000 --- a/stable/godaddy-ddns/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/godaddy-ddns/5.1.1/charts/common-18.0.2.tgz b/stable/godaddy-ddns/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/godaddy-ddns/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/guacamole/13.1.1/.helmignore b/stable/godaddy-ddns/5.2.2/.helmignore similarity index 100% rename from stable/guacamole/13.1.1/.helmignore rename to stable/godaddy-ddns/5.2.2/.helmignore diff --git a/stable/godaddy-ddns/5.2.2/CHANGELOG.md b/stable/godaddy-ddns/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..97bc302e677 --- /dev/null +++ b/stable/godaddy-ddns/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/godaddy-ddns/5.2.2/Chart.yaml b/stable/godaddy-ddns/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ad7ca17cf2d --- /dev/null +++ b/stable/godaddy-ddns/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/godaddy-ddns/5.1.1/README.md b/stable/godaddy-ddns/5.2.2/README.md similarity index 100% rename from stable/godaddy-ddns/5.1.1/README.md rename to stable/godaddy-ddns/5.2.2/README.md diff --git a/stable/godaddy-ddns/5.2.2/app-changelog.md b/stable/godaddy-ddns/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9d7314f5f8b --- /dev/null +++ b/stable/godaddy-ddns/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/godaddy-ddns/5.1.1/app-readme.md b/stable/godaddy-ddns/5.2.2/app-readme.md similarity index 100% rename from stable/godaddy-ddns/5.1.1/app-readme.md rename to stable/godaddy-ddns/5.2.2/app-readme.md diff --git a/stable/godaddy-ddns/5.2.2/charts/common-18.1.6.tgz b/stable/godaddy-ddns/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/godaddy-ddns/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/godaddy-ddns/5.1.1/ix_values.yaml b/stable/godaddy-ddns/5.2.2/ix_values.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.1/ix_values.yaml rename to stable/godaddy-ddns/5.2.2/ix_values.yaml diff --git a/stable/godaddy-ddns/5.1.1/questions.yaml b/stable/godaddy-ddns/5.2.2/questions.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.1/questions.yaml rename to stable/godaddy-ddns/5.2.2/questions.yaml diff --git a/stable/godaddy-ddns/5.1.1/templates/common.yaml b/stable/godaddy-ddns/5.2.2/templates/common.yaml similarity index 100% rename from stable/godaddy-ddns/5.1.1/templates/common.yaml rename to stable/godaddy-ddns/5.2.2/templates/common.yaml diff --git a/stable/guacamole/13.1.1/values.yaml b/stable/godaddy-ddns/5.2.2/values.yaml similarity index 100% rename from stable/guacamole/13.1.1/values.yaml rename to stable/godaddy-ddns/5.2.2/values.yaml diff --git a/stable/gokapi/5.1.1/CHANGELOG.md b/stable/gokapi/5.1.1/CHANGELOG.md deleted file mode 100644 index 064fd888b9f..00000000000 --- a/stable/gokapi/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/gokapi/5.1.1/Chart.yaml b/stable/gokapi/5.1.1/Chart.yaml deleted file mode 100644 index 9f3f93b8c09..00000000000 --- a/stable/gokapi/5.1.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: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gokapi/5.1.1/charts/common-18.0.2.tgz b/stable/gokapi/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gokapi/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/guacd/9.1.1/.helmignore b/stable/gokapi/5.2.2/.helmignore similarity index 100% rename from stable/guacd/9.1.1/.helmignore rename to stable/gokapi/5.2.2/.helmignore diff --git a/stable/gokapi/5.2.2/CHANGELOG.md b/stable/gokapi/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c8c395bce4b --- /dev/null +++ b/stable/gokapi/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/gokapi/5.2.2/Chart.yaml b/stable/gokapi/5.2.2/Chart.yaml new file mode 100644 index 00000000000..972b431da5a --- /dev/null +++ b/stable/gokapi/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gokapi/5.1.1/README.md b/stable/gokapi/5.2.2/README.md similarity index 100% rename from stable/gokapi/5.1.1/README.md rename to stable/gokapi/5.2.2/README.md diff --git a/stable/gokapi/5.2.2/app-changelog.md b/stable/gokapi/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b013d44d4c6 --- /dev/null +++ b/stable/gokapi/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gokapi/5.1.1/app-readme.md b/stable/gokapi/5.2.2/app-readme.md similarity index 100% rename from stable/gokapi/5.1.1/app-readme.md rename to stable/gokapi/5.2.2/app-readme.md diff --git a/stable/gokapi/5.2.2/charts/common-18.1.6.tgz b/stable/gokapi/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gokapi/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gokapi/5.1.1/ix_values.yaml b/stable/gokapi/5.2.2/ix_values.yaml similarity index 100% rename from stable/gokapi/5.1.1/ix_values.yaml rename to stable/gokapi/5.2.2/ix_values.yaml diff --git a/stable/gokapi/5.1.1/questions.yaml b/stable/gokapi/5.2.2/questions.yaml similarity index 100% rename from stable/gokapi/5.1.1/questions.yaml rename to stable/gokapi/5.2.2/questions.yaml diff --git a/stable/gokapi/5.1.1/templates/common.yaml b/stable/gokapi/5.2.2/templates/common.yaml similarity index 100% rename from stable/gokapi/5.1.1/templates/common.yaml rename to stable/gokapi/5.2.2/templates/common.yaml diff --git a/stable/guacd/9.1.1/values.yaml b/stable/gokapi/5.2.2/values.yaml similarity index 100% rename from stable/guacd/9.1.1/values.yaml rename to stable/gokapi/5.2.2/values.yaml diff --git a/stable/golinks/11.1.1/CHANGELOG.md b/stable/golinks/11.1.1/CHANGELOG.md deleted file mode 100644 index 9bee8f71914..00000000000 --- a/stable/golinks/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/golinks/11.1.1/Chart.yaml b/stable/golinks/11.1.1/Chart.yaml deleted file mode 100644 index c8538fae5f5..00000000000 --- a/stable/golinks/11.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 154c581 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/golinks/11.1.1/charts/common-18.0.2.tgz b/stable/golinks/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/golinks/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/guide2go/5.1.1/.helmignore b/stable/golinks/11.2.2/.helmignore similarity index 100% rename from stable/guide2go/5.1.1/.helmignore rename to stable/golinks/11.2.2/.helmignore diff --git a/stable/golinks/11.2.2/CHANGELOG.md b/stable/golinks/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3f2344cc500 --- /dev/null +++ b/stable/golinks/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/golinks/11.2.2/Chart.yaml b/stable/golinks/11.2.2/Chart.yaml new file mode 100644 index 00000000000..e44d2dbbaec --- /dev/null +++ b/stable/golinks/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 154c581 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/golinks/11.1.1/README.md b/stable/golinks/11.2.2/README.md similarity index 100% rename from stable/golinks/11.1.1/README.md rename to stable/golinks/11.2.2/README.md diff --git a/stable/golinks/11.2.2/app-changelog.md b/stable/golinks/11.2.2/app-changelog.md new file mode 100644 index 00000000000..9c13a418107 --- /dev/null +++ b/stable/golinks/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/golinks/11.1.1/app-readme.md b/stable/golinks/11.2.2/app-readme.md similarity index 100% rename from stable/golinks/11.1.1/app-readme.md rename to stable/golinks/11.2.2/app-readme.md diff --git a/stable/golinks/11.2.2/charts/common-18.1.6.tgz b/stable/golinks/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/golinks/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/golinks/11.1.1/ix_values.yaml b/stable/golinks/11.2.2/ix_values.yaml similarity index 100% rename from stable/golinks/11.1.1/ix_values.yaml rename to stable/golinks/11.2.2/ix_values.yaml diff --git a/stable/golinks/11.1.1/questions.yaml b/stable/golinks/11.2.2/questions.yaml similarity index 100% rename from stable/golinks/11.1.1/questions.yaml rename to stable/golinks/11.2.2/questions.yaml diff --git a/stable/hedgedoc/12.1.1/templates/NOTES.txt b/stable/golinks/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/hedgedoc/12.1.1/templates/NOTES.txt rename to stable/golinks/11.2.2/templates/NOTES.txt diff --git a/stable/golinks/11.1.1/templates/common.yaml b/stable/golinks/11.2.2/templates/common.yaml similarity index 100% rename from stable/golinks/11.1.1/templates/common.yaml rename to stable/golinks/11.2.2/templates/common.yaml diff --git a/stable/guide2go/5.1.1/values.yaml b/stable/golinks/11.2.2/values.yaml similarity index 100% rename from stable/guide2go/5.1.1/values.yaml rename to stable/golinks/11.2.2/values.yaml diff --git a/stable/gonic/13.1.1/CHANGELOG.md b/stable/gonic/13.1.1/CHANGELOG.md deleted file mode 100644 index 4496c09cfa3..00000000000 --- a/stable/gonic/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/gonic/13.1.1/Chart.yaml b/stable/gonic/13.1.1/Chart.yaml deleted file mode 100644 index cc186bab5a8..00000000000 --- a/stable/gonic/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.16.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gonic/13.1.1/charts/common-18.0.2.tgz b/stable/gonic/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gonic/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/h5ai/5.1.1/.helmignore b/stable/gonic/13.2.2/.helmignore similarity index 100% rename from stable/h5ai/5.1.1/.helmignore rename to stable/gonic/13.2.2/.helmignore diff --git a/stable/gonic/13.2.2/CHANGELOG.md b/stable/gonic/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1ea45bc8463 --- /dev/null +++ b/stable/gonic/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/gonic/13.2.2/Chart.yaml b/stable/gonic/13.2.2/Chart.yaml new file mode 100644 index 00000000000..08ee746da28 --- /dev/null +++ b/stable/gonic/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.16.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gonic/13.1.1/README.md b/stable/gonic/13.2.2/README.md similarity index 100% rename from stable/gonic/13.1.1/README.md rename to stable/gonic/13.2.2/README.md diff --git a/stable/gonic/13.2.2/app-changelog.md b/stable/gonic/13.2.2/app-changelog.md new file mode 100644 index 00000000000..d764341823e --- /dev/null +++ b/stable/gonic/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gonic/13.1.1/app-readme.md b/stable/gonic/13.2.2/app-readme.md similarity index 100% rename from stable/gonic/13.1.1/app-readme.md rename to stable/gonic/13.2.2/app-readme.md diff --git a/stable/gonic/13.2.2/charts/common-18.1.6.tgz b/stable/gonic/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gonic/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gonic/13.1.1/ix_values.yaml b/stable/gonic/13.2.2/ix_values.yaml similarity index 100% rename from stable/gonic/13.1.1/ix_values.yaml rename to stable/gonic/13.2.2/ix_values.yaml diff --git a/stable/gonic/13.1.1/questions.yaml b/stable/gonic/13.2.2/questions.yaml similarity index 100% rename from stable/gonic/13.1.1/questions.yaml rename to stable/gonic/13.2.2/questions.yaml diff --git a/stable/heimdall/20.1.3/templates/NOTES.txt b/stable/gonic/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/heimdall/20.1.3/templates/NOTES.txt rename to stable/gonic/13.2.2/templates/NOTES.txt diff --git a/stable/heimdall/20.1.3/templates/common.yaml b/stable/gonic/13.2.2/templates/common.yaml similarity index 100% rename from stable/heimdall/20.1.3/templates/common.yaml rename to stable/gonic/13.2.2/templates/common.yaml diff --git a/stable/h5ai/5.1.1/values.yaml b/stable/gonic/13.2.2/values.yaml similarity index 100% rename from stable/h5ai/5.1.1/values.yaml rename to stable/gonic/13.2.2/values.yaml diff --git a/stable/googlephotossync/5.1.1/CHANGELOG.md b/stable/googlephotossync/5.1.1/CHANGELOG.md deleted file mode 100644 index 5e202a1763c..00000000000 --- a/stable/googlephotossync/5.1.1/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 - - -## [googlephotossync-4.1.4](https://github.com/truecharts/charts/compare/googlephotossync-4.1.3...googlephotossync-4.1.4) (2024-01-01) diff --git a/stable/googlephotossync/5.1.1/Chart.yaml b/stable/googlephotossync/5.1.1/Chart.yaml deleted file mode 100644 index e5e50955a85..00000000000 --- a/stable/googlephotossync/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/googlephotossync/5.1.1/charts/common-18.0.2.tgz b/stable/googlephotossync/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/googlephotossync/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/halflife2deathmatch/5.1.1/.helmignore b/stable/googlephotossync/5.2.2/.helmignore similarity index 100% rename from stable/halflife2deathmatch/5.1.1/.helmignore rename to stable/googlephotossync/5.2.2/.helmignore diff --git a/stable/googlephotossync/5.2.2/CHANGELOG.md b/stable/googlephotossync/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..94df5e49ab4 --- /dev/null +++ b/stable/googlephotossync/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/googlephotossync/5.2.2/Chart.yaml b/stable/googlephotossync/5.2.2/Chart.yaml new file mode 100644 index 00000000000..b5614edbc0e --- /dev/null +++ b/stable/googlephotossync/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/googlephotossync/5.1.1/README.md b/stable/googlephotossync/5.2.2/README.md similarity index 100% rename from stable/googlephotossync/5.1.1/README.md rename to stable/googlephotossync/5.2.2/README.md diff --git a/stable/googlephotossync/5.2.2/app-changelog.md b/stable/googlephotossync/5.2.2/app-changelog.md new file mode 100644 index 00000000000..2af9e73c024 --- /dev/null +++ b/stable/googlephotossync/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/googlephotossync/5.1.1/app-readme.md b/stable/googlephotossync/5.2.2/app-readme.md similarity index 100% rename from stable/googlephotossync/5.1.1/app-readme.md rename to stable/googlephotossync/5.2.2/app-readme.md diff --git a/stable/googlephotossync/5.2.2/charts/common-18.1.6.tgz b/stable/googlephotossync/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/googlephotossync/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/googlephotossync/5.1.1/ix_values.yaml b/stable/googlephotossync/5.2.2/ix_values.yaml similarity index 100% rename from stable/googlephotossync/5.1.1/ix_values.yaml rename to stable/googlephotossync/5.2.2/ix_values.yaml diff --git a/stable/googlephotossync/5.1.1/questions.yaml b/stable/googlephotossync/5.2.2/questions.yaml similarity index 100% rename from stable/googlephotossync/5.1.1/questions.yaml rename to stable/googlephotossync/5.2.2/questions.yaml diff --git a/stable/googlephotossync/5.1.1/templates/common.yaml b/stable/googlephotossync/5.2.2/templates/common.yaml similarity index 100% rename from stable/googlephotossync/5.1.1/templates/common.yaml rename to stable/googlephotossync/5.2.2/templates/common.yaml diff --git a/stable/halflife2deathmatch/5.1.1/values.yaml b/stable/googlephotossync/5.2.2/values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.1/values.yaml rename to stable/googlephotossync/5.2.2/values.yaml diff --git a/stable/gpodder/5.1.1/CHANGELOG.md b/stable/gpodder/5.1.1/CHANGELOG.md deleted file mode 100644 index d79674e3d8c..00000000000 --- a/stable/gpodder/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/gpodder/5.1.1/Chart.yaml b/stable/gpodder/5.1.1/Chart.yaml deleted file mode 100644 index 28ce7b117ce..00000000000 --- a/stable/gpodder/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gpodder/5.1.1/charts/common-18.0.2.tgz b/stable/gpodder/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gpodder/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hammond/9.1.2/.helmignore b/stable/gpodder/5.2.2/.helmignore similarity index 100% rename from stable/hammond/9.1.2/.helmignore rename to stable/gpodder/5.2.2/.helmignore diff --git a/stable/gpodder/5.2.2/CHANGELOG.md b/stable/gpodder/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1d491e2b2e9 --- /dev/null +++ b/stable/gpodder/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/gpodder/5.2.2/Chart.yaml b/stable/gpodder/5.2.2/Chart.yaml new file mode 100644 index 00000000000..45ca7d665fc --- /dev/null +++ b/stable/gpodder/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gpodder/5.1.1/README.md b/stable/gpodder/5.2.2/README.md similarity index 100% rename from stable/gpodder/5.1.1/README.md rename to stable/gpodder/5.2.2/README.md diff --git a/stable/gpodder/5.2.2/app-changelog.md b/stable/gpodder/5.2.2/app-changelog.md new file mode 100644 index 00000000000..603c5aa3534 --- /dev/null +++ b/stable/gpodder/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gpodder/5.1.1/app-readme.md b/stable/gpodder/5.2.2/app-readme.md similarity index 100% rename from stable/gpodder/5.1.1/app-readme.md rename to stable/gpodder/5.2.2/app-readme.md diff --git a/stable/gpodder/5.2.2/charts/common-18.1.6.tgz b/stable/gpodder/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gpodder/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gpodder/5.1.1/ix_values.yaml b/stable/gpodder/5.2.2/ix_values.yaml similarity index 100% rename from stable/gpodder/5.1.1/ix_values.yaml rename to stable/gpodder/5.2.2/ix_values.yaml diff --git a/stable/gpodder/5.1.1/questions.yaml b/stable/gpodder/5.2.2/questions.yaml similarity index 100% rename from stable/gpodder/5.1.1/questions.yaml rename to stable/gpodder/5.2.2/questions.yaml diff --git a/stable/gpodder/5.1.1/templates/common.yaml b/stable/gpodder/5.2.2/templates/common.yaml similarity index 100% rename from stable/gpodder/5.1.1/templates/common.yaml rename to stable/gpodder/5.2.2/templates/common.yaml diff --git a/stable/hammond/9.1.2/values.yaml b/stable/gpodder/5.2.2/values.yaml similarity index 100% rename from stable/hammond/9.1.2/values.yaml rename to stable/gpodder/5.2.2/values.yaml diff --git a/stable/grafana-image-renderer/5.1.1/CHANGELOG.md b/stable/grafana-image-renderer/5.1.1/CHANGELOG.md deleted file mode 100644 index b4d8b9d64ef..00000000000 --- a/stable/grafana-image-renderer/5.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/grafana-image-renderer/5.1.1/Chart.yaml b/stable/grafana-image-renderer/5.1.1/Chart.yaml deleted file mode 100644 index c03b1b9ce05..00000000000 --- a/stable/grafana-image-renderer/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/grafana-image-renderer/5.1.1/charts/common-18.0.2.tgz b/stable/grafana-image-renderer/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/grafana-image-renderer/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/handbrake/21.1.1/.helmignore b/stable/grafana-image-renderer/5.2.2/.helmignore similarity index 100% rename from stable/handbrake/21.1.1/.helmignore rename to stable/grafana-image-renderer/5.2.2/.helmignore diff --git a/stable/grafana-image-renderer/5.2.2/CHANGELOG.md b/stable/grafana-image-renderer/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6ebd31fcf4f --- /dev/null +++ b/stable/grafana-image-renderer/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/grafana-image-renderer/5.2.2/Chart.yaml b/stable/grafana-image-renderer/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3be1cea7497 --- /dev/null +++ b/stable/grafana-image-renderer/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/grafana-image-renderer/5.1.1/README.md b/stable/grafana-image-renderer/5.2.2/README.md similarity index 100% rename from stable/grafana-image-renderer/5.1.1/README.md rename to stable/grafana-image-renderer/5.2.2/README.md diff --git a/stable/grafana-image-renderer/5.2.2/app-changelog.md b/stable/grafana-image-renderer/5.2.2/app-changelog.md new file mode 100644 index 00000000000..999acb860ad --- /dev/null +++ b/stable/grafana-image-renderer/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.1.1/app-readme.md b/stable/grafana-image-renderer/5.2.2/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.1.1/app-readme.md rename to stable/grafana-image-renderer/5.2.2/app-readme.md diff --git a/stable/grafana-image-renderer/5.2.2/charts/common-18.1.6.tgz b/stable/grafana-image-renderer/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/grafana-image-renderer/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/grafana-image-renderer/5.1.1/ix_values.yaml b/stable/grafana-image-renderer/5.2.2/ix_values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.1/ix_values.yaml rename to stable/grafana-image-renderer/5.2.2/ix_values.yaml diff --git a/stable/grafana-image-renderer/5.1.1/questions.yaml b/stable/grafana-image-renderer/5.2.2/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.1/questions.yaml rename to stable/grafana-image-renderer/5.2.2/questions.yaml diff --git a/stable/grafana-image-renderer/5.1.1/templates/common.yaml b/stable/grafana-image-renderer/5.2.2/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.1.1/templates/common.yaml rename to stable/grafana-image-renderer/5.2.2/templates/common.yaml diff --git a/stable/handbrake/21.1.1/values.yaml b/stable/grafana-image-renderer/5.2.2/values.yaml similarity index 100% rename from stable/handbrake/21.1.1/values.yaml rename to stable/grafana-image-renderer/5.2.2/values.yaml diff --git a/stable/grav/11.1.3/CHANGELOG.md b/stable/grav/11.1.3/CHANGELOG.md deleted file mode 100644 index ec00ab04384..00000000000 --- a/stable/grav/11.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/grav/11.1.3/Chart.yaml b/stable/grav/11.1.3/Chart.yaml deleted file mode 100644 index b57f5e26883..00000000000 --- a/stable/grav/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.44 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/grav/11.1.3/charts/common-18.0.2.tgz b/stable/grav/11.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/grav/11.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grav/11.1.3/ix_values.yaml b/stable/grav/11.1.3/ix_values.yaml deleted file mode 100644 index 0588942e322..00000000000 --- a/stable/grav/11.1.3/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/hassconfigurator/5.1.1/.helmignore b/stable/grav/11.2.3/.helmignore similarity index 100% rename from stable/hassconfigurator/5.1.1/.helmignore rename to stable/grav/11.2.3/.helmignore diff --git a/stable/grav/11.2.3/CHANGELOG.md b/stable/grav/11.2.3/CHANGELOG.md new file mode 100644 index 00000000000..09db29117ff --- /dev/null +++ b/stable/grav/11.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/grav/11.2.3/Chart.yaml b/stable/grav/11.2.3/Chart.yaml new file mode 100644 index 00000000000..0bb1e311cd6 --- /dev/null +++ b/stable/grav/11.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.44 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/grav/11.1.3/README.md b/stable/grav/11.2.3/README.md similarity index 100% rename from stable/grav/11.1.3/README.md rename to stable/grav/11.2.3/README.md diff --git a/stable/grav/11.2.3/app-changelog.md b/stable/grav/11.2.3/app-changelog.md new file mode 100644 index 00000000000..2d883380974 --- /dev/null +++ b/stable/grav/11.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/grav/11.1.3/app-readme.md b/stable/grav/11.2.3/app-readme.md similarity index 100% rename from stable/grav/11.1.3/app-readme.md rename to stable/grav/11.2.3/app-readme.md diff --git a/stable/grav/11.2.3/charts/common-18.1.6.tgz b/stable/grav/11.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/grav/11.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/grav/11.2.3/ix_values.yaml b/stable/grav/11.2.3/ix_values.yaml new file mode 100644 index 00000000000..e30bf154149 --- /dev/null +++ b/stable/grav/11.2.3/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.1.3/questions.yaml b/stable/grav/11.2.3/questions.yaml similarity index 100% rename from stable/grav/11.1.3/questions.yaml rename to stable/grav/11.2.3/questions.yaml diff --git a/stable/homarr/10.1.1/templates/NOTES.txt b/stable/grav/11.2.3/templates/NOTES.txt similarity index 100% rename from stable/homarr/10.1.1/templates/NOTES.txt rename to stable/grav/11.2.3/templates/NOTES.txt diff --git a/stable/grav/11.1.3/templates/common.yaml b/stable/grav/11.2.3/templates/common.yaml similarity index 100% rename from stable/grav/11.1.3/templates/common.yaml rename to stable/grav/11.2.3/templates/common.yaml diff --git a/stable/hassconfigurator/5.1.1/values.yaml b/stable/grav/11.2.3/values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.1/values.yaml rename to stable/grav/11.2.3/values.yaml diff --git a/stable/gravity/3.1.1/CHANGELOG.md b/stable/gravity/3.1.1/CHANGELOG.md deleted file mode 100644 index d667988d305..00000000000 --- a/stable/gravity/3.1.1/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)) - - -## [gravity-2.1.7](https://github.com/truecharts/charts/compare/gravity-2.1.6...gravity-2.1.7) (2024-01-02) diff --git a/stable/gravity/3.1.1/Chart.yaml b/stable/gravity/3.1.1/Chart.yaml deleted file mode 100644 index e6e7ce01ef7..00000000000 --- a/stable/gravity/3.1.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: dns - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gravity/3.1.1/charts/common-18.0.2.tgz b/stable/gravity/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gravity/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/haste-server/13.1.1/.helmignore b/stable/gravity/3.2.2/.helmignore similarity index 100% rename from stable/haste-server/13.1.1/.helmignore rename to stable/gravity/3.2.2/.helmignore diff --git a/stable/gravity/3.2.2/CHANGELOG.md b/stable/gravity/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cdc1a6ab69a --- /dev/null +++ b/stable/gravity/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/gravity/3.2.2/Chart.yaml b/stable/gravity/3.2.2/Chart.yaml new file mode 100644 index 00000000000..276773f2e9b --- /dev/null +++ b/stable/gravity/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gravity/3.1.1/README.md b/stable/gravity/3.2.2/README.md similarity index 100% rename from stable/gravity/3.1.1/README.md rename to stable/gravity/3.2.2/README.md diff --git a/stable/gravity/3.2.2/app-changelog.md b/stable/gravity/3.2.2/app-changelog.md new file mode 100644 index 00000000000..8c63cbb4536 --- /dev/null +++ b/stable/gravity/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gravity/3.1.1/app-readme.md b/stable/gravity/3.2.2/app-readme.md similarity index 100% rename from stable/gravity/3.1.1/app-readme.md rename to stable/gravity/3.2.2/app-readme.md diff --git a/stable/gravity/3.2.2/charts/common-18.1.6.tgz b/stable/gravity/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gravity/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gravity/3.1.1/ix_values.yaml b/stable/gravity/3.2.2/ix_values.yaml similarity index 100% rename from stable/gravity/3.1.1/ix_values.yaml rename to stable/gravity/3.2.2/ix_values.yaml diff --git a/stable/gravity/3.1.1/logo.png b/stable/gravity/3.2.2/logo.png similarity index 100% rename from stable/gravity/3.1.1/logo.png rename to stable/gravity/3.2.2/logo.png diff --git a/stable/gravity/3.1.1/questions.yaml b/stable/gravity/3.2.2/questions.yaml similarity index 100% rename from stable/gravity/3.1.1/questions.yaml rename to stable/gravity/3.2.2/questions.yaml diff --git a/stable/home-assistant/24.1.3/templates/NOTES.txt b/stable/gravity/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/home-assistant/24.1.3/templates/NOTES.txt rename to stable/gravity/3.2.2/templates/NOTES.txt diff --git a/stable/gravity/3.1.1/templates/_secrets.tpl b/stable/gravity/3.2.2/templates/_secrets.tpl similarity index 100% rename from stable/gravity/3.1.1/templates/_secrets.tpl rename to stable/gravity/3.2.2/templates/_secrets.tpl diff --git a/stable/gravity/3.1.1/templates/common.yaml b/stable/gravity/3.2.2/templates/common.yaml similarity index 100% rename from stable/gravity/3.1.1/templates/common.yaml rename to stable/gravity/3.2.2/templates/common.yaml diff --git a/stable/haste-server/13.1.1/values.yaml b/stable/gravity/3.2.2/values.yaml similarity index 100% rename from stable/haste-server/13.1.1/values.yaml rename to stable/gravity/3.2.2/values.yaml diff --git a/stable/gridcoinwalletgui/5.1.1/CHANGELOG.md b/stable/gridcoinwalletgui/5.1.1/CHANGELOG.md deleted file mode 100644 index b44c521adab..00000000000 --- a/stable/gridcoinwalletgui/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.1.1/Chart.yaml b/stable/gridcoinwalletgui/5.1.1/Chart.yaml deleted file mode 100644 index 366b7c4ebd4..00000000000 --- a/stable/gridcoinwalletgui/5.1.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: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/gridcoinwalletgui/5.1.1/charts/common-18.0.2.tgz b/stable/gridcoinwalletgui/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/gridcoinwalletgui/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hastebin/5.1.1/.helmignore b/stable/gridcoinwalletgui/5.2.2/.helmignore similarity index 100% rename from stable/hastebin/5.1.1/.helmignore rename to stable/gridcoinwalletgui/5.2.2/.helmignore diff --git a/stable/gridcoinwalletgui/5.2.2/CHANGELOG.md b/stable/gridcoinwalletgui/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c2857fd6be9 --- /dev/null +++ b/stable/gridcoinwalletgui/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/gridcoinwalletgui/5.2.2/Chart.yaml b/stable/gridcoinwalletgui/5.2.2/Chart.yaml new file mode 100644 index 00000000000..44bc4615cfd --- /dev/null +++ b/stable/gridcoinwalletgui/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/gridcoinwalletgui/5.1.1/README.md b/stable/gridcoinwalletgui/5.2.2/README.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/README.md rename to stable/gridcoinwalletgui/5.2.2/README.md diff --git a/stable/gridcoinwalletgui/5.2.2/app-changelog.md b/stable/gridcoinwalletgui/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7b85aaabfac --- /dev/null +++ b/stable/gridcoinwalletgui/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/gridcoinwalletgui/5.1.1/app-readme.md b/stable/gridcoinwalletgui/5.2.2/app-readme.md similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/app-readme.md rename to stable/gridcoinwalletgui/5.2.2/app-readme.md diff --git a/stable/gridcoinwalletgui/5.2.2/charts/common-18.1.6.tgz b/stable/gridcoinwalletgui/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/gridcoinwalletgui/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/gridcoinwalletgui/5.1.1/ix_values.yaml b/stable/gridcoinwalletgui/5.2.2/ix_values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/ix_values.yaml rename to stable/gridcoinwalletgui/5.2.2/ix_values.yaml diff --git a/stable/gridcoinwalletgui/5.1.1/questions.yaml b/stable/gridcoinwalletgui/5.2.2/questions.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/questions.yaml rename to stable/gridcoinwalletgui/5.2.2/questions.yaml diff --git a/stable/gridcoinwalletgui/5.1.1/templates/common.yaml b/stable/gridcoinwalletgui/5.2.2/templates/common.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.1.1/templates/common.yaml rename to stable/gridcoinwalletgui/5.2.2/templates/common.yaml diff --git a/stable/hastebin/5.1.1/values.yaml b/stable/gridcoinwalletgui/5.2.2/values.yaml similarity index 100% rename from stable/hastebin/5.1.1/values.yaml rename to stable/gridcoinwalletgui/5.2.2/values.yaml diff --git a/stable/grocy/18.1.3/CHANGELOG.md b/stable/grocy/18.1.3/CHANGELOG.md deleted file mode 100644 index eefca88bd1a..00000000000 --- a/stable/grocy/18.1.3/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 - - - -- update container image ghcr.io/linuxserver/grocy to 4.0.3[@052e6b5](https://github.com/052e6b5) by renovate ([#17355](https://github.com/truecharts/charts/issues/17355)) diff --git a/stable/grocy/18.1.3/Chart.yaml b/stable/grocy/18.1.3/Chart.yaml deleted file mode 100644 index 682c62dc0d3..00000000000 --- a/stable/grocy/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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/grocy/18.1.3/charts/common-18.0.2.tgz b/stable/grocy/18.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/grocy/18.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/grocy/18.1.3/ix_values.yaml b/stable/grocy/18.1.3/ix_values.yaml deleted file mode 100644 index dcc6c60d3cf..00000000000 --- a/stable/grocy/18.1.3/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/hasty-paste/6.1.1/.helmignore b/stable/grocy/18.2.3/.helmignore similarity index 100% rename from stable/hasty-paste/6.1.1/.helmignore rename to stable/grocy/18.2.3/.helmignore diff --git a/stable/grocy/18.2.3/CHANGELOG.md b/stable/grocy/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..fd5e572573c --- /dev/null +++ b/stable/grocy/18.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/grocy/18.2.3/Chart.yaml b/stable/grocy/18.2.3/Chart.yaml new file mode 100644 index 00000000000..d365b929ebe --- /dev/null +++ b/stable/grocy/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/grocy/18.1.3/README.md b/stable/grocy/18.2.3/README.md similarity index 100% rename from stable/grocy/18.1.3/README.md rename to stable/grocy/18.2.3/README.md diff --git a/stable/grocy/18.2.3/app-changelog.md b/stable/grocy/18.2.3/app-changelog.md new file mode 100644 index 00000000000..bc98702bed2 --- /dev/null +++ b/stable/grocy/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/grocy/18.1.3/app-readme.md b/stable/grocy/18.2.3/app-readme.md similarity index 100% rename from stable/grocy/18.1.3/app-readme.md rename to stable/grocy/18.2.3/app-readme.md diff --git a/stable/grocy/18.2.3/charts/common-18.1.6.tgz b/stable/grocy/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/grocy/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/grocy/18.2.3/ix_values.yaml b/stable/grocy/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..48e291b1a59 --- /dev/null +++ b/stable/grocy/18.2.3/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.1.3/questions.yaml b/stable/grocy/18.2.3/questions.yaml similarity index 100% rename from stable/grocy/18.1.3/questions.yaml rename to stable/grocy/18.2.3/questions.yaml diff --git a/stable/homebox/6.1.1/templates/NOTES.txt b/stable/grocy/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/homebox/6.1.1/templates/NOTES.txt rename to stable/grocy/18.2.3/templates/NOTES.txt diff --git a/stable/homebridge/7.1.1/templates/common.yaml b/stable/grocy/18.2.3/templates/common.yaml similarity index 100% rename from stable/homebridge/7.1.1/templates/common.yaml rename to stable/grocy/18.2.3/templates/common.yaml diff --git a/stable/hasty-paste/6.1.1/values.yaml b/stable/grocy/18.2.3/values.yaml similarity index 100% rename from stable/hasty-paste/6.1.1/values.yaml rename to stable/grocy/18.2.3/values.yaml diff --git a/stable/guacamole/13.1.1/CHANGELOG.md b/stable/guacamole/13.1.1/CHANGELOG.md deleted file mode 100644 index 6c4f53ff2ef..00000000000 --- a/stable/guacamole/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/guacamole/13.1.1/Chart.yaml b/stable/guacamole/13.1.1/Chart.yaml deleted file mode 100644 index d4f2f686552..00000000000 --- a/stable/guacamole/13.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.2 - 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.1.1 diff --git a/stable/guacamole/13.1.1/charts/common-18.0.2.tgz b/stable/guacamole/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/guacamole/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/headphones/11.1.1/.helmignore b/stable/guacamole/13.2.2/.helmignore similarity index 100% rename from stable/headphones/11.1.1/.helmignore rename to stable/guacamole/13.2.2/.helmignore diff --git a/stable/guacamole/13.2.2/CHANGELOG.md b/stable/guacamole/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..87697005103 --- /dev/null +++ b/stable/guacamole/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/guacamole/13.2.2/Chart.yaml b/stable/guacamole/13.2.2/Chart.yaml new file mode 100644 index 00000000000..289e38ffde5 --- /dev/null +++ b/stable/guacamole/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/guacamole/13.1.1/README.md b/stable/guacamole/13.2.2/README.md similarity index 100% rename from stable/guacamole/13.1.1/README.md rename to stable/guacamole/13.2.2/README.md diff --git a/stable/guacamole/13.2.2/app-changelog.md b/stable/guacamole/13.2.2/app-changelog.md new file mode 100644 index 00000000000..0a2844b6d58 --- /dev/null +++ b/stable/guacamole/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/guacamole/13.1.1/app-readme.md b/stable/guacamole/13.2.2/app-readme.md similarity index 100% rename from stable/guacamole/13.1.1/app-readme.md rename to stable/guacamole/13.2.2/app-readme.md diff --git a/stable/guacamole/13.2.2/charts/common-18.1.6.tgz b/stable/guacamole/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/guacamole/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/guacamole/13.1.1/ix_values.yaml b/stable/guacamole/13.2.2/ix_values.yaml similarity index 100% rename from stable/guacamole/13.1.1/ix_values.yaml rename to stable/guacamole/13.2.2/ix_values.yaml diff --git a/stable/guacamole/13.1.1/questions.yaml b/stable/guacamole/13.2.2/questions.yaml similarity index 100% rename from stable/guacamole/13.1.1/questions.yaml rename to stable/guacamole/13.2.2/questions.yaml diff --git a/stable/guacamole/13.1.1/templates/_configmap.tpl b/stable/guacamole/13.2.2/templates/_configmap.tpl similarity index 100% rename from stable/guacamole/13.1.1/templates/_configmap.tpl rename to stable/guacamole/13.2.2/templates/_configmap.tpl diff --git a/stable/guacamole/13.1.1/templates/common.yaml b/stable/guacamole/13.2.2/templates/common.yaml similarity index 100% rename from stable/guacamole/13.1.1/templates/common.yaml rename to stable/guacamole/13.2.2/templates/common.yaml diff --git a/stable/headphones/11.1.1/values.yaml b/stable/guacamole/13.2.2/values.yaml similarity index 100% rename from stable/headphones/11.1.1/values.yaml rename to stable/guacamole/13.2.2/values.yaml diff --git a/stable/guacd/9.1.1/CHANGELOG.md b/stable/guacd/9.1.1/CHANGELOG.md deleted file mode 100644 index 7a7247dfdff..00000000000 --- a/stable/guacd/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/guacd/9.1.1/Chart.yaml b/stable/guacd/9.1.1/Chart.yaml deleted file mode 100644 index 155b783fb69..00000000000 --- a/stable/guacd/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/guacd/9.1.1/charts/common-18.0.2.tgz b/stable/guacd/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/guacd/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/healthchecks/14.1.2/.helmignore b/stable/guacd/9.2.2/.helmignore similarity index 100% rename from stable/healthchecks/14.1.2/.helmignore rename to stable/guacd/9.2.2/.helmignore diff --git a/stable/guacd/9.2.2/CHANGELOG.md b/stable/guacd/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f6dd2b6c5a9 --- /dev/null +++ b/stable/guacd/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/guacd/9.2.2/Chart.yaml b/stable/guacd/9.2.2/Chart.yaml new file mode 100644 index 00000000000..5bfe2ba454e --- /dev/null +++ b/stable/guacd/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/guacd/9.1.1/README.md b/stable/guacd/9.2.2/README.md similarity index 100% rename from stable/guacd/9.1.1/README.md rename to stable/guacd/9.2.2/README.md diff --git a/stable/guacd/9.2.2/app-changelog.md b/stable/guacd/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8d3ea4ec920 --- /dev/null +++ b/stable/guacd/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/guacd/9.1.1/app-readme.md b/stable/guacd/9.2.2/app-readme.md similarity index 100% rename from stable/guacd/9.1.1/app-readme.md rename to stable/guacd/9.2.2/app-readme.md diff --git a/stable/guacd/9.2.2/charts/common-18.1.6.tgz b/stable/guacd/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/guacd/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/guacd/9.1.1/ix_values.yaml b/stable/guacd/9.2.2/ix_values.yaml similarity index 100% rename from stable/guacd/9.1.1/ix_values.yaml rename to stable/guacd/9.2.2/ix_values.yaml diff --git a/stable/guacd/9.1.1/questions.yaml b/stable/guacd/9.2.2/questions.yaml similarity index 100% rename from stable/guacd/9.1.1/questions.yaml rename to stable/guacd/9.2.2/questions.yaml diff --git a/stable/homebridge/7.1.1/templates/NOTES.txt b/stable/guacd/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/homebridge/7.1.1/templates/NOTES.txt rename to stable/guacd/9.2.2/templates/NOTES.txt diff --git a/stable/homepage/7.1.2/templates/common.yaml b/stable/guacd/9.2.2/templates/common.yaml similarity index 100% rename from stable/homepage/7.1.2/templates/common.yaml rename to stable/guacd/9.2.2/templates/common.yaml diff --git a/stable/healthchecks/14.1.2/values.yaml b/stable/guacd/9.2.2/values.yaml similarity index 100% rename from stable/healthchecks/14.1.2/values.yaml rename to stable/guacd/9.2.2/values.yaml diff --git a/stable/guide2go/5.1.1/CHANGELOG.md b/stable/guide2go/5.1.1/CHANGELOG.md deleted file mode 100644 index ad6be5a6d19..00000000000 --- a/stable/guide2go/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/guide2go/5.1.1/Chart.yaml b/stable/guide2go/5.1.1/Chart.yaml deleted file mode 100644 index 47020cf8709..00000000000 --- a/stable/guide2go/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/guide2go/5.1.1/charts/common-18.0.2.tgz b/stable/guide2go/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/guide2go/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.1.1/.helmignore b/stable/guide2go/5.2.2/.helmignore similarity index 100% rename from stable/hedgedoc/12.1.1/.helmignore rename to stable/guide2go/5.2.2/.helmignore diff --git a/stable/guide2go/5.2.2/CHANGELOG.md b/stable/guide2go/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..79d0e84d533 --- /dev/null +++ b/stable/guide2go/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/guide2go/5.2.2/Chart.yaml b/stable/guide2go/5.2.2/Chart.yaml new file mode 100644 index 00000000000..efcdc08a1ed --- /dev/null +++ b/stable/guide2go/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/guide2go/5.1.1/README.md b/stable/guide2go/5.2.2/README.md similarity index 100% rename from stable/guide2go/5.1.1/README.md rename to stable/guide2go/5.2.2/README.md diff --git a/stable/guide2go/5.2.2/app-changelog.md b/stable/guide2go/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e407de2441b --- /dev/null +++ b/stable/guide2go/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/guide2go/5.1.1/app-readme.md b/stable/guide2go/5.2.2/app-readme.md similarity index 100% rename from stable/guide2go/5.1.1/app-readme.md rename to stable/guide2go/5.2.2/app-readme.md diff --git a/stable/guide2go/5.2.2/charts/common-18.1.6.tgz b/stable/guide2go/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/guide2go/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/guide2go/5.1.1/ix_values.yaml b/stable/guide2go/5.2.2/ix_values.yaml similarity index 100% rename from stable/guide2go/5.1.1/ix_values.yaml rename to stable/guide2go/5.2.2/ix_values.yaml diff --git a/stable/guide2go/5.1.1/questions.yaml b/stable/guide2go/5.2.2/questions.yaml similarity index 100% rename from stable/guide2go/5.1.1/questions.yaml rename to stable/guide2go/5.2.2/questions.yaml diff --git a/stable/guide2go/5.1.1/templates/common.yaml b/stable/guide2go/5.2.2/templates/common.yaml similarity index 100% rename from stable/guide2go/5.1.1/templates/common.yaml rename to stable/guide2go/5.2.2/templates/common.yaml diff --git a/stable/hedgedoc/12.1.1/values.yaml b/stable/guide2go/5.2.2/values.yaml similarity index 100% rename from stable/hedgedoc/12.1.1/values.yaml rename to stable/guide2go/5.2.2/values.yaml diff --git a/stable/h5ai/5.1.1/CHANGELOG.md b/stable/h5ai/5.1.1/CHANGELOG.md deleted file mode 100644 index 7a9e1b052a5..00000000000 --- a/stable/h5ai/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/h5ai/5.1.1/Chart.yaml b/stable/h5ai/5.1.1/Chart.yaml deleted file mode 100644 index 293dc1362ea..00000000000 --- a/stable/h5ai/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/h5ai/5.1.1/charts/common-18.0.2.tgz b/stable/h5ai/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/h5ai/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/heimdall/20.1.3/.helmignore b/stable/h5ai/5.2.2/.helmignore similarity index 100% rename from stable/heimdall/20.1.3/.helmignore rename to stable/h5ai/5.2.2/.helmignore diff --git a/stable/h5ai/5.2.2/CHANGELOG.md b/stable/h5ai/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4bcb5714df3 --- /dev/null +++ b/stable/h5ai/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/h5ai/5.2.2/Chart.yaml b/stable/h5ai/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f297a766788 --- /dev/null +++ b/stable/h5ai/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/h5ai/5.1.1/README.md b/stable/h5ai/5.2.2/README.md similarity index 100% rename from stable/h5ai/5.1.1/README.md rename to stable/h5ai/5.2.2/README.md diff --git a/stable/h5ai/5.2.2/app-changelog.md b/stable/h5ai/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d07d1b80d80 --- /dev/null +++ b/stable/h5ai/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/h5ai/5.1.1/app-readme.md b/stable/h5ai/5.2.2/app-readme.md similarity index 100% rename from stable/h5ai/5.1.1/app-readme.md rename to stable/h5ai/5.2.2/app-readme.md diff --git a/stable/h5ai/5.2.2/charts/common-18.1.6.tgz b/stable/h5ai/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/h5ai/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/h5ai/5.1.1/ix_values.yaml b/stable/h5ai/5.2.2/ix_values.yaml similarity index 100% rename from stable/h5ai/5.1.1/ix_values.yaml rename to stable/h5ai/5.2.2/ix_values.yaml diff --git a/stable/h5ai/5.1.1/questions.yaml b/stable/h5ai/5.2.2/questions.yaml similarity index 100% rename from stable/h5ai/5.1.1/questions.yaml rename to stable/h5ai/5.2.2/questions.yaml diff --git a/stable/h5ai/5.1.1/templates/common.yaml b/stable/h5ai/5.2.2/templates/common.yaml similarity index 100% rename from stable/h5ai/5.1.1/templates/common.yaml rename to stable/h5ai/5.2.2/templates/common.yaml diff --git a/stable/heimdall/20.1.3/values.yaml b/stable/h5ai/5.2.2/values.yaml similarity index 100% rename from stable/heimdall/20.1.3/values.yaml rename to stable/h5ai/5.2.2/values.yaml diff --git a/stable/halflife2deathmatch/5.1.1/CHANGELOG.md b/stable/halflife2deathmatch/5.1.1/CHANGELOG.md deleted file mode 100644 index eefe86d4cc9..00000000000 --- a/stable/halflife2deathmatch/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.1.1/Chart.yaml b/stable/halflife2deathmatch/5.1.1/Chart.yaml deleted file mode 100644 index 9bb280da9b4..00000000000 --- a/stable/halflife2deathmatch/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hl2dm -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/halflife2deathmatch/5.1.1/charts/common-18.0.2.tgz b/stable/halflife2deathmatch/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/halflife2deathmatch/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hetzner-ddns/5.1.1/.helmignore b/stable/halflife2deathmatch/5.2.2/.helmignore similarity index 100% rename from stable/hetzner-ddns/5.1.1/.helmignore rename to stable/halflife2deathmatch/5.2.2/.helmignore diff --git a/stable/halflife2deathmatch/5.2.2/CHANGELOG.md b/stable/halflife2deathmatch/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5b3374d9986 --- /dev/null +++ b/stable/halflife2deathmatch/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/halflife2deathmatch/5.2.2/Chart.yaml b/stable/halflife2deathmatch/5.2.2/Chart.yaml new file mode 100644 index 00000000000..39f30954b21 --- /dev/null +++ b/stable/halflife2deathmatch/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hl2dm +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/halflife2deathmatch/5.1.1/README.md b/stable/halflife2deathmatch/5.2.2/README.md similarity index 100% rename from stable/halflife2deathmatch/5.1.1/README.md rename to stable/halflife2deathmatch/5.2.2/README.md diff --git a/stable/halflife2deathmatch/5.2.2/app-changelog.md b/stable/halflife2deathmatch/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e4d93d81013 --- /dev/null +++ b/stable/halflife2deathmatch/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/halflife2deathmatch/5.1.1/app-readme.md b/stable/halflife2deathmatch/5.2.2/app-readme.md similarity index 100% rename from stable/halflife2deathmatch/5.1.1/app-readme.md rename to stable/halflife2deathmatch/5.2.2/app-readme.md diff --git a/stable/halflife2deathmatch/5.2.2/charts/common-18.1.6.tgz b/stable/halflife2deathmatch/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/halflife2deathmatch/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/halflife2deathmatch/5.1.1/ix_values.yaml b/stable/halflife2deathmatch/5.2.2/ix_values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.1/ix_values.yaml rename to stable/halflife2deathmatch/5.2.2/ix_values.yaml diff --git a/stable/halflife2deathmatch/5.1.1/questions.yaml b/stable/halflife2deathmatch/5.2.2/questions.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.1/questions.yaml rename to stable/halflife2deathmatch/5.2.2/questions.yaml diff --git a/stable/halflife2deathmatch/5.1.1/templates/common.yaml b/stable/halflife2deathmatch/5.2.2/templates/common.yaml similarity index 100% rename from stable/halflife2deathmatch/5.1.1/templates/common.yaml rename to stable/halflife2deathmatch/5.2.2/templates/common.yaml diff --git a/stable/hetzner-ddns/5.1.1/values.yaml b/stable/halflife2deathmatch/5.2.2/values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.1/values.yaml rename to stable/halflife2deathmatch/5.2.2/values.yaml diff --git a/stable/hammond/9.1.2/CHANGELOG.md b/stable/hammond/9.1.2/CHANGELOG.md deleted file mode 100644 index fe76933a711..00000000000 --- a/stable/hammond/9.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/hammond/9.1.2/Chart.yaml b/stable/hammond/9.1.2/Chart.yaml deleted file mode 100644 index d42fe66cf50..00000000000 --- a/stable/hammond/9.1.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.24 -dependencies: - - name: common - version: 18.0.2 - 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/truecharts/charts/tree/master/charts/stable/hammond - - https://github.com/alfhou/hammond/pkgs/container/hammond -type: application -version: 9.1.2 diff --git a/stable/hammond/9.1.2/charts/common-18.0.2.tgz b/stable/hammond/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hammond/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hammond/9.1.2/ix_values.yaml b/stable/hammond/9.1.2/ix_values.yaml deleted file mode 100644 index 9156f2ee4ee..00000000000 --- a/stable/hammond/9.1.2/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: ghcr.io/alfhou/hammond - tag: v0.0.24@sha256:c85dc0293aa10be15280277bade9cce808be572d0d4c5eac62acd87dec30479d - pullPolicy: IfNotPresent - -service: - main: - ports: - main: - targetPort: 3000 - port: 10186 - -workload: - main: - podSpec: - containers: - main: - env: - JWT_SECRET: - secretKeyRef: - name: secrets - key: JWT_SECRET - # manually define storage paths - CONFIG: "{{.Values.persistence.config.mountPath }}" - DATA: "{{.Values.persistence.assets.mountPath }}" - -persistence: - config: - enabled: true - mountPath: "/config" - assets: - enabled: true - mountPath: "/assets" - -portal: - open: - enabled: true diff --git a/stable/hexchat/5.1.1/.helmignore b/stable/hammond/9.2.2/.helmignore similarity index 100% rename from stable/hexchat/5.1.1/.helmignore rename to stable/hammond/9.2.2/.helmignore diff --git a/stable/hammond/9.2.2/CHANGELOG.md b/stable/hammond/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cfd1cbc04ab --- /dev/null +++ b/stable/hammond/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/hammond/9.2.2/Chart.yaml b/stable/hammond/9.2.2/Chart.yaml new file mode 100644 index 00000000000..ce0f7589207 --- /dev/null +++ b/stable/hammond/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.24 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hammond/9.1.2/README.md b/stable/hammond/9.2.2/README.md similarity index 100% rename from stable/hammond/9.1.2/README.md rename to stable/hammond/9.2.2/README.md diff --git a/stable/hammond/9.2.2/app-changelog.md b/stable/hammond/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8c0f735b9e2 --- /dev/null +++ b/stable/hammond/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hammond/9.1.2/app-readme.md b/stable/hammond/9.2.2/app-readme.md similarity index 100% rename from stable/hammond/9.1.2/app-readme.md rename to stable/hammond/9.2.2/app-readme.md diff --git a/stable/hammond/9.2.2/charts/common-18.1.6.tgz b/stable/hammond/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hammond/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hammond/9.2.2/ix_values.yaml b/stable/hammond/9.2.2/ix_values.yaml new file mode 100644 index 00000000000..fe66b7d8d12 --- /dev/null +++ b/stable/hammond/9.2.2/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: ghcr.io/alfhou/hammond + tag: v0.0.24@sha256:c85dc0293aa10be15280277bade9cce808be572d0d4c5eac62acd87dec30479d + pullPolicy: IfNotPresent + +service: + main: + ports: + main: + targetPort: 3000 + port: 10186 + +workload: + main: + podSpec: + containers: + main: + env: + JWT_SECRET: + secretKeyRef: + name: secrets + key: JWT_SECRET + # manually define storage paths + CONFIG: "{{.Values.persistence.config.mountPath }}" + DATA: "{{.Values.persistence.assets.mountPath }}" + +persistence: + config: + enabled: true + mountPath: "/config" + assets: + enabled: true + mountPath: "/assets" + +portal: + open: + enabled: true diff --git a/stable/hammond/9.1.2/questions.yaml b/stable/hammond/9.2.2/questions.yaml similarity index 100% rename from stable/hammond/9.1.2/questions.yaml rename to stable/hammond/9.2.2/questions.yaml diff --git a/stable/homelablabelmaker/8.1.1/templates/NOTES.txt b/stable/hammond/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/homelablabelmaker/8.1.1/templates/NOTES.txt rename to stable/hammond/9.2.2/templates/NOTES.txt diff --git a/stable/hammond/9.1.2/templates/_secrets.tpl b/stable/hammond/9.2.2/templates/_secrets.tpl similarity index 100% rename from stable/hammond/9.1.2/templates/_secrets.tpl rename to stable/hammond/9.2.2/templates/_secrets.tpl diff --git a/stable/hammond/9.1.2/templates/common.yaml b/stable/hammond/9.2.2/templates/common.yaml similarity index 100% rename from stable/hammond/9.1.2/templates/common.yaml rename to stable/hammond/9.2.2/templates/common.yaml diff --git a/stable/hexchat/5.1.1/values.yaml b/stable/hammond/9.2.2/values.yaml similarity index 100% rename from stable/hexchat/5.1.1/values.yaml rename to stable/hammond/9.2.2/values.yaml diff --git a/stable/handbrake/21.1.1/CHANGELOG.md b/stable/handbrake/21.1.1/CHANGELOG.md deleted file mode 100644 index 2ea39041f29..00000000000 --- a/stable/handbrake/21.1.1/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 - - -## [handbrake-19.1.4](https://github.com/truecharts/charts/compare/handbrake-19.1.3...handbrake-19.1.4) (2024-01-01) diff --git a/stable/handbrake/21.1.1/Chart.yaml b/stable/handbrake/21.1.1/Chart.yaml deleted file mode 100644 index 682abb90043..00000000000 --- a/stable/handbrake/21.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/handbrake/21.1.1/charts/common-18.0.2.tgz b/stable/handbrake/21.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/handbrake/21.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hexo-blog/5.1.1/.helmignore b/stable/handbrake/21.2.2/.helmignore similarity index 100% rename from stable/hexo-blog/5.1.1/.helmignore rename to stable/handbrake/21.2.2/.helmignore diff --git a/stable/handbrake/21.2.2/CHANGELOG.md b/stable/handbrake/21.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ac7a9019229 --- /dev/null +++ b/stable/handbrake/21.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/handbrake/21.2.2/Chart.yaml b/stable/handbrake/21.2.2/Chart.yaml new file mode 100644 index 00000000000..e384514056e --- /dev/null +++ b/stable/handbrake/21.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/handbrake/21.1.1/README.md b/stable/handbrake/21.2.2/README.md similarity index 100% rename from stable/handbrake/21.1.1/README.md rename to stable/handbrake/21.2.2/README.md diff --git a/stable/handbrake/21.2.2/app-changelog.md b/stable/handbrake/21.2.2/app-changelog.md new file mode 100644 index 00000000000..88a7b2a084c --- /dev/null +++ b/stable/handbrake/21.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/handbrake/21.1.1/app-readme.md b/stable/handbrake/21.2.2/app-readme.md similarity index 100% rename from stable/handbrake/21.1.1/app-readme.md rename to stable/handbrake/21.2.2/app-readme.md diff --git a/stable/handbrake/21.2.2/charts/common-18.1.6.tgz b/stable/handbrake/21.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/handbrake/21.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/handbrake/21.1.1/ix_values.yaml b/stable/handbrake/21.2.2/ix_values.yaml similarity index 100% rename from stable/handbrake/21.1.1/ix_values.yaml rename to stable/handbrake/21.2.2/ix_values.yaml diff --git a/stable/handbrake/21.1.1/questions.yaml b/stable/handbrake/21.2.2/questions.yaml similarity index 100% rename from stable/handbrake/21.1.1/questions.yaml rename to stable/handbrake/21.2.2/questions.yaml diff --git a/stable/homepage/7.1.2/templates/NOTES.txt b/stable/handbrake/21.2.2/templates/NOTES.txt similarity index 100% rename from stable/homepage/7.1.2/templates/NOTES.txt rename to stable/handbrake/21.2.2/templates/NOTES.txt diff --git a/stable/homer/9.1.1/templates/common.yaml b/stable/handbrake/21.2.2/templates/common.yaml similarity index 100% rename from stable/homer/9.1.1/templates/common.yaml rename to stable/handbrake/21.2.2/templates/common.yaml diff --git a/stable/hexo-blog/5.1.1/values.yaml b/stable/handbrake/21.2.2/values.yaml similarity index 100% rename from stable/hexo-blog/5.1.1/values.yaml rename to stable/handbrake/21.2.2/values.yaml diff --git a/stable/hassconfigurator/5.1.1/CHANGELOG.md b/stable/hassconfigurator/5.1.1/CHANGELOG.md deleted file mode 100644 index a7d7df07e6b..00000000000 --- a/stable/hassconfigurator/5.1.1/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.1/Chart.yaml b/stable/hassconfigurator/5.1.1/Chart.yaml deleted file mode 100644 index f4a0215b9b2..00000000000 --- a/stable/hassconfigurator/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: x86_64 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hassconfigurator/5.1.1/charts/common-18.0.2.tgz b/stable/hassconfigurator/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hassconfigurator/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homarr/10.1.1/.helmignore b/stable/hassconfigurator/5.2.2/.helmignore similarity index 100% rename from stable/homarr/10.1.1/.helmignore rename to stable/hassconfigurator/5.2.2/.helmignore diff --git a/stable/hassconfigurator/5.2.2/CHANGELOG.md b/stable/hassconfigurator/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..748d92fe312 --- /dev/null +++ b/stable/hassconfigurator/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/hassconfigurator/5.2.2/Chart.yaml b/stable/hassconfigurator/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a372b3e3098 --- /dev/null +++ b/stable/hassconfigurator/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: x86_64 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hassconfigurator/5.1.1/README.md b/stable/hassconfigurator/5.2.2/README.md similarity index 100% rename from stable/hassconfigurator/5.1.1/README.md rename to stable/hassconfigurator/5.2.2/README.md diff --git a/stable/hassconfigurator/5.2.2/app-changelog.md b/stable/hassconfigurator/5.2.2/app-changelog.md new file mode 100644 index 00000000000..14a5a6c2d77 --- /dev/null +++ b/stable/hassconfigurator/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hassconfigurator/5.1.1/app-readme.md b/stable/hassconfigurator/5.2.2/app-readme.md similarity index 100% rename from stable/hassconfigurator/5.1.1/app-readme.md rename to stable/hassconfigurator/5.2.2/app-readme.md diff --git a/stable/hassconfigurator/5.2.2/charts/common-18.1.6.tgz b/stable/hassconfigurator/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hassconfigurator/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hassconfigurator/5.1.1/ix_values.yaml b/stable/hassconfigurator/5.2.2/ix_values.yaml similarity index 100% rename from stable/hassconfigurator/5.1.1/ix_values.yaml rename to stable/hassconfigurator/5.2.2/ix_values.yaml diff --git a/stable/hassconfigurator/5.1.1/questions.yaml b/stable/hassconfigurator/5.2.2/questions.yaml similarity index 100% rename from stable/hassconfigurator/5.1.1/questions.yaml rename to stable/hassconfigurator/5.2.2/questions.yaml diff --git a/stable/hassconfigurator/5.1.1/templates/common.yaml b/stable/hassconfigurator/5.2.2/templates/common.yaml similarity index 100% rename from stable/hassconfigurator/5.1.1/templates/common.yaml rename to stable/hassconfigurator/5.2.2/templates/common.yaml diff --git a/stable/homarr/10.1.1/values.yaml b/stable/hassconfigurator/5.2.2/values.yaml similarity index 100% rename from stable/homarr/10.1.1/values.yaml rename to stable/hassconfigurator/5.2.2/values.yaml diff --git a/stable/haste-server/13.1.1/CHANGELOG.md b/stable/haste-server/13.1.1/CHANGELOG.md deleted file mode 100644 index 1474ad771d8..00000000000 --- a/stable/haste-server/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/haste-server/13.1.1/Chart.yaml b/stable/haste-server/13.1.1/Chart.yaml deleted file mode 100644 index 08c637cd92b..00000000000 --- a/stable/haste-server/13.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/haste-server/13.1.1/charts/common-18.0.2.tgz b/stable/haste-server/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/haste-server/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/home-assistant/24.1.3/.helmignore b/stable/haste-server/13.2.2/.helmignore similarity index 100% rename from stable/home-assistant/24.1.3/.helmignore rename to stable/haste-server/13.2.2/.helmignore diff --git a/stable/haste-server/13.2.2/CHANGELOG.md b/stable/haste-server/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..427c0e1a379 --- /dev/null +++ b/stable/haste-server/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/haste-server/13.2.2/Chart.yaml b/stable/haste-server/13.2.2/Chart.yaml new file mode 100644 index 00000000000..a815de4d91d --- /dev/null +++ b/stable/haste-server/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/haste-server/13.1.1/README.md b/stable/haste-server/13.2.2/README.md similarity index 100% rename from stable/haste-server/13.1.1/README.md rename to stable/haste-server/13.2.2/README.md diff --git a/stable/haste-server/13.2.2/app-changelog.md b/stable/haste-server/13.2.2/app-changelog.md new file mode 100644 index 00000000000..021606584e6 --- /dev/null +++ b/stable/haste-server/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/haste-server/13.1.1/app-readme.md b/stable/haste-server/13.2.2/app-readme.md similarity index 100% rename from stable/haste-server/13.1.1/app-readme.md rename to stable/haste-server/13.2.2/app-readme.md diff --git a/stable/haste-server/13.2.2/charts/common-18.1.6.tgz b/stable/haste-server/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/haste-server/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/haste-server/13.1.1/ix_values.yaml b/stable/haste-server/13.2.2/ix_values.yaml similarity index 100% rename from stable/haste-server/13.1.1/ix_values.yaml rename to stable/haste-server/13.2.2/ix_values.yaml diff --git a/stable/haste-server/13.1.1/questions.yaml b/stable/haste-server/13.2.2/questions.yaml similarity index 100% rename from stable/haste-server/13.1.1/questions.yaml rename to stable/haste-server/13.2.2/questions.yaml diff --git a/stable/homer/9.1.1/templates/NOTES.txt b/stable/haste-server/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/homer/9.1.1/templates/NOTES.txt rename to stable/haste-server/13.2.2/templates/NOTES.txt diff --git a/stable/htpcmanager/9.1.1/templates/common.yaml b/stable/haste-server/13.2.2/templates/common.yaml similarity index 100% rename from stable/htpcmanager/9.1.1/templates/common.yaml rename to stable/haste-server/13.2.2/templates/common.yaml diff --git a/stable/home-assistant/24.1.3/values.yaml b/stable/haste-server/13.2.2/values.yaml similarity index 100% rename from stable/home-assistant/24.1.3/values.yaml rename to stable/haste-server/13.2.2/values.yaml diff --git a/stable/hastebin/5.1.1/CHANGELOG.md b/stable/hastebin/5.1.1/CHANGELOG.md deleted file mode 100644 index a260a99ace8..00000000000 --- a/stable/hastebin/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hastebin/5.1.1/Chart.yaml b/stable/hastebin/5.1.1/Chart.yaml deleted file mode 100644 index 0ff5dc6115b..00000000000 --- a/stable/hastebin/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hastebin/5.1.1/charts/common-18.0.2.tgz b/stable/hastebin/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hastebin/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homebox/6.1.1/.helmignore b/stable/hastebin/5.2.2/.helmignore similarity index 100% rename from stable/homebox/6.1.1/.helmignore rename to stable/hastebin/5.2.2/.helmignore diff --git a/stable/hastebin/5.2.2/CHANGELOG.md b/stable/hastebin/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3ce070f82c3 --- /dev/null +++ b/stable/hastebin/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hastebin/5.2.2/Chart.yaml b/stable/hastebin/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c98e5639781 --- /dev/null +++ b/stable/hastebin/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hastebin/5.1.1/README.md b/stable/hastebin/5.2.2/README.md similarity index 100% rename from stable/hastebin/5.1.1/README.md rename to stable/hastebin/5.2.2/README.md diff --git a/stable/hastebin/5.2.2/app-changelog.md b/stable/hastebin/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b4f0be97c3d --- /dev/null +++ b/stable/hastebin/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hastebin/5.1.1/app-readme.md b/stable/hastebin/5.2.2/app-readme.md similarity index 100% rename from stable/hastebin/5.1.1/app-readme.md rename to stable/hastebin/5.2.2/app-readme.md diff --git a/stable/hastebin/5.2.2/charts/common-18.1.6.tgz b/stable/hastebin/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hastebin/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hastebin/5.1.1/ix_values.yaml b/stable/hastebin/5.2.2/ix_values.yaml similarity index 100% rename from stable/hastebin/5.1.1/ix_values.yaml rename to stable/hastebin/5.2.2/ix_values.yaml diff --git a/stable/hastebin/5.1.1/questions.yaml b/stable/hastebin/5.2.2/questions.yaml similarity index 100% rename from stable/hastebin/5.1.1/questions.yaml rename to stable/hastebin/5.2.2/questions.yaml diff --git a/stable/hastebin/5.1.1/templates/common.yaml b/stable/hastebin/5.2.2/templates/common.yaml similarity index 100% rename from stable/hastebin/5.1.1/templates/common.yaml rename to stable/hastebin/5.2.2/templates/common.yaml diff --git a/stable/homebox/6.1.1/values.yaml b/stable/hastebin/5.2.2/values.yaml similarity index 100% rename from stable/homebox/6.1.1/values.yaml rename to stable/hastebin/5.2.2/values.yaml diff --git a/stable/hasty-paste/6.1.1/CHANGELOG.md b/stable/hasty-paste/6.1.1/CHANGELOG.md deleted file mode 100644 index 3a4d71da338..00000000000 --- a/stable/hasty-paste/6.1.1/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) - -### Chore diff --git a/stable/hasty-paste/6.1.1/Chart.yaml b/stable/hasty-paste/6.1.1/Chart.yaml deleted file mode 100644 index 79a16de06bd..00000000000 --- a/stable/hasty-paste/6.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.0 -dependencies: - - name: common - version: 18.0.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 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.1 diff --git a/stable/hasty-paste/6.1.1/charts/common-18.0.2.tgz b/stable/hasty-paste/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hasty-paste/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homebridge/7.1.1/.helmignore b/stable/hasty-paste/6.2.2/.helmignore similarity index 100% rename from stable/homebridge/7.1.1/.helmignore rename to stable/hasty-paste/6.2.2/.helmignore diff --git a/stable/hasty-paste/6.2.2/CHANGELOG.md b/stable/hasty-paste/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e1e6b3f2e64 --- /dev/null +++ b/stable/hasty-paste/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) diff --git a/stable/hasty-paste/6.2.2/Chart.yaml b/stable/hasty-paste/6.2.2/Chart.yaml new file mode 100644 index 00000000000..4bf00d955e6 --- /dev/null +++ b/stable/hasty-paste/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hasty-paste/6.1.1/README.md b/stable/hasty-paste/6.2.2/README.md similarity index 100% rename from stable/hasty-paste/6.1.1/README.md rename to stable/hasty-paste/6.2.2/README.md diff --git a/stable/hasty-paste/6.2.2/app-changelog.md b/stable/hasty-paste/6.2.2/app-changelog.md new file mode 100644 index 00000000000..c1f922c320a --- /dev/null +++ b/stable/hasty-paste/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hasty-paste/6.1.1/app-readme.md b/stable/hasty-paste/6.2.2/app-readme.md similarity index 100% rename from stable/hasty-paste/6.1.1/app-readme.md rename to stable/hasty-paste/6.2.2/app-readme.md diff --git a/stable/hasty-paste/6.2.2/charts/common-18.1.6.tgz b/stable/hasty-paste/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hasty-paste/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hasty-paste/6.1.1/charts/redis-11.2.1.tgz b/stable/hasty-paste/6.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/hasty-paste/6.1.1/charts/redis-11.2.1.tgz rename to stable/hasty-paste/6.2.2/charts/redis-11.2.1.tgz diff --git a/stable/hasty-paste/6.1.1/ix_values.yaml b/stable/hasty-paste/6.2.2/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.1.1/ix_values.yaml rename to stable/hasty-paste/6.2.2/ix_values.yaml diff --git a/stable/hasty-paste/6.1.1/questions.yaml b/stable/hasty-paste/6.2.2/questions.yaml similarity index 100% rename from stable/hasty-paste/6.1.1/questions.yaml rename to stable/hasty-paste/6.2.2/questions.yaml diff --git a/stable/hasty-paste/6.1.1/templates/_secrets.tpl b/stable/hasty-paste/6.2.2/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.1.1/templates/_secrets.tpl rename to stable/hasty-paste/6.2.2/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.1.1/templates/common.yaml b/stable/hasty-paste/6.2.2/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.1.1/templates/common.yaml rename to stable/hasty-paste/6.2.2/templates/common.yaml diff --git a/stable/homebridge/7.1.1/values.yaml b/stable/hasty-paste/6.2.2/values.yaml similarity index 100% rename from stable/homebridge/7.1.1/values.yaml rename to stable/hasty-paste/6.2.2/values.yaml diff --git a/stable/headphones/11.1.1/CHANGELOG.md b/stable/headphones/11.1.1/CHANGELOG.md deleted file mode 100644 index c24aac17d2e..00000000000 --- a/stable/headphones/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/headphones/11.1.1/Chart.yaml b/stable/headphones/11.1.1/Chart.yaml deleted file mode 100644 index ef89ae72eb5..00000000000 --- a/stable/headphones/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: a78f38c1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/headphones/11.1.1/charts/common-18.0.2.tgz b/stable/headphones/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/headphones/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homelablabelmaker/8.1.1/.helmignore b/stable/headphones/11.2.2/.helmignore similarity index 100% rename from stable/homelablabelmaker/8.1.1/.helmignore rename to stable/headphones/11.2.2/.helmignore diff --git a/stable/headphones/11.2.2/CHANGELOG.md b/stable/headphones/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..36d44343eae --- /dev/null +++ b/stable/headphones/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/headphones/11.2.2/Chart.yaml b/stable/headphones/11.2.2/Chart.yaml new file mode 100644 index 00000000000..31a1e61fd4b --- /dev/null +++ b/stable/headphones/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: a78f38c1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/headphones/11.1.1/README.md b/stable/headphones/11.2.2/README.md similarity index 100% rename from stable/headphones/11.1.1/README.md rename to stable/headphones/11.2.2/README.md diff --git a/stable/headphones/11.2.2/app-changelog.md b/stable/headphones/11.2.2/app-changelog.md new file mode 100644 index 00000000000..06113a1fe02 --- /dev/null +++ b/stable/headphones/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/headphones/11.1.1/app-readme.md b/stable/headphones/11.2.2/app-readme.md similarity index 100% rename from stable/headphones/11.1.1/app-readme.md rename to stable/headphones/11.2.2/app-readme.md diff --git a/stable/headphones/11.2.2/charts/common-18.1.6.tgz b/stable/headphones/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/headphones/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/headphones/11.1.1/ix_values.yaml b/stable/headphones/11.2.2/ix_values.yaml similarity index 100% rename from stable/headphones/11.1.1/ix_values.yaml rename to stable/headphones/11.2.2/ix_values.yaml diff --git a/stable/headphones/11.1.1/questions.yaml b/stable/headphones/11.2.2/questions.yaml similarity index 100% rename from stable/headphones/11.1.1/questions.yaml rename to stable/headphones/11.2.2/questions.yaml diff --git a/stable/htpcmanager/9.1.1/templates/NOTES.txt b/stable/headphones/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/htpcmanager/9.1.1/templates/NOTES.txt rename to stable/headphones/11.2.2/templates/NOTES.txt diff --git a/stable/headphones/11.1.1/templates/common.yaml b/stable/headphones/11.2.2/templates/common.yaml similarity index 100% rename from stable/headphones/11.1.1/templates/common.yaml rename to stable/headphones/11.2.2/templates/common.yaml diff --git a/stable/homelablabelmaker/8.1.1/values.yaml b/stable/headphones/11.2.2/values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.1/values.yaml rename to stable/headphones/11.2.2/values.yaml diff --git a/stable/healthchecks/14.1.2/CHANGELOG.md b/stable/healthchecks/14.1.2/CHANGELOG.md deleted file mode 100644 index 9db209c4c45..00000000000 --- a/stable/healthchecks/14.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/healthchecks/14.1.2/Chart.yaml b/stable/healthchecks/14.1.2/Chart.yaml deleted file mode 100644 index a361580fa58..00000000000 --- a/stable/healthchecks/14.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.2.20240219 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/healthchecks/14.1.2/charts/common-18.0.2.tgz b/stable/healthchecks/14.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/healthchecks/14.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/healthchecks/14.1.2/ix_values.yaml b/stable/healthchecks/14.1.2/ix_values.yaml deleted file mode 100644 index 1e5dbcce78d..00000000000 --- a/stable/healthchecks/14.1.2/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/linuxserver/healthchecks - tag: 3.2.20240219@sha256:1d4c35985eb9ab08f8c2b17b544666f10b1505b04bd6600d842f1977c9ebdbd3 - 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/homepage/7.1.2/.helmignore b/stable/healthchecks/14.2.3/.helmignore similarity index 100% rename from stable/homepage/7.1.2/.helmignore rename to stable/healthchecks/14.2.3/.helmignore diff --git a/stable/healthchecks/14.2.3/CHANGELOG.md b/stable/healthchecks/14.2.3/CHANGELOG.md new file mode 100644 index 00000000000..b3ba4e218aa --- /dev/null +++ b/stable/healthchecks/14.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/healthchecks/14.2.3/Chart.yaml b/stable/healthchecks/14.2.3/Chart.yaml new file mode 100644 index 00000000000..0af3918e9f4 --- /dev/null +++ b/stable/healthchecks/14.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.20240304 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/healthchecks/14.1.2/README.md b/stable/healthchecks/14.2.3/README.md similarity index 100% rename from stable/healthchecks/14.1.2/README.md rename to stable/healthchecks/14.2.3/README.md diff --git a/stable/healthchecks/14.2.3/app-changelog.md b/stable/healthchecks/14.2.3/app-changelog.md new file mode 100644 index 00000000000..91d6d647e58 --- /dev/null +++ b/stable/healthchecks/14.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/healthchecks/14.1.2/app-readme.md b/stable/healthchecks/14.2.3/app-readme.md similarity index 100% rename from stable/healthchecks/14.1.2/app-readme.md rename to stable/healthchecks/14.2.3/app-readme.md diff --git a/stable/healthchecks/14.2.3/charts/common-18.1.6.tgz b/stable/healthchecks/14.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/healthchecks/14.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/healthchecks/14.2.3/ix_values.yaml b/stable/healthchecks/14.2.3/ix_values.yaml new file mode 100644 index 00000000000..6b4ff745708 --- /dev/null +++ b/stable/healthchecks/14.2.3/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.1.2/questions.yaml b/stable/healthchecks/14.2.3/questions.yaml similarity index 100% rename from stable/healthchecks/14.1.2/questions.yaml rename to stable/healthchecks/14.2.3/questions.yaml diff --git a/stable/humhub/7.4.0/templates/NOTES.txt b/stable/healthchecks/14.2.3/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.4.0/templates/NOTES.txt rename to stable/healthchecks/14.2.3/templates/NOTES.txt diff --git a/stable/humhub/7.4.0/templates/common.yaml b/stable/healthchecks/14.2.3/templates/common.yaml similarity index 100% rename from stable/humhub/7.4.0/templates/common.yaml rename to stable/healthchecks/14.2.3/templates/common.yaml diff --git a/stable/homepage/7.1.2/values.yaml b/stable/healthchecks/14.2.3/values.yaml similarity index 100% rename from stable/homepage/7.1.2/values.yaml rename to stable/healthchecks/14.2.3/values.yaml diff --git a/stable/hedgedoc/12.1.1/CHANGELOG.md b/stable/hedgedoc/12.1.1/CHANGELOG.md deleted file mode 100644 index 219bc35bb44..00000000000 --- a/stable/hedgedoc/12.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hedgedoc/12.1.1/Chart.yaml b/stable/hedgedoc/12.1.1/Chart.yaml deleted file mode 100644 index 4404c8a659a..00000000000 --- a/stable/hedgedoc/12.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.9 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hedgedoc/12.1.1/charts/common-18.0.2.tgz b/stable/hedgedoc/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hedgedoc/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homer/9.1.1/.helmignore b/stable/hedgedoc/12.2.2/.helmignore similarity index 100% rename from stable/homer/9.1.1/.helmignore rename to stable/hedgedoc/12.2.2/.helmignore diff --git a/stable/hedgedoc/12.2.2/CHANGELOG.md b/stable/hedgedoc/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..88a006ab1d3 --- /dev/null +++ b/stable/hedgedoc/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hedgedoc/12.2.2/Chart.yaml b/stable/hedgedoc/12.2.2/Chart.yaml new file mode 100644 index 00000000000..e4bb5cd3b82 --- /dev/null +++ b/stable/hedgedoc/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.9 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hedgedoc/12.1.1/README.md b/stable/hedgedoc/12.2.2/README.md similarity index 100% rename from stable/hedgedoc/12.1.1/README.md rename to stable/hedgedoc/12.2.2/README.md diff --git a/stable/hedgedoc/12.2.2/app-changelog.md b/stable/hedgedoc/12.2.2/app-changelog.md new file mode 100644 index 00000000000..62006a42683 --- /dev/null +++ b/stable/hedgedoc/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hedgedoc/12.1.1/app-readme.md b/stable/hedgedoc/12.2.2/app-readme.md similarity index 100% rename from stable/hedgedoc/12.1.1/app-readme.md rename to stable/hedgedoc/12.2.2/app-readme.md diff --git a/stable/hedgedoc/12.2.2/charts/common-18.1.6.tgz b/stable/hedgedoc/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hedgedoc/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hedgedoc/12.1.1/ix_values.yaml b/stable/hedgedoc/12.2.2/ix_values.yaml similarity index 100% rename from stable/hedgedoc/12.1.1/ix_values.yaml rename to stable/hedgedoc/12.2.2/ix_values.yaml diff --git a/stable/hedgedoc/12.1.1/questions.yaml b/stable/hedgedoc/12.2.2/questions.yaml similarity index 100% rename from stable/hedgedoc/12.1.1/questions.yaml rename to stable/hedgedoc/12.2.2/questions.yaml diff --git a/stable/hyperion-ng/13.1.1/templates/NOTES.txt b/stable/hedgedoc/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/hyperion-ng/13.1.1/templates/NOTES.txt rename to stable/hedgedoc/12.2.2/templates/NOTES.txt diff --git a/stable/hedgedoc/12.1.1/templates/_secrets.tpl b/stable/hedgedoc/12.2.2/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/12.1.1/templates/_secrets.tpl rename to stable/hedgedoc/12.2.2/templates/_secrets.tpl diff --git a/stable/hedgedoc/12.1.1/templates/common.yaml b/stable/hedgedoc/12.2.2/templates/common.yaml similarity index 100% rename from stable/hedgedoc/12.1.1/templates/common.yaml rename to stable/hedgedoc/12.2.2/templates/common.yaml diff --git a/stable/homer/9.1.1/values.yaml b/stable/hedgedoc/12.2.2/values.yaml similarity index 100% rename from stable/homer/9.1.1/values.yaml rename to stable/hedgedoc/12.2.2/values.yaml diff --git a/stable/heimdall/20.1.3/CHANGELOG.md b/stable/heimdall/20.1.3/CHANGELOG.md deleted file mode 100644 index 667ebf0afe5..00000000000 --- a/stable/heimdall/20.1.3/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 - - - -- 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/heimdall/20.1.3/Chart.yaml b/stable/heimdall/20.1.3/Chart.yaml deleted file mode 100644 index 6985fb270b9..00000000000 --- a/stable/heimdall/20.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.1 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/heimdall/20.1.3/charts/common-18.0.2.tgz b/stable/heimdall/20.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/heimdall/20.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/heimdall/20.1.3/ix_values.yaml b/stable/heimdall/20.1.3/ix_values.yaml deleted file mode 100644 index 2f4da42c5de..00000000000 --- a/stable/heimdall/20.1.3/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/hoobs/5.1.1/.helmignore b/stable/heimdall/20.2.3/.helmignore similarity index 100% rename from stable/hoobs/5.1.1/.helmignore rename to stable/heimdall/20.2.3/.helmignore diff --git a/stable/heimdall/20.2.3/CHANGELOG.md b/stable/heimdall/20.2.3/CHANGELOG.md new file mode 100644 index 00000000000..f812bdd3659 --- /dev/null +++ b/stable/heimdall/20.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/heimdall/20.2.3/Chart.yaml b/stable/heimdall/20.2.3/Chart.yaml new file mode 100644 index 00000000000..b3c90f7fae0 --- /dev/null +++ b/stable/heimdall/20.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/heimdall/20.1.3/README.md b/stable/heimdall/20.2.3/README.md similarity index 100% rename from stable/heimdall/20.1.3/README.md rename to stable/heimdall/20.2.3/README.md diff --git a/stable/heimdall/20.2.3/app-changelog.md b/stable/heimdall/20.2.3/app-changelog.md new file mode 100644 index 00000000000..b0e8318bccf --- /dev/null +++ b/stable/heimdall/20.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/heimdall/20.1.3/app-readme.md b/stable/heimdall/20.2.3/app-readme.md similarity index 100% rename from stable/heimdall/20.1.3/app-readme.md rename to stable/heimdall/20.2.3/app-readme.md diff --git a/stable/heimdall/20.2.3/charts/common-18.1.6.tgz b/stable/heimdall/20.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/heimdall/20.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/heimdall/20.2.3/ix_values.yaml b/stable/heimdall/20.2.3/ix_values.yaml new file mode 100644 index 00000000000..95adbeca6d3 --- /dev/null +++ b/stable/heimdall/20.2.3/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.1.3/questions.yaml b/stable/heimdall/20.2.3/questions.yaml similarity index 100% rename from stable/heimdall/20.1.3/questions.yaml rename to stable/heimdall/20.2.3/questions.yaml diff --git a/stable/icloudpd/6.1.1/templates/NOTES.txt b/stable/heimdall/20.2.3/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/6.1.1/templates/NOTES.txt rename to stable/heimdall/20.2.3/templates/NOTES.txt diff --git a/stable/hyperion-ng/13.1.1/templates/common.yaml b/stable/heimdall/20.2.3/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/13.1.1/templates/common.yaml rename to stable/heimdall/20.2.3/templates/common.yaml diff --git a/stable/hoobs/5.1.1/values.yaml b/stable/heimdall/20.2.3/values.yaml similarity index 100% rename from stable/hoobs/5.1.1/values.yaml rename to stable/heimdall/20.2.3/values.yaml diff --git a/stable/hetzner-ddns/5.1.1/CHANGELOG.md b/stable/hetzner-ddns/5.1.1/CHANGELOG.md deleted file mode 100644 index 1d973e8ef6c..00000000000 --- a/stable/hetzner-ddns/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hetzner-ddns/5.1.1/Chart.yaml b/stable/hetzner-ddns/5.1.1/Chart.yaml deleted file mode 100644 index 46fbfe2e9f4..00000000000 --- a/stable/hetzner-ddns/5.1.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: Network-DNS - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hetzner-ddns/5.1.1/charts/common-18.0.2.tgz b/stable/hetzner-ddns/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hetzner-ddns/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/htpcmanager/9.1.1/.helmignore b/stable/hetzner-ddns/5.2.2/.helmignore similarity index 100% rename from stable/htpcmanager/9.1.1/.helmignore rename to stable/hetzner-ddns/5.2.2/.helmignore diff --git a/stable/hetzner-ddns/5.2.2/CHANGELOG.md b/stable/hetzner-ddns/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7d38a293b33 --- /dev/null +++ b/stable/hetzner-ddns/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hetzner-ddns/5.2.2/Chart.yaml b/stable/hetzner-ddns/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ddca5031bc6 --- /dev/null +++ b/stable/hetzner-ddns/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hetzner-ddns/5.1.1/README.md b/stable/hetzner-ddns/5.2.2/README.md similarity index 100% rename from stable/hetzner-ddns/5.1.1/README.md rename to stable/hetzner-ddns/5.2.2/README.md diff --git a/stable/hetzner-ddns/5.2.2/app-changelog.md b/stable/hetzner-ddns/5.2.2/app-changelog.md new file mode 100644 index 00000000000..dd3b9005ea6 --- /dev/null +++ b/stable/hetzner-ddns/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hetzner-ddns/5.1.1/app-readme.md b/stable/hetzner-ddns/5.2.2/app-readme.md similarity index 100% rename from stable/hetzner-ddns/5.1.1/app-readme.md rename to stable/hetzner-ddns/5.2.2/app-readme.md diff --git a/stable/hetzner-ddns/5.2.2/charts/common-18.1.6.tgz b/stable/hetzner-ddns/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hetzner-ddns/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hetzner-ddns/5.1.1/ix_values.yaml b/stable/hetzner-ddns/5.2.2/ix_values.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.1/ix_values.yaml rename to stable/hetzner-ddns/5.2.2/ix_values.yaml diff --git a/stable/hetzner-ddns/5.1.1/questions.yaml b/stable/hetzner-ddns/5.2.2/questions.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.1/questions.yaml rename to stable/hetzner-ddns/5.2.2/questions.yaml diff --git a/stable/hetzner-ddns/5.1.1/templates/common.yaml b/stable/hetzner-ddns/5.2.2/templates/common.yaml similarity index 100% rename from stable/hetzner-ddns/5.1.1/templates/common.yaml rename to stable/hetzner-ddns/5.2.2/templates/common.yaml diff --git a/stable/htpcmanager/9.1.1/values.yaml b/stable/hetzner-ddns/5.2.2/values.yaml similarity index 100% rename from stable/htpcmanager/9.1.1/values.yaml rename to stable/hetzner-ddns/5.2.2/values.yaml diff --git a/stable/hexchat/5.1.1/CHANGELOG.md b/stable/hexchat/5.1.1/CHANGELOG.md deleted file mode 100644 index 046775ade52..00000000000 --- a/stable/hexchat/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/hexchat/5.1.1/Chart.yaml b/stable/hexchat/5.1.1/Chart.yaml deleted file mode 100644 index 0b0dfdab699..00000000000 --- a/stable/hexchat/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hexchat/5.1.1/charts/common-18.0.2.tgz b/stable/hexchat/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hexchat/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/humhub/7.4.0/.helmignore b/stable/hexchat/5.2.2/.helmignore similarity index 100% rename from stable/humhub/7.4.0/.helmignore rename to stable/hexchat/5.2.2/.helmignore diff --git a/stable/hexchat/5.2.2/CHANGELOG.md b/stable/hexchat/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..881dfea77f5 --- /dev/null +++ b/stable/hexchat/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/hexchat/5.2.2/Chart.yaml b/stable/hexchat/5.2.2/Chart.yaml new file mode 100644 index 00000000000..faa23677c21 --- /dev/null +++ b/stable/hexchat/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hexchat/5.1.1/README.md b/stable/hexchat/5.2.2/README.md similarity index 100% rename from stable/hexchat/5.1.1/README.md rename to stable/hexchat/5.2.2/README.md diff --git a/stable/hexchat/5.2.2/app-changelog.md b/stable/hexchat/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0536418908d --- /dev/null +++ b/stable/hexchat/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hexchat/5.1.1/app-readme.md b/stable/hexchat/5.2.2/app-readme.md similarity index 100% rename from stable/hexchat/5.1.1/app-readme.md rename to stable/hexchat/5.2.2/app-readme.md diff --git a/stable/hexchat/5.2.2/charts/common-18.1.6.tgz b/stable/hexchat/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hexchat/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hexchat/5.1.1/ix_values.yaml b/stable/hexchat/5.2.2/ix_values.yaml similarity index 100% rename from stable/hexchat/5.1.1/ix_values.yaml rename to stable/hexchat/5.2.2/ix_values.yaml diff --git a/stable/hexchat/5.1.1/questions.yaml b/stable/hexchat/5.2.2/questions.yaml similarity index 100% rename from stable/hexchat/5.1.1/questions.yaml rename to stable/hexchat/5.2.2/questions.yaml diff --git a/stable/hexchat/5.1.1/templates/common.yaml b/stable/hexchat/5.2.2/templates/common.yaml similarity index 100% rename from stable/hexchat/5.1.1/templates/common.yaml rename to stable/hexchat/5.2.2/templates/common.yaml diff --git a/stable/humhub/7.4.0/values.yaml b/stable/hexchat/5.2.2/values.yaml similarity index 100% rename from stable/humhub/7.4.0/values.yaml rename to stable/hexchat/5.2.2/values.yaml diff --git a/stable/hexo-blog/5.1.1/CHANGELOG.md b/stable/hexo-blog/5.1.1/CHANGELOG.md deleted file mode 100644 index 0ce3c229e01..00000000000 --- a/stable/hexo-blog/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hexo-blog/5.1.1/Chart.yaml b/stable/hexo-blog/5.1.1/Chart.yaml deleted file mode 100644 index a919a9b30f2..00000000000 --- a/stable/hexo-blog/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hexo-blog/5.1.1/charts/common-18.0.2.tgz b/stable/hexo-blog/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hexo-blog/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hurtworld/5.1.1/.helmignore b/stable/hexo-blog/5.2.2/.helmignore similarity index 100% rename from stable/hurtworld/5.1.1/.helmignore rename to stable/hexo-blog/5.2.2/.helmignore diff --git a/stable/hexo-blog/5.2.2/CHANGELOG.md b/stable/hexo-blog/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6d04f1b4bef --- /dev/null +++ b/stable/hexo-blog/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hexo-blog/5.2.2/Chart.yaml b/stable/hexo-blog/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8ad03712a21 --- /dev/null +++ b/stable/hexo-blog/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hexo-blog/5.1.1/README.md b/stable/hexo-blog/5.2.2/README.md similarity index 100% rename from stable/hexo-blog/5.1.1/README.md rename to stable/hexo-blog/5.2.2/README.md diff --git a/stable/hexo-blog/5.2.2/app-changelog.md b/stable/hexo-blog/5.2.2/app-changelog.md new file mode 100644 index 00000000000..41c73ac9b10 --- /dev/null +++ b/stable/hexo-blog/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hexo-blog/5.1.1/app-readme.md b/stable/hexo-blog/5.2.2/app-readme.md similarity index 100% rename from stable/hexo-blog/5.1.1/app-readme.md rename to stable/hexo-blog/5.2.2/app-readme.md diff --git a/stable/hexo-blog/5.2.2/charts/common-18.1.6.tgz b/stable/hexo-blog/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hexo-blog/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hexo-blog/5.1.1/ix_values.yaml b/stable/hexo-blog/5.2.2/ix_values.yaml similarity index 100% rename from stable/hexo-blog/5.1.1/ix_values.yaml rename to stable/hexo-blog/5.2.2/ix_values.yaml diff --git a/stable/hexo-blog/5.1.1/questions.yaml b/stable/hexo-blog/5.2.2/questions.yaml similarity index 100% rename from stable/hexo-blog/5.1.1/questions.yaml rename to stable/hexo-blog/5.2.2/questions.yaml diff --git a/stable/hexo-blog/5.1.1/templates/common.yaml b/stable/hexo-blog/5.2.2/templates/common.yaml similarity index 100% rename from stable/hexo-blog/5.1.1/templates/common.yaml rename to stable/hexo-blog/5.2.2/templates/common.yaml diff --git a/stable/hurtworld/5.1.1/values.yaml b/stable/hexo-blog/5.2.2/values.yaml similarity index 100% rename from stable/hurtworld/5.1.1/values.yaml rename to stable/hexo-blog/5.2.2/values.yaml diff --git a/stable/homarr/10.1.1/CHANGELOG.md b/stable/homarr/10.1.1/CHANGELOG.md deleted file mode 100644 index c896f8559c0..00000000000 --- a/stable/homarr/10.1.1/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 - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/homarr/10.1.1/Chart.yaml b/stable/homarr/10.1.1/Chart.yaml deleted file mode 100644 index 77e32c7fc5b..00000000000 --- a/stable/homarr/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/homarr/10.1.1/charts/common-18.0.2.tgz b/stable/homarr/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homarr/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/hyperion-ng/13.1.1/.helmignore b/stable/homarr/10.2.2/.helmignore similarity index 100% rename from stable/hyperion-ng/13.1.1/.helmignore rename to stable/homarr/10.2.2/.helmignore diff --git a/stable/homarr/10.2.2/CHANGELOG.md b/stable/homarr/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4b39eb8da64 --- /dev/null +++ b/stable/homarr/10.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/homarr/10.2.2/Chart.yaml b/stable/homarr/10.2.2/Chart.yaml new file mode 100644 index 00000000000..c6ca70c1b4c --- /dev/null +++ b/stable/homarr/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/homarr/10.1.1/README.md b/stable/homarr/10.2.2/README.md similarity index 100% rename from stable/homarr/10.1.1/README.md rename to stable/homarr/10.2.2/README.md diff --git a/stable/homarr/10.2.2/app-changelog.md b/stable/homarr/10.2.2/app-changelog.md new file mode 100644 index 00000000000..e87023accbd --- /dev/null +++ b/stable/homarr/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homarr/10.1.1/app-readme.md b/stable/homarr/10.2.2/app-readme.md similarity index 100% rename from stable/homarr/10.1.1/app-readme.md rename to stable/homarr/10.2.2/app-readme.md diff --git a/stable/homarr/10.2.2/charts/common-18.1.6.tgz b/stable/homarr/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homarr/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/homarr/10.1.1/ix_values.yaml b/stable/homarr/10.2.2/ix_values.yaml similarity index 100% rename from stable/homarr/10.1.1/ix_values.yaml rename to stable/homarr/10.2.2/ix_values.yaml diff --git a/stable/homarr/10.1.1/questions.yaml b/stable/homarr/10.2.2/questions.yaml similarity index 100% rename from stable/homarr/10.1.1/questions.yaml rename to stable/homarr/10.2.2/questions.yaml diff --git a/stable/impostor-server/8.1.1/templates/NOTES.txt b/stable/homarr/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/impostor-server/8.1.1/templates/NOTES.txt rename to stable/homarr/10.2.2/templates/NOTES.txt diff --git a/stable/homarr/10.1.1/templates/_secrets.tpl b/stable/homarr/10.2.2/templates/_secrets.tpl similarity index 100% rename from stable/homarr/10.1.1/templates/_secrets.tpl rename to stable/homarr/10.2.2/templates/_secrets.tpl diff --git a/stable/homarr/10.1.1/templates/common.yaml b/stable/homarr/10.2.2/templates/common.yaml similarity index 100% rename from stable/homarr/10.1.1/templates/common.yaml rename to stable/homarr/10.2.2/templates/common.yaml diff --git a/stable/hyperion-ng/13.1.1/values.yaml b/stable/homarr/10.2.2/values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.1/values.yaml rename to stable/homarr/10.2.2/values.yaml diff --git a/stable/home-assistant/24.1.3/CHANGELOG.md b/stable/home-assistant/24.1.3/CHANGELOG.md deleted file mode 100644 index f7f716a7dbd..00000000000 --- a/stable/home-assistant/24.1.3/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) - -### Chore diff --git a/stable/home-assistant/24.1.3/Chart.yaml b/stable/home-assistant/24.1.3/Chart.yaml deleted file mode 100644 index a917efae133..00000000000 --- a/stable/home-assistant/24.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.3 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/home-assistant/24.1.3/charts/common-18.0.2.tgz b/stable/home-assistant/24.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/home-assistant/24.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/home-assistant/24.1.3/ix_values.yaml b/stable/home-assistant/24.1.3/ix_values.yaml deleted file mode 100644 index be7b4895b5a..00000000000 --- a/stable/home-assistant/24.1.3/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/icloudpd/6.1.1/.helmignore b/stable/home-assistant/24.2.3/.helmignore similarity index 100% rename from stable/icloudpd/6.1.1/.helmignore rename to stable/home-assistant/24.2.3/.helmignore diff --git a/stable/home-assistant/24.2.3/CHANGELOG.md b/stable/home-assistant/24.2.3/CHANGELOG.md new file mode 100644 index 00000000000..488afb28e61 --- /dev/null +++ b/stable/home-assistant/24.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/home-assistant/24.2.3/Chart.yaml b/stable/home-assistant/24.2.3/Chart.yaml new file mode 100644 index 00000000000..8a18623dc40 --- /dev/null +++ b/stable/home-assistant/24.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.5 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/home-assistant/24.1.3/README.md b/stable/home-assistant/24.2.3/README.md similarity index 100% rename from stable/home-assistant/24.1.3/README.md rename to stable/home-assistant/24.2.3/README.md diff --git a/stable/home-assistant/24.2.3/app-changelog.md b/stable/home-assistant/24.2.3/app-changelog.md new file mode 100644 index 00000000000..59b2989459e --- /dev/null +++ b/stable/home-assistant/24.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/home-assistant/24.1.3/app-readme.md b/stable/home-assistant/24.2.3/app-readme.md similarity index 100% rename from stable/home-assistant/24.1.3/app-readme.md rename to stable/home-assistant/24.2.3/app-readme.md diff --git a/stable/home-assistant/24.2.3/charts/common-18.1.6.tgz b/stable/home-assistant/24.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/home-assistant/24.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/home-assistant/24.2.3/ix_values.yaml b/stable/home-assistant/24.2.3/ix_values.yaml new file mode 100644 index 00000000000..3f7b432a25e --- /dev/null +++ b/stable/home-assistant/24.2.3/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.1.3/questions.yaml b/stable/home-assistant/24.2.3/questions.yaml similarity index 100% rename from stable/home-assistant/24.1.3/questions.yaml rename to stable/home-assistant/24.2.3/questions.yaml diff --git a/stable/ipfs/10.1.2/templates/NOTES.txt b/stable/home-assistant/24.2.3/templates/NOTES.txt similarity index 100% rename from stable/ipfs/10.1.2/templates/NOTES.txt rename to stable/home-assistant/24.2.3/templates/NOTES.txt diff --git a/stable/mosquitto/14.1.1/templates/common.yaml b/stable/home-assistant/24.2.3/templates/common.yaml similarity index 100% rename from stable/mosquitto/14.1.1/templates/common.yaml rename to stable/home-assistant/24.2.3/templates/common.yaml diff --git a/stable/icloudpd/6.1.1/values.yaml b/stable/home-assistant/24.2.3/values.yaml similarity index 100% rename from stable/icloudpd/6.1.1/values.yaml rename to stable/home-assistant/24.2.3/values.yaml diff --git a/stable/homebox/6.1.1/CHANGELOG.md b/stable/homebox/6.1.1/CHANGELOG.md deleted file mode 100644 index ac759777e48..00000000000 --- a/stable/homebox/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/homebox/6.1.1/Chart.yaml b/stable/homebox/6.1.1/Chart.yaml deleted file mode 100644 index ecf32d45f09..00000000000 --- a/stable/homebox/6.1.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: inventory - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.10.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/homebox/6.1.1/charts/common-18.0.2.tgz b/stable/homebox/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homebox/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/imgpush/5.1.1/.helmignore b/stable/homebox/6.2.2/.helmignore similarity index 100% rename from stable/imgpush/5.1.1/.helmignore rename to stable/homebox/6.2.2/.helmignore diff --git a/stable/homebox/6.2.2/CHANGELOG.md b/stable/homebox/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..54924067d1b --- /dev/null +++ b/stable/homebox/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/homebox/6.2.2/Chart.yaml b/stable/homebox/6.2.2/Chart.yaml new file mode 100644 index 00000000000..38d37596c05 --- /dev/null +++ b/stable/homebox/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.10.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/homebox/6.1.1/README.md b/stable/homebox/6.2.2/README.md similarity index 100% rename from stable/homebox/6.1.1/README.md rename to stable/homebox/6.2.2/README.md diff --git a/stable/homebox/6.2.2/app-changelog.md b/stable/homebox/6.2.2/app-changelog.md new file mode 100644 index 00000000000..8ce2cb23dd7 --- /dev/null +++ b/stable/homebox/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homebox/6.1.1/app-readme.md b/stable/homebox/6.2.2/app-readme.md similarity index 100% rename from stable/homebox/6.1.1/app-readme.md rename to stable/homebox/6.2.2/app-readme.md diff --git a/stable/homebox/6.2.2/charts/common-18.1.6.tgz b/stable/homebox/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homebox/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/homebox/6.1.1/ix_values.yaml b/stable/homebox/6.2.2/ix_values.yaml similarity index 100% rename from stable/homebox/6.1.1/ix_values.yaml rename to stable/homebox/6.2.2/ix_values.yaml diff --git a/stable/homebox/6.1.1/questions.yaml b/stable/homebox/6.2.2/questions.yaml similarity index 100% rename from stable/homebox/6.1.1/questions.yaml rename to stable/homebox/6.2.2/questions.yaml diff --git a/stable/ipmi-tools/6.1.1/templates/NOTES.txt b/stable/homebox/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/ipmi-tools/6.1.1/templates/NOTES.txt rename to stable/homebox/6.2.2/templates/NOTES.txt diff --git a/stable/homebox/6.1.1/templates/_secret.tpl b/stable/homebox/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/homebox/6.1.1/templates/_secret.tpl rename to stable/homebox/6.2.2/templates/_secret.tpl diff --git a/stable/homebox/6.1.1/templates/common.yaml b/stable/homebox/6.2.2/templates/common.yaml similarity index 100% rename from stable/homebox/6.1.1/templates/common.yaml rename to stable/homebox/6.2.2/templates/common.yaml diff --git a/stable/imgpush/5.1.1/values.yaml b/stable/homebox/6.2.2/values.yaml similarity index 100% rename from stable/imgpush/5.1.1/values.yaml rename to stable/homebox/6.2.2/values.yaml diff --git a/stable/homebridge/7.1.1/CHANGELOG.md b/stable/homebridge/7.1.1/CHANGELOG.md deleted file mode 100644 index 10886966905..00000000000 --- a/stable/homebridge/7.1.1/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)) - - -## [homebridge-6.1.4](https://github.com/truecharts/charts/compare/homebridge-6.1.3...homebridge-6.1.4) (2024-01-01) diff --git a/stable/homebridge/7.1.1/Chart.yaml b/stable/homebridge/7.1.1/Chart.yaml deleted file mode 100644 index 3d8c0541b00..00000000000 --- a/stable/homebridge/7.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.30 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/homebridge/7.1.1/charts/common-18.0.2.tgz b/stable/homebridge/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homebridge/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/import-ics/5.1.1/.helmignore b/stable/homebridge/7.2.2/.helmignore similarity index 100% rename from stable/import-ics/5.1.1/.helmignore rename to stable/homebridge/7.2.2/.helmignore diff --git a/stable/homebridge/7.2.2/CHANGELOG.md b/stable/homebridge/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..44d0235f7b4 --- /dev/null +++ b/stable/homebridge/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/homebridge/7.2.2/Chart.yaml b/stable/homebridge/7.2.2/Chart.yaml new file mode 100644 index 00000000000..f00ca9df74f --- /dev/null +++ b/stable/homebridge/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.30 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/homebridge/7.1.1/README.md b/stable/homebridge/7.2.2/README.md similarity index 100% rename from stable/homebridge/7.1.1/README.md rename to stable/homebridge/7.2.2/README.md diff --git a/stable/homebridge/7.2.2/app-changelog.md b/stable/homebridge/7.2.2/app-changelog.md new file mode 100644 index 00000000000..d6ac3cc8e99 --- /dev/null +++ b/stable/homebridge/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homebridge/7.1.1/app-readme.md b/stable/homebridge/7.2.2/app-readme.md similarity index 100% rename from stable/homebridge/7.1.1/app-readme.md rename to stable/homebridge/7.2.2/app-readme.md diff --git a/stable/homebridge/7.2.2/charts/common-18.1.6.tgz b/stable/homebridge/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homebridge/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/homebridge/7.1.1/ix_values.yaml b/stable/homebridge/7.2.2/ix_values.yaml similarity index 100% rename from stable/homebridge/7.1.1/ix_values.yaml rename to stable/homebridge/7.2.2/ix_values.yaml diff --git a/stable/homebridge/7.1.1/questions.yaml b/stable/homebridge/7.2.2/questions.yaml similarity index 100% rename from stable/homebridge/7.1.1/questions.yaml rename to stable/homebridge/7.2.2/questions.yaml diff --git a/stable/ispy-agent-dvr/9.2.0/templates/NOTES.txt b/stable/homebridge/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/templates/NOTES.txt rename to stable/homebridge/7.2.2/templates/NOTES.txt diff --git a/stable/icloudpd/6.1.1/templates/common.yaml b/stable/homebridge/7.2.2/templates/common.yaml similarity index 100% rename from stable/icloudpd/6.1.1/templates/common.yaml rename to stable/homebridge/7.2.2/templates/common.yaml diff --git a/stable/import-ics/5.1.1/values.yaml b/stable/homebridge/7.2.2/values.yaml similarity index 100% rename from stable/import-ics/5.1.1/values.yaml rename to stable/homebridge/7.2.2/values.yaml diff --git a/stable/homelablabelmaker/8.1.1/CHANGELOG.md b/stable/homelablabelmaker/8.1.1/CHANGELOG.md deleted file mode 100644 index 592d4ccad5c..00000000000 --- a/stable/homelablabelmaker/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/homelablabelmaker/8.1.1/Chart.yaml b/stable/homelablabelmaker/8.1.1/Chart.yaml deleted file mode 100644 index f70c19c57f6..00000000000 --- a/stable/homelablabelmaker/8.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/homelablabelmaker/8.1.1/charts/common-18.0.2.tgz b/stable/homelablabelmaker/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homelablabelmaker/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/impostor-server/8.1.1/.helmignore b/stable/homelablabelmaker/8.2.2/.helmignore similarity index 100% rename from stable/impostor-server/8.1.1/.helmignore rename to stable/homelablabelmaker/8.2.2/.helmignore diff --git a/stable/homelablabelmaker/8.2.2/CHANGELOG.md b/stable/homelablabelmaker/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6a77bb9e266 --- /dev/null +++ b/stable/homelablabelmaker/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/homelablabelmaker/8.2.2/Chart.yaml b/stable/homelablabelmaker/8.2.2/Chart.yaml new file mode 100644 index 00000000000..eff943a0fb4 --- /dev/null +++ b/stable/homelablabelmaker/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/homelablabelmaker/8.1.1/README.md b/stable/homelablabelmaker/8.2.2/README.md similarity index 100% rename from stable/homelablabelmaker/8.1.1/README.md rename to stable/homelablabelmaker/8.2.2/README.md diff --git a/stable/homelablabelmaker/8.2.2/app-changelog.md b/stable/homelablabelmaker/8.2.2/app-changelog.md new file mode 100644 index 00000000000..81b72422e56 --- /dev/null +++ b/stable/homelablabelmaker/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homelablabelmaker/8.1.1/app-readme.md b/stable/homelablabelmaker/8.2.2/app-readme.md similarity index 100% rename from stable/homelablabelmaker/8.1.1/app-readme.md rename to stable/homelablabelmaker/8.2.2/app-readme.md diff --git a/stable/homelablabelmaker/8.2.2/charts/common-18.1.6.tgz b/stable/homelablabelmaker/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homelablabelmaker/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/homelablabelmaker/8.1.1/ix_values.yaml b/stable/homelablabelmaker/8.2.2/ix_values.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.1/ix_values.yaml rename to stable/homelablabelmaker/8.2.2/ix_values.yaml diff --git a/stable/homelablabelmaker/8.1.1/questions.yaml b/stable/homelablabelmaker/8.2.2/questions.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.1/questions.yaml rename to stable/homelablabelmaker/8.2.2/questions.yaml diff --git a/stable/it-tools/4.1.1/templates/NOTES.txt b/stable/homelablabelmaker/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/it-tools/4.1.1/templates/NOTES.txt rename to stable/homelablabelmaker/8.2.2/templates/NOTES.txt diff --git a/stable/homelablabelmaker/8.1.1/templates/common.yaml b/stable/homelablabelmaker/8.2.2/templates/common.yaml similarity index 100% rename from stable/homelablabelmaker/8.1.1/templates/common.yaml rename to stable/homelablabelmaker/8.2.2/templates/common.yaml diff --git a/stable/impostor-server/8.1.1/values.yaml b/stable/homelablabelmaker/8.2.2/values.yaml similarity index 100% rename from stable/impostor-server/8.1.1/values.yaml rename to stable/homelablabelmaker/8.2.2/values.yaml diff --git a/stable/homepage/7.1.2/CHANGELOG.md b/stable/homepage/7.1.2/CHANGELOG.md deleted file mode 100644 index 793aff80ef9..00000000000 --- a/stable/homepage/7.1.2/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)) - - -## [homepage-6.3.6](https://github.com/truecharts/charts/compare/homepage-6.3.5...homepage-6.3.6) (2024-01-02) diff --git a/stable/homepage/7.1.2/Chart.yaml b/stable/homepage/7.1.2/Chart.yaml deleted file mode 100644 index 57c2d4fceb5..00000000000 --- a/stable/homepage/7.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.8 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/homepage/7.1.2/charts/common-18.0.2.tgz b/stable/homepage/7.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homepage/7.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/homepage/7.1.2/ix_values.yaml b/stable/homepage/7.1.2/ix_values.yaml deleted file mode 100644 index b6d46e97039..00000000000 --- a/stable/homepage/7.1.2/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/inkscape-desktop-g3/5.1.1/.helmignore b/stable/homepage/7.2.3/.helmignore similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/.helmignore rename to stable/homepage/7.2.3/.helmignore diff --git a/stable/homepage/7.2.3/CHANGELOG.md b/stable/homepage/7.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c66b9dc6617 --- /dev/null +++ b/stable/homepage/7.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/homepage/7.2.3/Chart.yaml b/stable/homepage/7.2.3/Chart.yaml new file mode 100644 index 00000000000..9a9d19a70d8 --- /dev/null +++ b/stable/homepage/7.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.8 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/homepage/7.1.2/README.md b/stable/homepage/7.2.3/README.md similarity index 100% rename from stable/homepage/7.1.2/README.md rename to stable/homepage/7.2.3/README.md diff --git a/stable/homepage/7.2.3/app-changelog.md b/stable/homepage/7.2.3/app-changelog.md new file mode 100644 index 00000000000..84af65fc6c4 --- /dev/null +++ b/stable/homepage/7.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homepage/7.1.2/app-readme.md b/stable/homepage/7.2.3/app-readme.md similarity index 100% rename from stable/homepage/7.1.2/app-readme.md rename to stable/homepage/7.2.3/app-readme.md diff --git a/stable/homepage/7.2.3/charts/common-18.1.6.tgz b/stable/homepage/7.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homepage/7.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/homepage/7.2.3/ix_values.yaml b/stable/homepage/7.2.3/ix_values.yaml new file mode 100644 index 00000000000..41b4db9b379 --- /dev/null +++ b/stable/homepage/7.2.3/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.1.2/questions.yaml b/stable/homepage/7.2.3/questions.yaml similarity index 100% rename from stable/homepage/7.1.2/questions.yaml rename to stable/homepage/7.2.3/questions.yaml diff --git a/stable/iyuuplus/9.1.1/templates/NOTES.txt b/stable/homepage/7.2.3/templates/NOTES.txt similarity index 100% rename from stable/iyuuplus/9.1.1/templates/NOTES.txt rename to stable/homepage/7.2.3/templates/NOTES.txt diff --git a/stable/impostor-server/8.1.1/templates/common.yaml b/stable/homepage/7.2.3/templates/common.yaml similarity index 100% rename from stable/impostor-server/8.1.1/templates/common.yaml rename to stable/homepage/7.2.3/templates/common.yaml diff --git a/stable/inkscape-desktop-g3/5.1.1/values.yaml b/stable/homepage/7.2.3/values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/values.yaml rename to stable/homepage/7.2.3/values.yaml diff --git a/stable/homer/9.1.1/CHANGELOG.md b/stable/homer/9.1.1/CHANGELOG.md deleted file mode 100644 index 53e8bb4ddbd..00000000000 --- a/stable/homer/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/homer/9.1.1/Chart.yaml b/stable/homer/9.1.1/Chart.yaml deleted file mode 100644 index f269ec5edce..00000000000 --- a/stable/homer/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.10.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/homer/9.1.1/charts/common-18.0.2.tgz b/stable/homer/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/homer/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/insurgencysandstorm/5.1.1/.helmignore b/stable/homer/9.2.2/.helmignore similarity index 100% rename from stable/insurgencysandstorm/5.1.1/.helmignore rename to stable/homer/9.2.2/.helmignore diff --git a/stable/homer/9.2.2/CHANGELOG.md b/stable/homer/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9e4232ac346 --- /dev/null +++ b/stable/homer/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/homer/9.2.2/Chart.yaml b/stable/homer/9.2.2/Chart.yaml new file mode 100644 index 00000000000..86ddf537657 --- /dev/null +++ b/stable/homer/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.10.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/homer/9.1.1/README.md b/stable/homer/9.2.2/README.md similarity index 100% rename from stable/homer/9.1.1/README.md rename to stable/homer/9.2.2/README.md diff --git a/stable/homer/9.2.2/app-changelog.md b/stable/homer/9.2.2/app-changelog.md new file mode 100644 index 00000000000..d3efde98043 --- /dev/null +++ b/stable/homer/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/homer/9.1.1/app-readme.md b/stable/homer/9.2.2/app-readme.md similarity index 100% rename from stable/homer/9.1.1/app-readme.md rename to stable/homer/9.2.2/app-readme.md diff --git a/stable/homer/9.2.2/charts/common-18.1.6.tgz b/stable/homer/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/homer/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/homer/9.1.1/ix_values.yaml b/stable/homer/9.2.2/ix_values.yaml similarity index 100% rename from stable/homer/9.1.1/ix_values.yaml rename to stable/homer/9.2.2/ix_values.yaml diff --git a/stable/homer/9.1.1/questions.yaml b/stable/homer/9.2.2/questions.yaml similarity index 100% rename from stable/homer/9.1.1/questions.yaml rename to stable/homer/9.2.2/questions.yaml diff --git a/stable/jackett/19.1.1/templates/NOTES.txt b/stable/homer/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/jackett/19.1.1/templates/NOTES.txt rename to stable/homer/9.2.2/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/9.2.0/templates/common.yaml b/stable/homer/9.2.2/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/templates/common.yaml rename to stable/homer/9.2.2/templates/common.yaml diff --git a/stable/insurgencysandstorm/5.1.1/values.yaml b/stable/homer/9.2.2/values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.1/values.yaml rename to stable/homer/9.2.2/values.yaml diff --git a/stable/hoobs/5.1.1/CHANGELOG.md b/stable/hoobs/5.1.1/CHANGELOG.md deleted file mode 100644 index dc91f14c267..00000000000 --- a/stable/hoobs/5.1.1/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.1/Chart.yaml b/stable/hoobs/5.1.1/Chart.yaml deleted file mode 100644 index 6b6824f787d..00000000000 --- a/stable/hoobs/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hoobs/5.1.1/charts/common-18.0.2.tgz b/stable/hoobs/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hoobs/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/invidious/9.1.1/.helmignore b/stable/hoobs/5.2.2/.helmignore similarity index 100% rename from stable/invidious/9.1.1/.helmignore rename to stable/hoobs/5.2.2/.helmignore diff --git a/stable/hoobs/5.2.2/CHANGELOG.md b/stable/hoobs/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7888b44dabc --- /dev/null +++ b/stable/hoobs/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/hoobs/5.2.2/Chart.yaml b/stable/hoobs/5.2.2/Chart.yaml new file mode 100644 index 00000000000..aca271f0f2b --- /dev/null +++ b/stable/hoobs/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hoobs/5.1.1/README.md b/stable/hoobs/5.2.2/README.md similarity index 100% rename from stable/hoobs/5.1.1/README.md rename to stable/hoobs/5.2.2/README.md diff --git a/stable/hoobs/5.2.2/app-changelog.md b/stable/hoobs/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d33478c611e --- /dev/null +++ b/stable/hoobs/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hoobs/5.1.1/app-readme.md b/stable/hoobs/5.2.2/app-readme.md similarity index 100% rename from stable/hoobs/5.1.1/app-readme.md rename to stable/hoobs/5.2.2/app-readme.md diff --git a/stable/hoobs/5.2.2/charts/common-18.1.6.tgz b/stable/hoobs/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hoobs/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hoobs/5.1.1/ix_values.yaml b/stable/hoobs/5.2.2/ix_values.yaml similarity index 100% rename from stable/hoobs/5.1.1/ix_values.yaml rename to stable/hoobs/5.2.2/ix_values.yaml diff --git a/stable/hoobs/5.1.1/questions.yaml b/stable/hoobs/5.2.2/questions.yaml similarity index 100% rename from stable/hoobs/5.1.1/questions.yaml rename to stable/hoobs/5.2.2/questions.yaml diff --git a/stable/hoobs/5.1.1/templates/common.yaml b/stable/hoobs/5.2.2/templates/common.yaml similarity index 100% rename from stable/hoobs/5.1.1/templates/common.yaml rename to stable/hoobs/5.2.2/templates/common.yaml diff --git a/stable/invidious/9.1.1/values.yaml b/stable/hoobs/5.2.2/values.yaml similarity index 100% rename from stable/invidious/9.1.1/values.yaml rename to stable/hoobs/5.2.2/values.yaml diff --git a/stable/htpcmanager/9.1.1/CHANGELOG.md b/stable/htpcmanager/9.1.1/CHANGELOG.md deleted file mode 100644 index 39723c95163..00000000000 --- a/stable/htpcmanager/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/htpcmanager/9.1.1/Chart.yaml b/stable/htpcmanager/9.1.1/Chart.yaml deleted file mode 100644 index 957676a920c..00000000000 --- a/stable/htpcmanager/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.17 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/htpcmanager/9.1.1/charts/common-18.0.2.tgz b/stable/htpcmanager/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/htpcmanager/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/invitarr/5.1.1/.helmignore b/stable/htpcmanager/9.2.2/.helmignore similarity index 100% rename from stable/invitarr/5.1.1/.helmignore rename to stable/htpcmanager/9.2.2/.helmignore diff --git a/stable/htpcmanager/9.2.2/CHANGELOG.md b/stable/htpcmanager/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d806f89b494 --- /dev/null +++ b/stable/htpcmanager/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/htpcmanager/9.2.2/Chart.yaml b/stable/htpcmanager/9.2.2/Chart.yaml new file mode 100644 index 00000000000..22852de3ce5 --- /dev/null +++ b/stable/htpcmanager/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.17 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/htpcmanager/9.1.1/README.md b/stable/htpcmanager/9.2.2/README.md similarity index 100% rename from stable/htpcmanager/9.1.1/README.md rename to stable/htpcmanager/9.2.2/README.md diff --git a/stable/htpcmanager/9.2.2/app-changelog.md b/stable/htpcmanager/9.2.2/app-changelog.md new file mode 100644 index 00000000000..e9646ebaa43 --- /dev/null +++ b/stable/htpcmanager/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/htpcmanager/9.1.1/app-readme.md b/stable/htpcmanager/9.2.2/app-readme.md similarity index 100% rename from stable/htpcmanager/9.1.1/app-readme.md rename to stable/htpcmanager/9.2.2/app-readme.md diff --git a/stable/htpcmanager/9.2.2/charts/common-18.1.6.tgz b/stable/htpcmanager/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/htpcmanager/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/htpcmanager/9.1.1/ix_values.yaml b/stable/htpcmanager/9.2.2/ix_values.yaml similarity index 100% rename from stable/htpcmanager/9.1.1/ix_values.yaml rename to stable/htpcmanager/9.2.2/ix_values.yaml diff --git a/stable/htpcmanager/9.1.1/questions.yaml b/stable/htpcmanager/9.2.2/questions.yaml similarity index 100% rename from stable/htpcmanager/9.1.1/questions.yaml rename to stable/htpcmanager/9.2.2/questions.yaml diff --git a/stable/jdownloader2/16.1.1/templates/NOTES.txt b/stable/htpcmanager/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/jdownloader2/16.1.1/templates/NOTES.txt rename to stable/htpcmanager/9.2.2/templates/NOTES.txt diff --git a/stable/it-tools/4.1.1/templates/common.yaml b/stable/htpcmanager/9.2.2/templates/common.yaml similarity index 100% rename from stable/it-tools/4.1.1/templates/common.yaml rename to stable/htpcmanager/9.2.2/templates/common.yaml diff --git a/stable/invitarr/5.1.1/values.yaml b/stable/htpcmanager/9.2.2/values.yaml similarity index 100% rename from stable/invitarr/5.1.1/values.yaml rename to stable/htpcmanager/9.2.2/values.yaml diff --git a/stable/humhub/7.4.0/CHANGELOG.md b/stable/humhub/7.4.0/CHANGELOG.md deleted file mode 100644 index 047d3dada2d..00000000000 --- a/stable/humhub/7.4.0/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/humhub/7.4.0/Chart.yaml b/stable/humhub/7.4.0/Chart.yaml deleted file mode 100644 index 7e85a08efdf..00000000000 --- a/stable/humhub/7.4.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.2 -dependencies: - - name: common - version: 18.0.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-phponly - - https://ghcr.io/mriedmann/humhub-nginx -type: application -version: 7.4.0 diff --git a/stable/humhub/7.4.0/charts/common-18.0.2.tgz b/stable/humhub/7.4.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/humhub/7.4.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/humhub/7.4.0/charts/mariadb-12.3.0.tgz b/stable/humhub/7.4.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/humhub/7.4.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/ipfs/10.1.2/.helmignore b/stable/humhub/7.6.2/.helmignore similarity index 100% rename from stable/ipfs/10.1.2/.helmignore rename to stable/humhub/7.6.2/.helmignore diff --git a/stable/humhub/7.6.2/CHANGELOG.md b/stable/humhub/7.6.2/CHANGELOG.md new file mode 100644 index 00000000000..cc58d8162a7 --- /dev/null +++ b/stable/humhub/7.6.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/humhub/7.6.2/Chart.yaml b/stable/humhub/7.6.2/Chart.yaml new file mode 100644 index 00000000000..84035059f00 --- /dev/null +++ b/stable/humhub/7.6.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.2 +dependencies: + - name: common + version: 18.1.6 + 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.6.2 diff --git a/stable/humhub/7.4.0/README.md b/stable/humhub/7.6.2/README.md similarity index 100% rename from stable/humhub/7.4.0/README.md rename to stable/humhub/7.6.2/README.md diff --git a/stable/humhub/7.6.2/app-changelog.md b/stable/humhub/7.6.2/app-changelog.md new file mode 100644 index 00000000000..05ca2516742 --- /dev/null +++ b/stable/humhub/7.6.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/humhub/7.4.0/app-readme.md b/stable/humhub/7.6.2/app-readme.md similarity index 100% rename from stable/humhub/7.4.0/app-readme.md rename to stable/humhub/7.6.2/app-readme.md diff --git a/stable/humhub/7.6.2/charts/common-18.1.6.tgz b/stable/humhub/7.6.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/humhub/7.6.2/charts/common-18.1.6.tgz differ diff --git a/stable/humhub/7.6.2/charts/mariadb-13.2.0.tgz b/stable/humhub/7.6.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/humhub/7.6.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/humhub/7.4.0/charts/redis-11.3.0.tgz b/stable/humhub/7.6.2/charts/redis-11.3.0.tgz similarity index 100% rename from stable/humhub/7.4.0/charts/redis-11.3.0.tgz rename to stable/humhub/7.6.2/charts/redis-11.3.0.tgz diff --git a/stable/humhub/7.4.0/ix_values.yaml b/stable/humhub/7.6.2/ix_values.yaml similarity index 100% rename from stable/humhub/7.4.0/ix_values.yaml rename to stable/humhub/7.6.2/ix_values.yaml diff --git a/stable/humhub/7.4.0/questions.yaml b/stable/humhub/7.6.2/questions.yaml similarity index 100% rename from stable/humhub/7.4.0/questions.yaml rename to stable/humhub/7.6.2/questions.yaml diff --git a/stable/jellyfin/18.1.3/templates/NOTES.txt b/stable/humhub/7.6.2/templates/NOTES.txt similarity index 100% rename from stable/jellyfin/18.1.3/templates/NOTES.txt rename to stable/humhub/7.6.2/templates/NOTES.txt diff --git a/stable/iyuuplus/9.1.1/templates/common.yaml b/stable/humhub/7.6.2/templates/common.yaml similarity index 100% rename from stable/iyuuplus/9.1.1/templates/common.yaml rename to stable/humhub/7.6.2/templates/common.yaml diff --git a/stable/ipfs/10.1.2/values.yaml b/stable/humhub/7.6.2/values.yaml similarity index 100% rename from stable/ipfs/10.1.2/values.yaml rename to stable/humhub/7.6.2/values.yaml diff --git a/stable/hurtworld/5.1.1/CHANGELOG.md b/stable/hurtworld/5.1.1/CHANGELOG.md deleted file mode 100644 index 115ac4948e6..00000000000 --- a/stable/hurtworld/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hurtworld/5.1.1/Chart.yaml b/stable/hurtworld/5.1.1/Chart.yaml deleted file mode 100644 index 5c26c84cc92..00000000000 --- a/stable/hurtworld/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: hurtworld -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hurtworld/5.1.1/charts/common-18.0.2.tgz b/stable/hurtworld/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hurtworld/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ipmi-tools/6.1.1/.helmignore b/stable/hurtworld/5.2.2/.helmignore similarity index 100% rename from stable/ipmi-tools/6.1.1/.helmignore rename to stable/hurtworld/5.2.2/.helmignore diff --git a/stable/hurtworld/5.2.2/CHANGELOG.md b/stable/hurtworld/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1562995cdc5 --- /dev/null +++ b/stable/hurtworld/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hurtworld/5.2.2/Chart.yaml b/stable/hurtworld/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2b61076b851 --- /dev/null +++ b/stable/hurtworld/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: hurtworld +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hurtworld/5.1.1/README.md b/stable/hurtworld/5.2.2/README.md similarity index 100% rename from stable/hurtworld/5.1.1/README.md rename to stable/hurtworld/5.2.2/README.md diff --git a/stable/hurtworld/5.2.2/app-changelog.md b/stable/hurtworld/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7005cff9f02 --- /dev/null +++ b/stable/hurtworld/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hurtworld/5.1.1/app-readme.md b/stable/hurtworld/5.2.2/app-readme.md similarity index 100% rename from stable/hurtworld/5.1.1/app-readme.md rename to stable/hurtworld/5.2.2/app-readme.md diff --git a/stable/hurtworld/5.2.2/charts/common-18.1.6.tgz b/stable/hurtworld/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hurtworld/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hurtworld/5.1.1/ix_values.yaml b/stable/hurtworld/5.2.2/ix_values.yaml similarity index 100% rename from stable/hurtworld/5.1.1/ix_values.yaml rename to stable/hurtworld/5.2.2/ix_values.yaml diff --git a/stable/hurtworld/5.1.1/questions.yaml b/stable/hurtworld/5.2.2/questions.yaml similarity index 100% rename from stable/hurtworld/5.1.1/questions.yaml rename to stable/hurtworld/5.2.2/questions.yaml diff --git a/stable/hurtworld/5.1.1/templates/common.yaml b/stable/hurtworld/5.2.2/templates/common.yaml similarity index 100% rename from stable/hurtworld/5.1.1/templates/common.yaml rename to stable/hurtworld/5.2.2/templates/common.yaml diff --git a/stable/ipmi-tools/6.1.1/values.yaml b/stable/hurtworld/5.2.2/values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.1/values.yaml rename to stable/hurtworld/5.2.2/values.yaml diff --git a/stable/hyperion-ng/13.1.1/CHANGELOG.md b/stable/hyperion-ng/13.1.1/CHANGELOG.md deleted file mode 100644 index f5afd472924..00000000000 --- a/stable/hyperion-ng/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/hyperion-ng/13.1.1/Chart.yaml b/stable/hyperion-ng/13.1.1/Chart.yaml deleted file mode 100644 index d01d64f1e1c..00000000000 --- a/stable/hyperion-ng/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.15 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/hyperion-ng/13.1.1/charts/common-18.0.2.tgz b/stable/hyperion-ng/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/hyperion-ng/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.2.0/.helmignore b/stable/hyperion-ng/13.2.2/.helmignore similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/.helmignore rename to stable/hyperion-ng/13.2.2/.helmignore diff --git a/stable/hyperion-ng/13.2.2/CHANGELOG.md b/stable/hyperion-ng/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f33ad21d018 --- /dev/null +++ b/stable/hyperion-ng/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/hyperion-ng/13.2.2/Chart.yaml b/stable/hyperion-ng/13.2.2/Chart.yaml new file mode 100644 index 00000000000..9cd34d0f744 --- /dev/null +++ b/stable/hyperion-ng/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.15 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/hyperion-ng/13.1.1/README.md b/stable/hyperion-ng/13.2.2/README.md similarity index 100% rename from stable/hyperion-ng/13.1.1/README.md rename to stable/hyperion-ng/13.2.2/README.md diff --git a/stable/hyperion-ng/13.2.2/app-changelog.md b/stable/hyperion-ng/13.2.2/app-changelog.md new file mode 100644 index 00000000000..513263555a1 --- /dev/null +++ b/stable/hyperion-ng/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/hyperion-ng/13.1.1/app-readme.md b/stable/hyperion-ng/13.2.2/app-readme.md similarity index 100% rename from stable/hyperion-ng/13.1.1/app-readme.md rename to stable/hyperion-ng/13.2.2/app-readme.md diff --git a/stable/hyperion-ng/13.2.2/charts/common-18.1.6.tgz b/stable/hyperion-ng/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/hyperion-ng/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/hyperion-ng/13.1.1/ix_values.yaml b/stable/hyperion-ng/13.2.2/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/13.1.1/ix_values.yaml rename to stable/hyperion-ng/13.2.2/ix_values.yaml diff --git a/stable/hyperion-ng/13.1.1/questions.yaml b/stable/hyperion-ng/13.2.2/questions.yaml similarity index 100% rename from stable/hyperion-ng/13.1.1/questions.yaml rename to stable/hyperion-ng/13.2.2/questions.yaml diff --git a/stable/jellyseerr/9.1.1/templates/NOTES.txt b/stable/hyperion-ng/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/jellyseerr/9.1.1/templates/NOTES.txt rename to stable/hyperion-ng/13.2.2/templates/NOTES.txt diff --git a/stable/jackett/19.1.1/templates/common.yaml b/stable/hyperion-ng/13.2.2/templates/common.yaml similarity index 100% rename from stable/jackett/19.1.1/templates/common.yaml rename to stable/hyperion-ng/13.2.2/templates/common.yaml diff --git a/stable/ispy-agent-dvr/9.2.0/values.yaml b/stable/hyperion-ng/13.2.2/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/values.yaml rename to stable/hyperion-ng/13.2.2/values.yaml diff --git a/stable/icloudpd/6.1.1/CHANGELOG.md b/stable/icloudpd/6.1.1/CHANGELOG.md deleted file mode 100644 index 8f9fceec019..00000000000 --- a/stable/icloudpd/6.1.1/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)) - - -## [icloudpd-5.1.8](https://github.com/truecharts/charts/compare/icloudpd-5.1.7...icloudpd-5.1.8) (2024-01-08) diff --git a/stable/icloudpd/6.1.1/Chart.yaml b/stable/icloudpd/6.1.1/Chart.yaml deleted file mode 100644 index 2832aca2c98..00000000000 --- a/stable/icloudpd/6.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.718 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/icloudpd/6.1.1/charts/common-18.0.2.tgz b/stable/icloudpd/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/icloudpd/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/it-tools/4.1.1/.helmignore b/stable/icloudpd/6.2.2/.helmignore similarity index 100% rename from stable/it-tools/4.1.1/.helmignore rename to stable/icloudpd/6.2.2/.helmignore diff --git a/stable/icloudpd/6.2.2/CHANGELOG.md b/stable/icloudpd/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..847573bb457 --- /dev/null +++ b/stable/icloudpd/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/icloudpd/6.2.2/Chart.yaml b/stable/icloudpd/6.2.2/Chart.yaml new file mode 100644 index 00000000000..5095ceb31df --- /dev/null +++ b/stable/icloudpd/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.718 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/icloudpd/6.1.1/README.md b/stable/icloudpd/6.2.2/README.md similarity index 100% rename from stable/icloudpd/6.1.1/README.md rename to stable/icloudpd/6.2.2/README.md diff --git a/stable/icloudpd/6.2.2/app-changelog.md b/stable/icloudpd/6.2.2/app-changelog.md new file mode 100644 index 00000000000..474a35f392f --- /dev/null +++ b/stable/icloudpd/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/icloudpd/6.1.1/app-readme.md b/stable/icloudpd/6.2.2/app-readme.md similarity index 100% rename from stable/icloudpd/6.1.1/app-readme.md rename to stable/icloudpd/6.2.2/app-readme.md diff --git a/stable/icloudpd/6.2.2/charts/common-18.1.6.tgz b/stable/icloudpd/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/icloudpd/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/icloudpd/6.1.1/ix_values.yaml b/stable/icloudpd/6.2.2/ix_values.yaml similarity index 100% rename from stable/icloudpd/6.1.1/ix_values.yaml rename to stable/icloudpd/6.2.2/ix_values.yaml diff --git a/stable/icloudpd/6.1.1/questions.yaml b/stable/icloudpd/6.2.2/questions.yaml similarity index 100% rename from stable/icloudpd/6.1.1/questions.yaml rename to stable/icloudpd/6.2.2/questions.yaml diff --git a/stable/jellystat/3.1.1/templates/NOTES.txt b/stable/icloudpd/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/jellystat/3.1.1/templates/NOTES.txt rename to stable/icloudpd/6.2.2/templates/NOTES.txt diff --git a/stable/jdownloader2/16.1.1/templates/common.yaml b/stable/icloudpd/6.2.2/templates/common.yaml similarity index 100% rename from stable/jdownloader2/16.1.1/templates/common.yaml rename to stable/icloudpd/6.2.2/templates/common.yaml diff --git a/stable/it-tools/4.1.1/values.yaml b/stable/icloudpd/6.2.2/values.yaml similarity index 100% rename from stable/it-tools/4.1.1/values.yaml rename to stable/icloudpd/6.2.2/values.yaml diff --git a/stable/imgpush/5.1.1/CHANGELOG.md b/stable/imgpush/5.1.1/CHANGELOG.md deleted file mode 100644 index bffe1975107..00000000000 --- a/stable/imgpush/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/imgpush/5.1.1/Chart.yaml b/stable/imgpush/5.1.1/Chart.yaml deleted file mode 100644 index ce87f439cbd..00000000000 --- a/stable/imgpush/5.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/imgpush/5.1.1/charts/common-18.0.2.tgz b/stable/imgpush/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/imgpush/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/iyuuplus/9.1.1/.helmignore b/stable/imgpush/5.2.2/.helmignore similarity index 100% rename from stable/iyuuplus/9.1.1/.helmignore rename to stable/imgpush/5.2.2/.helmignore diff --git a/stable/imgpush/5.2.2/CHANGELOG.md b/stable/imgpush/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0f7fe276a56 --- /dev/null +++ b/stable/imgpush/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/imgpush/5.2.2/Chart.yaml b/stable/imgpush/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5f08758f95a --- /dev/null +++ b/stable/imgpush/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/imgpush/5.1.1/README.md b/stable/imgpush/5.2.2/README.md similarity index 100% rename from stable/imgpush/5.1.1/README.md rename to stable/imgpush/5.2.2/README.md diff --git a/stable/imgpush/5.2.2/app-changelog.md b/stable/imgpush/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5be6bb7c8a7 --- /dev/null +++ b/stable/imgpush/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/imgpush/5.1.1/app-readme.md b/stable/imgpush/5.2.2/app-readme.md similarity index 100% rename from stable/imgpush/5.1.1/app-readme.md rename to stable/imgpush/5.2.2/app-readme.md diff --git a/stable/imgpush/5.2.2/charts/common-18.1.6.tgz b/stable/imgpush/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/imgpush/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/imgpush/5.1.1/ix_values.yaml b/stable/imgpush/5.2.2/ix_values.yaml similarity index 100% rename from stable/imgpush/5.1.1/ix_values.yaml rename to stable/imgpush/5.2.2/ix_values.yaml diff --git a/stable/imgpush/5.1.1/questions.yaml b/stable/imgpush/5.2.2/questions.yaml similarity index 100% rename from stable/imgpush/5.1.1/questions.yaml rename to stable/imgpush/5.2.2/questions.yaml diff --git a/stable/imgpush/5.1.1/templates/common.yaml b/stable/imgpush/5.2.2/templates/common.yaml similarity index 100% rename from stable/imgpush/5.1.1/templates/common.yaml rename to stable/imgpush/5.2.2/templates/common.yaml diff --git a/stable/iyuuplus/9.1.1/values.yaml b/stable/imgpush/5.2.2/values.yaml similarity index 100% rename from stable/iyuuplus/9.1.1/values.yaml rename to stable/imgpush/5.2.2/values.yaml diff --git a/stable/import-ics/5.1.1/CHANGELOG.md b/stable/import-ics/5.1.1/CHANGELOG.md deleted file mode 100644 index 6da15559b33..00000000000 --- a/stable/import-ics/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/import-ics/5.1.1/Chart.yaml b/stable/import-ics/5.1.1/Chart.yaml deleted file mode 100644 index 787b95ce04f..00000000000 --- a/stable/import-ics/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/import-ics/5.1.1/charts/common-18.0.2.tgz b/stable/import-ics/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/import-ics/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jackett/19.1.1/.helmignore b/stable/import-ics/5.2.2/.helmignore similarity index 100% rename from stable/jackett/19.1.1/.helmignore rename to stable/import-ics/5.2.2/.helmignore diff --git a/stable/import-ics/5.2.2/CHANGELOG.md b/stable/import-ics/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b6551421d3d --- /dev/null +++ b/stable/import-ics/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/import-ics/5.2.2/Chart.yaml b/stable/import-ics/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c7a6a5b22e2 --- /dev/null +++ b/stable/import-ics/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/import-ics/5.1.1/README.md b/stable/import-ics/5.2.2/README.md similarity index 100% rename from stable/import-ics/5.1.1/README.md rename to stable/import-ics/5.2.2/README.md diff --git a/stable/import-ics/5.2.2/app-changelog.md b/stable/import-ics/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b02c27992f0 --- /dev/null +++ b/stable/import-ics/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/import-ics/5.1.1/app-readme.md b/stable/import-ics/5.2.2/app-readme.md similarity index 100% rename from stable/import-ics/5.1.1/app-readme.md rename to stable/import-ics/5.2.2/app-readme.md diff --git a/stable/import-ics/5.2.2/charts/common-18.1.6.tgz b/stable/import-ics/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/import-ics/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/import-ics/5.1.1/ix_values.yaml b/stable/import-ics/5.2.2/ix_values.yaml similarity index 100% rename from stable/import-ics/5.1.1/ix_values.yaml rename to stable/import-ics/5.2.2/ix_values.yaml diff --git a/stable/import-ics/5.1.1/questions.yaml b/stable/import-ics/5.2.2/questions.yaml similarity index 100% rename from stable/import-ics/5.1.1/questions.yaml rename to stable/import-ics/5.2.2/questions.yaml diff --git a/stable/import-ics/5.1.1/templates/common.yaml b/stable/import-ics/5.2.2/templates/common.yaml similarity index 100% rename from stable/import-ics/5.1.1/templates/common.yaml rename to stable/import-ics/5.2.2/templates/common.yaml diff --git a/stable/jackett/19.1.1/values.yaml b/stable/import-ics/5.2.2/values.yaml similarity index 100% rename from stable/jackett/19.1.1/values.yaml rename to stable/import-ics/5.2.2/values.yaml diff --git a/stable/impostor-server/8.1.1/CHANGELOG.md b/stable/impostor-server/8.1.1/CHANGELOG.md deleted file mode 100644 index 4fac45f7997..00000000000 --- a/stable/impostor-server/8.1.1/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)) - - -## [impostor-server-7.1.7](https://github.com/truecharts/charts/compare/impostor-server-7.1.6...impostor-server-7.1.7) (2024-01-02) diff --git a/stable/impostor-server/8.1.1/Chart.yaml b/stable/impostor-server/8.1.1/Chart.yaml deleted file mode 100644 index d3e108181e7..00000000000 --- a/stable/impostor-server/8.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/impostor-server/8.1.1/charts/common-18.0.2.tgz b/stable/impostor-server/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/impostor-server/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jdownloader2/16.1.1/.helmignore b/stable/impostor-server/8.2.2/.helmignore similarity index 100% rename from stable/jdownloader2/16.1.1/.helmignore rename to stable/impostor-server/8.2.2/.helmignore diff --git a/stable/impostor-server/8.2.2/CHANGELOG.md b/stable/impostor-server/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..32432bd86d2 --- /dev/null +++ b/stable/impostor-server/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/impostor-server/8.2.2/Chart.yaml b/stable/impostor-server/8.2.2/Chart.yaml new file mode 100644 index 00000000000..72fa88d19c8 --- /dev/null +++ b/stable/impostor-server/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/impostor-server/8.1.1/README.md b/stable/impostor-server/8.2.2/README.md similarity index 100% rename from stable/impostor-server/8.1.1/README.md rename to stable/impostor-server/8.2.2/README.md diff --git a/stable/impostor-server/8.2.2/app-changelog.md b/stable/impostor-server/8.2.2/app-changelog.md new file mode 100644 index 00000000000..31ea56d83a1 --- /dev/null +++ b/stable/impostor-server/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/impostor-server/8.1.1/app-readme.md b/stable/impostor-server/8.2.2/app-readme.md similarity index 100% rename from stable/impostor-server/8.1.1/app-readme.md rename to stable/impostor-server/8.2.2/app-readme.md diff --git a/stable/impostor-server/8.2.2/charts/common-18.1.6.tgz b/stable/impostor-server/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/impostor-server/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/impostor-server/8.1.1/ix_values.yaml b/stable/impostor-server/8.2.2/ix_values.yaml similarity index 100% rename from stable/impostor-server/8.1.1/ix_values.yaml rename to stable/impostor-server/8.2.2/ix_values.yaml diff --git a/stable/impostor-server/8.1.1/questions.yaml b/stable/impostor-server/8.2.2/questions.yaml similarity index 100% rename from stable/impostor-server/8.1.1/questions.yaml rename to stable/impostor-server/8.2.2/questions.yaml diff --git a/stable/jenkins/7.2.2/templates/NOTES.txt b/stable/impostor-server/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/jenkins/7.2.2/templates/NOTES.txt rename to stable/impostor-server/8.2.2/templates/NOTES.txt diff --git a/stable/jellyseerr/9.1.1/templates/common.yaml b/stable/impostor-server/8.2.2/templates/common.yaml similarity index 100% rename from stable/jellyseerr/9.1.1/templates/common.yaml rename to stable/impostor-server/8.2.2/templates/common.yaml diff --git a/stable/jdownloader2/16.1.1/values.yaml b/stable/impostor-server/8.2.2/values.yaml similarity index 100% rename from stable/jdownloader2/16.1.1/values.yaml rename to stable/impostor-server/8.2.2/values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.1/CHANGELOG.md b/stable/inkscape-desktop-g3/5.1.1/CHANGELOG.md deleted file mode 100644 index d50300ffc11..00000000000 --- a/stable/inkscape-desktop-g3/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/inkscape-desktop-g3/5.1.1/Chart.yaml b/stable/inkscape-desktop-g3/5.1.1/Chart.yaml deleted file mode 100644 index f1bb27bb370..00000000000 --- a/stable/inkscape-desktop-g3/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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/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.1 diff --git a/stable/inkscape-desktop-g3/5.1.1/charts/common-18.0.2.tgz b/stable/inkscape-desktop-g3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/inkscape-desktop-g3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jellyfin/18.1.3/.helmignore b/stable/inkscape-desktop-g3/5.2.2/.helmignore similarity index 100% rename from stable/jellyfin/18.1.3/.helmignore rename to stable/inkscape-desktop-g3/5.2.2/.helmignore diff --git a/stable/inkscape-desktop-g3/5.2.2/CHANGELOG.md b/stable/inkscape-desktop-g3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b640f0b4231 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/inkscape-desktop-g3/5.2.2/Chart.yaml b/stable/inkscape-desktop-g3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..0f6a1fb4051 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/inkscape-desktop-g3/5.1.1/README.md b/stable/inkscape-desktop-g3/5.2.2/README.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/README.md rename to stable/inkscape-desktop-g3/5.2.2/README.md diff --git a/stable/inkscape-desktop-g3/5.2.2/app-changelog.md b/stable/inkscape-desktop-g3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f686e3dccd6 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/inkscape-desktop-g3/5.1.1/app-readme.md b/stable/inkscape-desktop-g3/5.2.2/app-readme.md similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/app-readme.md rename to stable/inkscape-desktop-g3/5.2.2/app-readme.md diff --git a/stable/inkscape-desktop-g3/5.2.2/charts/common-18.1.6.tgz b/stable/inkscape-desktop-g3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/inkscape-desktop-g3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/inkscape-desktop-g3/5.1.1/ix_values.yaml b/stable/inkscape-desktop-g3/5.2.2/ix_values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/ix_values.yaml rename to stable/inkscape-desktop-g3/5.2.2/ix_values.yaml diff --git a/stable/inkscape-desktop-g3/5.1.1/questions.yaml b/stable/inkscape-desktop-g3/5.2.2/questions.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/questions.yaml rename to stable/inkscape-desktop-g3/5.2.2/questions.yaml diff --git a/stable/inkscape-desktop-g3/5.1.1/templates/common.yaml b/stable/inkscape-desktop-g3/5.2.2/templates/common.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.1.1/templates/common.yaml rename to stable/inkscape-desktop-g3/5.2.2/templates/common.yaml diff --git a/stable/jellyfin/18.1.3/values.yaml b/stable/inkscape-desktop-g3/5.2.2/values.yaml similarity index 100% rename from stable/jellyfin/18.1.3/values.yaml rename to stable/inkscape-desktop-g3/5.2.2/values.yaml diff --git a/stable/insurgencysandstorm/5.1.1/CHANGELOG.md b/stable/insurgencysandstorm/5.1.1/CHANGELOG.md deleted file mode 100644 index a8d6e7369bb..00000000000 --- a/stable/insurgencysandstorm/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.1.1/Chart.yaml b/stable/insurgencysandstorm/5.1.1/Chart.yaml deleted file mode 100644 index 3d648cffc3f..00000000000 --- a/stable/insurgencysandstorm/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: insurgencysandstorm -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/insurgencysandstorm/5.1.1/charts/common-18.0.2.tgz b/stable/insurgencysandstorm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/insurgencysandstorm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jellyseerr/9.1.1/.helmignore b/stable/insurgencysandstorm/5.2.2/.helmignore similarity index 100% rename from stable/jellyseerr/9.1.1/.helmignore rename to stable/insurgencysandstorm/5.2.2/.helmignore diff --git a/stable/insurgencysandstorm/5.2.2/CHANGELOG.md b/stable/insurgencysandstorm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b654df49422 --- /dev/null +++ b/stable/insurgencysandstorm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/insurgencysandstorm/5.2.2/Chart.yaml b/stable/insurgencysandstorm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f977c5f3be6 --- /dev/null +++ b/stable/insurgencysandstorm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: insurgencysandstorm +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/insurgencysandstorm/5.1.1/README.md b/stable/insurgencysandstorm/5.2.2/README.md similarity index 100% rename from stable/insurgencysandstorm/5.1.1/README.md rename to stable/insurgencysandstorm/5.2.2/README.md diff --git a/stable/insurgencysandstorm/5.2.2/app-changelog.md b/stable/insurgencysandstorm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..347ac435c6d --- /dev/null +++ b/stable/insurgencysandstorm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/insurgencysandstorm/5.1.1/app-readme.md b/stable/insurgencysandstorm/5.2.2/app-readme.md similarity index 100% rename from stable/insurgencysandstorm/5.1.1/app-readme.md rename to stable/insurgencysandstorm/5.2.2/app-readme.md diff --git a/stable/insurgencysandstorm/5.2.2/charts/common-18.1.6.tgz b/stable/insurgencysandstorm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/insurgencysandstorm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/insurgencysandstorm/5.1.1/ix_values.yaml b/stable/insurgencysandstorm/5.2.2/ix_values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.1/ix_values.yaml rename to stable/insurgencysandstorm/5.2.2/ix_values.yaml diff --git a/stable/insurgencysandstorm/5.1.1/questions.yaml b/stable/insurgencysandstorm/5.2.2/questions.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.1/questions.yaml rename to stable/insurgencysandstorm/5.2.2/questions.yaml diff --git a/stable/insurgencysandstorm/5.1.1/templates/common.yaml b/stable/insurgencysandstorm/5.2.2/templates/common.yaml similarity index 100% rename from stable/insurgencysandstorm/5.1.1/templates/common.yaml rename to stable/insurgencysandstorm/5.2.2/templates/common.yaml diff --git a/stable/jellyseerr/9.1.1/values.yaml b/stable/insurgencysandstorm/5.2.2/values.yaml similarity index 100% rename from stable/jellyseerr/9.1.1/values.yaml rename to stable/insurgencysandstorm/5.2.2/values.yaml diff --git a/stable/invidious/9.1.1/CHANGELOG.md b/stable/invidious/9.1.1/CHANGELOG.md deleted file mode 100644 index 9ec698f6775..00000000000 --- a/stable/invidious/9.1.1/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)) - - - - -## [invidious-8.1.6](https://github.com/truecharts/charts/compare/invidious-8.1.5...invidious-8.1.6) (2024-01-09) diff --git a/stable/invidious/9.1.1/Chart.yaml b/stable/invidious/9.1.1/Chart.yaml deleted file mode 100644 index e754317c8a4..00000000000 --- a/stable/invidious/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/invidious/9.1.1/charts/common-18.0.2.tgz b/stable/invidious/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/invidious/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jellystat/3.1.1/.helmignore b/stable/invidious/9.2.2/.helmignore similarity index 100% rename from stable/jellystat/3.1.1/.helmignore rename to stable/invidious/9.2.2/.helmignore diff --git a/stable/invidious/9.2.2/CHANGELOG.md b/stable/invidious/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..07d003dbbb5 --- /dev/null +++ b/stable/invidious/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/invidious/9.2.2/Chart.yaml b/stable/invidious/9.2.2/Chart.yaml new file mode 100644 index 00000000000..2e8e9cbfda6 --- /dev/null +++ b/stable/invidious/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/invidious/9.1.1/README.md b/stable/invidious/9.2.2/README.md similarity index 100% rename from stable/invidious/9.1.1/README.md rename to stable/invidious/9.2.2/README.md diff --git a/stable/invidious/9.2.2/app-changelog.md b/stable/invidious/9.2.2/app-changelog.md new file mode 100644 index 00000000000..1ddcae58724 --- /dev/null +++ b/stable/invidious/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/invidious/9.1.1/app-readme.md b/stable/invidious/9.2.2/app-readme.md similarity index 100% rename from stable/invidious/9.1.1/app-readme.md rename to stable/invidious/9.2.2/app-readme.md diff --git a/stable/invidious/9.2.2/charts/common-18.1.6.tgz b/stable/invidious/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/invidious/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/invidious/9.1.1/ix_values.yaml b/stable/invidious/9.2.2/ix_values.yaml similarity index 100% rename from stable/invidious/9.1.1/ix_values.yaml rename to stable/invidious/9.2.2/ix_values.yaml diff --git a/stable/invidious/9.1.1/questions.yaml b/stable/invidious/9.2.2/questions.yaml similarity index 100% rename from stable/invidious/9.1.1/questions.yaml rename to stable/invidious/9.2.2/questions.yaml diff --git a/stable/invidious/9.1.1/templates/_config.tpl b/stable/invidious/9.2.2/templates/_config.tpl similarity index 100% rename from stable/invidious/9.1.1/templates/_config.tpl rename to stable/invidious/9.2.2/templates/_config.tpl diff --git a/stable/invidious/9.1.1/templates/common.yaml b/stable/invidious/9.2.2/templates/common.yaml similarity index 100% rename from stable/invidious/9.1.1/templates/common.yaml rename to stable/invidious/9.2.2/templates/common.yaml diff --git a/stable/jellystat/3.1.1/values.yaml b/stable/invidious/9.2.2/values.yaml similarity index 100% rename from stable/jellystat/3.1.1/values.yaml rename to stable/invidious/9.2.2/values.yaml diff --git a/stable/invitarr/5.1.1/CHANGELOG.md b/stable/invitarr/5.1.1/CHANGELOG.md deleted file mode 100644 index 989a6694234..00000000000 --- a/stable/invitarr/5.1.1/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.1/Chart.yaml b/stable/invitarr/5.1.1/Chart.yaml deleted file mode 100644 index a8428d765a3..00000000000 --- a/stable/invitarr/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/invitarr/5.1.1/charts/common-18.0.2.tgz b/stable/invitarr/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/invitarr/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jelu/5.1.2/.helmignore b/stable/invitarr/5.2.2/.helmignore similarity index 100% rename from stable/jelu/5.1.2/.helmignore rename to stable/invitarr/5.2.2/.helmignore diff --git a/stable/invitarr/5.2.2/CHANGELOG.md b/stable/invitarr/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0083c84dff7 --- /dev/null +++ b/stable/invitarr/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/invitarr/5.2.2/Chart.yaml b/stable/invitarr/5.2.2/Chart.yaml new file mode 100644 index 00000000000..37c451bb13c --- /dev/null +++ b/stable/invitarr/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/invitarr/5.1.1/README.md b/stable/invitarr/5.2.2/README.md similarity index 100% rename from stable/invitarr/5.1.1/README.md rename to stable/invitarr/5.2.2/README.md diff --git a/stable/invitarr/5.2.2/app-changelog.md b/stable/invitarr/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8064ec5e7c8 --- /dev/null +++ b/stable/invitarr/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/invitarr/5.1.1/app-readme.md b/stable/invitarr/5.2.2/app-readme.md similarity index 100% rename from stable/invitarr/5.1.1/app-readme.md rename to stable/invitarr/5.2.2/app-readme.md diff --git a/stable/invitarr/5.2.2/charts/common-18.1.6.tgz b/stable/invitarr/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/invitarr/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/invitarr/5.1.1/ix_values.yaml b/stable/invitarr/5.2.2/ix_values.yaml similarity index 100% rename from stable/invitarr/5.1.1/ix_values.yaml rename to stable/invitarr/5.2.2/ix_values.yaml diff --git a/stable/invitarr/5.1.1/questions.yaml b/stable/invitarr/5.2.2/questions.yaml similarity index 100% rename from stable/invitarr/5.1.1/questions.yaml rename to stable/invitarr/5.2.2/questions.yaml diff --git a/stable/invitarr/5.1.1/templates/common.yaml b/stable/invitarr/5.2.2/templates/common.yaml similarity index 100% rename from stable/invitarr/5.1.1/templates/common.yaml rename to stable/invitarr/5.2.2/templates/common.yaml diff --git a/stable/jelu/5.1.2/values.yaml b/stable/invitarr/5.2.2/values.yaml similarity index 100% rename from stable/jelu/5.1.2/values.yaml rename to stable/invitarr/5.2.2/values.yaml diff --git a/stable/ipfs/10.1.2/CHANGELOG.md b/stable/ipfs/10.1.2/CHANGELOG.md deleted file mode 100644 index 964d24ce27a..00000000000 --- a/stable/ipfs/10.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/ipfs/10.1.2/Chart.yaml b/stable/ipfs/10.1.2/Chart.yaml deleted file mode 100644 index 32ca7de5759..00000000000 --- a/stable/ipfs/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.26.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/ipfs/10.1.2/charts/common-18.0.2.tgz b/stable/ipfs/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ipfs/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ipfs/10.1.2/ix_values.yaml b/stable/ipfs/10.1.2/ix_values.yaml deleted file mode 100644 index 8390ae46524..00000000000 --- a/stable/ipfs/10.1.2/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/jenkins/7.2.2/.helmignore b/stable/ipfs/10.3.2/.helmignore similarity index 100% rename from stable/jenkins/7.2.2/.helmignore rename to stable/ipfs/10.3.2/.helmignore diff --git a/stable/ipfs/10.3.2/CHANGELOG.md b/stable/ipfs/10.3.2/CHANGELOG.md new file mode 100644 index 00000000000..4e95ba7067f --- /dev/null +++ b/stable/ipfs/10.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/ipfs/10.3.2/Chart.yaml b/stable/ipfs/10.3.2/Chart.yaml new file mode 100644 index 00000000000..8d3b534a970 --- /dev/null +++ b/stable/ipfs/10.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.27.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/ipfs/10.1.2/README.md b/stable/ipfs/10.3.2/README.md similarity index 100% rename from stable/ipfs/10.1.2/README.md rename to stable/ipfs/10.3.2/README.md diff --git a/stable/ipfs/10.3.2/app-changelog.md b/stable/ipfs/10.3.2/app-changelog.md new file mode 100644 index 00000000000..2f8361e920d --- /dev/null +++ b/stable/ipfs/10.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ipfs/10.1.2/app-readme.md b/stable/ipfs/10.3.2/app-readme.md similarity index 100% rename from stable/ipfs/10.1.2/app-readme.md rename to stable/ipfs/10.3.2/app-readme.md diff --git a/stable/ipfs/10.3.2/charts/common-18.1.6.tgz b/stable/ipfs/10.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ipfs/10.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/ipfs/10.3.2/ix_values.yaml b/stable/ipfs/10.3.2/ix_values.yaml new file mode 100644 index 00000000000..a6b64dd196c --- /dev/null +++ b/stable/ipfs/10.3.2/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.1.2/questions.yaml b/stable/ipfs/10.3.2/questions.yaml similarity index 100% rename from stable/ipfs/10.1.2/questions.yaml rename to stable/ipfs/10.3.2/questions.yaml diff --git a/stable/jupyter/8.1.1/templates/NOTES.txt b/stable/ipfs/10.3.2/templates/NOTES.txt similarity index 100% rename from stable/jupyter/8.1.1/templates/NOTES.txt rename to stable/ipfs/10.3.2/templates/NOTES.txt diff --git a/stable/ipfs/10.1.2/templates/common.yaml b/stable/ipfs/10.3.2/templates/common.yaml similarity index 100% rename from stable/ipfs/10.1.2/templates/common.yaml rename to stable/ipfs/10.3.2/templates/common.yaml diff --git a/stable/jenkins/7.2.2/values.yaml b/stable/ipfs/10.3.2/values.yaml similarity index 100% rename from stable/jenkins/7.2.2/values.yaml rename to stable/ipfs/10.3.2/values.yaml diff --git a/stable/ipmi-tools/6.1.1/CHANGELOG.md b/stable/ipmi-tools/6.1.1/CHANGELOG.md deleted file mode 100644 index d2603872a6d..00000000000 --- a/stable/ipmi-tools/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/ipmi-tools/6.1.1/Chart.yaml b/stable/ipmi-tools/6.1.1/Chart.yaml deleted file mode 100644 index 30e30839b4d..00000000000 --- a/stable/ipmi-tools/6.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ipmi-tools/6.1.1/charts/common-18.0.2.tgz b/stable/ipmi-tools/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ipmi-tools/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jmzhomeproxy/5.1.1/.helmignore b/stable/ipmi-tools/6.2.2/.helmignore similarity index 100% rename from stable/jmzhomeproxy/5.1.1/.helmignore rename to stable/ipmi-tools/6.2.2/.helmignore diff --git a/stable/ipmi-tools/6.2.2/CHANGELOG.md b/stable/ipmi-tools/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c9556b2259f --- /dev/null +++ b/stable/ipmi-tools/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ipmi-tools/6.2.2/Chart.yaml b/stable/ipmi-tools/6.2.2/Chart.yaml new file mode 100644 index 00000000000..8140d8b0af5 --- /dev/null +++ b/stable/ipmi-tools/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ipmi-tools/6.1.1/README.md b/stable/ipmi-tools/6.2.2/README.md similarity index 100% rename from stable/ipmi-tools/6.1.1/README.md rename to stable/ipmi-tools/6.2.2/README.md diff --git a/stable/ipmi-tools/6.2.2/app-changelog.md b/stable/ipmi-tools/6.2.2/app-changelog.md new file mode 100644 index 00000000000..772a65eb63d --- /dev/null +++ b/stable/ipmi-tools/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ipmi-tools/6.1.1/app-readme.md b/stable/ipmi-tools/6.2.2/app-readme.md similarity index 100% rename from stable/ipmi-tools/6.1.1/app-readme.md rename to stable/ipmi-tools/6.2.2/app-readme.md diff --git a/stable/ipmi-tools/6.2.2/charts/common-18.1.6.tgz b/stable/ipmi-tools/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ipmi-tools/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ipmi-tools/6.1.1/ix_values.yaml b/stable/ipmi-tools/6.2.2/ix_values.yaml similarity index 100% rename from stable/ipmi-tools/6.1.1/ix_values.yaml rename to stable/ipmi-tools/6.2.2/ix_values.yaml diff --git a/stable/ipmi-tools/6.1.1/questions.yaml b/stable/ipmi-tools/6.2.2/questions.yaml similarity index 100% rename from stable/ipmi-tools/6.1.1/questions.yaml rename to stable/ipmi-tools/6.2.2/questions.yaml diff --git a/stable/kanboard/16.1.1/templates/NOTES.txt b/stable/ipmi-tools/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/kanboard/16.1.1/templates/NOTES.txt rename to stable/ipmi-tools/6.2.2/templates/NOTES.txt diff --git a/stable/ipmi-tools/6.1.1/templates/common.yaml b/stable/ipmi-tools/6.2.2/templates/common.yaml similarity index 100% rename from stable/ipmi-tools/6.1.1/templates/common.yaml rename to stable/ipmi-tools/6.2.2/templates/common.yaml diff --git a/stable/jmzhomeproxy/5.1.1/values.yaml b/stable/ipmi-tools/6.2.2/values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.1/values.yaml rename to stable/ipmi-tools/6.2.2/values.yaml diff --git a/stable/ispy-agent-dvr/9.2.0/CHANGELOG.md b/stable/ispy-agent-dvr/9.2.0/CHANGELOG.md deleted file mode 100644 index 8c660ed2a21..00000000000 --- a/stable/ispy-agent-dvr/9.2.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)) - - -## [ispy-agent-dvr-8.2.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-8.2.0...ispy-agent-dvr-8.2.1) (2024-01-15) diff --git a/stable/ispy-agent-dvr/9.2.0/Chart.yaml b/stable/ispy-agent-dvr/9.2.0/Chart.yaml deleted file mode 100644 index a08508ae04f..00000000000 --- a/stable/ispy-agent-dvr/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: security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.8.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.2.0 diff --git a/stable/ispy-agent-dvr/9.2.0/charts/common-18.1.2.tgz b/stable/ispy-agent-dvr/9.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/ispy-agent-dvr/9.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.2.0/ix_values.yaml b/stable/ispy-agent-dvr/9.2.0/ix_values.yaml deleted file mode 100644 index abcf433a717..00000000000 --- a/stable/ispy-agent-dvr/9.2.0/ix_values.yaml +++ /dev/null @@ -1,95 +0,0 @@ -image: - repository: doitandbedone/ispyagentdvr - tag: 5.2.8.0@sha256:df906e0adcda6e5942e3d5d2347aa61d2173a3799c2263fb1f26ea6692128153 - 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/joplin-server/17.1.1/.helmignore b/stable/ispy-agent-dvr/9.3.3/.helmignore similarity index 100% rename from stable/joplin-server/17.1.1/.helmignore rename to stable/ispy-agent-dvr/9.3.3/.helmignore diff --git a/stable/ispy-agent-dvr/9.3.3/CHANGELOG.md b/stable/ispy-agent-dvr/9.3.3/CHANGELOG.md new file mode 100644 index 00000000000..837f5cace26 --- /dev/null +++ b/stable/ispy-agent-dvr/9.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/ispy-agent-dvr/9.3.3/Chart.yaml b/stable/ispy-agent-dvr/9.3.3/Chart.yaml new file mode 100644 index 00000000000..7f6131010d8 --- /dev/null +++ b/stable/ispy-agent-dvr/9.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/ispy-agent-dvr/9.2.0/README.md b/stable/ispy-agent-dvr/9.3.3/README.md similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/README.md rename to stable/ispy-agent-dvr/9.3.3/README.md diff --git a/stable/ispy-agent-dvr/9.3.3/app-changelog.md b/stable/ispy-agent-dvr/9.3.3/app-changelog.md new file mode 100644 index 00000000000..74572f7f7b8 --- /dev/null +++ b/stable/ispy-agent-dvr/9.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ispy-agent-dvr/9.2.0/app-readme.md b/stable/ispy-agent-dvr/9.3.3/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/app-readme.md rename to stable/ispy-agent-dvr/9.3.3/app-readme.md diff --git a/stable/ispy-agent-dvr/9.3.3/charts/common-18.1.6.tgz b/stable/ispy-agent-dvr/9.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ispy-agent-dvr/9.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/ispy-agent-dvr/9.3.3/ix_values.yaml b/stable/ispy-agent-dvr/9.3.3/ix_values.yaml new file mode 100644 index 00000000000..3e0b4ad6228 --- /dev/null +++ b/stable/ispy-agent-dvr/9.3.3/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.2.0/questions.yaml b/stable/ispy-agent-dvr/9.3.3/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.2.0/questions.yaml rename to stable/ispy-agent-dvr/9.3.3/questions.yaml diff --git a/stable/kasm/8.1.1/templates/NOTES.txt b/stable/ispy-agent-dvr/9.3.3/templates/NOTES.txt similarity index 100% rename from stable/kasm/8.1.1/templates/NOTES.txt rename to stable/ispy-agent-dvr/9.3.3/templates/NOTES.txt diff --git a/stable/jupyter/8.1.1/templates/common.yaml b/stable/ispy-agent-dvr/9.3.3/templates/common.yaml similarity index 100% rename from stable/jupyter/8.1.1/templates/common.yaml rename to stable/ispy-agent-dvr/9.3.3/templates/common.yaml diff --git a/stable/joplin-server/17.1.1/values.yaml b/stable/ispy-agent-dvr/9.3.3/values.yaml similarity index 100% rename from stable/joplin-server/17.1.1/values.yaml rename to stable/ispy-agent-dvr/9.3.3/values.yaml diff --git a/stable/it-tools/4.1.1/CHANGELOG.md b/stable/it-tools/4.1.1/CHANGELOG.md deleted file mode 100644 index 4c744b01c20..00000000000 --- a/stable/it-tools/4.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/it-tools/4.1.1/Chart.yaml b/stable/it-tools/4.1.1/Chart.yaml deleted file mode 100644 index e88ed14cca5..00000000000 --- a/stable/it-tools/4.1.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: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.21 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/it-tools/4.1.1/charts/common-18.0.2.tgz b/stable/it-tools/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/it-tools/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jupyter/8.1.1/.helmignore b/stable/it-tools/4.2.2/.helmignore similarity index 100% rename from stable/jupyter/8.1.1/.helmignore rename to stable/it-tools/4.2.2/.helmignore diff --git a/stable/it-tools/4.2.2/CHANGELOG.md b/stable/it-tools/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..846bf1ff38f --- /dev/null +++ b/stable/it-tools/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/it-tools/4.2.2/Chart.yaml b/stable/it-tools/4.2.2/Chart.yaml new file mode 100644 index 00000000000..dfc3030cc3a --- /dev/null +++ b/stable/it-tools/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.21 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/it-tools/4.1.1/README.md b/stable/it-tools/4.2.2/README.md similarity index 100% rename from stable/it-tools/4.1.1/README.md rename to stable/it-tools/4.2.2/README.md diff --git a/stable/it-tools/4.2.2/app-changelog.md b/stable/it-tools/4.2.2/app-changelog.md new file mode 100644 index 00000000000..de2a3844c82 --- /dev/null +++ b/stable/it-tools/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/it-tools/4.1.1/app-readme.md b/stable/it-tools/4.2.2/app-readme.md similarity index 100% rename from stable/it-tools/4.1.1/app-readme.md rename to stable/it-tools/4.2.2/app-readme.md diff --git a/stable/it-tools/4.2.2/charts/common-18.1.6.tgz b/stable/it-tools/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/it-tools/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/it-tools/4.1.1/ix_values.yaml b/stable/it-tools/4.2.2/ix_values.yaml similarity index 100% rename from stable/it-tools/4.1.1/ix_values.yaml rename to stable/it-tools/4.2.2/ix_values.yaml diff --git a/stable/it-tools/4.1.1/questions.yaml b/stable/it-tools/4.2.2/questions.yaml similarity index 100% rename from stable/it-tools/4.1.1/questions.yaml rename to stable/it-tools/4.2.2/questions.yaml diff --git a/stable/kavita/9.1.1/templates/NOTES.txt b/stable/it-tools/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/kavita/9.1.1/templates/NOTES.txt rename to stable/it-tools/4.2.2/templates/NOTES.txt diff --git a/stable/kanboard/16.1.1/templates/common.yaml b/stable/it-tools/4.2.2/templates/common.yaml similarity index 100% rename from stable/kanboard/16.1.1/templates/common.yaml rename to stable/it-tools/4.2.2/templates/common.yaml diff --git a/stable/jupyter/8.1.1/values.yaml b/stable/it-tools/4.2.2/values.yaml similarity index 100% rename from stable/jupyter/8.1.1/values.yaml rename to stable/it-tools/4.2.2/values.yaml diff --git a/stable/iyuuplus/9.1.1/CHANGELOG.md b/stable/iyuuplus/9.1.1/CHANGELOG.md deleted file mode 100644 index ddc36af8c9e..00000000000 --- a/stable/iyuuplus/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/iyuuplus/9.1.1/Chart.yaml b/stable/iyuuplus/9.1.1/Chart.yaml deleted file mode 100644 index 498855705ad..00000000000 --- a/stable/iyuuplus/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/iyuuplus/9.1.1/charts/common-18.0.2.tgz b/stable/iyuuplus/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/iyuuplus/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kanboard/16.1.1/.helmignore b/stable/iyuuplus/9.2.2/.helmignore similarity index 100% rename from stable/kanboard/16.1.1/.helmignore rename to stable/iyuuplus/9.2.2/.helmignore diff --git a/stable/iyuuplus/9.2.2/CHANGELOG.md b/stable/iyuuplus/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b2a3a9b1ef2 --- /dev/null +++ b/stable/iyuuplus/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/iyuuplus/9.2.2/Chart.yaml b/stable/iyuuplus/9.2.2/Chart.yaml new file mode 100644 index 00000000000..491f923bc14 --- /dev/null +++ b/stable/iyuuplus/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/iyuuplus/9.1.1/README.md b/stable/iyuuplus/9.2.2/README.md similarity index 100% rename from stable/iyuuplus/9.1.1/README.md rename to stable/iyuuplus/9.2.2/README.md diff --git a/stable/iyuuplus/9.2.2/app-changelog.md b/stable/iyuuplus/9.2.2/app-changelog.md new file mode 100644 index 00000000000..6bc138b0a9a --- /dev/null +++ b/stable/iyuuplus/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/iyuuplus/9.1.1/app-readme.md b/stable/iyuuplus/9.2.2/app-readme.md similarity index 100% rename from stable/iyuuplus/9.1.1/app-readme.md rename to stable/iyuuplus/9.2.2/app-readme.md diff --git a/stable/iyuuplus/9.2.2/charts/common-18.1.6.tgz b/stable/iyuuplus/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/iyuuplus/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/iyuuplus/9.1.1/ix_values.yaml b/stable/iyuuplus/9.2.2/ix_values.yaml similarity index 100% rename from stable/iyuuplus/9.1.1/ix_values.yaml rename to stable/iyuuplus/9.2.2/ix_values.yaml diff --git a/stable/iyuuplus/9.1.1/questions.yaml b/stable/iyuuplus/9.2.2/questions.yaml similarity index 100% rename from stable/iyuuplus/9.1.1/questions.yaml rename to stable/iyuuplus/9.2.2/questions.yaml diff --git a/stable/kitchenowl/9.1.1/templates/NOTES.txt b/stable/iyuuplus/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/kitchenowl/9.1.1/templates/NOTES.txt rename to stable/iyuuplus/9.2.2/templates/NOTES.txt diff --git a/stable/kavita/9.1.1/templates/common.yaml b/stable/iyuuplus/9.2.2/templates/common.yaml similarity index 100% rename from stable/kavita/9.1.1/templates/common.yaml rename to stable/iyuuplus/9.2.2/templates/common.yaml diff --git a/stable/kanboard/16.1.1/values.yaml b/stable/iyuuplus/9.2.2/values.yaml similarity index 100% rename from stable/kanboard/16.1.1/values.yaml rename to stable/iyuuplus/9.2.2/values.yaml diff --git a/stable/jackett/19.1.1/CHANGELOG.md b/stable/jackett/19.1.1/CHANGELOG.md deleted file mode 100644 index 1b24bda1ac1..00000000000 --- a/stable/jackett/19.1.1/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) - -### Chore diff --git a/stable/jackett/19.1.1/Chart.yaml b/stable/jackett/19.1.1/Chart.yaml deleted file mode 100644 index 48cbf2d85d0..00000000000 --- a/stable/jackett/19.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.21.1155 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/jackett/19.1.1/charts/common-18.0.2.tgz b/stable/jackett/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jackett/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kasm/8.1.1/.helmignore b/stable/jackett/19.2.2/.helmignore similarity index 100% rename from stable/kasm/8.1.1/.helmignore rename to stable/jackett/19.2.2/.helmignore diff --git a/stable/jackett/19.2.2/CHANGELOG.md b/stable/jackett/19.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1eb23257444 --- /dev/null +++ b/stable/jackett/19.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/jackett/19.2.2/Chart.yaml b/stable/jackett/19.2.2/Chart.yaml new file mode 100644 index 00000000000..2b82d27826b --- /dev/null +++ b/stable/jackett/19.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/jackett/19.1.1/README.md b/stable/jackett/19.2.2/README.md similarity index 100% rename from stable/jackett/19.1.1/README.md rename to stable/jackett/19.2.2/README.md diff --git a/stable/jackett/19.2.2/app-changelog.md b/stable/jackett/19.2.2/app-changelog.md new file mode 100644 index 00000000000..68e525c05e1 --- /dev/null +++ b/stable/jackett/19.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jackett/19.1.1/app-readme.md b/stable/jackett/19.2.2/app-readme.md similarity index 100% rename from stable/jackett/19.1.1/app-readme.md rename to stable/jackett/19.2.2/app-readme.md diff --git a/stable/jackett/19.2.2/charts/common-18.1.6.tgz b/stable/jackett/19.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jackett/19.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jackett/19.1.1/ix_values.yaml b/stable/jackett/19.2.2/ix_values.yaml similarity index 100% rename from stable/jackett/19.1.1/ix_values.yaml rename to stable/jackett/19.2.2/ix_values.yaml diff --git a/stable/jackett/19.1.1/questions.yaml b/stable/jackett/19.2.2/questions.yaml similarity index 100% rename from stable/jackett/19.1.1/questions.yaml rename to stable/jackett/19.2.2/questions.yaml diff --git a/stable/kiwix-serve/8.1.2/templates/NOTES.txt b/stable/jackett/19.2.2/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/8.1.2/templates/NOTES.txt rename to stable/jackett/19.2.2/templates/NOTES.txt diff --git a/stable/kms/18.1.1/templates/common.yaml b/stable/jackett/19.2.2/templates/common.yaml similarity index 100% rename from stable/kms/18.1.1/templates/common.yaml rename to stable/jackett/19.2.2/templates/common.yaml diff --git a/stable/kasm/8.1.1/values.yaml b/stable/jackett/19.2.2/values.yaml similarity index 100% rename from stable/kasm/8.1.1/values.yaml rename to stable/jackett/19.2.2/values.yaml diff --git a/stable/jdownloader2/16.1.1/CHANGELOG.md b/stable/jdownloader2/16.1.1/CHANGELOG.md deleted file mode 100644 index 7042e3a4d23..00000000000 --- a/stable/jdownloader2/16.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/jdownloader2/16.1.1/Chart.yaml b/stable/jdownloader2/16.1.1/Chart.yaml deleted file mode 100644 index 8f37737b9e8..00000000000 --- a/stable/jdownloader2/16.1.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: downloads - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/jdownloader2/16.1.1/charts/common-18.0.2.tgz b/stable/jdownloader2/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jdownloader2/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kavita/9.1.1/.helmignore b/stable/jdownloader2/16.2.2/.helmignore similarity index 100% rename from stable/kavita/9.1.1/.helmignore rename to stable/jdownloader2/16.2.2/.helmignore diff --git a/stable/jdownloader2/16.2.2/CHANGELOG.md b/stable/jdownloader2/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1e8db54f795 --- /dev/null +++ b/stable/jdownloader2/16.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/jdownloader2/16.2.2/Chart.yaml b/stable/jdownloader2/16.2.2/Chart.yaml new file mode 100644 index 00000000000..642d5f6a1bc --- /dev/null +++ b/stable/jdownloader2/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/jdownloader2/16.1.1/README.md b/stable/jdownloader2/16.2.2/README.md similarity index 100% rename from stable/jdownloader2/16.1.1/README.md rename to stable/jdownloader2/16.2.2/README.md diff --git a/stable/jdownloader2/16.2.2/app-changelog.md b/stable/jdownloader2/16.2.2/app-changelog.md new file mode 100644 index 00000000000..a6207916862 --- /dev/null +++ b/stable/jdownloader2/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jdownloader2/16.1.1/app-readme.md b/stable/jdownloader2/16.2.2/app-readme.md similarity index 100% rename from stable/jdownloader2/16.1.1/app-readme.md rename to stable/jdownloader2/16.2.2/app-readme.md diff --git a/stable/jdownloader2/16.2.2/charts/common-18.1.6.tgz b/stable/jdownloader2/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jdownloader2/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jdownloader2/16.1.1/ix_values.yaml b/stable/jdownloader2/16.2.2/ix_values.yaml similarity index 100% rename from stable/jdownloader2/16.1.1/ix_values.yaml rename to stable/jdownloader2/16.2.2/ix_values.yaml diff --git a/stable/jdownloader2/16.1.1/questions.yaml b/stable/jdownloader2/16.2.2/questions.yaml similarity index 100% rename from stable/jdownloader2/16.1.1/questions.yaml rename to stable/jdownloader2/16.2.2/questions.yaml diff --git a/stable/kms/18.1.1/templates/NOTES.txt b/stable/jdownloader2/16.2.2/templates/NOTES.txt similarity index 100% rename from stable/kms/18.1.1/templates/NOTES.txt rename to stable/jdownloader2/16.2.2/templates/NOTES.txt diff --git a/stable/kodi-headless/9.1.1/templates/common.yaml b/stable/jdownloader2/16.2.2/templates/common.yaml similarity index 100% rename from stable/kodi-headless/9.1.1/templates/common.yaml rename to stable/jdownloader2/16.2.2/templates/common.yaml diff --git a/stable/kavita/9.1.1/values.yaml b/stable/jdownloader2/16.2.2/values.yaml similarity index 100% rename from stable/kavita/9.1.1/values.yaml rename to stable/jdownloader2/16.2.2/values.yaml diff --git a/stable/jellyfin/18.1.3/CHANGELOG.md b/stable/jellyfin/18.1.3/CHANGELOG.md deleted file mode 100644 index a1f67c5435c..00000000000 --- a/stable/jellyfin/18.1.3/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.1.3/Chart.yaml b/stable/jellyfin/18.1.3/Chart.yaml deleted file mode 100644 index 1de48514f29..00000000000 --- a/stable/jellyfin/18.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.8.13 -dependencies: - - name: common - version: 18.0.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/jellyfin/jellyfin - - https://hub.docker.com/r/alpine/socat -type: application -version: 18.1.3 diff --git a/stable/jellyfin/18.1.3/charts/common-18.0.2.tgz b/stable/jellyfin/18.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jellyfin/18.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jellyfin/18.1.3/ix_values.yaml b/stable/jellyfin/18.1.3/ix_values.yaml deleted file mode 100644 index 717f6dadb86..00000000000 --- a/stable/jellyfin/18.1.3/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/kdenlive-vnc/5.1.1/.helmignore b/stable/jellyfin/18.2.3/.helmignore similarity index 100% rename from stable/kdenlive-vnc/5.1.1/.helmignore rename to stable/jellyfin/18.2.3/.helmignore diff --git a/stable/jellyfin/18.2.3/CHANGELOG.md b/stable/jellyfin/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ef29791d456 --- /dev/null +++ b/stable/jellyfin/18.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/jellyfin/18.2.3/Chart.yaml b/stable/jellyfin/18.2.3/Chart.yaml new file mode 100644 index 00000000000..2dd9b9a292a --- /dev/null +++ b/stable/jellyfin/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.8.13 +dependencies: + - name: common + version: 18.1.6 + 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.2.3 diff --git a/stable/jellyfin/18.1.3/README.md b/stable/jellyfin/18.2.3/README.md similarity index 100% rename from stable/jellyfin/18.1.3/README.md rename to stable/jellyfin/18.2.3/README.md diff --git a/stable/jellyfin/18.2.3/app-changelog.md b/stable/jellyfin/18.2.3/app-changelog.md new file mode 100644 index 00000000000..ab795d68646 --- /dev/null +++ b/stable/jellyfin/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jellyfin/18.1.3/app-readme.md b/stable/jellyfin/18.2.3/app-readme.md similarity index 100% rename from stable/jellyfin/18.1.3/app-readme.md rename to stable/jellyfin/18.2.3/app-readme.md diff --git a/stable/jellyfin/18.2.3/charts/common-18.1.6.tgz b/stable/jellyfin/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jellyfin/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/jellyfin/18.2.3/ix_values.yaml b/stable/jellyfin/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..5a8bb8331ad --- /dev/null +++ b/stable/jellyfin/18.2.3/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.1.3/questions.yaml b/stable/jellyfin/18.2.3/questions.yaml similarity index 100% rename from stable/jellyfin/18.1.3/questions.yaml rename to stable/jellyfin/18.2.3/questions.yaml diff --git a/stable/kodi-headless/9.1.1/templates/NOTES.txt b/stable/jellyfin/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/kodi-headless/9.1.1/templates/NOTES.txt rename to stable/jellyfin/18.2.3/templates/NOTES.txt diff --git a/stable/jellyfin/18.1.3/templates/common.yaml b/stable/jellyfin/18.2.3/templates/common.yaml similarity index 100% rename from stable/jellyfin/18.1.3/templates/common.yaml rename to stable/jellyfin/18.2.3/templates/common.yaml diff --git a/stable/kdenlive-vnc/5.1.1/values.yaml b/stable/jellyfin/18.2.3/values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.1/values.yaml rename to stable/jellyfin/18.2.3/values.yaml diff --git a/stable/jellyseerr/9.1.1/CHANGELOG.md b/stable/jellyseerr/9.1.1/CHANGELOG.md deleted file mode 100644 index 9a2c109cae0..00000000000 --- a/stable/jellyseerr/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/jellyseerr/9.1.1/Chart.yaml b/stable/jellyseerr/9.1.1/Chart.yaml deleted file mode 100644 index 2585c490e17..00000000000 --- a/stable/jellyseerr/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.7.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/jellyseerr/9.1.1/charts/common-18.0.2.tgz b/stable/jellyseerr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jellyseerr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kdenlive/5.1.3/.helmignore b/stable/jellyseerr/9.2.2/.helmignore similarity index 100% rename from stable/kdenlive/5.1.3/.helmignore rename to stable/jellyseerr/9.2.2/.helmignore diff --git a/stable/jellyseerr/9.2.2/CHANGELOG.md b/stable/jellyseerr/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..480fd4603a8 --- /dev/null +++ b/stable/jellyseerr/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/jellyseerr/9.2.2/Chart.yaml b/stable/jellyseerr/9.2.2/Chart.yaml new file mode 100644 index 00000000000..ba440411c61 --- /dev/null +++ b/stable/jellyseerr/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.7.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/jellyseerr/9.1.1/README.md b/stable/jellyseerr/9.2.2/README.md similarity index 100% rename from stable/jellyseerr/9.1.1/README.md rename to stable/jellyseerr/9.2.2/README.md diff --git a/stable/jellyseerr/9.2.2/app-changelog.md b/stable/jellyseerr/9.2.2/app-changelog.md new file mode 100644 index 00000000000..16097f7cad2 --- /dev/null +++ b/stable/jellyseerr/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jellyseerr/9.1.1/app-readme.md b/stable/jellyseerr/9.2.2/app-readme.md similarity index 100% rename from stable/jellyseerr/9.1.1/app-readme.md rename to stable/jellyseerr/9.2.2/app-readme.md diff --git a/stable/jellyseerr/9.2.2/charts/common-18.1.6.tgz b/stable/jellyseerr/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jellyseerr/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jellyseerr/9.1.1/ix_values.yaml b/stable/jellyseerr/9.2.2/ix_values.yaml similarity index 100% rename from stable/jellyseerr/9.1.1/ix_values.yaml rename to stable/jellyseerr/9.2.2/ix_values.yaml diff --git a/stable/jellyseerr/9.1.1/questions.yaml b/stable/jellyseerr/9.2.2/questions.yaml similarity index 100% rename from stable/jellyseerr/9.1.1/questions.yaml rename to stable/jellyseerr/9.2.2/questions.yaml diff --git a/stable/komga/13.1.1/templates/NOTES.txt b/stable/jellyseerr/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/komga/13.1.1/templates/NOTES.txt rename to stable/jellyseerr/9.2.2/templates/NOTES.txt diff --git a/stable/komga/13.1.1/templates/common.yaml b/stable/jellyseerr/9.2.2/templates/common.yaml similarity index 100% rename from stable/komga/13.1.1/templates/common.yaml rename to stable/jellyseerr/9.2.2/templates/common.yaml diff --git a/stable/kdenlive/5.1.3/values.yaml b/stable/jellyseerr/9.2.2/values.yaml similarity index 100% rename from stable/kdenlive/5.1.3/values.yaml rename to stable/jellyseerr/9.2.2/values.yaml diff --git a/stable/jellystat/3.1.1/CHANGELOG.md b/stable/jellystat/3.1.1/CHANGELOG.md deleted file mode 100644 index 715be03cb80..00000000000 --- a/stable/jellystat/3.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/jellystat/3.1.1/Chart.yaml b/stable/jellystat/3.1.1/Chart.yaml deleted file mode 100644 index 389131f6bfa..00000000000 --- a/stable/jellystat/3.1.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: statistics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/jellystat/3.1.1/charts/common-18.0.2.tgz b/stable/jellystat/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jellystat/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/keeweb/5.1.1/.helmignore b/stable/jellystat/3.2.2/.helmignore similarity index 100% rename from stable/keeweb/5.1.1/.helmignore rename to stable/jellystat/3.2.2/.helmignore diff --git a/stable/jellystat/3.2.2/CHANGELOG.md b/stable/jellystat/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c21fc37d518 --- /dev/null +++ b/stable/jellystat/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/jellystat/3.2.2/Chart.yaml b/stable/jellystat/3.2.2/Chart.yaml new file mode 100644 index 00000000000..e1dcae9cabc --- /dev/null +++ b/stable/jellystat/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/jellystat/3.1.1/README.md b/stable/jellystat/3.2.2/README.md similarity index 100% rename from stable/jellystat/3.1.1/README.md rename to stable/jellystat/3.2.2/README.md diff --git a/stable/jellystat/3.2.2/app-changelog.md b/stable/jellystat/3.2.2/app-changelog.md new file mode 100644 index 00000000000..53ca74d85b3 --- /dev/null +++ b/stable/jellystat/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jellystat/3.1.1/app-readme.md b/stable/jellystat/3.2.2/app-readme.md similarity index 100% rename from stable/jellystat/3.1.1/app-readme.md rename to stable/jellystat/3.2.2/app-readme.md diff --git a/stable/jellystat/3.2.2/charts/common-18.1.6.tgz b/stable/jellystat/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jellystat/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jellystat/3.1.1/ix_values.yaml b/stable/jellystat/3.2.2/ix_values.yaml similarity index 100% rename from stable/jellystat/3.1.1/ix_values.yaml rename to stable/jellystat/3.2.2/ix_values.yaml diff --git a/stable/jellystat/3.1.1/questions.yaml b/stable/jellystat/3.2.2/questions.yaml similarity index 100% rename from stable/jellystat/3.1.1/questions.yaml rename to stable/jellystat/3.2.2/questions.yaml diff --git a/stable/kopia/11.1.1/templates/NOTES.txt b/stable/jellystat/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/kopia/11.1.1/templates/NOTES.txt rename to stable/jellystat/3.2.2/templates/NOTES.txt diff --git a/stable/jellystat/3.1.1/templates/_secrets.tpl b/stable/jellystat/3.2.2/templates/_secrets.tpl similarity index 100% rename from stable/jellystat/3.1.1/templates/_secrets.tpl rename to stable/jellystat/3.2.2/templates/_secrets.tpl diff --git a/stable/jellystat/3.1.1/templates/common.yaml b/stable/jellystat/3.2.2/templates/common.yaml similarity index 100% rename from stable/jellystat/3.1.1/templates/common.yaml rename to stable/jellystat/3.2.2/templates/common.yaml diff --git a/stable/keeweb/5.1.1/values.yaml b/stable/jellystat/3.2.2/values.yaml similarity index 100% rename from stable/keeweb/5.1.1/values.yaml rename to stable/jellystat/3.2.2/values.yaml diff --git a/stable/jelu/5.1.2/CHANGELOG.md b/stable/jelu/5.1.2/CHANGELOG.md deleted file mode 100644 index 933fe303c5d..00000000000 --- a/stable/jelu/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [jelu-4.1.6](https://github.com/truecharts/charts/compare/jelu-4.1.5...jelu-4.1.6) (2024-01-02) \ No newline at end of file diff --git a/stable/jelu/5.1.2/Chart.yaml b/stable/jelu/5.1.2/Chart.yaml deleted file mode 100644 index 261e3399ceb..00000000000 --- a/stable/jelu/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/jelu/5.1.2/charts/common-18.0.2.tgz b/stable/jelu/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jelu/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jelu/5.1.2/ix_values.yaml b/stable/jelu/5.1.2/ix_values.yaml deleted file mode 100644 index f21c0c27007..00000000000 --- a/stable/jelu/5.1.2/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/kerbalspaceprogram-lmp/5.1.1/.helmignore b/stable/jelu/5.2.3/.helmignore similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/.helmignore rename to stable/jelu/5.2.3/.helmignore diff --git a/stable/jelu/5.2.3/CHANGELOG.md b/stable/jelu/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0b646b85c8d --- /dev/null +++ b/stable/jelu/5.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/jelu/5.2.3/Chart.yaml b/stable/jelu/5.2.3/Chart.yaml new file mode 100644 index 00000000000..5af38ae03b8 --- /dev/null +++ b/stable/jelu/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/jelu/5.1.2/README.md b/stable/jelu/5.2.3/README.md similarity index 100% rename from stable/jelu/5.1.2/README.md rename to stable/jelu/5.2.3/README.md diff --git a/stable/jelu/5.2.3/app-changelog.md b/stable/jelu/5.2.3/app-changelog.md new file mode 100644 index 00000000000..8f0d3f38771 --- /dev/null +++ b/stable/jelu/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jelu/5.1.2/app-readme.md b/stable/jelu/5.2.3/app-readme.md similarity index 100% rename from stable/jelu/5.1.2/app-readme.md rename to stable/jelu/5.2.3/app-readme.md diff --git a/stable/jelu/5.2.3/charts/common-18.1.6.tgz b/stable/jelu/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jelu/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/jelu/5.2.3/ix_values.yaml b/stable/jelu/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..0aa8f2b519b --- /dev/null +++ b/stable/jelu/5.2.3/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.1.2/questions.yaml b/stable/jelu/5.2.3/questions.yaml similarity index 100% rename from stable/jelu/5.1.2/questions.yaml rename to stable/jelu/5.2.3/questions.yaml diff --git a/stable/jelu/5.1.2/templates/common.yaml b/stable/jelu/5.2.3/templates/common.yaml similarity index 100% rename from stable/jelu/5.1.2/templates/common.yaml rename to stable/jelu/5.2.3/templates/common.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/values.yaml b/stable/jelu/5.2.3/values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/values.yaml rename to stable/jelu/5.2.3/values.yaml diff --git a/stable/jenkins/7.2.2/CHANGELOG.md b/stable/jenkins/7.2.2/CHANGELOG.md deleted file mode 100644 index e09dff22dd4..00000000000 --- a/stable/jenkins/7.2.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [jenkins-6.4.0](https://github.com/truecharts/charts/compare/jenkins-6.3.1...jenkins-6.4.0) (2024-01-13) \ No newline at end of file diff --git a/stable/jenkins/7.2.2/Chart.yaml b/stable/jenkins/7.2.2/Chart.yaml deleted file mode 100644 index 54f7e7585ae..00000000000 --- a/stable/jenkins/7.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.446.0 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/jenkins/7.2.2/charts/common-18.0.2.tgz b/stable/jenkins/7.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jenkins/7.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/jenkins/7.2.2/ix_values.yaml b/stable/jenkins/7.2.2/ix_values.yaml deleted file mode 100644 index b20ba3e6fbc..00000000000 --- a/stable/jenkins/7.2.2/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/kerio-connect/5.1.1/.helmignore b/stable/jenkins/7.4.2/.helmignore similarity index 100% rename from stable/kerio-connect/5.1.1/.helmignore rename to stable/jenkins/7.4.2/.helmignore diff --git a/stable/jenkins/7.4.2/CHANGELOG.md b/stable/jenkins/7.4.2/CHANGELOG.md new file mode 100644 index 00000000000..6d10019866d --- /dev/null +++ b/stable/jenkins/7.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/jenkins/7.4.2/Chart.yaml b/stable/jenkins/7.4.2/Chart.yaml new file mode 100644 index 00000000000..d87d6339a09 --- /dev/null +++ b/stable/jenkins/7.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.447.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/jenkins/7.2.2/README.md b/stable/jenkins/7.4.2/README.md similarity index 100% rename from stable/jenkins/7.2.2/README.md rename to stable/jenkins/7.4.2/README.md diff --git a/stable/jenkins/7.4.2/app-changelog.md b/stable/jenkins/7.4.2/app-changelog.md new file mode 100644 index 00000000000..9572bbe3dd6 --- /dev/null +++ b/stable/jenkins/7.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jenkins/7.2.2/app-readme.md b/stable/jenkins/7.4.2/app-readme.md similarity index 100% rename from stable/jenkins/7.2.2/app-readme.md rename to stable/jenkins/7.4.2/app-readme.md diff --git a/stable/jenkins/7.4.2/charts/common-18.1.6.tgz b/stable/jenkins/7.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jenkins/7.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/jenkins/7.4.2/ix_values.yaml b/stable/jenkins/7.4.2/ix_values.yaml new file mode 100644 index 00000000000..b86beefdc0d --- /dev/null +++ b/stable/jenkins/7.4.2/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.2.2/questions.yaml b/stable/jenkins/7.4.2/questions.yaml similarity index 100% rename from stable/jenkins/7.2.2/questions.yaml rename to stable/jenkins/7.4.2/questions.yaml diff --git a/stable/lama-cleaner/6.1.1/templates/NOTES.txt b/stable/jenkins/7.4.2/templates/NOTES.txt similarity index 100% rename from stable/lama-cleaner/6.1.1/templates/NOTES.txt rename to stable/jenkins/7.4.2/templates/NOTES.txt diff --git a/stable/jenkins/7.2.2/templates/_secret.tpl b/stable/jenkins/7.4.2/templates/_secret.tpl similarity index 100% rename from stable/jenkins/7.2.2/templates/_secret.tpl rename to stable/jenkins/7.4.2/templates/_secret.tpl diff --git a/stable/jenkins/7.2.2/templates/common.yaml b/stable/jenkins/7.4.2/templates/common.yaml similarity index 100% rename from stable/jenkins/7.2.2/templates/common.yaml rename to stable/jenkins/7.4.2/templates/common.yaml diff --git a/stable/kerio-connect/5.1.1/values.yaml b/stable/jenkins/7.4.2/values.yaml similarity index 100% rename from stable/kerio-connect/5.1.1/values.yaml rename to stable/jenkins/7.4.2/values.yaml diff --git a/stable/jmzhomeproxy/5.1.1/CHANGELOG.md b/stable/jmzhomeproxy/5.1.1/CHANGELOG.md deleted file mode 100644 index 3da67095f35..00000000000 --- a/stable/jmzhomeproxy/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.1.1/Chart.yaml b/stable/jmzhomeproxy/5.1.1/Chart.yaml deleted file mode 100644 index 5b005950086..00000000000 --- a/stable/jmzhomeproxy/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/jmzhomeproxy/5.1.1/charts/common-18.0.2.tgz b/stable/jmzhomeproxy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jmzhomeproxy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kitana/5.1.1/.helmignore b/stable/jmzhomeproxy/5.2.2/.helmignore similarity index 100% rename from stable/kitana/5.1.1/.helmignore rename to stable/jmzhomeproxy/5.2.2/.helmignore diff --git a/stable/jmzhomeproxy/5.2.2/CHANGELOG.md b/stable/jmzhomeproxy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..eb5aee328c7 --- /dev/null +++ b/stable/jmzhomeproxy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/jmzhomeproxy/5.2.2/Chart.yaml b/stable/jmzhomeproxy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3ea2ebdffae --- /dev/null +++ b/stable/jmzhomeproxy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/jmzhomeproxy/5.1.1/README.md b/stable/jmzhomeproxy/5.2.2/README.md similarity index 100% rename from stable/jmzhomeproxy/5.1.1/README.md rename to stable/jmzhomeproxy/5.2.2/README.md diff --git a/stable/jmzhomeproxy/5.2.2/app-changelog.md b/stable/jmzhomeproxy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4c94373b655 --- /dev/null +++ b/stable/jmzhomeproxy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jmzhomeproxy/5.1.1/app-readme.md b/stable/jmzhomeproxy/5.2.2/app-readme.md similarity index 100% rename from stable/jmzhomeproxy/5.1.1/app-readme.md rename to stable/jmzhomeproxy/5.2.2/app-readme.md diff --git a/stable/jmzhomeproxy/5.2.2/charts/common-18.1.6.tgz b/stable/jmzhomeproxy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jmzhomeproxy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jmzhomeproxy/5.1.1/ix_values.yaml b/stable/jmzhomeproxy/5.2.2/ix_values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.1/ix_values.yaml rename to stable/jmzhomeproxy/5.2.2/ix_values.yaml diff --git a/stable/jmzhomeproxy/5.1.1/questions.yaml b/stable/jmzhomeproxy/5.2.2/questions.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.1/questions.yaml rename to stable/jmzhomeproxy/5.2.2/questions.yaml diff --git a/stable/jmzhomeproxy/5.1.1/templates/common.yaml b/stable/jmzhomeproxy/5.2.2/templates/common.yaml similarity index 100% rename from stable/jmzhomeproxy/5.1.1/templates/common.yaml rename to stable/jmzhomeproxy/5.2.2/templates/common.yaml diff --git a/stable/kitana/5.1.1/values.yaml b/stable/jmzhomeproxy/5.2.2/values.yaml similarity index 100% rename from stable/kitana/5.1.1/values.yaml rename to stable/jmzhomeproxy/5.2.2/values.yaml diff --git a/stable/joplin-server/17.1.1/CHANGELOG.md b/stable/joplin-server/17.1.1/CHANGELOG.md deleted file mode 100644 index 43202ec8207..00000000000 --- a/stable/joplin-server/17.1.1/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)) - - -## [joplin-server-16.1.5](https://github.com/truecharts/charts/compare/joplin-server-16.1.4...joplin-server-16.1.5) (2024-01-02) diff --git a/stable/joplin-server/17.1.1/Chart.yaml b/stable/joplin-server/17.1.1/Chart.yaml deleted file mode 100644 index a2f4f228b34..00000000000 --- a/stable/joplin-server/17.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.14.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/joplin-server/17.1.1/charts/common-18.0.2.tgz b/stable/joplin-server/17.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/joplin-server/17.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.1.1/.helmignore b/stable/joplin-server/17.2.2/.helmignore similarity index 100% rename from stable/kitchenowl/9.1.1/.helmignore rename to stable/joplin-server/17.2.2/.helmignore diff --git a/stable/joplin-server/17.2.2/CHANGELOG.md b/stable/joplin-server/17.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b9d810c5063 --- /dev/null +++ b/stable/joplin-server/17.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/joplin-server/17.2.2/Chart.yaml b/stable/joplin-server/17.2.2/Chart.yaml new file mode 100644 index 00000000000..1c158c404da --- /dev/null +++ b/stable/joplin-server/17.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.14.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/joplin-server/17.1.1/README.md b/stable/joplin-server/17.2.2/README.md similarity index 100% rename from stable/joplin-server/17.1.1/README.md rename to stable/joplin-server/17.2.2/README.md diff --git a/stable/joplin-server/17.2.2/app-changelog.md b/stable/joplin-server/17.2.2/app-changelog.md new file mode 100644 index 00000000000..24f9eb216d0 --- /dev/null +++ b/stable/joplin-server/17.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/joplin-server/17.1.1/app-readme.md b/stable/joplin-server/17.2.2/app-readme.md similarity index 100% rename from stable/joplin-server/17.1.1/app-readme.md rename to stable/joplin-server/17.2.2/app-readme.md diff --git a/stable/joplin-server/17.2.2/charts/common-18.1.6.tgz b/stable/joplin-server/17.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/joplin-server/17.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/joplin-server/17.1.1/ix_values.yaml b/stable/joplin-server/17.2.2/ix_values.yaml similarity index 100% rename from stable/joplin-server/17.1.1/ix_values.yaml rename to stable/joplin-server/17.2.2/ix_values.yaml diff --git a/stable/joplin-server/17.1.1/questions.yaml b/stable/joplin-server/17.2.2/questions.yaml similarity index 100% rename from stable/joplin-server/17.1.1/questions.yaml rename to stable/joplin-server/17.2.2/questions.yaml diff --git a/stable/joplin-server/17.1.1/templates/NOTES.txt b/stable/joplin-server/17.2.2/templates/NOTES.txt similarity index 100% rename from stable/joplin-server/17.1.1/templates/NOTES.txt rename to stable/joplin-server/17.2.2/templates/NOTES.txt diff --git a/stable/joplin-server/17.1.1/templates/common.yaml b/stable/joplin-server/17.2.2/templates/common.yaml similarity index 100% rename from stable/joplin-server/17.1.1/templates/common.yaml rename to stable/joplin-server/17.2.2/templates/common.yaml diff --git a/stable/kitchenowl/9.1.1/values.yaml b/stable/joplin-server/17.2.2/values.yaml similarity index 100% rename from stable/kitchenowl/9.1.1/values.yaml rename to stable/joplin-server/17.2.2/values.yaml diff --git a/stable/kiwix-serve/8.1.2/.helmignore b/stable/jts3servermod/1.0.1/.helmignore similarity index 100% rename from stable/kiwix-serve/8.1.2/.helmignore rename to stable/jts3servermod/1.0.1/.helmignore diff --git a/stable/jts3servermod/1.0.1/CHANGELOG.md b/stable/jts3servermod/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..525725b4078 --- /dev/null +++ b/stable/jts3servermod/1.0.1/CHANGELOG.md @@ -0,0 +1,23 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.0.1/Chart.yaml b/stable/jts3servermod/1.0.1/Chart.yaml new file mode 100644 index 00000000000..0cf034d3437 --- /dev/null +++ b/stable/jts3servermod/1.0.1/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20240301.0.0 +dependencies: + - name: common + version: 18.0.4 + 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.0.1 diff --git a/stable/jts3servermod/1.0.1/README.md b/stable/jts3servermod/1.0.1/README.md new file mode 100644 index 00000000000..47f6b355633 --- /dev/null +++ b/stable/jts3servermod/1.0.1/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.0.1/app-changelog.md b/stable/jts3servermod/1.0.1/app-changelog.md new file mode 100644 index 00000000000..cffc6a3b5af --- /dev/null +++ b/stable/jts3servermod/1.0.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [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.0.1/app-readme.md b/stable/jts3servermod/1.0.1/app-readme.md new file mode 100644 index 00000000000..af74602c5aa --- /dev/null +++ b/stable/jts3servermod/1.0.1/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.0.1/charts/common-18.0.4.tgz b/stable/jts3servermod/1.0.1/charts/common-18.0.4.tgz new file mode 100644 index 00000000000..a718951b29f Binary files /dev/null and b/stable/jts3servermod/1.0.1/charts/common-18.0.4.tgz differ diff --git a/stable/jts3servermod/1.0.1/ix_values.yaml b/stable/jts3servermod/1.0.1/ix_values.yaml new file mode 100644 index 00000000000..b73a949dcad --- /dev/null +++ b/stable/jts3servermod/1.0.1/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.0.1/questions.yaml b/stable/jts3servermod/1.0.1/questions.yaml new file mode 100755 index 00000000000..3331b9e85ed --- /dev/null +++ b/stable/jts3servermod/1.0.1/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/lancache-dns/8.1.1/templates/NOTES.txt b/stable/jts3servermod/1.0.1/templates/NOTES.txt similarity index 100% rename from stable/lancache-dns/8.1.1/templates/NOTES.txt rename to stable/jts3servermod/1.0.1/templates/NOTES.txt diff --git a/stable/lancache-dns/8.1.1/templates/common.yaml b/stable/jts3servermod/1.0.1/templates/common.yaml similarity index 100% rename from stable/lancache-dns/8.1.1/templates/common.yaml rename to stable/jts3servermod/1.0.1/templates/common.yaml diff --git a/stable/kiwix-serve/8.1.2/values.yaml b/stable/jts3servermod/1.0.1/values.yaml similarity index 100% rename from stable/kiwix-serve/8.1.2/values.yaml rename to stable/jts3servermod/1.0.1/values.yaml diff --git a/stable/jts3servermod/item.yaml b/stable/jts3servermod/item.yaml new file mode 100644 index 00000000000..19d5b6eb81a --- /dev/null +++ b/stable/jts3servermod/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png +categories: + - productivity +screenshots: [] diff --git a/stable/jupyter/8.1.1/CHANGELOG.md b/stable/jupyter/8.1.1/CHANGELOG.md deleted file mode 100644 index a908924b1f8..00000000000 --- a/stable/jupyter/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/jupyter/8.1.1/Chart.yaml b/stable/jupyter/8.1.1/Chart.yaml deleted file mode 100644 index b984f3d765b..00000000000 --- a/stable/jupyter/8.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.10.20 -dependencies: - - name: common - version: 18.0.2 - 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/tensorflow-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/base-notebook -type: application -version: 8.1.1 diff --git a/stable/jupyter/8.1.1/charts/common-18.0.2.tgz b/stable/jupyter/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/jupyter/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kms/18.1.1/.helmignore b/stable/jupyter/8.2.2/.helmignore similarity index 100% rename from stable/kms/18.1.1/.helmignore rename to stable/jupyter/8.2.2/.helmignore diff --git a/stable/jupyter/8.2.2/CHANGELOG.md b/stable/jupyter/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3273dd9cb88 --- /dev/null +++ b/stable/jupyter/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/jupyter/8.2.2/Chart.yaml b/stable/jupyter/8.2.2/Chart.yaml new file mode 100644 index 00000000000..76774d654ae --- /dev/null +++ b/stable/jupyter/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.10.20 +dependencies: + - name: common + version: 18.1.6 + 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/base-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/scipy-notebook +type: application +version: 8.2.2 diff --git a/stable/jupyter/8.1.1/README.md b/stable/jupyter/8.2.2/README.md similarity index 100% rename from stable/jupyter/8.1.1/README.md rename to stable/jupyter/8.2.2/README.md diff --git a/stable/jupyter/8.2.2/app-changelog.md b/stable/jupyter/8.2.2/app-changelog.md new file mode 100644 index 00000000000..b11c2f9fa9b --- /dev/null +++ b/stable/jupyter/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/jupyter/8.1.1/app-readme.md b/stable/jupyter/8.2.2/app-readme.md similarity index 100% rename from stable/jupyter/8.1.1/app-readme.md rename to stable/jupyter/8.2.2/app-readme.md diff --git a/stable/jupyter/8.2.2/charts/common-18.1.6.tgz b/stable/jupyter/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/jupyter/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/jupyter/8.1.1/ix_values.yaml b/stable/jupyter/8.2.2/ix_values.yaml similarity index 100% rename from stable/jupyter/8.1.1/ix_values.yaml rename to stable/jupyter/8.2.2/ix_values.yaml diff --git a/stable/jupyter/8.1.1/questions.yaml b/stable/jupyter/8.2.2/questions.yaml similarity index 100% rename from stable/jupyter/8.1.1/questions.yaml rename to stable/jupyter/8.2.2/questions.yaml diff --git a/stable/lancache-monolithic/8.1.1/templates/NOTES.txt b/stable/jupyter/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/lancache-monolithic/8.1.1/templates/NOTES.txt rename to stable/jupyter/8.2.2/templates/NOTES.txt diff --git a/stable/lanraragi/9.1.1/templates/common.yaml b/stable/jupyter/8.2.2/templates/common.yaml similarity index 100% rename from stable/lanraragi/9.1.1/templates/common.yaml rename to stable/jupyter/8.2.2/templates/common.yaml diff --git a/stable/kms/18.1.1/values.yaml b/stable/jupyter/8.2.2/values.yaml similarity index 100% rename from stable/kms/18.1.1/values.yaml rename to stable/jupyter/8.2.2/values.yaml diff --git a/stable/kanboard/16.1.1/CHANGELOG.md b/stable/kanboard/16.1.1/CHANGELOG.md deleted file mode 100644 index 8336d2067d5..00000000000 --- a/stable/kanboard/16.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/kanboard/16.1.1/Chart.yaml b/stable/kanboard/16.1.1/Chart.yaml deleted file mode 100644 index f2d5d1bae07..00000000000 --- a/stable/kanboard/16.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.35 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kanboard/16.1.1/charts/common-18.0.2.tgz b/stable/kanboard/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kanboard/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kodi-headless/9.1.1/.helmignore b/stable/kanboard/16.2.2/.helmignore similarity index 100% rename from stable/kodi-headless/9.1.1/.helmignore rename to stable/kanboard/16.2.2/.helmignore diff --git a/stable/kanboard/16.2.2/CHANGELOG.md b/stable/kanboard/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1632eabdbf1 --- /dev/null +++ b/stable/kanboard/16.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/kanboard/16.2.2/Chart.yaml b/stable/kanboard/16.2.2/Chart.yaml new file mode 100644 index 00000000000..fee1220dbde --- /dev/null +++ b/stable/kanboard/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.35 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kanboard/16.1.1/README.md b/stable/kanboard/16.2.2/README.md similarity index 100% rename from stable/kanboard/16.1.1/README.md rename to stable/kanboard/16.2.2/README.md diff --git a/stable/kanboard/16.2.2/app-changelog.md b/stable/kanboard/16.2.2/app-changelog.md new file mode 100644 index 00000000000..43b593e276c --- /dev/null +++ b/stable/kanboard/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kanboard/16.1.1/app-readme.md b/stable/kanboard/16.2.2/app-readme.md similarity index 100% rename from stable/kanboard/16.1.1/app-readme.md rename to stable/kanboard/16.2.2/app-readme.md diff --git a/stable/kanboard/16.2.2/charts/common-18.1.6.tgz b/stable/kanboard/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kanboard/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kanboard/16.1.1/ix_values.yaml b/stable/kanboard/16.2.2/ix_values.yaml similarity index 100% rename from stable/kanboard/16.1.1/ix_values.yaml rename to stable/kanboard/16.2.2/ix_values.yaml diff --git a/stable/kanboard/16.1.1/questions.yaml b/stable/kanboard/16.2.2/questions.yaml similarity index 100% rename from stable/kanboard/16.1.1/questions.yaml rename to stable/kanboard/16.2.2/questions.yaml diff --git a/stable/lanraragi/9.1.1/templates/NOTES.txt b/stable/kanboard/16.2.2/templates/NOTES.txt similarity index 100% rename from stable/lanraragi/9.1.1/templates/NOTES.txt rename to stable/kanboard/16.2.2/templates/NOTES.txt diff --git a/stable/lazylibrarian/18.1.3/templates/common.yaml b/stable/kanboard/16.2.2/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/18.1.3/templates/common.yaml rename to stable/kanboard/16.2.2/templates/common.yaml diff --git a/stable/kodi-headless/9.1.1/values.yaml b/stable/kanboard/16.2.2/values.yaml similarity index 100% rename from stable/kodi-headless/9.1.1/values.yaml rename to stable/kanboard/16.2.2/values.yaml diff --git a/stable/kasm/8.1.1/CHANGELOG.md b/stable/kasm/8.1.1/CHANGELOG.md deleted file mode 100644 index 44521e781ed..00000000000 --- a/stable/kasm/8.1.1/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.1/Chart.yaml b/stable/kasm/8.1.1/Chart.yaml deleted file mode 100644 index e3872a62a59..00000000000 --- a/stable/kasm/8.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kasm/8.1.1/charts/common-18.0.2.tgz b/stable/kasm/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kasm/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/komga/13.1.1/.helmignore b/stable/kasm/8.2.2/.helmignore similarity index 100% rename from stable/komga/13.1.1/.helmignore rename to stable/kasm/8.2.2/.helmignore diff --git a/stable/kasm/8.2.2/CHANGELOG.md b/stable/kasm/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4e529d8153c --- /dev/null +++ b/stable/kasm/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/kasm/8.2.2/Chart.yaml b/stable/kasm/8.2.2/Chart.yaml new file mode 100644 index 00000000000..d2244d587bd --- /dev/null +++ b/stable/kasm/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.15.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kasm/8.1.1/README.md b/stable/kasm/8.2.2/README.md similarity index 100% rename from stable/kasm/8.1.1/README.md rename to stable/kasm/8.2.2/README.md diff --git a/stable/kasm/8.2.2/app-changelog.md b/stable/kasm/8.2.2/app-changelog.md new file mode 100644 index 00000000000..66d3974d777 --- /dev/null +++ b/stable/kasm/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kasm/8.1.1/app-readme.md b/stable/kasm/8.2.2/app-readme.md similarity index 100% rename from stable/kasm/8.1.1/app-readme.md rename to stable/kasm/8.2.2/app-readme.md diff --git a/stable/kasm/8.2.2/charts/common-18.1.6.tgz b/stable/kasm/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kasm/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kasm/8.1.1/ix_values.yaml b/stable/kasm/8.2.2/ix_values.yaml similarity index 100% rename from stable/kasm/8.1.1/ix_values.yaml rename to stable/kasm/8.2.2/ix_values.yaml diff --git a/stable/kasm/8.1.1/questions.yaml b/stable/kasm/8.2.2/questions.yaml similarity index 100% rename from stable/kasm/8.1.1/questions.yaml rename to stable/kasm/8.2.2/questions.yaml diff --git a/stable/lazylibrarian/18.1.3/templates/NOTES.txt b/stable/kasm/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/lazylibrarian/18.1.3/templates/NOTES.txt rename to stable/kasm/8.2.2/templates/NOTES.txt diff --git a/stable/kasm/8.1.1/templates/_hostPathMounts.tpl b/stable/kasm/8.2.2/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/8.1.1/templates/_hostPathMounts.tpl rename to stable/kasm/8.2.2/templates/_hostPathMounts.tpl diff --git a/stable/kasm/8.1.1/templates/common.yaml b/stable/kasm/8.2.2/templates/common.yaml similarity index 100% rename from stable/kasm/8.1.1/templates/common.yaml rename to stable/kasm/8.2.2/templates/common.yaml diff --git a/stable/komga/13.1.1/values.yaml b/stable/kasm/8.2.2/values.yaml similarity index 100% rename from stable/komga/13.1.1/values.yaml rename to stable/kasm/8.2.2/values.yaml diff --git a/stable/kavita/9.1.1/CHANGELOG.md b/stable/kavita/9.1.1/CHANGELOG.md deleted file mode 100644 index f112555e28a..00000000000 --- a/stable/kavita/9.1.1/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)) - - -## [kavita-8.1.5](https://github.com/truecharts/charts/compare/kavita-8.1.4...kavita-8.1.5) (2024-01-02) diff --git a/stable/kavita/9.1.1/Chart.yaml b/stable/kavita/9.1.1/Chart.yaml deleted file mode 100644 index 8a577c4bce3..00000000000 --- a/stable/kavita/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.14 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kavita/9.1.1/charts/common-18.0.2.tgz b/stable/kavita/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kavita/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kopia/11.1.1/.helmignore b/stable/kavita/9.2.2/.helmignore similarity index 100% rename from stable/kopia/11.1.1/.helmignore rename to stable/kavita/9.2.2/.helmignore diff --git a/stable/kavita/9.2.2/CHANGELOG.md b/stable/kavita/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..58e2e209843 --- /dev/null +++ b/stable/kavita/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/kavita/9.2.2/Chart.yaml b/stable/kavita/9.2.2/Chart.yaml new file mode 100644 index 00000000000..d83b30ff612 --- /dev/null +++ b/stable/kavita/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.14 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kavita/9.1.1/README.md b/stable/kavita/9.2.2/README.md similarity index 100% rename from stable/kavita/9.1.1/README.md rename to stable/kavita/9.2.2/README.md diff --git a/stable/kavita/9.2.2/app-changelog.md b/stable/kavita/9.2.2/app-changelog.md new file mode 100644 index 00000000000..f9a0b89a306 --- /dev/null +++ b/stable/kavita/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kavita/9.1.1/app-readme.md b/stable/kavita/9.2.2/app-readme.md similarity index 100% rename from stable/kavita/9.1.1/app-readme.md rename to stable/kavita/9.2.2/app-readme.md diff --git a/stable/kavita/9.2.2/charts/common-18.1.6.tgz b/stable/kavita/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kavita/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kavita/9.1.1/ix_values.yaml b/stable/kavita/9.2.2/ix_values.yaml similarity index 100% rename from stable/kavita/9.1.1/ix_values.yaml rename to stable/kavita/9.2.2/ix_values.yaml diff --git a/stable/kavita/9.1.1/questions.yaml b/stable/kavita/9.2.2/questions.yaml similarity index 100% rename from stable/kavita/9.1.1/questions.yaml rename to stable/kavita/9.2.2/questions.yaml diff --git a/stable/leaf2mqtt/11.1.1/templates/NOTES.txt b/stable/kavita/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/leaf2mqtt/11.1.1/templates/NOTES.txt rename to stable/kavita/9.2.2/templates/NOTES.txt diff --git a/stable/libreddit/8.1.1/templates/common.yaml b/stable/kavita/9.2.2/templates/common.yaml similarity index 100% rename from stable/libreddit/8.1.1/templates/common.yaml rename to stable/kavita/9.2.2/templates/common.yaml diff --git a/stable/kopia/11.1.1/values.yaml b/stable/kavita/9.2.2/values.yaml similarity index 100% rename from stable/kopia/11.1.1/values.yaml rename to stable/kavita/9.2.2/values.yaml diff --git a/stable/kdenlive-vnc/5.1.1/CHANGELOG.md b/stable/kdenlive-vnc/5.1.1/CHANGELOG.md deleted file mode 100644 index 98e069eeaf4..00000000000 --- a/stable/kdenlive-vnc/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.1.1/Chart.yaml b/stable/kdenlive-vnc/5.1.1/Chart.yaml deleted file mode 100644 index bf86505057c..00000000000 --- a/stable/kdenlive-vnc/5.1.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: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kdenlive-vnc/5.1.1/charts/common-18.0.2.tgz b/stable/kdenlive-vnc/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kdenlive-vnc/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/krusader/5.1.1/.helmignore b/stable/kdenlive-vnc/5.2.2/.helmignore similarity index 100% rename from stable/krusader/5.1.1/.helmignore rename to stable/kdenlive-vnc/5.2.2/.helmignore diff --git a/stable/kdenlive-vnc/5.2.2/CHANGELOG.md b/stable/kdenlive-vnc/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..769fc2c9887 --- /dev/null +++ b/stable/kdenlive-vnc/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kdenlive-vnc/5.2.2/Chart.yaml b/stable/kdenlive-vnc/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5940e669db6 --- /dev/null +++ b/stable/kdenlive-vnc/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kdenlive-vnc/5.1.1/README.md b/stable/kdenlive-vnc/5.2.2/README.md similarity index 100% rename from stable/kdenlive-vnc/5.1.1/README.md rename to stable/kdenlive-vnc/5.2.2/README.md diff --git a/stable/kdenlive-vnc/5.2.2/app-changelog.md b/stable/kdenlive-vnc/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3575726b588 --- /dev/null +++ b/stable/kdenlive-vnc/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kdenlive-vnc/5.1.1/app-readme.md b/stable/kdenlive-vnc/5.2.2/app-readme.md similarity index 100% rename from stable/kdenlive-vnc/5.1.1/app-readme.md rename to stable/kdenlive-vnc/5.2.2/app-readme.md diff --git a/stable/kdenlive-vnc/5.2.2/charts/common-18.1.6.tgz b/stable/kdenlive-vnc/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kdenlive-vnc/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kdenlive-vnc/5.1.1/ix_values.yaml b/stable/kdenlive-vnc/5.2.2/ix_values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.1/ix_values.yaml rename to stable/kdenlive-vnc/5.2.2/ix_values.yaml diff --git a/stable/kdenlive-vnc/5.1.1/questions.yaml b/stable/kdenlive-vnc/5.2.2/questions.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.1/questions.yaml rename to stable/kdenlive-vnc/5.2.2/questions.yaml diff --git a/stable/kdenlive-vnc/5.1.1/templates/common.yaml b/stable/kdenlive-vnc/5.2.2/templates/common.yaml similarity index 100% rename from stable/kdenlive-vnc/5.1.1/templates/common.yaml rename to stable/kdenlive-vnc/5.2.2/templates/common.yaml diff --git a/stable/krusader/5.1.1/values.yaml b/stable/kdenlive-vnc/5.2.2/values.yaml similarity index 100% rename from stable/krusader/5.1.1/values.yaml rename to stable/kdenlive-vnc/5.2.2/values.yaml diff --git a/stable/kdenlive/5.1.3/CHANGELOG.md b/stable/kdenlive/5.1.3/CHANGELOG.md deleted file mode 100644 index 322ef5b4b92..00000000000 --- a/stable/kdenlive/5.1.3/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.1.3/Chart.yaml b/stable/kdenlive/5.1.3/Chart.yaml deleted file mode 100644 index df64b9d99b3..00000000000 --- a/stable/kdenlive/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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - 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: 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.1.3 diff --git a/stable/kdenlive/5.1.3/charts/common-18.0.3.tgz b/stable/kdenlive/5.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/kdenlive/5.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/kdenlive/5.1.3/ix_values.yaml b/stable/kdenlive/5.1.3/ix_values.yaml deleted file mode 100644 index 577adf0b905..00000000000 --- a/stable/kdenlive/5.1.3/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/kdenlive - tag: latest@sha256:6875c42725e4339bf04a400627b3673406f83468a58d53bbb584258602b1cb28 -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/lama-cleaner/6.1.1/.helmignore b/stable/kdenlive/5.2.3/.helmignore similarity index 100% rename from stable/lama-cleaner/6.1.1/.helmignore rename to stable/kdenlive/5.2.3/.helmignore diff --git a/stable/kdenlive/5.2.3/CHANGELOG.md b/stable/kdenlive/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0bc7c41f4e5 --- /dev/null +++ b/stable/kdenlive/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/kdenlive/5.2.3/Chart.yaml b/stable/kdenlive/5.2.3/Chart.yaml new file mode 100644 index 00000000000..d02b312a851 --- /dev/null +++ b/stable/kdenlive/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/kdenlive/5.1.3/README.md b/stable/kdenlive/5.2.3/README.md similarity index 100% rename from stable/kdenlive/5.1.3/README.md rename to stable/kdenlive/5.2.3/README.md diff --git a/stable/kdenlive/5.2.3/app-changelog.md b/stable/kdenlive/5.2.3/app-changelog.md new file mode 100644 index 00000000000..aee82d239b1 --- /dev/null +++ b/stable/kdenlive/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kdenlive/5.1.3/app-readme.md b/stable/kdenlive/5.2.3/app-readme.md similarity index 100% rename from stable/kdenlive/5.1.3/app-readme.md rename to stable/kdenlive/5.2.3/app-readme.md diff --git a/stable/kdenlive/5.2.3/charts/common-18.1.6.tgz b/stable/kdenlive/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kdenlive/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/kdenlive/5.2.3/ix_values.yaml b/stable/kdenlive/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..8ecf355ea39 --- /dev/null +++ b/stable/kdenlive/5.2.3/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.1.3/questions.yaml b/stable/kdenlive/5.2.3/questions.yaml similarity index 100% rename from stable/kdenlive/5.1.3/questions.yaml rename to stable/kdenlive/5.2.3/questions.yaml diff --git a/stable/kdenlive/5.1.3/templates/common.yaml b/stable/kdenlive/5.2.3/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.1.3/templates/common.yaml rename to stable/kdenlive/5.2.3/templates/common.yaml diff --git a/stable/lama-cleaner/6.1.1/values.yaml b/stable/kdenlive/5.2.3/values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.1/values.yaml rename to stable/kdenlive/5.2.3/values.yaml diff --git a/stable/keeweb/5.1.1/CHANGELOG.md b/stable/keeweb/5.1.1/CHANGELOG.md deleted file mode 100644 index 90a48e4354c..00000000000 --- a/stable/keeweb/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/keeweb/5.1.1/Chart.yaml b/stable/keeweb/5.1.1/Chart.yaml deleted file mode 100644 index 1003809a484..00000000000 --- a/stable/keeweb/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/keeweb/5.1.1/charts/common-18.0.2.tgz b/stable/keeweb/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/keeweb/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lancache-dns/8.1.1/.helmignore b/stable/keeweb/5.2.2/.helmignore similarity index 100% rename from stable/lancache-dns/8.1.1/.helmignore rename to stable/keeweb/5.2.2/.helmignore diff --git a/stable/keeweb/5.2.2/CHANGELOG.md b/stable/keeweb/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7eb7134de61 --- /dev/null +++ b/stable/keeweb/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/keeweb/5.2.2/Chart.yaml b/stable/keeweb/5.2.2/Chart.yaml new file mode 100644 index 00000000000..68512bd5f3b --- /dev/null +++ b/stable/keeweb/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/keeweb/5.1.1/README.md b/stable/keeweb/5.2.2/README.md similarity index 100% rename from stable/keeweb/5.1.1/README.md rename to stable/keeweb/5.2.2/README.md diff --git a/stable/keeweb/5.2.2/app-changelog.md b/stable/keeweb/5.2.2/app-changelog.md new file mode 100644 index 00000000000..395eac35c79 --- /dev/null +++ b/stable/keeweb/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/keeweb/5.1.1/app-readme.md b/stable/keeweb/5.2.2/app-readme.md similarity index 100% rename from stable/keeweb/5.1.1/app-readme.md rename to stable/keeweb/5.2.2/app-readme.md diff --git a/stable/keeweb/5.2.2/charts/common-18.1.6.tgz b/stable/keeweb/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/keeweb/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/keeweb/5.1.1/ix_values.yaml b/stable/keeweb/5.2.2/ix_values.yaml similarity index 100% rename from stable/keeweb/5.1.1/ix_values.yaml rename to stable/keeweb/5.2.2/ix_values.yaml diff --git a/stable/keeweb/5.1.1/questions.yaml b/stable/keeweb/5.2.2/questions.yaml similarity index 100% rename from stable/keeweb/5.1.1/questions.yaml rename to stable/keeweb/5.2.2/questions.yaml diff --git a/stable/keeweb/5.1.1/templates/common.yaml b/stable/keeweb/5.2.2/templates/common.yaml similarity index 100% rename from stable/keeweb/5.1.1/templates/common.yaml rename to stable/keeweb/5.2.2/templates/common.yaml diff --git a/stable/lancache-dns/8.1.1/values.yaml b/stable/keeweb/5.2.2/values.yaml similarity index 100% rename from stable/lancache-dns/8.1.1/values.yaml rename to stable/keeweb/5.2.2/values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.1.1/CHANGELOG.md deleted file mode 100644 index ee6a353e212..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.1.1/Chart.yaml deleted file mode 100644 index 3f929009867..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/charts/common-18.0.2.tgz b/stable/kerbalspaceprogram-lmp/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kerbalspaceprogram-lmp/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lancache-monolithic/8.1.1/.helmignore b/stable/kerbalspaceprogram-lmp/5.2.2/.helmignore similarity index 100% rename from stable/lancache-monolithic/8.1.1/.helmignore rename to stable/kerbalspaceprogram-lmp/5.2.2/.helmignore diff --git a/stable/kerbalspaceprogram-lmp/5.2.2/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0dc454366cd --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kerbalspaceprogram-lmp/5.2.2/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.2.2/Chart.yaml new file mode 100644 index 00000000000..eae1a3f8fb7 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/README.md b/stable/kerbalspaceprogram-lmp/5.2.2/README.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/README.md rename to stable/kerbalspaceprogram-lmp/5.2.2/README.md diff --git a/stable/kerbalspaceprogram-lmp/5.2.2/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3b5f02ae21b --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/app-readme.md b/stable/kerbalspaceprogram-lmp/5.2.2/app-readme.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/app-readme.md rename to stable/kerbalspaceprogram-lmp/5.2.2/app-readme.md diff --git a/stable/kerbalspaceprogram-lmp/5.2.2/charts/common-18.1.6.tgz b/stable/kerbalspaceprogram-lmp/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.2.2/ix_values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/ix_values.yaml rename to stable/kerbalspaceprogram-lmp/5.2.2/ix_values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/questions.yaml b/stable/kerbalspaceprogram-lmp/5.2.2/questions.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/questions.yaml rename to stable/kerbalspaceprogram-lmp/5.2.2/questions.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.1.1/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.2.2/templates/common.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.1.1/templates/common.yaml rename to stable/kerbalspaceprogram-lmp/5.2.2/templates/common.yaml diff --git a/stable/lancache-monolithic/8.1.1/values.yaml b/stable/kerbalspaceprogram-lmp/5.2.2/values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.1/values.yaml rename to stable/kerbalspaceprogram-lmp/5.2.2/values.yaml diff --git a/stable/kerio-connect/5.1.1/CHANGELOG.md b/stable/kerio-connect/5.1.1/CHANGELOG.md deleted file mode 100644 index ed535fc6ece..00000000000 --- a/stable/kerio-connect/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/kerio-connect/5.1.1/Chart.yaml b/stable/kerio-connect/5.1.1/Chart.yaml deleted file mode 100644 index 20cfc114138..00000000000 --- a/stable/kerio-connect/5.1.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: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kerio-connect/5.1.1/charts/common-18.0.2.tgz b/stable/kerio-connect/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kerio-connect/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lanraragi/9.1.1/.helmignore b/stable/kerio-connect/5.2.2/.helmignore similarity index 100% rename from stable/lanraragi/9.1.1/.helmignore rename to stable/kerio-connect/5.2.2/.helmignore diff --git a/stable/kerio-connect/5.2.2/CHANGELOG.md b/stable/kerio-connect/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ff1410bbd9f --- /dev/null +++ b/stable/kerio-connect/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kerio-connect/5.2.2/Chart.yaml b/stable/kerio-connect/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d34318d7065 --- /dev/null +++ b/stable/kerio-connect/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kerio-connect/5.1.1/README.md b/stable/kerio-connect/5.2.2/README.md similarity index 100% rename from stable/kerio-connect/5.1.1/README.md rename to stable/kerio-connect/5.2.2/README.md diff --git a/stable/kerio-connect/5.2.2/app-changelog.md b/stable/kerio-connect/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5030e0a244b --- /dev/null +++ b/stable/kerio-connect/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kerio-connect/5.1.1/app-readme.md b/stable/kerio-connect/5.2.2/app-readme.md similarity index 100% rename from stable/kerio-connect/5.1.1/app-readme.md rename to stable/kerio-connect/5.2.2/app-readme.md diff --git a/stable/kerio-connect/5.2.2/charts/common-18.1.6.tgz b/stable/kerio-connect/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kerio-connect/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kerio-connect/5.1.1/ix_values.yaml b/stable/kerio-connect/5.2.2/ix_values.yaml similarity index 100% rename from stable/kerio-connect/5.1.1/ix_values.yaml rename to stable/kerio-connect/5.2.2/ix_values.yaml diff --git a/stable/kerio-connect/5.1.1/questions.yaml b/stable/kerio-connect/5.2.2/questions.yaml similarity index 100% rename from stable/kerio-connect/5.1.1/questions.yaml rename to stable/kerio-connect/5.2.2/questions.yaml diff --git a/stable/kerio-connect/5.1.1/templates/common.yaml b/stable/kerio-connect/5.2.2/templates/common.yaml similarity index 100% rename from stable/kerio-connect/5.1.1/templates/common.yaml rename to stable/kerio-connect/5.2.2/templates/common.yaml diff --git a/stable/lanraragi/9.1.1/values.yaml b/stable/kerio-connect/5.2.2/values.yaml similarity index 100% rename from stable/lanraragi/9.1.1/values.yaml rename to stable/kerio-connect/5.2.2/values.yaml diff --git a/stable/kitana/5.1.1/CHANGELOG.md b/stable/kitana/5.1.1/CHANGELOG.md deleted file mode 100644 index 9bf4abb348b..00000000000 --- a/stable/kitana/5.1.1/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.1/Chart.yaml b/stable/kitana/5.1.1/Chart.yaml deleted file mode 100644 index d51b04baa77..00000000000 --- a/stable/kitana/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kitana/5.1.1/charts/common-18.0.2.tgz b/stable/kitana/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kitana/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lastoasis/5.1.1/.helmignore b/stable/kitana/5.2.2/.helmignore similarity index 100% rename from stable/lastoasis/5.1.1/.helmignore rename to stable/kitana/5.2.2/.helmignore diff --git a/stable/kitana/5.2.2/CHANGELOG.md b/stable/kitana/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b2420badc38 --- /dev/null +++ b/stable/kitana/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/kitana/5.2.2/Chart.yaml b/stable/kitana/5.2.2/Chart.yaml new file mode 100644 index 00000000000..03b393573bf --- /dev/null +++ b/stable/kitana/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kitana/5.1.1/README.md b/stable/kitana/5.2.2/README.md similarity index 100% rename from stable/kitana/5.1.1/README.md rename to stable/kitana/5.2.2/README.md diff --git a/stable/kitana/5.2.2/app-changelog.md b/stable/kitana/5.2.2/app-changelog.md new file mode 100644 index 00000000000..2af98090cdd --- /dev/null +++ b/stable/kitana/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kitana/5.1.1/app-readme.md b/stable/kitana/5.2.2/app-readme.md similarity index 100% rename from stable/kitana/5.1.1/app-readme.md rename to stable/kitana/5.2.2/app-readme.md diff --git a/stable/kitana/5.2.2/charts/common-18.1.6.tgz b/stable/kitana/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kitana/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kitana/5.1.1/ix_values.yaml b/stable/kitana/5.2.2/ix_values.yaml similarity index 100% rename from stable/kitana/5.1.1/ix_values.yaml rename to stable/kitana/5.2.2/ix_values.yaml diff --git a/stable/kitana/5.1.1/questions.yaml b/stable/kitana/5.2.2/questions.yaml similarity index 100% rename from stable/kitana/5.1.1/questions.yaml rename to stable/kitana/5.2.2/questions.yaml diff --git a/stable/kitana/5.1.1/templates/common.yaml b/stable/kitana/5.2.2/templates/common.yaml similarity index 100% rename from stable/kitana/5.1.1/templates/common.yaml rename to stable/kitana/5.2.2/templates/common.yaml diff --git a/stable/lastoasis/5.1.1/values.yaml b/stable/kitana/5.2.2/values.yaml similarity index 100% rename from stable/lastoasis/5.1.1/values.yaml rename to stable/kitana/5.2.2/values.yaml diff --git a/stable/kitchenowl/9.1.1/CHANGELOG.md b/stable/kitchenowl/9.1.1/CHANGELOG.md deleted file mode 100644 index d37757ded85..00000000000 --- a/stable/kitchenowl/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/kitchenowl/9.1.1/Chart.yaml b/stable/kitchenowl/9.1.1/Chart.yaml deleted file mode 100644 index c62706d3bfe..00000000000 --- a/stable/kitchenowl/9.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kitchenowl/9.1.1/charts/common-18.0.2.tgz b/stable/kitchenowl/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kitchenowl/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.1.3/.helmignore b/stable/kitchenowl/9.2.2/.helmignore similarity index 100% rename from stable/lazylibrarian/18.1.3/.helmignore rename to stable/kitchenowl/9.2.2/.helmignore diff --git a/stable/kitchenowl/9.2.2/CHANGELOG.md b/stable/kitchenowl/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a192422ed1e --- /dev/null +++ b/stable/kitchenowl/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kitchenowl/9.2.2/Chart.yaml b/stable/kitchenowl/9.2.2/Chart.yaml new file mode 100644 index 00000000000..00b82c20c38 --- /dev/null +++ b/stable/kitchenowl/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kitchenowl/9.1.1/README.md b/stable/kitchenowl/9.2.2/README.md similarity index 100% rename from stable/kitchenowl/9.1.1/README.md rename to stable/kitchenowl/9.2.2/README.md diff --git a/stable/kitchenowl/9.2.2/app-changelog.md b/stable/kitchenowl/9.2.2/app-changelog.md new file mode 100644 index 00000000000..1f6ed8e6677 --- /dev/null +++ b/stable/kitchenowl/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kitchenowl/9.1.1/app-readme.md b/stable/kitchenowl/9.2.2/app-readme.md similarity index 100% rename from stable/kitchenowl/9.1.1/app-readme.md rename to stable/kitchenowl/9.2.2/app-readme.md diff --git a/stable/kitchenowl/9.2.2/charts/common-18.1.6.tgz b/stable/kitchenowl/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kitchenowl/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kitchenowl/9.1.1/ix_values.yaml b/stable/kitchenowl/9.2.2/ix_values.yaml similarity index 100% rename from stable/kitchenowl/9.1.1/ix_values.yaml rename to stable/kitchenowl/9.2.2/ix_values.yaml diff --git a/stable/kitchenowl/9.1.1/questions.yaml b/stable/kitchenowl/9.2.2/questions.yaml similarity index 100% rename from stable/kitchenowl/9.1.1/questions.yaml rename to stable/kitchenowl/9.2.2/questions.yaml diff --git a/stable/libreddit/8.1.1/templates/NOTES.txt b/stable/kitchenowl/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/libreddit/8.1.1/templates/NOTES.txt rename to stable/kitchenowl/9.2.2/templates/NOTES.txt diff --git a/stable/kitchenowl/9.1.1/templates/_secrets.tpl b/stable/kitchenowl/9.2.2/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/9.1.1/templates/_secrets.tpl rename to stable/kitchenowl/9.2.2/templates/_secrets.tpl diff --git a/stable/kitchenowl/9.1.1/templates/common.yaml b/stable/kitchenowl/9.2.2/templates/common.yaml similarity index 100% rename from stable/kitchenowl/9.1.1/templates/common.yaml rename to stable/kitchenowl/9.2.2/templates/common.yaml diff --git a/stable/lazylibrarian/18.1.3/values.yaml b/stable/kitchenowl/9.2.2/values.yaml similarity index 100% rename from stable/lazylibrarian/18.1.3/values.yaml rename to stable/kitchenowl/9.2.2/values.yaml diff --git a/stable/kiwix-serve/8.1.2/CHANGELOG.md b/stable/kiwix-serve/8.1.2/CHANGELOG.md deleted file mode 100644 index c9315d2180c..00000000000 --- a/stable/kiwix-serve/8.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/kiwix-serve/8.1.2/Chart.yaml b/stable/kiwix-serve/8.1.2/Chart.yaml deleted file mode 100644 index 730e92204f3..00000000000 --- a/stable/kiwix-serve/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/kiwix-serve/8.1.2/charts/common-18.0.2.tgz b/stable/kiwix-serve/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kiwix-serve/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.1.2/ix_values.yaml b/stable/kiwix-serve/8.1.2/ix_values.yaml deleted file mode 100644 index 44bd4c7fec2..00000000000 --- a/stable/kiwix-serve/8.1.2/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/kiwix/kiwix-serve - tag: 3.6.0@sha256:b25f5fc17761abd1a9147973025a3841a54acb3229d3767f517b85ccf1245212 -service: - main: - ports: - main: - port: 10323 - protocol: http -persistence: - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - env: - DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim - PORT: "{{ .Values.service.main.ports.main.port }}" - args: - - "*.zim" diff --git a/stable/leaf2mqtt/11.1.1/.helmignore b/stable/kiwix-serve/8.2.2/.helmignore similarity index 100% rename from stable/leaf2mqtt/11.1.1/.helmignore rename to stable/kiwix-serve/8.2.2/.helmignore diff --git a/stable/kiwix-serve/8.2.2/CHANGELOG.md b/stable/kiwix-serve/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d5583c8a294 --- /dev/null +++ b/stable/kiwix-serve/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/kiwix-serve/8.2.2/Chart.yaml b/stable/kiwix-serve/8.2.2/Chart.yaml new file mode 100644 index 00000000000..0bae6771500 --- /dev/null +++ b/stable/kiwix-serve/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kiwix-serve/8.1.2/README.md b/stable/kiwix-serve/8.2.2/README.md similarity index 100% rename from stable/kiwix-serve/8.1.2/README.md rename to stable/kiwix-serve/8.2.2/README.md diff --git a/stable/kiwix-serve/8.2.2/app-changelog.md b/stable/kiwix-serve/8.2.2/app-changelog.md new file mode 100644 index 00000000000..e532da47b96 --- /dev/null +++ b/stable/kiwix-serve/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kiwix-serve/8.1.2/app-readme.md b/stable/kiwix-serve/8.2.2/app-readme.md similarity index 100% rename from stable/kiwix-serve/8.1.2/app-readme.md rename to stable/kiwix-serve/8.2.2/app-readme.md diff --git a/stable/kiwix-serve/8.2.2/charts/common-18.1.6.tgz b/stable/kiwix-serve/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kiwix-serve/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kiwix-serve/8.2.2/ix_values.yaml b/stable/kiwix-serve/8.2.2/ix_values.yaml new file mode 100644 index 00000000000..e3319565a14 --- /dev/null +++ b/stable/kiwix-serve/8.2.2/ix_values.yaml @@ -0,0 +1,33 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/kiwix/kiwix-serve + tag: 3.6.0@sha256:36b61f3519ee9120a00715c4667f23bb9634374940074da5202a01a72a61788f +service: + main: + ports: + main: + port: 10323 + protocol: http +persistence: + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + env: + DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim + PORT: "{{ .Values.service.main.ports.main.port }}" + args: + - "*.zim" diff --git a/stable/kiwix-serve/8.1.2/questions.yaml b/stable/kiwix-serve/8.2.2/questions.yaml similarity index 100% rename from stable/kiwix-serve/8.1.2/questions.yaml rename to stable/kiwix-serve/8.2.2/questions.yaml diff --git a/stable/libremdb/7.2.1/templates/NOTES.txt b/stable/kiwix-serve/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.2.1/templates/NOTES.txt rename to stable/kiwix-serve/8.2.2/templates/NOTES.txt diff --git a/stable/kiwix-serve/8.1.2/templates/common.yaml b/stable/kiwix-serve/8.2.2/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/8.1.2/templates/common.yaml rename to stable/kiwix-serve/8.2.2/templates/common.yaml diff --git a/stable/leaf2mqtt/11.1.1/values.yaml b/stable/kiwix-serve/8.2.2/values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.1/values.yaml rename to stable/kiwix-serve/8.2.2/values.yaml diff --git a/stable/kms/18.1.1/CHANGELOG.md b/stable/kms/18.1.1/CHANGELOG.md deleted file mode 100644 index 0295d09c141..00000000000 --- a/stable/kms/18.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/kms/18.1.1/Chart.yaml b/stable/kms/18.1.1/Chart.yaml deleted file mode 100644 index 39f1c9d7c15..00000000000 --- a/stable/kms/18.1.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: graywares - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: minimal -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kms/18.1.1/charts/common-18.0.2.tgz b/stable/kms/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kms/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/left4dead/5.1.1/.helmignore b/stable/kms/18.2.2/.helmignore similarity index 100% rename from stable/left4dead/5.1.1/.helmignore rename to stable/kms/18.2.2/.helmignore diff --git a/stable/kms/18.2.2/CHANGELOG.md b/stable/kms/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..83418440169 --- /dev/null +++ b/stable/kms/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kms/18.2.2/Chart.yaml b/stable/kms/18.2.2/Chart.yaml new file mode 100644 index 00000000000..7bbcc5a1557 --- /dev/null +++ b/stable/kms/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: minimal +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kms/18.1.1/README.md b/stable/kms/18.2.2/README.md similarity index 100% rename from stable/kms/18.1.1/README.md rename to stable/kms/18.2.2/README.md diff --git a/stable/kms/18.2.2/app-changelog.md b/stable/kms/18.2.2/app-changelog.md new file mode 100644 index 00000000000..f5b021a9491 --- /dev/null +++ b/stable/kms/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kms/18.1.1/app-readme.md b/stable/kms/18.2.2/app-readme.md similarity index 100% rename from stable/kms/18.1.1/app-readme.md rename to stable/kms/18.2.2/app-readme.md diff --git a/stable/kms/18.2.2/charts/common-18.1.6.tgz b/stable/kms/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kms/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kms/18.1.1/ix_values.yaml b/stable/kms/18.2.2/ix_values.yaml similarity index 100% rename from stable/kms/18.1.1/ix_values.yaml rename to stable/kms/18.2.2/ix_values.yaml diff --git a/stable/kms/18.1.1/questions.yaml b/stable/kms/18.2.2/questions.yaml similarity index 100% rename from stable/kms/18.1.1/questions.yaml rename to stable/kms/18.2.2/questions.yaml diff --git a/stable/librespeed/13.1.3/templates/NOTES.txt b/stable/kms/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/librespeed/13.1.3/templates/NOTES.txt rename to stable/kms/18.2.2/templates/NOTES.txt diff --git a/stable/libremdb/7.2.1/templates/common.yaml b/stable/kms/18.2.2/templates/common.yaml similarity index 100% rename from stable/libremdb/7.2.1/templates/common.yaml rename to stable/kms/18.2.2/templates/common.yaml diff --git a/stable/left4dead/5.1.1/values.yaml b/stable/kms/18.2.2/values.yaml similarity index 100% rename from stable/left4dead/5.1.1/values.yaml rename to stable/kms/18.2.2/values.yaml diff --git a/stable/kodi-headless/9.1.1/CHANGELOG.md b/stable/kodi-headless/9.1.1/CHANGELOG.md deleted file mode 100644 index bc5e8aebd70..00000000000 --- a/stable/kodi-headless/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/kodi-headless/9.1.1/Chart.yaml b/stable/kodi-headless/9.1.1/Chart.yaml deleted file mode 100644 index 6c424e2853d..00000000000 --- a/stable/kodi-headless/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 190.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kodi-headless/9.1.1/charts/common-18.0.2.tgz b/stable/kodi-headless/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kodi-headless/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lemur-cfssl/5.1.1/.helmignore b/stable/kodi-headless/9.2.2/.helmignore similarity index 100% rename from stable/lemur-cfssl/5.1.1/.helmignore rename to stable/kodi-headless/9.2.2/.helmignore diff --git a/stable/kodi-headless/9.2.2/CHANGELOG.md b/stable/kodi-headless/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7607f5f7805 --- /dev/null +++ b/stable/kodi-headless/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kodi-headless/9.2.2/Chart.yaml b/stable/kodi-headless/9.2.2/Chart.yaml new file mode 100644 index 00000000000..f03970c1db9 --- /dev/null +++ b/stable/kodi-headless/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 190.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kodi-headless/9.1.1/README.md b/stable/kodi-headless/9.2.2/README.md similarity index 100% rename from stable/kodi-headless/9.1.1/README.md rename to stable/kodi-headless/9.2.2/README.md diff --git a/stable/kodi-headless/9.2.2/app-changelog.md b/stable/kodi-headless/9.2.2/app-changelog.md new file mode 100644 index 00000000000..1d7393467c8 --- /dev/null +++ b/stable/kodi-headless/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kodi-headless/9.1.1/app-readme.md b/stable/kodi-headless/9.2.2/app-readme.md similarity index 100% rename from stable/kodi-headless/9.1.1/app-readme.md rename to stable/kodi-headless/9.2.2/app-readme.md diff --git a/stable/kodi-headless/9.2.2/charts/common-18.1.6.tgz b/stable/kodi-headless/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kodi-headless/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kodi-headless/9.1.1/ix_values.yaml b/stable/kodi-headless/9.2.2/ix_values.yaml similarity index 100% rename from stable/kodi-headless/9.1.1/ix_values.yaml rename to stable/kodi-headless/9.2.2/ix_values.yaml diff --git a/stable/kodi-headless/9.1.1/questions.yaml b/stable/kodi-headless/9.2.2/questions.yaml similarity index 100% rename from stable/kodi-headless/9.1.1/questions.yaml rename to stable/kodi-headless/9.2.2/questions.yaml diff --git a/stable/linkding/9.1.1/templates/NOTES.txt b/stable/kodi-headless/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/linkding/9.1.1/templates/NOTES.txt rename to stable/kodi-headless/9.2.2/templates/NOTES.txt diff --git a/stable/librespeed/13.1.3/templates/common.yaml b/stable/kodi-headless/9.2.2/templates/common.yaml similarity index 100% rename from stable/librespeed/13.1.3/templates/common.yaml rename to stable/kodi-headless/9.2.2/templates/common.yaml diff --git a/stable/lemur-cfssl/5.1.1/values.yaml b/stable/kodi-headless/9.2.2/values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.1/values.yaml rename to stable/kodi-headless/9.2.2/values.yaml diff --git a/stable/komga/13.1.1/CHANGELOG.md b/stable/komga/13.1.1/CHANGELOG.md deleted file mode 100644 index d9e34c38d35..00000000000 --- a/stable/komga/13.1.1/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)) - - -## [komga-12.2.0](https://github.com/truecharts/charts/compare/komga-12.1.5...komga-12.2.0) (2024-01-08) diff --git a/stable/komga/13.1.1/Chart.yaml b/stable/komga/13.1.1/Chart.yaml deleted file mode 100644 index dfef82a2da3..00000000000 --- a/stable/komga/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.10.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/komga/13.1.1/charts/common-18.0.2.tgz b/stable/komga/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/komga/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/libreddit/8.1.1/.helmignore b/stable/komga/13.2.2/.helmignore similarity index 100% rename from stable/libreddit/8.1.1/.helmignore rename to stable/komga/13.2.2/.helmignore diff --git a/stable/komga/13.2.2/CHANGELOG.md b/stable/komga/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..befb808682f --- /dev/null +++ b/stable/komga/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/komga/13.2.2/Chart.yaml b/stable/komga/13.2.2/Chart.yaml new file mode 100644 index 00000000000..4f38165b36c --- /dev/null +++ b/stable/komga/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.10.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/komga/13.1.1/README.md b/stable/komga/13.2.2/README.md similarity index 100% rename from stable/komga/13.1.1/README.md rename to stable/komga/13.2.2/README.md diff --git a/stable/komga/13.2.2/app-changelog.md b/stable/komga/13.2.2/app-changelog.md new file mode 100644 index 00000000000..86c12b2e623 --- /dev/null +++ b/stable/komga/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/komga/13.1.1/app-readme.md b/stable/komga/13.2.2/app-readme.md similarity index 100% rename from stable/komga/13.1.1/app-readme.md rename to stable/komga/13.2.2/app-readme.md diff --git a/stable/komga/13.2.2/charts/common-18.1.6.tgz b/stable/komga/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/komga/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/komga/13.1.1/ix_values.yaml b/stable/komga/13.2.2/ix_values.yaml similarity index 100% rename from stable/komga/13.1.1/ix_values.yaml rename to stable/komga/13.2.2/ix_values.yaml diff --git a/stable/komga/13.1.1/questions.yaml b/stable/komga/13.2.2/questions.yaml similarity index 100% rename from stable/komga/13.1.1/questions.yaml rename to stable/komga/13.2.2/questions.yaml diff --git a/stable/linkwarden/4.1.1/templates/NOTES.txt b/stable/komga/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/linkwarden/4.1.1/templates/NOTES.txt rename to stable/komga/13.2.2/templates/NOTES.txt diff --git a/stable/linkding/9.1.1/templates/common.yaml b/stable/komga/13.2.2/templates/common.yaml similarity index 100% rename from stable/linkding/9.1.1/templates/common.yaml rename to stable/komga/13.2.2/templates/common.yaml diff --git a/stable/libreddit/8.1.1/values.yaml b/stable/komga/13.2.2/values.yaml similarity index 100% rename from stable/libreddit/8.1.1/values.yaml rename to stable/komga/13.2.2/values.yaml diff --git a/stable/kopia/11.1.1/CHANGELOG.md b/stable/kopia/11.1.1/CHANGELOG.md deleted file mode 100644 index b1cbe0af8c2..00000000000 --- a/stable/kopia/11.1.1/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)) - - -## [kopia-10.1.4](https://github.com/truecharts/charts/compare/kopia-10.1.3...kopia-10.1.4) (2024-01-01) diff --git a/stable/kopia/11.1.1/Chart.yaml b/stable/kopia/11.1.1/Chart.yaml deleted file mode 100644 index 8e6e483ecd6..00000000000 --- a/stable/kopia/11.1.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: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/kopia/11.1.1/charts/common-18.0.2.tgz b/stable/kopia/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/kopia/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/libremdb/7.2.1/.helmignore b/stable/kopia/11.2.2/.helmignore similarity index 100% rename from stable/libremdb/7.2.1/.helmignore rename to stable/kopia/11.2.2/.helmignore diff --git a/stable/kopia/11.2.2/CHANGELOG.md b/stable/kopia/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..73b924d6447 --- /dev/null +++ b/stable/kopia/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/kopia/11.2.2/Chart.yaml b/stable/kopia/11.2.2/Chart.yaml new file mode 100644 index 00000000000..767c02dedf6 --- /dev/null +++ b/stable/kopia/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/kopia/11.1.1/README.md b/stable/kopia/11.2.2/README.md similarity index 100% rename from stable/kopia/11.1.1/README.md rename to stable/kopia/11.2.2/README.md diff --git a/stable/kopia/11.2.2/app-changelog.md b/stable/kopia/11.2.2/app-changelog.md new file mode 100644 index 00000000000..ac29db40ebb --- /dev/null +++ b/stable/kopia/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/kopia/11.1.1/app-readme.md b/stable/kopia/11.2.2/app-readme.md similarity index 100% rename from stable/kopia/11.1.1/app-readme.md rename to stable/kopia/11.2.2/app-readme.md diff --git a/stable/kopia/11.2.2/charts/common-18.1.6.tgz b/stable/kopia/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/kopia/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/kopia/11.1.1/ix_values.yaml b/stable/kopia/11.2.2/ix_values.yaml similarity index 100% rename from stable/kopia/11.1.1/ix_values.yaml rename to stable/kopia/11.2.2/ix_values.yaml diff --git a/stable/kopia/11.1.1/questions.yaml b/stable/kopia/11.2.2/questions.yaml similarity index 100% rename from stable/kopia/11.1.1/questions.yaml rename to stable/kopia/11.2.2/questions.yaml diff --git a/stable/littlelink/13.1.3/templates/NOTES.txt b/stable/kopia/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/littlelink/13.1.3/templates/NOTES.txt rename to stable/kopia/11.2.2/templates/NOTES.txt diff --git a/stable/kopia/11.1.1/templates/_secrets.tpl b/stable/kopia/11.2.2/templates/_secrets.tpl similarity index 100% rename from stable/kopia/11.1.1/templates/_secrets.tpl rename to stable/kopia/11.2.2/templates/_secrets.tpl diff --git a/stable/kopia/11.1.1/templates/common.yaml b/stable/kopia/11.2.2/templates/common.yaml similarity index 100% rename from stable/kopia/11.1.1/templates/common.yaml rename to stable/kopia/11.2.2/templates/common.yaml diff --git a/stable/libremdb/7.2.1/values.yaml b/stable/kopia/11.2.2/values.yaml similarity index 100% rename from stable/libremdb/7.2.1/values.yaml rename to stable/kopia/11.2.2/values.yaml diff --git a/stable/krusader/5.1.1/CHANGELOG.md b/stable/krusader/5.1.1/CHANGELOG.md deleted file mode 100644 index 029a593d480..00000000000 --- a/stable/krusader/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/krusader/5.1.1/Chart.yaml b/stable/krusader/5.1.1/Chart.yaml deleted file mode 100644 index d4b6f845087..00000000000 --- a/stable/krusader/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/krusader/5.1.1/charts/common-18.0.2.tgz b/stable/krusader/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/krusader/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/librespeed/13.1.3/.helmignore b/stable/krusader/5.2.2/.helmignore similarity index 100% rename from stable/librespeed/13.1.3/.helmignore rename to stable/krusader/5.2.2/.helmignore diff --git a/stable/krusader/5.2.2/CHANGELOG.md b/stable/krusader/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b62c4356df6 --- /dev/null +++ b/stable/krusader/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/krusader/5.2.2/Chart.yaml b/stable/krusader/5.2.2/Chart.yaml new file mode 100644 index 00000000000..34144ea0b45 --- /dev/null +++ b/stable/krusader/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/krusader/5.1.1/README.md b/stable/krusader/5.2.2/README.md similarity index 100% rename from stable/krusader/5.1.1/README.md rename to stable/krusader/5.2.2/README.md diff --git a/stable/krusader/5.2.2/app-changelog.md b/stable/krusader/5.2.2/app-changelog.md new file mode 100644 index 00000000000..20875885974 --- /dev/null +++ b/stable/krusader/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/krusader/5.1.1/app-readme.md b/stable/krusader/5.2.2/app-readme.md similarity index 100% rename from stable/krusader/5.1.1/app-readme.md rename to stable/krusader/5.2.2/app-readme.md diff --git a/stable/krusader/5.2.2/charts/common-18.1.6.tgz b/stable/krusader/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/krusader/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/krusader/5.1.1/ix_values.yaml b/stable/krusader/5.2.2/ix_values.yaml similarity index 100% rename from stable/krusader/5.1.1/ix_values.yaml rename to stable/krusader/5.2.2/ix_values.yaml diff --git a/stable/krusader/5.1.1/questions.yaml b/stable/krusader/5.2.2/questions.yaml similarity index 100% rename from stable/krusader/5.1.1/questions.yaml rename to stable/krusader/5.2.2/questions.yaml diff --git a/stable/krusader/5.1.1/templates/common.yaml b/stable/krusader/5.2.2/templates/common.yaml similarity index 100% rename from stable/krusader/5.1.1/templates/common.yaml rename to stable/krusader/5.2.2/templates/common.yaml diff --git a/stable/librespeed/13.1.3/values.yaml b/stable/krusader/5.2.2/values.yaml similarity index 100% rename from stable/librespeed/13.1.3/values.yaml rename to stable/krusader/5.2.2/values.yaml diff --git a/stable/lama-cleaner/6.1.1/CHANGELOG.md b/stable/lama-cleaner/6.1.1/CHANGELOG.md deleted file mode 100644 index a1a7062cb3a..00000000000 --- a/stable/lama-cleaner/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lama-cleaner/6.1.1/Chart.yaml b/stable/lama-cleaner/6.1.1/Chart.yaml deleted file mode 100644 index 1cfef3b82a3..00000000000 --- a/stable/lama-cleaner/6.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.33.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lama-cleaner/6.1.1/charts/common-18.0.2.tgz b/stable/lama-cleaner/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lama-cleaner/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lingva/5.1.1/.helmignore b/stable/lama-cleaner/6.2.2/.helmignore similarity index 100% rename from stable/lingva/5.1.1/.helmignore rename to stable/lama-cleaner/6.2.2/.helmignore diff --git a/stable/lama-cleaner/6.2.2/CHANGELOG.md b/stable/lama-cleaner/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..04e7ee5ffbc --- /dev/null +++ b/stable/lama-cleaner/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lama-cleaner/6.2.2/Chart.yaml b/stable/lama-cleaner/6.2.2/Chart.yaml new file mode 100644 index 00000000000..2a85a19afed --- /dev/null +++ b/stable/lama-cleaner/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.33.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lama-cleaner/6.1.1/README.md b/stable/lama-cleaner/6.2.2/README.md similarity index 100% rename from stable/lama-cleaner/6.1.1/README.md rename to stable/lama-cleaner/6.2.2/README.md diff --git a/stable/lama-cleaner/6.2.2/app-changelog.md b/stable/lama-cleaner/6.2.2/app-changelog.md new file mode 100644 index 00000000000..cd66599cb19 --- /dev/null +++ b/stable/lama-cleaner/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lama-cleaner/6.1.1/app-readme.md b/stable/lama-cleaner/6.2.2/app-readme.md similarity index 100% rename from stable/lama-cleaner/6.1.1/app-readme.md rename to stable/lama-cleaner/6.2.2/app-readme.md diff --git a/stable/lama-cleaner/6.2.2/charts/common-18.1.6.tgz b/stable/lama-cleaner/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lama-cleaner/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lama-cleaner/6.1.1/ix_values.yaml b/stable/lama-cleaner/6.2.2/ix_values.yaml similarity index 100% rename from stable/lama-cleaner/6.1.1/ix_values.yaml rename to stable/lama-cleaner/6.2.2/ix_values.yaml diff --git a/stable/lama-cleaner/6.1.1/questions.yaml b/stable/lama-cleaner/6.2.2/questions.yaml similarity index 100% rename from stable/lama-cleaner/6.1.1/questions.yaml rename to stable/lama-cleaner/6.2.2/questions.yaml diff --git a/stable/lldap/5.1.1/NOTES.txt b/stable/lama-cleaner/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/lldap/5.1.1/NOTES.txt rename to stable/lama-cleaner/6.2.2/templates/NOTES.txt diff --git a/stable/lama-cleaner/6.1.1/templates/_args.tpl b/stable/lama-cleaner/6.2.2/templates/_args.tpl similarity index 100% rename from stable/lama-cleaner/6.1.1/templates/_args.tpl rename to stable/lama-cleaner/6.2.2/templates/_args.tpl diff --git a/stable/lama-cleaner/6.1.1/templates/common.yaml b/stable/lama-cleaner/6.2.2/templates/common.yaml similarity index 100% rename from stable/lama-cleaner/6.1.1/templates/common.yaml rename to stable/lama-cleaner/6.2.2/templates/common.yaml diff --git a/stable/lingva/5.1.1/values.yaml b/stable/lama-cleaner/6.2.2/values.yaml similarity index 100% rename from stable/lingva/5.1.1/values.yaml rename to stable/lama-cleaner/6.2.2/values.yaml diff --git a/stable/lancache-dns/8.1.1/CHANGELOG.md b/stable/lancache-dns/8.1.1/CHANGELOG.md deleted file mode 100644 index 1959a82e66b..00000000000 --- a/stable/lancache-dns/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lancache-dns/8.1.1/Chart.yaml b/stable/lancache-dns/8.1.1/Chart.yaml deleted file mode 100644 index f93dddb5992..00000000000 --- a/stable/lancache-dns/8.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lancache-dns/8.1.1/charts/common-18.0.2.tgz b/stable/lancache-dns/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lancache-dns/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/linkding/9.1.1/.helmignore b/stable/lancache-dns/8.2.2/.helmignore similarity index 100% rename from stable/linkding/9.1.1/.helmignore rename to stable/lancache-dns/8.2.2/.helmignore diff --git a/stable/lancache-dns/8.2.2/CHANGELOG.md b/stable/lancache-dns/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..23c5739a613 --- /dev/null +++ b/stable/lancache-dns/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lancache-dns/8.2.2/Chart.yaml b/stable/lancache-dns/8.2.2/Chart.yaml new file mode 100644 index 00000000000..621a5cb67c2 --- /dev/null +++ b/stable/lancache-dns/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lancache-dns/8.1.1/README.md b/stable/lancache-dns/8.2.2/README.md similarity index 100% rename from stable/lancache-dns/8.1.1/README.md rename to stable/lancache-dns/8.2.2/README.md diff --git a/stable/lancache-dns/8.2.2/app-changelog.md b/stable/lancache-dns/8.2.2/app-changelog.md new file mode 100644 index 00000000000..ae1e4be3978 --- /dev/null +++ b/stable/lancache-dns/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lancache-dns/8.1.1/app-readme.md b/stable/lancache-dns/8.2.2/app-readme.md similarity index 100% rename from stable/lancache-dns/8.1.1/app-readme.md rename to stable/lancache-dns/8.2.2/app-readme.md diff --git a/stable/lancache-dns/8.2.2/charts/common-18.1.6.tgz b/stable/lancache-dns/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lancache-dns/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lancache-dns/8.1.1/ix_values.yaml b/stable/lancache-dns/8.2.2/ix_values.yaml similarity index 100% rename from stable/lancache-dns/8.1.1/ix_values.yaml rename to stable/lancache-dns/8.2.2/ix_values.yaml diff --git a/stable/lancache-dns/8.1.1/questions.yaml b/stable/lancache-dns/8.2.2/questions.yaml similarity index 100% rename from stable/lancache-dns/8.1.1/questions.yaml rename to stable/lancache-dns/8.2.2/questions.yaml diff --git a/stable/local-ai/9.7.2/templates/NOTES.txt b/stable/lancache-dns/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/local-ai/9.7.2/templates/NOTES.txt rename to stable/lancache-dns/8.2.2/templates/NOTES.txt diff --git a/stable/linkwallet/5.1.1/templates/common.yaml b/stable/lancache-dns/8.2.2/templates/common.yaml similarity index 100% rename from stable/linkwallet/5.1.1/templates/common.yaml rename to stable/lancache-dns/8.2.2/templates/common.yaml diff --git a/stable/linkding/9.1.1/values.yaml b/stable/lancache-dns/8.2.2/values.yaml similarity index 100% rename from stable/linkding/9.1.1/values.yaml rename to stable/lancache-dns/8.2.2/values.yaml diff --git a/stable/lancache-monolithic/8.1.1/CHANGELOG.md b/stable/lancache-monolithic/8.1.1/CHANGELOG.md deleted file mode 100644 index e3a3d7593b5..00000000000 --- a/stable/lancache-monolithic/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lancache-monolithic/8.1.1/Chart.yaml b/stable/lancache-monolithic/8.1.1/Chart.yaml deleted file mode 100644 index 4f18cd38f58..00000000000 --- a/stable/lancache-monolithic/8.1.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: gaming - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lancache-monolithic/8.1.1/charts/common-18.0.2.tgz b/stable/lancache-monolithic/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lancache-monolithic/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/linkwallet/5.1.1/.helmignore b/stable/lancache-monolithic/8.2.2/.helmignore similarity index 100% rename from stable/linkwallet/5.1.1/.helmignore rename to stable/lancache-monolithic/8.2.2/.helmignore diff --git a/stable/lancache-monolithic/8.2.2/CHANGELOG.md b/stable/lancache-monolithic/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c0e5a86c7ca --- /dev/null +++ b/stable/lancache-monolithic/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lancache-monolithic/8.2.2/Chart.yaml b/stable/lancache-monolithic/8.2.2/Chart.yaml new file mode 100644 index 00000000000..8e19075a154 --- /dev/null +++ b/stable/lancache-monolithic/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lancache-monolithic/8.1.1/README.md b/stable/lancache-monolithic/8.2.2/README.md similarity index 100% rename from stable/lancache-monolithic/8.1.1/README.md rename to stable/lancache-monolithic/8.2.2/README.md diff --git a/stable/lancache-monolithic/8.2.2/app-changelog.md b/stable/lancache-monolithic/8.2.2/app-changelog.md new file mode 100644 index 00000000000..50f1449eb59 --- /dev/null +++ b/stable/lancache-monolithic/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lancache-monolithic/8.1.1/app-readme.md b/stable/lancache-monolithic/8.2.2/app-readme.md similarity index 100% rename from stable/lancache-monolithic/8.1.1/app-readme.md rename to stable/lancache-monolithic/8.2.2/app-readme.md diff --git a/stable/lancache-monolithic/8.2.2/charts/common-18.1.6.tgz b/stable/lancache-monolithic/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lancache-monolithic/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lancache-monolithic/8.1.1/ix_values.yaml b/stable/lancache-monolithic/8.2.2/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.1/ix_values.yaml rename to stable/lancache-monolithic/8.2.2/ix_values.yaml diff --git a/stable/lancache-monolithic/8.1.1/questions.yaml b/stable/lancache-monolithic/8.2.2/questions.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.1/questions.yaml rename to stable/lancache-monolithic/8.2.2/questions.yaml diff --git a/stable/logitech-media-server/11.1.2/templates/NOTES.txt b/stable/lancache-monolithic/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/logitech-media-server/11.1.2/templates/NOTES.txt rename to stable/lancache-monolithic/8.2.2/templates/NOTES.txt diff --git a/stable/lancache-monolithic/8.1.1/templates/common.yaml b/stable/lancache-monolithic/8.2.2/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/8.1.1/templates/common.yaml rename to stable/lancache-monolithic/8.2.2/templates/common.yaml diff --git a/stable/linkwallet/5.1.1/values.yaml b/stable/lancache-monolithic/8.2.2/values.yaml similarity index 100% rename from stable/linkwallet/5.1.1/values.yaml rename to stable/lancache-monolithic/8.2.2/values.yaml diff --git a/stable/lanraragi/9.1.1/CHANGELOG.md b/stable/lanraragi/9.1.1/CHANGELOG.md deleted file mode 100644 index eed6a971ddf..00000000000 --- a/stable/lanraragi/9.1.1/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 - -- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733)) \ No newline at end of file diff --git a/stable/lanraragi/9.1.1/Chart.yaml b/stable/lanraragi/9.1.1/Chart.yaml deleted file mode 100644 index 9b4a2c4a400..00000000000 --- a/stable/lanraragi/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lanraragi/9.1.1/charts/common-18.0.2.tgz b/stable/lanraragi/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lanraragi/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/linkwarden/4.1.1/.helmignore b/stable/lanraragi/9.2.2/.helmignore similarity index 100% rename from stable/linkwarden/4.1.1/.helmignore rename to stable/lanraragi/9.2.2/.helmignore diff --git a/stable/lanraragi/9.2.2/CHANGELOG.md b/stable/lanraragi/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6329327b3ce --- /dev/null +++ b/stable/lanraragi/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 diff --git a/stable/lanraragi/9.2.2/Chart.yaml b/stable/lanraragi/9.2.2/Chart.yaml new file mode 100644 index 00000000000..73d85ac0fdb --- /dev/null +++ b/stable/lanraragi/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lanraragi/9.1.1/README.md b/stable/lanraragi/9.2.2/README.md similarity index 100% rename from stable/lanraragi/9.1.1/README.md rename to stable/lanraragi/9.2.2/README.md diff --git a/stable/lanraragi/9.2.2/app-changelog.md b/stable/lanraragi/9.2.2/app-changelog.md new file mode 100644 index 00000000000..fd39fc037ce --- /dev/null +++ b/stable/lanraragi/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lanraragi/9.1.1/app-readme.md b/stable/lanraragi/9.2.2/app-readme.md similarity index 100% rename from stable/lanraragi/9.1.1/app-readme.md rename to stable/lanraragi/9.2.2/app-readme.md diff --git a/stable/lanraragi/9.2.2/charts/common-18.1.6.tgz b/stable/lanraragi/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lanraragi/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lanraragi/9.1.1/ix_values.yaml b/stable/lanraragi/9.2.2/ix_values.yaml similarity index 100% rename from stable/lanraragi/9.1.1/ix_values.yaml rename to stable/lanraragi/9.2.2/ix_values.yaml diff --git a/stable/lanraragi/9.1.1/questions.yaml b/stable/lanraragi/9.2.2/questions.yaml similarity index 100% rename from stable/lanraragi/9.1.1/questions.yaml rename to stable/lanraragi/9.2.2/questions.yaml diff --git a/stable/maintainerr/2.1.1/templates/NOTES.txt b/stable/lanraragi/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/maintainerr/2.1.1/templates/NOTES.txt rename to stable/lanraragi/9.2.2/templates/NOTES.txt diff --git a/stable/local-ai/9.7.2/templates/common.yaml b/stable/lanraragi/9.2.2/templates/common.yaml similarity index 100% rename from stable/local-ai/9.7.2/templates/common.yaml rename to stable/lanraragi/9.2.2/templates/common.yaml diff --git a/stable/linkwarden/4.1.1/values.yaml b/stable/lanraragi/9.2.2/values.yaml similarity index 100% rename from stable/linkwarden/4.1.1/values.yaml rename to stable/lanraragi/9.2.2/values.yaml diff --git a/stable/lastoasis/5.1.1/CHANGELOG.md b/stable/lastoasis/5.1.1/CHANGELOG.md deleted file mode 100644 index e060eab88d5..00000000000 --- a/stable/lastoasis/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lastoasis/5.1.1/Chart.yaml b/stable/lastoasis/5.1.1/Chart.yaml deleted file mode 100644 index 4ff299c47f4..00000000000 --- a/stable/lastoasis/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: lastoasis -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lastoasis/5.1.1/charts/common-18.0.2.tgz b/stable/lastoasis/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lastoasis/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/littlelink/13.1.3/.helmignore b/stable/lastoasis/5.2.2/.helmignore similarity index 100% rename from stable/littlelink/13.1.3/.helmignore rename to stable/lastoasis/5.2.2/.helmignore diff --git a/stable/lastoasis/5.2.2/CHANGELOG.md b/stable/lastoasis/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..67ae9a245be --- /dev/null +++ b/stable/lastoasis/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lastoasis/5.2.2/Chart.yaml b/stable/lastoasis/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e059341a712 --- /dev/null +++ b/stable/lastoasis/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: lastoasis +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lastoasis/5.1.1/README.md b/stable/lastoasis/5.2.2/README.md similarity index 100% rename from stable/lastoasis/5.1.1/README.md rename to stable/lastoasis/5.2.2/README.md diff --git a/stable/lastoasis/5.2.2/app-changelog.md b/stable/lastoasis/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4a3c18d700a --- /dev/null +++ b/stable/lastoasis/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lastoasis/5.1.1/app-readme.md b/stable/lastoasis/5.2.2/app-readme.md similarity index 100% rename from stable/lastoasis/5.1.1/app-readme.md rename to stable/lastoasis/5.2.2/app-readme.md diff --git a/stable/lastoasis/5.2.2/charts/common-18.1.6.tgz b/stable/lastoasis/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lastoasis/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lastoasis/5.1.1/ix_values.yaml b/stable/lastoasis/5.2.2/ix_values.yaml similarity index 100% rename from stable/lastoasis/5.1.1/ix_values.yaml rename to stable/lastoasis/5.2.2/ix_values.yaml diff --git a/stable/lastoasis/5.1.1/questions.yaml b/stable/lastoasis/5.2.2/questions.yaml similarity index 100% rename from stable/lastoasis/5.1.1/questions.yaml rename to stable/lastoasis/5.2.2/questions.yaml diff --git a/stable/lastoasis/5.1.1/templates/common.yaml b/stable/lastoasis/5.2.2/templates/common.yaml similarity index 100% rename from stable/lastoasis/5.1.1/templates/common.yaml rename to stable/lastoasis/5.2.2/templates/common.yaml diff --git a/stable/littlelink/13.1.3/values.yaml b/stable/lastoasis/5.2.2/values.yaml similarity index 100% rename from stable/littlelink/13.1.3/values.yaml rename to stable/lastoasis/5.2.2/values.yaml diff --git a/stable/lazylibrarian/18.1.3/CHANGELOG.md b/stable/lazylibrarian/18.1.3/CHANGELOG.md deleted file mode 100644 index 6c10cc2f1c7..00000000000 --- a/stable/lazylibrarian/18.1.3/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.1.3/Chart.yaml b/stable/lazylibrarian/18.1.3/Chart.yaml deleted file mode 100644 index e92b92cc386..00000000000 --- a/stable/lazylibrarian/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/lazylibrarian/18.1.3/charts/common-18.0.2.tgz b/stable/lazylibrarian/18.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lazylibrarian/18.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.1.3/ix_values.yaml b/stable/lazylibrarian/18.1.3/ix_values.yaml deleted file mode 100644 index 16b02f20694..00000000000 --- a/stable/lazylibrarian/18.1.3/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/livestreamdvr/5.1.1/.helmignore b/stable/lazylibrarian/18.2.3/.helmignore similarity index 100% rename from stable/livestreamdvr/5.1.1/.helmignore rename to stable/lazylibrarian/18.2.3/.helmignore diff --git a/stable/lazylibrarian/18.2.3/CHANGELOG.md b/stable/lazylibrarian/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ac63f01e19c --- /dev/null +++ b/stable/lazylibrarian/18.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/lazylibrarian/18.2.3/Chart.yaml b/stable/lazylibrarian/18.2.3/Chart.yaml new file mode 100644 index 00000000000..9fde27f1413 --- /dev/null +++ b/stable/lazylibrarian/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/lazylibrarian/18.1.3/README.md b/stable/lazylibrarian/18.2.3/README.md similarity index 100% rename from stable/lazylibrarian/18.1.3/README.md rename to stable/lazylibrarian/18.2.3/README.md diff --git a/stable/lazylibrarian/18.2.3/app-changelog.md b/stable/lazylibrarian/18.2.3/app-changelog.md new file mode 100644 index 00000000000..4febf014fe8 --- /dev/null +++ b/stable/lazylibrarian/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.1.3/app-readme.md b/stable/lazylibrarian/18.2.3/app-readme.md similarity index 100% rename from stable/lazylibrarian/18.1.3/app-readme.md rename to stable/lazylibrarian/18.2.3/app-readme.md diff --git a/stable/lazylibrarian/18.2.3/charts/common-18.1.6.tgz b/stable/lazylibrarian/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lazylibrarian/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/lazylibrarian/18.2.3/ix_values.yaml b/stable/lazylibrarian/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..d6058a82da4 --- /dev/null +++ b/stable/lazylibrarian/18.2.3/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.1.3/questions.yaml b/stable/lazylibrarian/18.2.3/questions.yaml similarity index 100% rename from stable/lazylibrarian/18.1.3/questions.yaml rename to stable/lazylibrarian/18.2.3/questions.yaml diff --git a/stable/makemkv/10.1.1/templates/NOTES.txt b/stable/lazylibrarian/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/makemkv/10.1.1/templates/NOTES.txt rename to stable/lazylibrarian/18.2.3/templates/NOTES.txt diff --git a/stable/logitech-media-server/11.1.2/templates/common.yaml b/stable/lazylibrarian/18.2.3/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/11.1.2/templates/common.yaml rename to stable/lazylibrarian/18.2.3/templates/common.yaml diff --git a/stable/livestreamdvr/5.1.1/values.yaml b/stable/lazylibrarian/18.2.3/values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.1/values.yaml rename to stable/lazylibrarian/18.2.3/values.yaml diff --git a/stable/leaf2mqtt/11.1.1/CHANGELOG.md b/stable/leaf2mqtt/11.1.1/CHANGELOG.md deleted file mode 100644 index fecb1598cdf..00000000000 --- a/stable/leaf2mqtt/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/leaf2mqtt/11.1.1/Chart.yaml b/stable/leaf2mqtt/11.1.1/Chart.yaml deleted file mode 100644 index 6e86d52c6c2..00000000000 --- a/stable/leaf2mqtt/11.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/leaf2mqtt/11.1.1/charts/common-18.0.2.tgz b/stable/leaf2mqtt/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/leaf2mqtt/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/llalon-github-backup/5.1.1/.helmignore b/stable/leaf2mqtt/11.2.2/.helmignore similarity index 100% rename from stable/llalon-github-backup/5.1.1/.helmignore rename to stable/leaf2mqtt/11.2.2/.helmignore diff --git a/stable/leaf2mqtt/11.2.2/CHANGELOG.md b/stable/leaf2mqtt/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5d1b1f0130d --- /dev/null +++ b/stable/leaf2mqtt/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/leaf2mqtt/11.2.2/Chart.yaml b/stable/leaf2mqtt/11.2.2/Chart.yaml new file mode 100644 index 00000000000..aea49c3aa7f --- /dev/null +++ b/stable/leaf2mqtt/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/leaf2mqtt/11.1.1/README.md b/stable/leaf2mqtt/11.2.2/README.md similarity index 100% rename from stable/leaf2mqtt/11.1.1/README.md rename to stable/leaf2mqtt/11.2.2/README.md diff --git a/stable/leaf2mqtt/11.2.2/app-changelog.md b/stable/leaf2mqtt/11.2.2/app-changelog.md new file mode 100644 index 00000000000..fc8b51b9702 --- /dev/null +++ b/stable/leaf2mqtt/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/leaf2mqtt/11.1.1/app-readme.md b/stable/leaf2mqtt/11.2.2/app-readme.md similarity index 100% rename from stable/leaf2mqtt/11.1.1/app-readme.md rename to stable/leaf2mqtt/11.2.2/app-readme.md diff --git a/stable/leaf2mqtt/11.2.2/charts/common-18.1.6.tgz b/stable/leaf2mqtt/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/leaf2mqtt/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/leaf2mqtt/11.1.1/ix_values.yaml b/stable/leaf2mqtt/11.2.2/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.1/ix_values.yaml rename to stable/leaf2mqtt/11.2.2/ix_values.yaml diff --git a/stable/leaf2mqtt/11.1.1/questions.yaml b/stable/leaf2mqtt/11.2.2/questions.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.1/questions.yaml rename to stable/leaf2mqtt/11.2.2/questions.yaml diff --git a/stable/matomo/13.2.3/templates/NOTES.txt b/stable/leaf2mqtt/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/matomo/13.2.3/templates/NOTES.txt rename to stable/leaf2mqtt/11.2.2/templates/NOTES.txt diff --git a/stable/leaf2mqtt/11.1.1/templates/common.yaml b/stable/leaf2mqtt/11.2.2/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/11.1.1/templates/common.yaml rename to stable/leaf2mqtt/11.2.2/templates/common.yaml diff --git a/stable/llalon-github-backup/5.1.1/values.yaml b/stable/leaf2mqtt/11.2.2/values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.1/values.yaml rename to stable/leaf2mqtt/11.2.2/values.yaml diff --git a/stable/left4dead/5.1.1/CHANGELOG.md b/stable/left4dead/5.1.1/CHANGELOG.md deleted file mode 100644 index d09b246305e..00000000000 --- a/stable/left4dead/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/left4dead/5.1.1/Chart.yaml b/stable/left4dead/5.1.1/Chart.yaml deleted file mode 100644 index eea1fe5f113..00000000000 --- a/stable/left4dead/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: l4d -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/left4dead/5.1.1/charts/common-18.0.2.tgz b/stable/left4dead/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/left4dead/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/lldap/5.1.1/.helmignore b/stable/left4dead/5.2.2/.helmignore similarity index 100% rename from stable/lldap/5.1.1/.helmignore rename to stable/left4dead/5.2.2/.helmignore diff --git a/stable/left4dead/5.2.2/CHANGELOG.md b/stable/left4dead/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4df033a0996 --- /dev/null +++ b/stable/left4dead/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/left4dead/5.2.2/Chart.yaml b/stable/left4dead/5.2.2/Chart.yaml new file mode 100644 index 00000000000..08aa5a84ca1 --- /dev/null +++ b/stable/left4dead/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: l4d +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/left4dead/5.1.1/README.md b/stable/left4dead/5.2.2/README.md similarity index 100% rename from stable/left4dead/5.1.1/README.md rename to stable/left4dead/5.2.2/README.md diff --git a/stable/left4dead/5.2.2/app-changelog.md b/stable/left4dead/5.2.2/app-changelog.md new file mode 100644 index 00000000000..379d481ec0e --- /dev/null +++ b/stable/left4dead/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/left4dead/5.1.1/app-readme.md b/stable/left4dead/5.2.2/app-readme.md similarity index 100% rename from stable/left4dead/5.1.1/app-readme.md rename to stable/left4dead/5.2.2/app-readme.md diff --git a/stable/left4dead/5.2.2/charts/common-18.1.6.tgz b/stable/left4dead/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/left4dead/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/left4dead/5.1.1/ix_values.yaml b/stable/left4dead/5.2.2/ix_values.yaml similarity index 100% rename from stable/left4dead/5.1.1/ix_values.yaml rename to stable/left4dead/5.2.2/ix_values.yaml diff --git a/stable/left4dead/5.1.1/questions.yaml b/stable/left4dead/5.2.2/questions.yaml similarity index 100% rename from stable/left4dead/5.1.1/questions.yaml rename to stable/left4dead/5.2.2/questions.yaml diff --git a/stable/left4dead/5.1.1/templates/common.yaml b/stable/left4dead/5.2.2/templates/common.yaml similarity index 100% rename from stable/left4dead/5.1.1/templates/common.yaml rename to stable/left4dead/5.2.2/templates/common.yaml diff --git a/stable/lldap/5.1.1/values.yaml b/stable/left4dead/5.2.2/values.yaml similarity index 100% rename from stable/lldap/5.1.1/values.yaml rename to stable/left4dead/5.2.2/values.yaml diff --git a/stable/lemur-cfssl/5.1.1/CHANGELOG.md b/stable/lemur-cfssl/5.1.1/CHANGELOG.md deleted file mode 100644 index 6c46a95f153..00000000000 --- a/stable/lemur-cfssl/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lemur-cfssl/5.1.1/Chart.yaml b/stable/lemur-cfssl/5.1.1/Chart.yaml deleted file mode 100644 index 7384f878dd3..00000000000 --- a/stable/lemur-cfssl/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lemur-cfssl/5.1.1/charts/common-18.0.2.tgz b/stable/lemur-cfssl/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lemur-cfssl/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/local-ai/9.7.2/.helmignore b/stable/lemur-cfssl/5.2.2/.helmignore similarity index 100% rename from stable/local-ai/9.7.2/.helmignore rename to stable/lemur-cfssl/5.2.2/.helmignore diff --git a/stable/lemur-cfssl/5.2.2/CHANGELOG.md b/stable/lemur-cfssl/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0937604cb80 --- /dev/null +++ b/stable/lemur-cfssl/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lemur-cfssl/5.2.2/Chart.yaml b/stable/lemur-cfssl/5.2.2/Chart.yaml new file mode 100644 index 00000000000..fa758e7af83 --- /dev/null +++ b/stable/lemur-cfssl/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lemur-cfssl/5.1.1/README.md b/stable/lemur-cfssl/5.2.2/README.md similarity index 100% rename from stable/lemur-cfssl/5.1.1/README.md rename to stable/lemur-cfssl/5.2.2/README.md diff --git a/stable/lemur-cfssl/5.2.2/app-changelog.md b/stable/lemur-cfssl/5.2.2/app-changelog.md new file mode 100644 index 00000000000..94d54f1d75d --- /dev/null +++ b/stable/lemur-cfssl/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lemur-cfssl/5.1.1/app-readme.md b/stable/lemur-cfssl/5.2.2/app-readme.md similarity index 100% rename from stable/lemur-cfssl/5.1.1/app-readme.md rename to stable/lemur-cfssl/5.2.2/app-readme.md diff --git a/stable/lemur-cfssl/5.2.2/charts/common-18.1.6.tgz b/stable/lemur-cfssl/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lemur-cfssl/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lemur-cfssl/5.1.1/ix_values.yaml b/stable/lemur-cfssl/5.2.2/ix_values.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.1/ix_values.yaml rename to stable/lemur-cfssl/5.2.2/ix_values.yaml diff --git a/stable/lemur-cfssl/5.1.1/questions.yaml b/stable/lemur-cfssl/5.2.2/questions.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.1/questions.yaml rename to stable/lemur-cfssl/5.2.2/questions.yaml diff --git a/stable/lemur-cfssl/5.1.1/templates/common.yaml b/stable/lemur-cfssl/5.2.2/templates/common.yaml similarity index 100% rename from stable/lemur-cfssl/5.1.1/templates/common.yaml rename to stable/lemur-cfssl/5.2.2/templates/common.yaml diff --git a/stable/local-ai/9.7.2/values.yaml b/stable/lemur-cfssl/5.2.2/values.yaml similarity index 100% rename from stable/local-ai/9.7.2/values.yaml rename to stable/lemur-cfssl/5.2.2/values.yaml diff --git a/stable/libreddit/8.1.1/CHANGELOG.md b/stable/libreddit/8.1.1/CHANGELOG.md deleted file mode 100644 index 432dec945fc..00000000000 --- a/stable/libreddit/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/libreddit/8.1.1/Chart.yaml b/stable/libreddit/8.1.1/Chart.yaml deleted file mode 100644 index 03b04116846..00000000000 --- a/stable/libreddit/8.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/libreddit/8.1.1/charts/common-18.0.2.tgz b/stable/libreddit/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/libreddit/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.1.2/.helmignore b/stable/libreddit/8.2.2/.helmignore similarity index 100% rename from stable/logitech-media-server/11.1.2/.helmignore rename to stable/libreddit/8.2.2/.helmignore diff --git a/stable/libreddit/8.2.2/CHANGELOG.md b/stable/libreddit/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8ca1f7205bc --- /dev/null +++ b/stable/libreddit/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/libreddit/8.2.2/Chart.yaml b/stable/libreddit/8.2.2/Chart.yaml new file mode 100644 index 00000000000..850ccc821f0 --- /dev/null +++ b/stable/libreddit/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/libreddit/8.1.1/README.md b/stable/libreddit/8.2.2/README.md similarity index 100% rename from stable/libreddit/8.1.1/README.md rename to stable/libreddit/8.2.2/README.md diff --git a/stable/libreddit/8.2.2/app-changelog.md b/stable/libreddit/8.2.2/app-changelog.md new file mode 100644 index 00000000000..c06305f1c64 --- /dev/null +++ b/stable/libreddit/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/libreddit/8.1.1/app-readme.md b/stable/libreddit/8.2.2/app-readme.md similarity index 100% rename from stable/libreddit/8.1.1/app-readme.md rename to stable/libreddit/8.2.2/app-readme.md diff --git a/stable/libreddit/8.2.2/charts/common-18.1.6.tgz b/stable/libreddit/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/libreddit/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/libreddit/8.1.1/ix_values.yaml b/stable/libreddit/8.2.2/ix_values.yaml similarity index 100% rename from stable/libreddit/8.1.1/ix_values.yaml rename to stable/libreddit/8.2.2/ix_values.yaml diff --git a/stable/libreddit/8.1.1/questions.yaml b/stable/libreddit/8.2.2/questions.yaml similarity index 100% rename from stable/libreddit/8.1.1/questions.yaml rename to stable/libreddit/8.2.2/questions.yaml diff --git a/stable/mattermost/12.2.0/templates/NOTES.txt b/stable/libreddit/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/mattermost/12.2.0/templates/NOTES.txt rename to stable/libreddit/8.2.2/templates/NOTES.txt diff --git a/stable/maintainerr/2.1.1/templates/common.yaml b/stable/libreddit/8.2.2/templates/common.yaml similarity index 100% rename from stable/maintainerr/2.1.1/templates/common.yaml rename to stable/libreddit/8.2.2/templates/common.yaml diff --git a/stable/logitech-media-server/11.1.2/values.yaml b/stable/libreddit/8.2.2/values.yaml similarity index 100% rename from stable/logitech-media-server/11.1.2/values.yaml rename to stable/libreddit/8.2.2/values.yaml diff --git a/stable/libremdb/7.2.1/CHANGELOG.md b/stable/libremdb/7.2.1/CHANGELOG.md deleted file mode 100644 index c5544ebd95f..00000000000 --- a/stable/libremdb/7.2.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/libremdb/7.2.1/Chart.yaml b/stable/libremdb/7.2.1/Chart.yaml deleted file mode 100644 index 4858a7a1ea9..00000000000 --- a/stable/libremdb/7.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: 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.1 diff --git a/stable/libremdb/7.2.1/charts/common-18.1.2.tgz b/stable/libremdb/7.2.1/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/libremdb/7.2.1/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/libremdb/7.2.1/ix_values.yaml b/stable/libremdb/7.2.1/ix_values.yaml deleted file mode 100644 index 0090fcee672..00000000000 --- a/stable/libremdb/7.2.1/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: quay.io/pussthecatorg/libremdb - pullPolicy: IfNotPresent - tag: latest@sha256:bd1fa76b42367a05139a56c22c85e0c22aadf54b069349619c1943029faace3b -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/longvinter/5.1.1/.helmignore b/stable/libremdb/7.2.6/.helmignore similarity index 100% rename from stable/longvinter/5.1.1/.helmignore rename to stable/libremdb/7.2.6/.helmignore diff --git a/stable/libremdb/7.2.6/CHANGELOG.md b/stable/libremdb/7.2.6/CHANGELOG.md new file mode 100644 index 00000000000..b95ced3f816 --- /dev/null +++ b/stable/libremdb/7.2.6/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/libremdb/7.2.6/Chart.yaml b/stable/libremdb/7.2.6/Chart.yaml new file mode 100644 index 00000000000..4d0c7de9a92 --- /dev/null +++ b/stable/libremdb/7.2.6/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.6 diff --git a/stable/libremdb/7.2.1/README.md b/stable/libremdb/7.2.6/README.md similarity index 100% rename from stable/libremdb/7.2.1/README.md rename to stable/libremdb/7.2.6/README.md diff --git a/stable/libremdb/7.2.6/app-changelog.md b/stable/libremdb/7.2.6/app-changelog.md new file mode 100644 index 00000000000..6e34530ee14 --- /dev/null +++ b/stable/libremdb/7.2.6/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/libremdb/7.2.1/app-readme.md b/stable/libremdb/7.2.6/app-readme.md similarity index 100% rename from stable/libremdb/7.2.1/app-readme.md rename to stable/libremdb/7.2.6/app-readme.md diff --git a/stable/libremdb/7.2.6/charts/common-18.1.6.tgz b/stable/libremdb/7.2.6/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/libremdb/7.2.6/charts/common-18.1.6.tgz differ diff --git a/stable/libremdb/7.2.1/charts/redis-11.2.1.tgz b/stable/libremdb/7.2.6/charts/redis-11.2.1.tgz similarity index 100% rename from stable/libremdb/7.2.1/charts/redis-11.2.1.tgz rename to stable/libremdb/7.2.6/charts/redis-11.2.1.tgz diff --git a/stable/libremdb/7.2.6/ix_values.yaml b/stable/libremdb/7.2.6/ix_values.yaml new file mode 100644 index 00000000000..d32781185a9 --- /dev/null +++ b/stable/libremdb/7.2.6/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.1/questions.yaml b/stable/libremdb/7.2.6/questions.yaml similarity index 100% rename from stable/libremdb/7.2.1/questions.yaml rename to stable/libremdb/7.2.6/questions.yaml diff --git a/stable/mc-router/4.1.1/templates/NOTES.txt b/stable/libremdb/7.2.6/templates/NOTES.txt similarity index 100% rename from stable/mc-router/4.1.1/templates/NOTES.txt rename to stable/libremdb/7.2.6/templates/NOTES.txt diff --git a/stable/makemkv/10.1.1/templates/common.yaml b/stable/libremdb/7.2.6/templates/common.yaml similarity index 100% rename from stable/makemkv/10.1.1/templates/common.yaml rename to stable/libremdb/7.2.6/templates/common.yaml diff --git a/stable/longvinter/5.1.1/values.yaml b/stable/libremdb/7.2.6/values.yaml similarity index 100% rename from stable/longvinter/5.1.1/values.yaml rename to stable/libremdb/7.2.6/values.yaml diff --git a/stable/librespeed/13.1.3/CHANGELOG.md b/stable/librespeed/13.1.3/CHANGELOG.md deleted file mode 100644 index 5c14f447516..00000000000 --- a/stable/librespeed/13.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/librespeed/13.1.3/Chart.yaml b/stable/librespeed/13.1.3/Chart.yaml deleted file mode 100644 index 94cf8fd4e15..00000000000 --- a/stable/librespeed/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/librespeed/13.1.3/charts/common-18.0.2.tgz b/stable/librespeed/13.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/librespeed/13.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/librespeed/13.1.3/ix_values.yaml b/stable/librespeed/13.1.3/ix_values.yaml deleted file mode 100644 index 46cc11d18da..00000000000 --- a/stable/librespeed/13.1.3/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/mailpile/5.1.1/.helmignore b/stable/librespeed/13.2.3/.helmignore similarity index 100% rename from stable/mailpile/5.1.1/.helmignore rename to stable/librespeed/13.2.3/.helmignore diff --git a/stable/librespeed/13.2.3/CHANGELOG.md b/stable/librespeed/13.2.3/CHANGELOG.md new file mode 100644 index 00000000000..2149bbf6e74 --- /dev/null +++ b/stable/librespeed/13.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/librespeed/13.2.3/Chart.yaml b/stable/librespeed/13.2.3/Chart.yaml new file mode 100644 index 00000000000..fb92058a3c6 --- /dev/null +++ b/stable/librespeed/13.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/librespeed/13.1.3/README.md b/stable/librespeed/13.2.3/README.md similarity index 100% rename from stable/librespeed/13.1.3/README.md rename to stable/librespeed/13.2.3/README.md diff --git a/stable/librespeed/13.2.3/app-changelog.md b/stable/librespeed/13.2.3/app-changelog.md new file mode 100644 index 00000000000..c1206b721bb --- /dev/null +++ b/stable/librespeed/13.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/librespeed/13.1.3/app-readme.md b/stable/librespeed/13.2.3/app-readme.md similarity index 100% rename from stable/librespeed/13.1.3/app-readme.md rename to stable/librespeed/13.2.3/app-readme.md diff --git a/stable/librespeed/13.2.3/charts/common-18.1.6.tgz b/stable/librespeed/13.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/librespeed/13.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/librespeed/13.2.3/ix_values.yaml b/stable/librespeed/13.2.3/ix_values.yaml new file mode 100644 index 00000000000..99ad02c556f --- /dev/null +++ b/stable/librespeed/13.2.3/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.1.3/questions.yaml b/stable/librespeed/13.2.3/questions.yaml similarity index 100% rename from stable/librespeed/13.1.3/questions.yaml rename to stable/librespeed/13.2.3/questions.yaml diff --git a/stable/mealie/21.1.1/templates/NOTES.txt b/stable/librespeed/13.2.3/templates/NOTES.txt similarity index 100% rename from stable/mealie/21.1.1/templates/NOTES.txt rename to stable/librespeed/13.2.3/templates/NOTES.txt diff --git a/stable/matomo/13.2.3/templates/common.yaml b/stable/librespeed/13.2.3/templates/common.yaml similarity index 100% rename from stable/matomo/13.2.3/templates/common.yaml rename to stable/librespeed/13.2.3/templates/common.yaml diff --git a/stable/mailpile/5.1.1/values.yaml b/stable/librespeed/13.2.3/values.yaml similarity index 100% rename from stable/mailpile/5.1.1/values.yaml rename to stable/librespeed/13.2.3/values.yaml diff --git a/stable/maintainerr/2.1.1/.helmignore b/stable/lidarr/21.0.2/.helmignore similarity index 100% rename from stable/maintainerr/2.1.1/.helmignore rename to stable/lidarr/21.0.2/.helmignore diff --git a/stable/lidarr/21.0.2/CHANGELOG.md b/stable/lidarr/21.0.2/CHANGELOG.md new file mode 100644 index 00000000000..9360c1b21e3 --- /dev/null +++ b/stable/lidarr/21.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.1.4.3941[@de7dac0](https://github.com/de7dac0) by renovate ([#17674](https://github.com/truecharts/charts/issues/17674)) + + +## [lidarr-19.1.13](https://github.com/truecharts/charts/compare/lidarr-19.1.12...lidarr-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)) + + +## [lidarr-19.1.12](https://github.com/truecharts/charts/compare/lidarr-19.1.11...lidarr-19.1.12) (2024-01-21) + +### Chore + diff --git a/stable/lidarr/21.0.2/Chart.yaml b/stable/lidarr/21.0.2/Chart.yaml new file mode 100644 index 00000000000..5c0b8b038cf --- /dev/null +++ b/stable/lidarr/21.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.4053 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/lidarr/21.0.2/README.md b/stable/lidarr/21.0.2/README.md new file mode 100644 index 00000000000..5dd4de9f508 --- /dev/null +++ b/stable/lidarr/21.0.2/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.0.2/app-changelog.md b/stable/lidarr/21.0.2/app-changelog.md new file mode 100644 index 00000000000..39017cb77da --- /dev/null +++ b/stable/lidarr/21.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lidarr/21.0.2/app-readme.md b/stable/lidarr/21.0.2/app-readme.md new file mode 100644 index 00000000000..ab0ee61c1d3 --- /dev/null +++ b/stable/lidarr/21.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/lidarr/21.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lidarr/21.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/lidarr/21.0.2/ix_values.yaml b/stable/lidarr/21.0.2/ix_values.yaml new file mode 100644 index 00000000000..c7aa6ea3564 --- /dev/null +++ b/stable/lidarr/21.0.2/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.0.2/questions.yaml b/stable/lidarr/21.0.2/questions.yaml new file mode 100755 index 00000000000..86ad1ce49cf --- /dev/null +++ b/stable/lidarr/21.0.2/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/mediainfo/9.1.1/templates/NOTES.txt b/stable/lidarr/21.0.2/templates/NOTES.txt similarity index 100% rename from stable/mediainfo/9.1.1/templates/NOTES.txt rename to stable/lidarr/21.0.2/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.1.1/templates/common.yaml b/stable/lidarr/21.0.2/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/templates/common.yaml rename to stable/lidarr/21.0.2/templates/common.yaml diff --git a/stable/maintainerr/2.1.1/values.yaml b/stable/lidarr/21.0.2/values.yaml similarity index 100% rename from stable/maintainerr/2.1.1/values.yaml rename to stable/lidarr/21.0.2/values.yaml diff --git a/stable/lingva/5.1.1/CHANGELOG.md b/stable/lingva/5.1.1/CHANGELOG.md deleted file mode 100644 index 8fefbed6012..00000000000 --- a/stable/lingva/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lingva/5.1.1/Chart.yaml b/stable/lingva/5.1.1/Chart.yaml deleted file mode 100644 index 92b06ac8510..00000000000 --- a/stable/lingva/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lingva/5.1.1/charts/common-18.0.2.tgz b/stable/lingva/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lingva/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/makemkv/10.1.1/.helmignore b/stable/lingva/5.2.2/.helmignore similarity index 100% rename from stable/makemkv/10.1.1/.helmignore rename to stable/lingva/5.2.2/.helmignore diff --git a/stable/lingva/5.2.2/CHANGELOG.md b/stable/lingva/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8331bccbb25 --- /dev/null +++ b/stable/lingva/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lingva/5.2.2/Chart.yaml b/stable/lingva/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8f060cb933e --- /dev/null +++ b/stable/lingva/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/lingva/5.1.1/README.md b/stable/lingva/5.2.2/README.md similarity index 100% rename from stable/lingva/5.1.1/README.md rename to stable/lingva/5.2.2/README.md diff --git a/stable/lingva/5.2.2/app-changelog.md b/stable/lingva/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b2494f9cd3b --- /dev/null +++ b/stable/lingva/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lingva/5.1.1/app-readme.md b/stable/lingva/5.2.2/app-readme.md similarity index 100% rename from stable/lingva/5.1.1/app-readme.md rename to stable/lingva/5.2.2/app-readme.md diff --git a/stable/lingva/5.2.2/charts/common-18.1.6.tgz b/stable/lingva/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lingva/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lingva/5.1.1/ix_values.yaml b/stable/lingva/5.2.2/ix_values.yaml similarity index 100% rename from stable/lingva/5.1.1/ix_values.yaml rename to stable/lingva/5.2.2/ix_values.yaml diff --git a/stable/lingva/5.1.1/questions.yaml b/stable/lingva/5.2.2/questions.yaml similarity index 100% rename from stable/lingva/5.1.1/questions.yaml rename to stable/lingva/5.2.2/questions.yaml diff --git a/stable/lingva/5.1.1/templates/common.yaml b/stable/lingva/5.2.2/templates/common.yaml similarity index 100% rename from stable/lingva/5.1.1/templates/common.yaml rename to stable/lingva/5.2.2/templates/common.yaml diff --git a/stable/makemkv/10.1.1/values.yaml b/stable/lingva/5.2.2/values.yaml similarity index 100% rename from stable/makemkv/10.1.1/values.yaml rename to stable/lingva/5.2.2/values.yaml diff --git a/stable/linkding/9.1.1/CHANGELOG.md b/stable/linkding/9.1.1/CHANGELOG.md deleted file mode 100644 index 09423c008b4..00000000000 --- a/stable/linkding/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/linkding/9.1.1/Chart.yaml b/stable/linkding/9.1.1/Chart.yaml deleted file mode 100644 index 0f081c05117..00000000000 --- a/stable/linkding/9.1.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: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.24.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/linkding/9.1.1/charts/common-18.0.2.tgz b/stable/linkding/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/linkding/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/maloja/5.1.1/.helmignore b/stable/linkding/9.2.2/.helmignore similarity index 100% rename from stable/maloja/5.1.1/.helmignore rename to stable/linkding/9.2.2/.helmignore diff --git a/stable/linkding/9.2.2/CHANGELOG.md b/stable/linkding/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6b4f3bb6d52 --- /dev/null +++ b/stable/linkding/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/linkding/9.2.2/Chart.yaml b/stable/linkding/9.2.2/Chart.yaml new file mode 100644 index 00000000000..cc141b591bf --- /dev/null +++ b/stable/linkding/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.24.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/linkding/9.1.1/README.md b/stable/linkding/9.2.2/README.md similarity index 100% rename from stable/linkding/9.1.1/README.md rename to stable/linkding/9.2.2/README.md diff --git a/stable/linkding/9.2.2/app-changelog.md b/stable/linkding/9.2.2/app-changelog.md new file mode 100644 index 00000000000..defbaec530c --- /dev/null +++ b/stable/linkding/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/linkding/9.1.1/app-readme.md b/stable/linkding/9.2.2/app-readme.md similarity index 100% rename from stable/linkding/9.1.1/app-readme.md rename to stable/linkding/9.2.2/app-readme.md diff --git a/stable/linkding/9.2.2/charts/common-18.1.6.tgz b/stable/linkding/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/linkding/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/linkding/9.1.1/ix_values.yaml b/stable/linkding/9.2.2/ix_values.yaml similarity index 100% rename from stable/linkding/9.1.1/ix_values.yaml rename to stable/linkding/9.2.2/ix_values.yaml diff --git a/stable/linkding/9.1.1/questions.yaml b/stable/linkding/9.2.2/questions.yaml similarity index 100% rename from stable/linkding/9.1.1/questions.yaml rename to stable/linkding/9.2.2/questions.yaml diff --git a/stable/medusa/10.1.3/templates/NOTES.txt b/stable/linkding/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.1.3/templates/NOTES.txt rename to stable/linkding/9.2.2/templates/NOTES.txt diff --git a/stable/mediainfo/9.1.1/templates/common.yaml b/stable/linkding/9.2.2/templates/common.yaml similarity index 100% rename from stable/mediainfo/9.1.1/templates/common.yaml rename to stable/linkding/9.2.2/templates/common.yaml diff --git a/stable/maloja/5.1.1/values.yaml b/stable/linkding/9.2.2/values.yaml similarity index 100% rename from stable/maloja/5.1.1/values.yaml rename to stable/linkding/9.2.2/values.yaml diff --git a/stable/linkwallet/5.1.1/CHANGELOG.md b/stable/linkwallet/5.1.1/CHANGELOG.md deleted file mode 100644 index affbfa04f8a..00000000000 --- a/stable/linkwallet/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/linkwallet/5.1.1/Chart.yaml b/stable/linkwallet/5.1.1/Chart.yaml deleted file mode 100644 index 1612d7fe4bc..00000000000 --- a/stable/linkwallet/5.1.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: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.36 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/linkwallet/5.1.1/charts/common-18.0.2.tgz b/stable/linkwallet/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/linkwallet/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mango/5.1.1/.helmignore b/stable/linkwallet/5.2.2/.helmignore similarity index 100% rename from stable/mango/5.1.1/.helmignore rename to stable/linkwallet/5.2.2/.helmignore diff --git a/stable/linkwallet/5.2.2/CHANGELOG.md b/stable/linkwallet/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6ab569e46b3 --- /dev/null +++ b/stable/linkwallet/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/linkwallet/5.2.2/Chart.yaml b/stable/linkwallet/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ac46325b9c9 --- /dev/null +++ b/stable/linkwallet/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.36 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/linkwallet/5.1.1/README.md b/stable/linkwallet/5.2.2/README.md similarity index 100% rename from stable/linkwallet/5.1.1/README.md rename to stable/linkwallet/5.2.2/README.md diff --git a/stable/linkwallet/5.2.2/app-changelog.md b/stable/linkwallet/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f2435cbc6a0 --- /dev/null +++ b/stable/linkwallet/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/linkwallet/5.1.1/app-readme.md b/stable/linkwallet/5.2.2/app-readme.md similarity index 100% rename from stable/linkwallet/5.1.1/app-readme.md rename to stable/linkwallet/5.2.2/app-readme.md diff --git a/stable/linkwallet/5.2.2/charts/common-18.1.6.tgz b/stable/linkwallet/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/linkwallet/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/linkwallet/5.1.1/ix_values.yaml b/stable/linkwallet/5.2.2/ix_values.yaml similarity index 100% rename from stable/linkwallet/5.1.1/ix_values.yaml rename to stable/linkwallet/5.2.2/ix_values.yaml diff --git a/stable/linkwallet/5.1.1/questions.yaml b/stable/linkwallet/5.2.2/questions.yaml similarity index 100% rename from stable/linkwallet/5.1.1/questions.yaml rename to stable/linkwallet/5.2.2/questions.yaml diff --git a/stable/megasync/6.1.1/templates/common.yaml b/stable/linkwallet/5.2.2/templates/common.yaml similarity index 100% rename from stable/megasync/6.1.1/templates/common.yaml rename to stable/linkwallet/5.2.2/templates/common.yaml diff --git a/stable/mango/5.1.1/values.yaml b/stable/linkwallet/5.2.2/values.yaml similarity index 100% rename from stable/mango/5.1.1/values.yaml rename to stable/linkwallet/5.2.2/values.yaml diff --git a/stable/linkwarden/4.1.1/CHANGELOG.md b/stable/linkwarden/4.1.1/CHANGELOG.md deleted file mode 100644 index 5e51ba3041b..00000000000 --- a/stable/linkwarden/4.1.1/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)) - - -## [linkwarden-3.2.5](https://github.com/truecharts/charts/compare/linkwarden-3.2.4...linkwarden-3.2.5) (2024-01-02) diff --git a/stable/linkwarden/4.1.1/Chart.yaml b/stable/linkwarden/4.1.1/Chart.yaml deleted file mode 100644 index 2517b190a77..00000000000 --- a/stable/linkwarden/4.1.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: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.4.9 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/linkwarden/4.1.1/charts/common-18.0.2.tgz b/stable/linkwarden/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/linkwarden/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/matomo/13.2.3/.helmignore b/stable/linkwarden/4.2.2/.helmignore similarity index 100% rename from stable/matomo/13.2.3/.helmignore rename to stable/linkwarden/4.2.2/.helmignore diff --git a/stable/linkwarden/4.2.2/CHANGELOG.md b/stable/linkwarden/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2adb81dfe25 --- /dev/null +++ b/stable/linkwarden/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/linkwarden/4.2.2/Chart.yaml b/stable/linkwarden/4.2.2/Chart.yaml new file mode 100644 index 00000000000..9f8783ffe7e --- /dev/null +++ b/stable/linkwarden/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.4.9 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/linkwarden/4.1.1/README.md b/stable/linkwarden/4.2.2/README.md similarity index 100% rename from stable/linkwarden/4.1.1/README.md rename to stable/linkwarden/4.2.2/README.md diff --git a/stable/linkwarden/4.2.2/app-changelog.md b/stable/linkwarden/4.2.2/app-changelog.md new file mode 100644 index 00000000000..82b356c6435 --- /dev/null +++ b/stable/linkwarden/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/linkwarden/4.1.1/app-readme.md b/stable/linkwarden/4.2.2/app-readme.md similarity index 100% rename from stable/linkwarden/4.1.1/app-readme.md rename to stable/linkwarden/4.2.2/app-readme.md diff --git a/stable/linkwarden/4.2.2/charts/common-18.1.6.tgz b/stable/linkwarden/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/linkwarden/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/linkwarden/4.1.1/ix_values.yaml b/stable/linkwarden/4.2.2/ix_values.yaml similarity index 100% rename from stable/linkwarden/4.1.1/ix_values.yaml rename to stable/linkwarden/4.2.2/ix_values.yaml diff --git a/stable/linkwarden/4.1.1/questions.yaml b/stable/linkwarden/4.2.2/questions.yaml similarity index 100% rename from stable/linkwarden/4.1.1/questions.yaml rename to stable/linkwarden/4.2.2/questions.yaml diff --git a/stable/megasync/6.1.1/templates/NOTES.txt b/stable/linkwarden/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/megasync/6.1.1/templates/NOTES.txt rename to stable/linkwarden/4.2.2/templates/NOTES.txt diff --git a/stable/linkwarden/4.1.1/templates/_secrets.tpl b/stable/linkwarden/4.2.2/templates/_secrets.tpl similarity index 100% rename from stable/linkwarden/4.1.1/templates/_secrets.tpl rename to stable/linkwarden/4.2.2/templates/_secrets.tpl diff --git a/stable/linkwarden/4.1.1/templates/common.yaml b/stable/linkwarden/4.2.2/templates/common.yaml similarity index 100% rename from stable/linkwarden/4.1.1/templates/common.yaml rename to stable/linkwarden/4.2.2/templates/common.yaml diff --git a/stable/matomo/13.2.3/values.yaml b/stable/linkwarden/4.2.2/values.yaml similarity index 100% rename from stable/matomo/13.2.3/values.yaml rename to stable/linkwarden/4.2.2/values.yaml diff --git a/stable/littlelink/13.1.3/CHANGELOG.md b/stable/littlelink/13.1.3/CHANGELOG.md deleted file mode 100644 index dbf5900ebbf..00000000000 --- a/stable/littlelink/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/littlelink/13.1.3/Chart.yaml b/stable/littlelink/13.1.3/Chart.yaml deleted file mode 100644 index 886b2ecc17f..00000000000 --- a/stable/littlelink/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: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/littlelink/13.1.3/charts/common-18.0.2.tgz b/stable/littlelink/13.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/littlelink/13.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/littlelink/13.1.3/ix_values.yaml b/stable/littlelink/13.1.3/ix_values.yaml deleted file mode 100644 index f5182279146..00000000000 --- a/stable/littlelink/13.1.3/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/mattermost/12.2.0/.helmignore b/stable/littlelink/13.2.3/.helmignore similarity index 100% rename from stable/mattermost/12.2.0/.helmignore rename to stable/littlelink/13.2.3/.helmignore diff --git a/stable/littlelink/13.2.3/CHANGELOG.md b/stable/littlelink/13.2.3/CHANGELOG.md new file mode 100644 index 00000000000..461f0a6b228 --- /dev/null +++ b/stable/littlelink/13.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/littlelink/13.2.3/Chart.yaml b/stable/littlelink/13.2.3/Chart.yaml new file mode 100644 index 00000000000..621b349bdfb --- /dev/null +++ b/stable/littlelink/13.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/littlelink/13.1.3/README.md b/stable/littlelink/13.2.3/README.md similarity index 100% rename from stable/littlelink/13.1.3/README.md rename to stable/littlelink/13.2.3/README.md diff --git a/stable/littlelink/13.2.3/app-changelog.md b/stable/littlelink/13.2.3/app-changelog.md new file mode 100644 index 00000000000..8b3c7c5a0d4 --- /dev/null +++ b/stable/littlelink/13.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/littlelink/13.1.3/app-readme.md b/stable/littlelink/13.2.3/app-readme.md similarity index 100% rename from stable/littlelink/13.1.3/app-readme.md rename to stable/littlelink/13.2.3/app-readme.md diff --git a/stable/littlelink/13.2.3/charts/common-18.1.6.tgz b/stable/littlelink/13.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/littlelink/13.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/littlelink/13.2.3/ix_values.yaml b/stable/littlelink/13.2.3/ix_values.yaml new file mode 100644 index 00000000000..7a4c1b2633f --- /dev/null +++ b/stable/littlelink/13.2.3/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.1.3/questions.yaml b/stable/littlelink/13.2.3/questions.yaml similarity index 100% rename from stable/littlelink/13.1.3/questions.yaml rename to stable/littlelink/13.2.3/questions.yaml diff --git a/stable/meshroom/9.1.1/templates/NOTES.txt b/stable/littlelink/13.2.3/templates/NOTES.txt similarity index 100% rename from stable/meshroom/9.1.1/templates/NOTES.txt rename to stable/littlelink/13.2.3/templates/NOTES.txt diff --git a/stable/littlelink/13.1.3/templates/_configmap.tpl b/stable/littlelink/13.2.3/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/13.1.3/templates/_configmap.tpl rename to stable/littlelink/13.2.3/templates/_configmap.tpl diff --git a/stable/littlelink/13.1.3/templates/common.yaml b/stable/littlelink/13.2.3/templates/common.yaml similarity index 100% rename from stable/littlelink/13.1.3/templates/common.yaml rename to stable/littlelink/13.2.3/templates/common.yaml diff --git a/stable/mattermost/12.2.0/values.yaml b/stable/littlelink/13.2.3/values.yaml similarity index 100% rename from stable/mattermost/12.2.0/values.yaml rename to stable/littlelink/13.2.3/values.yaml diff --git a/stable/livestreamdvr/5.1.1/CHANGELOG.md b/stable/livestreamdvr/5.1.1/CHANGELOG.md deleted file mode 100644 index d215eed53e8..00000000000 --- a/stable/livestreamdvr/5.1.1/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)) - - -## [livestreamdvr-4.1.5](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.4...livestreamdvr-4.1.5) (2024-01-02) diff --git a/stable/livestreamdvr/5.1.1/Chart.yaml b/stable/livestreamdvr/5.1.1/Chart.yaml deleted file mode 100644 index c78ab0360f4..00000000000 --- a/stable/livestreamdvr/5.1.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: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/livestreamdvr/5.1.1/charts/common-18.0.2.tgz b/stable/livestreamdvr/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/livestreamdvr/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mc-router/4.1.1/.helmignore b/stable/livestreamdvr/5.2.2/.helmignore similarity index 100% rename from stable/mc-router/4.1.1/.helmignore rename to stable/livestreamdvr/5.2.2/.helmignore diff --git a/stable/livestreamdvr/5.2.2/CHANGELOG.md b/stable/livestreamdvr/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f5b83a9540a --- /dev/null +++ b/stable/livestreamdvr/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/livestreamdvr/5.2.2/Chart.yaml b/stable/livestreamdvr/5.2.2/Chart.yaml new file mode 100644 index 00000000000..31b009ee1df --- /dev/null +++ b/stable/livestreamdvr/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/livestreamdvr/5.1.1/README.md b/stable/livestreamdvr/5.2.2/README.md similarity index 100% rename from stable/livestreamdvr/5.1.1/README.md rename to stable/livestreamdvr/5.2.2/README.md diff --git a/stable/livestreamdvr/5.2.2/app-changelog.md b/stable/livestreamdvr/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ddaa97ec378 --- /dev/null +++ b/stable/livestreamdvr/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/livestreamdvr/5.1.1/app-readme.md b/stable/livestreamdvr/5.2.2/app-readme.md similarity index 100% rename from stable/livestreamdvr/5.1.1/app-readme.md rename to stable/livestreamdvr/5.2.2/app-readme.md diff --git a/stable/livestreamdvr/5.2.2/charts/common-18.1.6.tgz b/stable/livestreamdvr/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/livestreamdvr/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/livestreamdvr/5.1.1/ix_values.yaml b/stable/livestreamdvr/5.2.2/ix_values.yaml similarity index 100% rename from stable/livestreamdvr/5.1.1/ix_values.yaml rename to stable/livestreamdvr/5.2.2/ix_values.yaml diff --git a/stable/livestreamdvr/5.1.1/questions.yaml b/stable/livestreamdvr/5.2.2/questions.yaml similarity index 100% rename from stable/livestreamdvr/5.1.1/questions.yaml rename to stable/livestreamdvr/5.2.2/questions.yaml diff --git a/stable/livestreamdvr/5.1.1/templates/common.yaml b/stable/livestreamdvr/5.2.2/templates/common.yaml similarity index 100% rename from stable/livestreamdvr/5.1.1/templates/common.yaml rename to stable/livestreamdvr/5.2.2/templates/common.yaml diff --git a/stable/mc-router/4.1.1/values.yaml b/stable/livestreamdvr/5.2.2/values.yaml similarity index 100% rename from stable/mc-router/4.1.1/values.yaml rename to stable/livestreamdvr/5.2.2/values.yaml diff --git a/stable/llalon-github-backup/5.1.1/CHANGELOG.md b/stable/llalon-github-backup/5.1.1/CHANGELOG.md deleted file mode 100644 index a6ed28f4401..00000000000 --- a/stable/llalon-github-backup/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/llalon-github-backup/5.1.1/Chart.yaml b/stable/llalon-github-backup/5.1.1/Chart.yaml deleted file mode 100644 index 8b76cb72b99..00000000000 --- a/stable/llalon-github-backup/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/llalon-github-backup/5.1.1/charts/common-18.0.2.tgz b/stable/llalon-github-backup/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/llalon-github-backup/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mealie/21.1.1/.helmignore b/stable/llalon-github-backup/5.2.2/.helmignore similarity index 100% rename from stable/mealie/21.1.1/.helmignore rename to stable/llalon-github-backup/5.2.2/.helmignore diff --git a/stable/llalon-github-backup/5.2.2/CHANGELOG.md b/stable/llalon-github-backup/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..67eab32fafe --- /dev/null +++ b/stable/llalon-github-backup/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/llalon-github-backup/5.2.2/Chart.yaml b/stable/llalon-github-backup/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bec56f45775 --- /dev/null +++ b/stable/llalon-github-backup/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/llalon-github-backup/5.1.1/README.md b/stable/llalon-github-backup/5.2.2/README.md similarity index 100% rename from stable/llalon-github-backup/5.1.1/README.md rename to stable/llalon-github-backup/5.2.2/README.md diff --git a/stable/llalon-github-backup/5.2.2/app-changelog.md b/stable/llalon-github-backup/5.2.2/app-changelog.md new file mode 100644 index 00000000000..81d51f5e4c0 --- /dev/null +++ b/stable/llalon-github-backup/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/llalon-github-backup/5.1.1/app-readme.md b/stable/llalon-github-backup/5.2.2/app-readme.md similarity index 100% rename from stable/llalon-github-backup/5.1.1/app-readme.md rename to stable/llalon-github-backup/5.2.2/app-readme.md diff --git a/stable/llalon-github-backup/5.2.2/charts/common-18.1.6.tgz b/stable/llalon-github-backup/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/llalon-github-backup/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/llalon-github-backup/5.1.1/ix_values.yaml b/stable/llalon-github-backup/5.2.2/ix_values.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.1/ix_values.yaml rename to stable/llalon-github-backup/5.2.2/ix_values.yaml diff --git a/stable/llalon-github-backup/5.1.1/questions.yaml b/stable/llalon-github-backup/5.2.2/questions.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.1/questions.yaml rename to stable/llalon-github-backup/5.2.2/questions.yaml diff --git a/stable/llalon-github-backup/5.1.1/templates/common.yaml b/stable/llalon-github-backup/5.2.2/templates/common.yaml similarity index 100% rename from stable/llalon-github-backup/5.1.1/templates/common.yaml rename to stable/llalon-github-backup/5.2.2/templates/common.yaml diff --git a/stable/mealie/21.1.1/values.yaml b/stable/llalon-github-backup/5.2.2/values.yaml similarity index 100% rename from stable/mealie/21.1.1/values.yaml rename to stable/llalon-github-backup/5.2.2/values.yaml diff --git a/stable/lldap/5.1.1/CHANGELOG.md b/stable/lldap/5.1.1/CHANGELOG.md deleted file mode 100644 index 2f637419b35..00000000000 --- a/stable/lldap/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/lldap/5.1.1/Chart.yaml b/stable/lldap/5.1.1/Chart.yaml deleted file mode 100644 index 85adfdb134a..00000000000 --- a/stable/lldap/5.1.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: ldap - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/lldap/5.1.1/charts/common-18.0.2.tgz b/stable/lldap/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/lldap/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/media-roller/5.1.1/.helmignore b/stable/lldap/5.2.2/.helmignore similarity index 100% rename from stable/media-roller/5.1.1/.helmignore rename to stable/lldap/5.2.2/.helmignore diff --git a/stable/lldap/5.2.2/CHANGELOG.md b/stable/lldap/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9495b789b03 --- /dev/null +++ b/stable/lldap/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/lldap/5.2.2/Chart.yaml b/stable/lldap/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6fe8ca3e8ec --- /dev/null +++ b/stable/lldap/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/metabase/3.1.2/templates/NOTES.txt b/stable/lldap/5.2.2/NOTES.txt similarity index 100% rename from stable/metabase/3.1.2/templates/NOTES.txt rename to stable/lldap/5.2.2/NOTES.txt diff --git a/stable/lldap/5.1.1/README.md b/stable/lldap/5.2.2/README.md similarity index 100% rename from stable/lldap/5.1.1/README.md rename to stable/lldap/5.2.2/README.md diff --git a/stable/lldap/5.2.2/app-changelog.md b/stable/lldap/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f049145f473 --- /dev/null +++ b/stable/lldap/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/lldap/5.1.1/app-readme.md b/stable/lldap/5.2.2/app-readme.md similarity index 100% rename from stable/lldap/5.1.1/app-readme.md rename to stable/lldap/5.2.2/app-readme.md diff --git a/stable/lldap/5.2.2/charts/common-18.1.6.tgz b/stable/lldap/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/lldap/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/lldap/5.1.1/ix_values.yaml b/stable/lldap/5.2.2/ix_values.yaml similarity index 100% rename from stable/lldap/5.1.1/ix_values.yaml rename to stable/lldap/5.2.2/ix_values.yaml diff --git a/stable/lldap/5.1.1/questions.yaml b/stable/lldap/5.2.2/questions.yaml similarity index 100% rename from stable/lldap/5.1.1/questions.yaml rename to stable/lldap/5.2.2/questions.yaml diff --git a/stable/lldap/5.1.1/templates/_secrets.tpl b/stable/lldap/5.2.2/templates/_secrets.tpl similarity index 100% rename from stable/lldap/5.1.1/templates/_secrets.tpl rename to stable/lldap/5.2.2/templates/_secrets.tpl diff --git a/stable/lldap/5.1.1/templates/common.yaml b/stable/lldap/5.2.2/templates/common.yaml similarity index 100% rename from stable/lldap/5.1.1/templates/common.yaml rename to stable/lldap/5.2.2/templates/common.yaml diff --git a/stable/media-roller/5.1.1/values.yaml b/stable/lldap/5.2.2/values.yaml similarity index 100% rename from stable/media-roller/5.1.1/values.yaml rename to stable/lldap/5.2.2/values.yaml diff --git a/stable/local-ai/9.7.2/CHANGELOG.md b/stable/local-ai/9.7.2/CHANGELOG.md deleted file mode 100644 index 5920a604f2c..00000000000 --- a/stable/local-ai/9.7.2/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)) - - -## [local-ai-8.20.3](https://github.com/truecharts/charts/compare/local-ai-8.20.2...local-ai-8.20.3) (2024-01-21) diff --git a/stable/local-ai/9.7.2/Chart.yaml b/stable/local-ai/9.7.2/Chart.yaml deleted file mode 100644 index 8de7658046d..00000000000 --- a/stable/local-ai/9.7.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.9.0 -dependencies: - - name: common - version: 18.0.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.7.2 diff --git a/stable/local-ai/9.7.2/charts/common-18.0.2.tgz b/stable/local-ai/9.7.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/local-ai/9.7.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/local-ai/9.7.2/ix_values.yaml b/stable/local-ai/9.7.2/ix_values.yaml deleted file mode 100644 index fa9a4836898..00000000000 --- a/stable/local-ai/9.7.2/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/mediaelch/5.1.1/.helmignore b/stable/local-ai/9.8.3/.helmignore similarity index 100% rename from stable/mediaelch/5.1.1/.helmignore rename to stable/local-ai/9.8.3/.helmignore diff --git a/stable/local-ai/9.8.3/CHANGELOG.md b/stable/local-ai/9.8.3/CHANGELOG.md new file mode 100644 index 00000000000..e6df72e4df8 --- /dev/null +++ b/stable/local-ai/9.8.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/local-ai/9.8.3/Chart.yaml b/stable/local-ai/9.8.3/Chart.yaml new file mode 100644 index 00000000000..b9ab52185c3 --- /dev/null +++ b/stable/local-ai/9.8.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/local-ai/9.7.2/README.md b/stable/local-ai/9.8.3/README.md similarity index 100% rename from stable/local-ai/9.7.2/README.md rename to stable/local-ai/9.8.3/README.md diff --git a/stable/local-ai/9.8.3/app-changelog.md b/stable/local-ai/9.8.3/app-changelog.md new file mode 100644 index 00000000000..719d68b08e4 --- /dev/null +++ b/stable/local-ai/9.8.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/local-ai/9.7.2/app-readme.md b/stable/local-ai/9.8.3/app-readme.md similarity index 100% rename from stable/local-ai/9.7.2/app-readme.md rename to stable/local-ai/9.8.3/app-readme.md diff --git a/stable/local-ai/9.8.3/charts/common-18.1.6.tgz b/stable/local-ai/9.8.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/local-ai/9.8.3/charts/common-18.1.6.tgz differ diff --git a/stable/local-ai/9.8.3/ix_values.yaml b/stable/local-ai/9.8.3/ix_values.yaml new file mode 100644 index 00000000000..ffc6aaa1049 --- /dev/null +++ b/stable/local-ai/9.8.3/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.7.2/questions.yaml b/stable/local-ai/9.8.3/questions.yaml similarity index 100% rename from stable/local-ai/9.7.2/questions.yaml rename to stable/local-ai/9.8.3/questions.yaml diff --git a/stable/metube/12.1.1/templates/NOTES.txt b/stable/local-ai/9.8.3/templates/NOTES.txt similarity index 100% rename from stable/metube/12.1.1/templates/NOTES.txt rename to stable/local-ai/9.8.3/templates/NOTES.txt diff --git a/stable/meshroom/9.1.1/templates/common.yaml b/stable/local-ai/9.8.3/templates/common.yaml similarity index 100% rename from stable/meshroom/9.1.1/templates/common.yaml rename to stable/local-ai/9.8.3/templates/common.yaml diff --git a/stable/mediaelch/5.1.1/values.yaml b/stable/local-ai/9.8.3/values.yaml similarity index 100% rename from stable/mediaelch/5.1.1/values.yaml rename to stable/local-ai/9.8.3/values.yaml diff --git a/stable/logitech-media-server/11.1.2/CHANGELOG.md b/stable/logitech-media-server/11.1.2/CHANGELOG.md deleted file mode 100644 index 2bc8aec32e7..00000000000 --- a/stable/logitech-media-server/11.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/logitech-media-server/11.1.2/Chart.yaml b/stable/logitech-media-server/11.1.2/Chart.yaml deleted file mode 100644 index c2d57721b88..00000000000 --- a/stable/logitech-media-server/11.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/logitech-media-server/11.1.2/charts/common-18.0.2.tgz b/stable/logitech-media-server/11.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/logitech-media-server/11.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.1.2/ix_values.yaml b/stable/logitech-media-server/11.1.2/ix_values.yaml deleted file mode 100644 index 2d7396b2aa9..00000000000 --- a/stable/logitech-media-server/11.1.2/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: lmscommunity/logitechmediaserver - pullPolicy: IfNotPresent - tag: stable@sha256:528bb35c19cbdcd8a1e42b4b6ab2967f7caba9ba573d337d8f78227c54d54322 -service: - main: - ports: - main: - port: 9000 - cli: - enabled: true - ports: - cli: - enabled: true - port: 9090 - targetPort: 9090 - playertcp: - enabled: true - ports: - slimprototcp: - enabled: true - port: 3483 - targetPort: 3483 - playerudp: - enabled: true - ports: - slimprotoudp: - enabled: true - port: 3483 - protocol: udp - targetPort: 3483 -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: - env: - HTTP_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/mediagoblin/5.1.1/.helmignore b/stable/logitech-media-server/11.2.2/.helmignore similarity index 100% rename from stable/mediagoblin/5.1.1/.helmignore rename to stable/logitech-media-server/11.2.2/.helmignore diff --git a/stable/logitech-media-server/11.2.2/CHANGELOG.md b/stable/logitech-media-server/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..aa372908c2c --- /dev/null +++ b/stable/logitech-media-server/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/logitech-media-server/11.2.2/Chart.yaml b/stable/logitech-media-server/11.2.2/Chart.yaml new file mode 100644 index 00000000000..8c856647de8 --- /dev/null +++ b/stable/logitech-media-server/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/logitech-media-server/11.1.2/README.md b/stable/logitech-media-server/11.2.2/README.md similarity index 100% rename from stable/logitech-media-server/11.1.2/README.md rename to stable/logitech-media-server/11.2.2/README.md diff --git a/stable/logitech-media-server/11.2.2/app-changelog.md b/stable/logitech-media-server/11.2.2/app-changelog.md new file mode 100644 index 00000000000..85ec30d598f --- /dev/null +++ b/stable/logitech-media-server/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/logitech-media-server/11.1.2/app-readme.md b/stable/logitech-media-server/11.2.2/app-readme.md similarity index 100% rename from stable/logitech-media-server/11.1.2/app-readme.md rename to stable/logitech-media-server/11.2.2/app-readme.md diff --git a/stable/logitech-media-server/11.2.2/charts/common-18.1.6.tgz b/stable/logitech-media-server/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/logitech-media-server/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/logitech-media-server/11.2.2/ix_values.yaml b/stable/logitech-media-server/11.2.2/ix_values.yaml new file mode 100644 index 00000000000..b4806f259ac --- /dev/null +++ b/stable/logitech-media-server/11.2.2/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: lmscommunity/logitechmediaserver + pullPolicy: IfNotPresent + tag: stable@sha256:d4e66b06a4b373af22a9651718a1b9a7da5194637038793faa92b4ddee5b759f +service: + main: + ports: + main: + port: 9000 + cli: + enabled: true + ports: + cli: + enabled: true + port: 9090 + targetPort: 9090 + playertcp: + enabled: true + ports: + slimprototcp: + enabled: true + port: 3483 + targetPort: 3483 + playerudp: + enabled: true + ports: + slimprotoudp: + enabled: true + port: 3483 + protocol: udp + targetPort: 3483 +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: + env: + HTTP_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/logitech-media-server/11.1.2/questions.yaml b/stable/logitech-media-server/11.2.2/questions.yaml similarity index 100% rename from stable/logitech-media-server/11.1.2/questions.yaml rename to stable/logitech-media-server/11.2.2/questions.yaml diff --git a/stable/minecraft-bedrock/8.1.2/templates/NOTES.txt b/stable/logitech-media-server/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/8.1.2/templates/NOTES.txt rename to stable/logitech-media-server/11.2.2/templates/NOTES.txt diff --git a/stable/metabase/3.1.2/templates/common.yaml b/stable/logitech-media-server/11.2.2/templates/common.yaml similarity index 100% rename from stable/metabase/3.1.2/templates/common.yaml rename to stable/logitech-media-server/11.2.2/templates/common.yaml diff --git a/stable/mediagoblin/5.1.1/values.yaml b/stable/logitech-media-server/11.2.2/values.yaml similarity index 100% rename from stable/mediagoblin/5.1.1/values.yaml rename to stable/logitech-media-server/11.2.2/values.yaml diff --git a/stable/longvinter/5.1.1/CHANGELOG.md b/stable/longvinter/5.1.1/CHANGELOG.md deleted file mode 100644 index f0f311aa9c2..00000000000 --- a/stable/longvinter/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/longvinter/5.1.1/Chart.yaml b/stable/longvinter/5.1.1/Chart.yaml deleted file mode 100644 index 910a13956da..00000000000 --- a/stable/longvinter/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: longinter -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/longvinter/5.1.1/charts/common-18.0.2.tgz b/stable/longvinter/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/longvinter/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mediainfo/9.1.1/.helmignore b/stable/longvinter/5.2.2/.helmignore similarity index 100% rename from stable/mediainfo/9.1.1/.helmignore rename to stable/longvinter/5.2.2/.helmignore diff --git a/stable/longvinter/5.2.2/CHANGELOG.md b/stable/longvinter/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8d30672be67 --- /dev/null +++ b/stable/longvinter/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/longvinter/5.2.2/Chart.yaml b/stable/longvinter/5.2.2/Chart.yaml new file mode 100644 index 00000000000..395a25ca0c1 --- /dev/null +++ b/stable/longvinter/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: longinter +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/longvinter/5.1.1/README.md b/stable/longvinter/5.2.2/README.md similarity index 100% rename from stable/longvinter/5.1.1/README.md rename to stable/longvinter/5.2.2/README.md diff --git a/stable/longvinter/5.2.2/app-changelog.md b/stable/longvinter/5.2.2/app-changelog.md new file mode 100644 index 00000000000..70270d8884c --- /dev/null +++ b/stable/longvinter/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/longvinter/5.1.1/app-readme.md b/stable/longvinter/5.2.2/app-readme.md similarity index 100% rename from stable/longvinter/5.1.1/app-readme.md rename to stable/longvinter/5.2.2/app-readme.md diff --git a/stable/longvinter/5.2.2/charts/common-18.1.6.tgz b/stable/longvinter/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/longvinter/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/longvinter/5.1.1/ix_values.yaml b/stable/longvinter/5.2.2/ix_values.yaml similarity index 100% rename from stable/longvinter/5.1.1/ix_values.yaml rename to stable/longvinter/5.2.2/ix_values.yaml diff --git a/stable/longvinter/5.1.1/questions.yaml b/stable/longvinter/5.2.2/questions.yaml similarity index 100% rename from stable/longvinter/5.1.1/questions.yaml rename to stable/longvinter/5.2.2/questions.yaml diff --git a/stable/longvinter/5.1.1/templates/common.yaml b/stable/longvinter/5.2.2/templates/common.yaml similarity index 100% rename from stable/longvinter/5.1.1/templates/common.yaml rename to stable/longvinter/5.2.2/templates/common.yaml diff --git a/stable/mediainfo/9.1.1/values.yaml b/stable/longvinter/5.2.2/values.yaml similarity index 100% rename from stable/mediainfo/9.1.1/values.yaml rename to stable/longvinter/5.2.2/values.yaml diff --git a/stable/mailpile/5.1.1/CHANGELOG.md b/stable/mailpile/5.1.1/CHANGELOG.md deleted file mode 100644 index 7b96357b486..00000000000 --- a/stable/mailpile/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mailpile/5.1.1/Chart.yaml b/stable/mailpile/5.1.1/Chart.yaml deleted file mode 100644 index 3890e19ebca..00000000000 --- a/stable/mailpile/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mailpile/5.1.1/charts/common-18.0.2.tgz b/stable/mailpile/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mailpile/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/medusa/10.1.3/.helmignore b/stable/mailpile/5.2.2/.helmignore similarity index 100% rename from stable/medusa/10.1.3/.helmignore rename to stable/mailpile/5.2.2/.helmignore diff --git a/stable/mailpile/5.2.2/CHANGELOG.md b/stable/mailpile/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..95974e3771f --- /dev/null +++ b/stable/mailpile/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mailpile/5.2.2/Chart.yaml b/stable/mailpile/5.2.2/Chart.yaml new file mode 100644 index 00000000000..36179382fa8 --- /dev/null +++ b/stable/mailpile/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mailpile/5.1.1/README.md b/stable/mailpile/5.2.2/README.md similarity index 100% rename from stable/mailpile/5.1.1/README.md rename to stable/mailpile/5.2.2/README.md diff --git a/stable/mailpile/5.2.2/app-changelog.md b/stable/mailpile/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e43d5b9f861 --- /dev/null +++ b/stable/mailpile/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mailpile/5.1.1/app-readme.md b/stable/mailpile/5.2.2/app-readme.md similarity index 100% rename from stable/mailpile/5.1.1/app-readme.md rename to stable/mailpile/5.2.2/app-readme.md diff --git a/stable/mailpile/5.2.2/charts/common-18.1.6.tgz b/stable/mailpile/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mailpile/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mailpile/5.1.1/ix_values.yaml b/stable/mailpile/5.2.2/ix_values.yaml similarity index 100% rename from stable/mailpile/5.1.1/ix_values.yaml rename to stable/mailpile/5.2.2/ix_values.yaml diff --git a/stable/mailpile/5.1.1/questions.yaml b/stable/mailpile/5.2.2/questions.yaml similarity index 100% rename from stable/mailpile/5.1.1/questions.yaml rename to stable/mailpile/5.2.2/questions.yaml diff --git a/stable/mailpile/5.1.1/templates/common.yaml b/stable/mailpile/5.2.2/templates/common.yaml similarity index 100% rename from stable/mailpile/5.1.1/templates/common.yaml rename to stable/mailpile/5.2.2/templates/common.yaml diff --git a/stable/medusa/10.1.3/values.yaml b/stable/mailpile/5.2.2/values.yaml similarity index 100% rename from stable/medusa/10.1.3/values.yaml rename to stable/mailpile/5.2.2/values.yaml diff --git a/stable/maintainerr/2.1.1/CHANGELOG.md b/stable/maintainerr/2.1.1/CHANGELOG.md deleted file mode 100644 index ce940aa2f89..00000000000 --- a/stable/maintainerr/2.1.1/CHANGELOG.md +++ /dev/null @@ -1,25 +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.1/Chart.yaml b/stable/maintainerr/2.1.1/Chart.yaml deleted file mode 100644 index 87eb0847cb6..00000000000 --- a/stable/maintainerr/2.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/maintainerr/2.1.1/charts/common-18.0.2.tgz b/stable/maintainerr/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/maintainerr/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/megasync/6.1.1/.helmignore b/stable/maintainerr/2.2.2/.helmignore similarity index 100% rename from stable/megasync/6.1.1/.helmignore rename to stable/maintainerr/2.2.2/.helmignore diff --git a/stable/maintainerr/2.2.2/CHANGELOG.md b/stable/maintainerr/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f405acc2b66 --- /dev/null +++ b/stable/maintainerr/2.2.2/CHANGELOG.md @@ -0,0 +1,39 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/maintainerr/2.2.2/Chart.yaml new file mode 100644 index 00000000000..c7561632c0a --- /dev/null +++ b/stable/maintainerr/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/maintainerr/2.1.1/README.md b/stable/maintainerr/2.2.2/README.md similarity index 100% rename from stable/maintainerr/2.1.1/README.md rename to stable/maintainerr/2.2.2/README.md diff --git a/stable/maintainerr/2.2.2/app-changelog.md b/stable/maintainerr/2.2.2/app-changelog.md new file mode 100644 index 00000000000..b50649c41de --- /dev/null +++ b/stable/maintainerr/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/maintainerr/2.1.1/app-readme.md b/stable/maintainerr/2.2.2/app-readme.md similarity index 100% rename from stable/maintainerr/2.1.1/app-readme.md rename to stable/maintainerr/2.2.2/app-readme.md diff --git a/stable/maintainerr/2.2.2/charts/common-18.1.6.tgz b/stable/maintainerr/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/maintainerr/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/maintainerr/2.1.1/ix_values.yaml b/stable/maintainerr/2.2.2/ix_values.yaml similarity index 100% rename from stable/maintainerr/2.1.1/ix_values.yaml rename to stable/maintainerr/2.2.2/ix_values.yaml diff --git a/stable/maintainerr/2.1.1/questions.yaml b/stable/maintainerr/2.2.2/questions.yaml similarity index 100% rename from stable/maintainerr/2.1.1/questions.yaml rename to stable/maintainerr/2.2.2/questions.yaml diff --git a/stable/minecraft-bungeecord/8.1.1/templates/NOTES.txt b/stable/maintainerr/2.2.2/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/templates/NOTES.txt rename to stable/maintainerr/2.2.2/templates/NOTES.txt diff --git a/stable/metube/12.1.1/templates/common.yaml b/stable/maintainerr/2.2.2/templates/common.yaml similarity index 100% rename from stable/metube/12.1.1/templates/common.yaml rename to stable/maintainerr/2.2.2/templates/common.yaml diff --git a/stable/megasync/6.1.1/values.yaml b/stable/maintainerr/2.2.2/values.yaml similarity index 100% rename from stable/megasync/6.1.1/values.yaml rename to stable/maintainerr/2.2.2/values.yaml diff --git a/stable/makemkv/10.1.1/CHANGELOG.md b/stable/makemkv/10.1.1/CHANGELOG.md deleted file mode 100644 index 75b27e9826a..00000000000 --- a/stable/makemkv/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/makemkv/10.1.1/Chart.yaml b/stable/makemkv/10.1.1/Chart.yaml deleted file mode 100644 index dbbe9199f09..00000000000 --- a/stable/makemkv/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/makemkv/10.1.1/charts/common-18.0.2.tgz b/stable/makemkv/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/makemkv/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/memories-of-mars/5.1.1/.helmignore b/stable/makemkv/10.2.2/.helmignore similarity index 100% rename from stable/memories-of-mars/5.1.1/.helmignore rename to stable/makemkv/10.2.2/.helmignore diff --git a/stable/makemkv/10.2.2/CHANGELOG.md b/stable/makemkv/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..79f309a6625 --- /dev/null +++ b/stable/makemkv/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/makemkv/10.2.2/Chart.yaml b/stable/makemkv/10.2.2/Chart.yaml new file mode 100644 index 00000000000..54d6eae3873 --- /dev/null +++ b/stable/makemkv/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/makemkv/10.1.1/README.md b/stable/makemkv/10.2.2/README.md similarity index 100% rename from stable/makemkv/10.1.1/README.md rename to stable/makemkv/10.2.2/README.md diff --git a/stable/makemkv/10.2.2/app-changelog.md b/stable/makemkv/10.2.2/app-changelog.md new file mode 100644 index 00000000000..eef7f81a41b --- /dev/null +++ b/stable/makemkv/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/makemkv/10.1.1/app-readme.md b/stable/makemkv/10.2.2/app-readme.md similarity index 100% rename from stable/makemkv/10.1.1/app-readme.md rename to stable/makemkv/10.2.2/app-readme.md diff --git a/stable/makemkv/10.2.2/charts/common-18.1.6.tgz b/stable/makemkv/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/makemkv/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/makemkv/10.1.1/ix_values.yaml b/stable/makemkv/10.2.2/ix_values.yaml similarity index 100% rename from stable/makemkv/10.1.1/ix_values.yaml rename to stable/makemkv/10.2.2/ix_values.yaml diff --git a/stable/makemkv/10.1.1/questions.yaml b/stable/makemkv/10.2.2/questions.yaml similarity index 100% rename from stable/makemkv/10.1.1/questions.yaml rename to stable/makemkv/10.2.2/questions.yaml diff --git a/stable/minecraft-java/8.1.1/templates/NOTES.txt b/stable/makemkv/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/minecraft-java/8.1.1/templates/NOTES.txt rename to stable/makemkv/10.2.2/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/8.1.2/templates/common.yaml b/stable/makemkv/10.2.2/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.2/templates/common.yaml rename to stable/makemkv/10.2.2/templates/common.yaml diff --git a/stable/memories-of-mars/5.1.1/values.yaml b/stable/makemkv/10.2.2/values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.1/values.yaml rename to stable/makemkv/10.2.2/values.yaml diff --git a/stable/maloja/5.1.1/CHANGELOG.md b/stable/maloja/5.1.1/CHANGELOG.md deleted file mode 100644 index 81641cbb661..00000000000 --- a/stable/maloja/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/maloja/5.1.1/Chart.yaml b/stable/maloja/5.1.1/Chart.yaml deleted file mode 100644 index e18be900aac..00000000000 --- a/stable/maloja/5.1.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: MediaServer-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/maloja/5.1.1/charts/common-18.0.2.tgz b/stable/maloja/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/maloja/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/meshcentral/15.1.1/.helmignore b/stable/maloja/5.2.2/.helmignore similarity index 100% rename from stable/meshcentral/15.1.1/.helmignore rename to stable/maloja/5.2.2/.helmignore diff --git a/stable/maloja/5.2.2/CHANGELOG.md b/stable/maloja/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b534fd0ba50 --- /dev/null +++ b/stable/maloja/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/maloja/5.2.2/Chart.yaml b/stable/maloja/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e9d6970e822 --- /dev/null +++ b/stable/maloja/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/maloja/5.1.1/README.md b/stable/maloja/5.2.2/README.md similarity index 100% rename from stable/maloja/5.1.1/README.md rename to stable/maloja/5.2.2/README.md diff --git a/stable/maloja/5.2.2/app-changelog.md b/stable/maloja/5.2.2/app-changelog.md new file mode 100644 index 00000000000..880e5e99822 --- /dev/null +++ b/stable/maloja/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/maloja/5.1.1/app-readme.md b/stable/maloja/5.2.2/app-readme.md similarity index 100% rename from stable/maloja/5.1.1/app-readme.md rename to stable/maloja/5.2.2/app-readme.md diff --git a/stable/maloja/5.2.2/charts/common-18.1.6.tgz b/stable/maloja/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/maloja/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/maloja/5.1.1/ix_values.yaml b/stable/maloja/5.2.2/ix_values.yaml similarity index 100% rename from stable/maloja/5.1.1/ix_values.yaml rename to stable/maloja/5.2.2/ix_values.yaml diff --git a/stable/maloja/5.1.1/questions.yaml b/stable/maloja/5.2.2/questions.yaml similarity index 100% rename from stable/maloja/5.1.1/questions.yaml rename to stable/maloja/5.2.2/questions.yaml diff --git a/stable/maloja/5.1.1/templates/common.yaml b/stable/maloja/5.2.2/templates/common.yaml similarity index 100% rename from stable/maloja/5.1.1/templates/common.yaml rename to stable/maloja/5.2.2/templates/common.yaml diff --git a/stable/meshcentral/15.1.1/values.yaml b/stable/maloja/5.2.2/values.yaml similarity index 100% rename from stable/meshcentral/15.1.1/values.yaml rename to stable/maloja/5.2.2/values.yaml diff --git a/stable/mango/5.1.1/CHANGELOG.md b/stable/mango/5.1.1/CHANGELOG.md deleted file mode 100644 index 8088a0424e0..00000000000 --- a/stable/mango/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mango/5.1.1/Chart.yaml b/stable/mango/5.1.1/Chart.yaml deleted file mode 100644 index d1638a264a6..00000000000 --- a/stable/mango/5.1.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: MediaApp-Books - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mango/5.1.1/charts/common-18.0.2.tgz b/stable/mango/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mango/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/meshroom/9.1.1/.helmignore b/stable/mango/5.2.2/.helmignore similarity index 100% rename from stable/meshroom/9.1.1/.helmignore rename to stable/mango/5.2.2/.helmignore diff --git a/stable/mango/5.2.2/CHANGELOG.md b/stable/mango/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5268fd41549 --- /dev/null +++ b/stable/mango/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mango/5.2.2/Chart.yaml b/stable/mango/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1fec73cb88e --- /dev/null +++ b/stable/mango/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mango/5.1.1/README.md b/stable/mango/5.2.2/README.md similarity index 100% rename from stable/mango/5.1.1/README.md rename to stable/mango/5.2.2/README.md diff --git a/stable/mango/5.2.2/app-changelog.md b/stable/mango/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0caadb92686 --- /dev/null +++ b/stable/mango/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mango/5.1.1/app-readme.md b/stable/mango/5.2.2/app-readme.md similarity index 100% rename from stable/mango/5.1.1/app-readme.md rename to stable/mango/5.2.2/app-readme.md diff --git a/stable/mango/5.2.2/charts/common-18.1.6.tgz b/stable/mango/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mango/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mango/5.1.1/ix_values.yaml b/stable/mango/5.2.2/ix_values.yaml similarity index 100% rename from stable/mango/5.1.1/ix_values.yaml rename to stable/mango/5.2.2/ix_values.yaml diff --git a/stable/mango/5.1.1/questions.yaml b/stable/mango/5.2.2/questions.yaml similarity index 100% rename from stable/mango/5.1.1/questions.yaml rename to stable/mango/5.2.2/questions.yaml diff --git a/stable/mango/5.1.1/templates/common.yaml b/stable/mango/5.2.2/templates/common.yaml similarity index 100% rename from stable/mango/5.1.1/templates/common.yaml rename to stable/mango/5.2.2/templates/common.yaml diff --git a/stable/meshroom/9.1.1/values.yaml b/stable/mango/5.2.2/values.yaml similarity index 100% rename from stable/meshroom/9.1.1/values.yaml rename to stable/mango/5.2.2/values.yaml diff --git a/stable/matomo/13.2.3/CHANGELOG.md b/stable/matomo/13.2.3/CHANGELOG.md deleted file mode 100644 index 2ccf24b4071..00000000000 --- a/stable/matomo/13.2.3/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) - -### Chore diff --git a/stable/matomo/13.2.3/Chart.yaml b/stable/matomo/13.2.3/Chart.yaml deleted file mode 100644 index 491a1216643..00000000000 --- a/stable/matomo/13.2.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.2 -dependencies: - - name: common - version: 18.0.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.2.3 diff --git a/stable/matomo/13.2.3/charts/common-18.0.2.tgz b/stable/matomo/13.2.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/matomo/13.2.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/matomo/13.2.3/charts/mariadb-13.0.0.tgz b/stable/matomo/13.2.3/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/matomo/13.2.3/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/metabase/3.1.2/.helmignore b/stable/matomo/13.4.2/.helmignore similarity index 100% rename from stable/metabase/3.1.2/.helmignore rename to stable/matomo/13.4.2/.helmignore diff --git a/stable/matomo/13.4.2/CHANGELOG.md b/stable/matomo/13.4.2/CHANGELOG.md new file mode 100644 index 00000000000..be42cb7a464 --- /dev/null +++ b/stable/matomo/13.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/matomo/13.4.2/Chart.yaml b/stable/matomo/13.4.2/Chart.yaml new file mode 100644 index 00000000000..8316b7981cc --- /dev/null +++ b/stable/matomo/13.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.2 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/matomo/13.2.3/README.md b/stable/matomo/13.4.2/README.md similarity index 100% rename from stable/matomo/13.2.3/README.md rename to stable/matomo/13.4.2/README.md diff --git a/stable/matomo/13.4.2/app-changelog.md b/stable/matomo/13.4.2/app-changelog.md new file mode 100644 index 00000000000..4d5b9c2950f --- /dev/null +++ b/stable/matomo/13.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/matomo/13.2.3/app-readme.md b/stable/matomo/13.4.2/app-readme.md similarity index 100% rename from stable/matomo/13.2.3/app-readme.md rename to stable/matomo/13.4.2/app-readme.md diff --git a/stable/matomo/13.4.2/charts/common-18.1.6.tgz b/stable/matomo/13.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/matomo/13.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/matomo/13.4.2/charts/mariadb-13.2.0.tgz b/stable/matomo/13.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/matomo/13.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/matomo/13.2.3/ix_values.yaml b/stable/matomo/13.4.2/ix_values.yaml similarity index 100% rename from stable/matomo/13.2.3/ix_values.yaml rename to stable/matomo/13.4.2/ix_values.yaml diff --git a/stable/matomo/13.2.3/questions.yaml b/stable/matomo/13.4.2/questions.yaml similarity index 100% rename from stable/matomo/13.2.3/questions.yaml rename to stable/matomo/13.4.2/questions.yaml diff --git a/stable/minetest/8.1.2/templates/NOTES.txt b/stable/matomo/13.4.2/templates/NOTES.txt similarity index 100% rename from stable/minetest/8.1.2/templates/NOTES.txt rename to stable/matomo/13.4.2/templates/NOTES.txt diff --git a/stable/minecraft-bungeecord/8.1.1/templates/common.yaml b/stable/matomo/13.4.2/templates/common.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/templates/common.yaml rename to stable/matomo/13.4.2/templates/common.yaml diff --git a/stable/metabase/3.1.2/values.yaml b/stable/matomo/13.4.2/values.yaml similarity index 100% rename from stable/metabase/3.1.2/values.yaml rename to stable/matomo/13.4.2/values.yaml diff --git a/stable/mattermost/12.2.0/CHANGELOG.md b/stable/mattermost/12.2.0/CHANGELOG.md deleted file mode 100644 index f5937847e6a..00000000000 --- a/stable/mattermost/12.2.0/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [mattermost-11.1.11](https://github.com/truecharts/charts/compare/mattermost-11.1.10...mattermost-11.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/mattermost/12.2.0/Chart.yaml b/stable/mattermost/12.2.0/Chart.yaml deleted file mode 100644 index 57d34536bb5..00000000000 --- a/stable/mattermost/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: hosting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.6.0 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/mattermost/12.2.0/charts/common-18.0.2.tgz b/stable/mattermost/12.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mattermost/12.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mattermost/12.2.0/ix_values.yaml b/stable/mattermost/12.2.0/ix_values.yaml deleted file mode 100644 index 8ab69ae5bba..00000000000 --- a/stable/mattermost/12.2.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/metatube/5.1.1/.helmignore b/stable/mattermost/12.3.3/.helmignore similarity index 100% rename from stable/metatube/5.1.1/.helmignore rename to stable/mattermost/12.3.3/.helmignore diff --git a/stable/mattermost/12.3.3/CHANGELOG.md b/stable/mattermost/12.3.3/CHANGELOG.md new file mode 100644 index 00000000000..795f13184e9 --- /dev/null +++ b/stable/mattermost/12.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/mattermost/12.3.3/Chart.yaml b/stable/mattermost/12.3.3/Chart.yaml new file mode 100644 index 00000000000..570621292de --- /dev/null +++ b/stable/mattermost/12.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/mattermost/12.2.0/README.md b/stable/mattermost/12.3.3/README.md similarity index 100% rename from stable/mattermost/12.2.0/README.md rename to stable/mattermost/12.3.3/README.md diff --git a/stable/mattermost/12.3.3/app-changelog.md b/stable/mattermost/12.3.3/app-changelog.md new file mode 100644 index 00000000000..13a0097c1c1 --- /dev/null +++ b/stable/mattermost/12.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mattermost/12.2.0/app-readme.md b/stable/mattermost/12.3.3/app-readme.md similarity index 100% rename from stable/mattermost/12.2.0/app-readme.md rename to stable/mattermost/12.3.3/app-readme.md diff --git a/stable/mattermost/12.3.3/charts/common-18.1.6.tgz b/stable/mattermost/12.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mattermost/12.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/mattermost/12.3.3/ix_values.yaml b/stable/mattermost/12.3.3/ix_values.yaml new file mode 100644 index 00000000000..1102fc2fbd5 --- /dev/null +++ b/stable/mattermost/12.3.3/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.2.0/questions.yaml b/stable/mattermost/12.3.3/questions.yaml similarity index 100% rename from stable/mattermost/12.2.0/questions.yaml rename to stable/mattermost/12.3.3/questions.yaml diff --git a/stable/minio-console/10.1.1/templates/NOTES.txt b/stable/mattermost/12.3.3/templates/NOTES.txt similarity index 100% rename from stable/minio-console/10.1.1/templates/NOTES.txt rename to stable/mattermost/12.3.3/templates/NOTES.txt diff --git a/stable/mattermost/12.2.0/templates/common.yaml b/stable/mattermost/12.3.3/templates/common.yaml similarity index 100% rename from stable/mattermost/12.2.0/templates/common.yaml rename to stable/mattermost/12.3.3/templates/common.yaml diff --git a/stable/metatube/5.1.1/values.yaml b/stable/mattermost/12.3.3/values.yaml similarity index 100% rename from stable/metatube/5.1.1/values.yaml rename to stable/mattermost/12.3.3/values.yaml diff --git a/stable/mc-router/4.1.1/CHANGELOG.md b/stable/mc-router/4.1.1/CHANGELOG.md deleted file mode 100644 index 6110b284a48..00000000000 --- a/stable/mc-router/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/mc-router/4.1.1/Chart.yaml b/stable/mc-router/4.1.1/Chart.yaml deleted file mode 100644 index 1548e89736d..00000000000 --- a/stable/mc-router/4.1.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: minecraft - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mc-router/4.1.1/charts/common-18.0.2.tgz b/stable/mc-router/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mc-router/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/metube/12.1.1/.helmignore b/stable/mc-router/4.2.2/.helmignore similarity index 100% rename from stable/metube/12.1.1/.helmignore rename to stable/mc-router/4.2.2/.helmignore diff --git a/stable/mc-router/4.2.2/CHANGELOG.md b/stable/mc-router/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0c189c5d4e1 --- /dev/null +++ b/stable/mc-router/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/mc-router/4.2.2/Chart.yaml b/stable/mc-router/4.2.2/Chart.yaml new file mode 100644 index 00000000000..e94bff827bc --- /dev/null +++ b/stable/mc-router/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mc-router/4.1.1/README.md b/stable/mc-router/4.2.2/README.md similarity index 100% rename from stable/mc-router/4.1.1/README.md rename to stable/mc-router/4.2.2/README.md diff --git a/stable/mc-router/4.2.2/app-changelog.md b/stable/mc-router/4.2.2/app-changelog.md new file mode 100644 index 00000000000..01d24761a7e --- /dev/null +++ b/stable/mc-router/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mc-router/4.1.1/app-readme.md b/stable/mc-router/4.2.2/app-readme.md similarity index 100% rename from stable/mc-router/4.1.1/app-readme.md rename to stable/mc-router/4.2.2/app-readme.md diff --git a/stable/mc-router/4.2.2/charts/common-18.1.6.tgz b/stable/mc-router/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mc-router/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mc-router/4.1.1/ix_values.yaml b/stable/mc-router/4.2.2/ix_values.yaml similarity index 100% rename from stable/mc-router/4.1.1/ix_values.yaml rename to stable/mc-router/4.2.2/ix_values.yaml diff --git a/stable/mc-router/4.1.1/questions.yaml b/stable/mc-router/4.2.2/questions.yaml similarity index 100% rename from stable/mc-router/4.1.1/questions.yaml rename to stable/mc-router/4.2.2/questions.yaml diff --git a/stable/minio/11.1.3/templates/NOTES.txt b/stable/mc-router/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/minio/11.1.3/templates/NOTES.txt rename to stable/mc-router/4.2.2/templates/NOTES.txt diff --git a/stable/mc-router/4.1.1/templates/_secrets.tpl b/stable/mc-router/4.2.2/templates/_secrets.tpl similarity index 100% rename from stable/mc-router/4.1.1/templates/_secrets.tpl rename to stable/mc-router/4.2.2/templates/_secrets.tpl diff --git a/stable/mc-router/4.1.1/templates/common.yaml b/stable/mc-router/4.2.2/templates/common.yaml similarity index 100% rename from stable/mc-router/4.1.1/templates/common.yaml rename to stable/mc-router/4.2.2/templates/common.yaml diff --git a/stable/metube/12.1.1/values.yaml b/stable/mc-router/4.2.2/values.yaml similarity index 100% rename from stable/metube/12.1.1/values.yaml rename to stable/mc-router/4.2.2/values.yaml diff --git a/stable/mealie/21.1.1/CHANGELOG.md b/stable/mealie/21.1.1/CHANGELOG.md deleted file mode 100644 index ae7685beada..00000000000 --- a/stable/mealie/21.1.1/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 - - - -- 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/mealie/21.1.1/Chart.yaml b/stable/mealie/21.1.1/Chart.yaml deleted file mode 100644 index 3a604783ed2..00000000000 --- a/stable/mealie/21.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mealie/21.1.1/charts/common-18.0.2.tgz b/stable/mealie/21.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mealie/21.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mindustry/5.1.1/.helmignore b/stable/mealie/21.2.2/.helmignore similarity index 100% rename from stable/mindustry/5.1.1/.helmignore rename to stable/mealie/21.2.2/.helmignore diff --git a/stable/mealie/21.2.2/CHANGELOG.md b/stable/mealie/21.2.2/CHANGELOG.md new file mode 100644 index 00000000000..67286706b26 --- /dev/null +++ b/stable/mealie/21.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/mealie/21.2.2/Chart.yaml b/stable/mealie/21.2.2/Chart.yaml new file mode 100644 index 00000000000..86e1cc9937b --- /dev/null +++ b/stable/mealie/21.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mealie/21.1.1/README.md b/stable/mealie/21.2.2/README.md similarity index 100% rename from stable/mealie/21.1.1/README.md rename to stable/mealie/21.2.2/README.md diff --git a/stable/mealie/21.2.2/app-changelog.md b/stable/mealie/21.2.2/app-changelog.md new file mode 100644 index 00000000000..c29f01d3a3f --- /dev/null +++ b/stable/mealie/21.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mealie/21.1.1/app-readme.md b/stable/mealie/21.2.2/app-readme.md similarity index 100% rename from stable/mealie/21.1.1/app-readme.md rename to stable/mealie/21.2.2/app-readme.md diff --git a/stable/mealie/21.2.2/charts/common-18.1.6.tgz b/stable/mealie/21.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mealie/21.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mealie/21.1.1/ix_values.yaml b/stable/mealie/21.2.2/ix_values.yaml similarity index 100% rename from stable/mealie/21.1.1/ix_values.yaml rename to stable/mealie/21.2.2/ix_values.yaml diff --git a/stable/mealie/21.1.1/questions.yaml b/stable/mealie/21.2.2/questions.yaml similarity index 100% rename from stable/mealie/21.1.1/questions.yaml rename to stable/mealie/21.2.2/questions.yaml diff --git a/stable/minisatip/9.1.1/templates/NOTES.txt b/stable/mealie/21.2.2/templates/NOTES.txt similarity index 100% rename from stable/minisatip/9.1.1/templates/NOTES.txt rename to stable/mealie/21.2.2/templates/NOTES.txt diff --git a/stable/mealie/21.1.1/templates/_secrets.tpl b/stable/mealie/21.2.2/templates/_secrets.tpl similarity index 100% rename from stable/mealie/21.1.1/templates/_secrets.tpl rename to stable/mealie/21.2.2/templates/_secrets.tpl diff --git a/stable/mealie/21.1.1/templates/common.yaml b/stable/mealie/21.2.2/templates/common.yaml similarity index 100% rename from stable/mealie/21.1.1/templates/common.yaml rename to stable/mealie/21.2.2/templates/common.yaml diff --git a/stable/mindustry/5.1.1/values.yaml b/stable/mealie/21.2.2/values.yaml similarity index 100% rename from stable/mindustry/5.1.1/values.yaml rename to stable/mealie/21.2.2/values.yaml diff --git a/stable/media-roller/5.1.1/CHANGELOG.md b/stable/media-roller/5.1.1/CHANGELOG.md deleted file mode 100644 index 7f381ef9adb..00000000000 --- a/stable/media-roller/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/media-roller/5.1.1/Chart.yaml b/stable/media-roller/5.1.1/Chart.yaml deleted file mode 100644 index dee8ed0cfd8..00000000000 --- a/stable/media-roller/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/media-roller/5.1.1/charts/common-18.0.2.tgz b/stable/media-roller/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/media-roller/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.1.2/.helmignore b/stable/media-roller/5.2.2/.helmignore similarity index 100% rename from stable/minecraft-bedrock/8.1.2/.helmignore rename to stable/media-roller/5.2.2/.helmignore diff --git a/stable/media-roller/5.2.2/CHANGELOG.md b/stable/media-roller/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3fa95b98062 --- /dev/null +++ b/stable/media-roller/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/media-roller/5.2.2/Chart.yaml b/stable/media-roller/5.2.2/Chart.yaml new file mode 100644 index 00000000000..dc070e55e63 --- /dev/null +++ b/stable/media-roller/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/media-roller/5.1.1/README.md b/stable/media-roller/5.2.2/README.md similarity index 100% rename from stable/media-roller/5.1.1/README.md rename to stable/media-roller/5.2.2/README.md diff --git a/stable/media-roller/5.2.2/app-changelog.md b/stable/media-roller/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ea86a36c94b --- /dev/null +++ b/stable/media-roller/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/media-roller/5.1.1/app-readme.md b/stable/media-roller/5.2.2/app-readme.md similarity index 100% rename from stable/media-roller/5.1.1/app-readme.md rename to stable/media-roller/5.2.2/app-readme.md diff --git a/stable/media-roller/5.2.2/charts/common-18.1.6.tgz b/stable/media-roller/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/media-roller/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/media-roller/5.1.1/ix_values.yaml b/stable/media-roller/5.2.2/ix_values.yaml similarity index 100% rename from stable/media-roller/5.1.1/ix_values.yaml rename to stable/media-roller/5.2.2/ix_values.yaml diff --git a/stable/media-roller/5.1.1/questions.yaml b/stable/media-roller/5.2.2/questions.yaml similarity index 100% rename from stable/media-roller/5.1.1/questions.yaml rename to stable/media-roller/5.2.2/questions.yaml diff --git a/stable/media-roller/5.1.1/templates/common.yaml b/stable/media-roller/5.2.2/templates/common.yaml similarity index 100% rename from stable/media-roller/5.1.1/templates/common.yaml rename to stable/media-roller/5.2.2/templates/common.yaml diff --git a/stable/minecraft-bedrock/8.1.2/values.yaml b/stable/media-roller/5.2.2/values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.1.2/values.yaml rename to stable/media-roller/5.2.2/values.yaml diff --git a/stable/mediaelch/5.1.1/CHANGELOG.md b/stable/mediaelch/5.1.1/CHANGELOG.md deleted file mode 100644 index d85c76f85ba..00000000000 --- a/stable/mediaelch/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mediaelch/5.1.1/Chart.yaml b/stable/mediaelch/5.1.1/Chart.yaml deleted file mode 100644 index b0ef6054c74..00000000000 --- a/stable/mediaelch/5.1.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: Tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mediaelch/5.1.1/charts/common-18.0.2.tgz b/stable/mediaelch/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mediaelch/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minecraft-bungeecord/8.1.1/.helmignore b/stable/mediaelch/5.2.2/.helmignore similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/.helmignore rename to stable/mediaelch/5.2.2/.helmignore diff --git a/stable/mediaelch/5.2.2/CHANGELOG.md b/stable/mediaelch/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..600e04de17b --- /dev/null +++ b/stable/mediaelch/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mediaelch/5.2.2/Chart.yaml b/stable/mediaelch/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ad41cbcc649 --- /dev/null +++ b/stable/mediaelch/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mediaelch/5.1.1/README.md b/stable/mediaelch/5.2.2/README.md similarity index 100% rename from stable/mediaelch/5.1.1/README.md rename to stable/mediaelch/5.2.2/README.md diff --git a/stable/mediaelch/5.2.2/app-changelog.md b/stable/mediaelch/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7e2ee9dc960 --- /dev/null +++ b/stable/mediaelch/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mediaelch/5.1.1/app-readme.md b/stable/mediaelch/5.2.2/app-readme.md similarity index 100% rename from stable/mediaelch/5.1.1/app-readme.md rename to stable/mediaelch/5.2.2/app-readme.md diff --git a/stable/mediaelch/5.2.2/charts/common-18.1.6.tgz b/stable/mediaelch/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mediaelch/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mediaelch/5.1.1/ix_values.yaml b/stable/mediaelch/5.2.2/ix_values.yaml similarity index 100% rename from stable/mediaelch/5.1.1/ix_values.yaml rename to stable/mediaelch/5.2.2/ix_values.yaml diff --git a/stable/mediaelch/5.1.1/questions.yaml b/stable/mediaelch/5.2.2/questions.yaml similarity index 100% rename from stable/mediaelch/5.1.1/questions.yaml rename to stable/mediaelch/5.2.2/questions.yaml diff --git a/stable/mediaelch/5.1.1/templates/common.yaml b/stable/mediaelch/5.2.2/templates/common.yaml similarity index 100% rename from stable/mediaelch/5.1.1/templates/common.yaml rename to stable/mediaelch/5.2.2/templates/common.yaml diff --git a/stable/minecraft-bungeecord/8.1.1/values.yaml b/stable/mediaelch/5.2.2/values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/values.yaml rename to stable/mediaelch/5.2.2/values.yaml diff --git a/stable/mediagoblin/5.1.1/CHANGELOG.md b/stable/mediagoblin/5.1.1/CHANGELOG.md deleted file mode 100644 index a2b08080a70..00000000000 --- a/stable/mediagoblin/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mediagoblin/5.1.1/Chart.yaml b/stable/mediagoblin/5.1.1/Chart.yaml deleted file mode 100644 index 1b3b0d3c8d5..00000000000 --- a/stable/mediagoblin/5.1.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: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mediagoblin/5.1.1/charts/common-18.0.2.tgz b/stable/mediagoblin/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mediagoblin/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minecraft-java/8.1.1/.helmignore b/stable/mediagoblin/5.2.2/.helmignore similarity index 100% rename from stable/minecraft-java/8.1.1/.helmignore rename to stable/mediagoblin/5.2.2/.helmignore diff --git a/stable/mediagoblin/5.2.2/CHANGELOG.md b/stable/mediagoblin/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..23fa1f9192c --- /dev/null +++ b/stable/mediagoblin/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mediagoblin/5.2.2/Chart.yaml b/stable/mediagoblin/5.2.2/Chart.yaml new file mode 100644 index 00000000000..259d42a8988 --- /dev/null +++ b/stable/mediagoblin/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mediagoblin/5.1.1/README.md b/stable/mediagoblin/5.2.2/README.md similarity index 100% rename from stable/mediagoblin/5.1.1/README.md rename to stable/mediagoblin/5.2.2/README.md diff --git a/stable/mediagoblin/5.2.2/app-changelog.md b/stable/mediagoblin/5.2.2/app-changelog.md new file mode 100644 index 00000000000..34104ceb53a --- /dev/null +++ b/stable/mediagoblin/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mediagoblin/5.1.1/app-readme.md b/stable/mediagoblin/5.2.2/app-readme.md similarity index 100% rename from stable/mediagoblin/5.1.1/app-readme.md rename to stable/mediagoblin/5.2.2/app-readme.md diff --git a/stable/mediagoblin/5.2.2/charts/common-18.1.6.tgz b/stable/mediagoblin/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mediagoblin/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mediagoblin/5.1.1/ix_values.yaml b/stable/mediagoblin/5.2.2/ix_values.yaml similarity index 100% rename from stable/mediagoblin/5.1.1/ix_values.yaml rename to stable/mediagoblin/5.2.2/ix_values.yaml diff --git a/stable/mediagoblin/5.1.1/questions.yaml b/stable/mediagoblin/5.2.2/questions.yaml similarity index 100% rename from stable/mediagoblin/5.1.1/questions.yaml rename to stable/mediagoblin/5.2.2/questions.yaml diff --git a/stable/mediagoblin/5.1.1/templates/common.yaml b/stable/mediagoblin/5.2.2/templates/common.yaml similarity index 100% rename from stable/mediagoblin/5.1.1/templates/common.yaml rename to stable/mediagoblin/5.2.2/templates/common.yaml diff --git a/stable/minecraft-java/8.1.1/values.yaml b/stable/mediagoblin/5.2.2/values.yaml similarity index 100% rename from stable/minecraft-java/8.1.1/values.yaml rename to stable/mediagoblin/5.2.2/values.yaml diff --git a/stable/mediainfo/9.1.1/CHANGELOG.md b/stable/mediainfo/9.1.1/CHANGELOG.md deleted file mode 100644 index f8f7aea8fb8..00000000000 --- a/stable/mediainfo/9.1.1/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 - - -## [mediainfo-7.1.4](https://github.com/truecharts/charts/compare/mediainfo-7.1.3...mediainfo-7.1.4) (2024-01-01) diff --git a/stable/mediainfo/9.1.1/Chart.yaml b/stable/mediainfo/9.1.1/Chart.yaml deleted file mode 100644 index 0120612e207..00000000000 --- a/stable/mediainfo/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mediainfo/9.1.1/charts/common-18.0.2.tgz b/stable/mediainfo/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mediainfo/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minetest/8.1.2/.helmignore b/stable/mediainfo/9.2.2/.helmignore similarity index 100% rename from stable/minetest/8.1.2/.helmignore rename to stable/mediainfo/9.2.2/.helmignore diff --git a/stable/mediainfo/9.2.2/CHANGELOG.md b/stable/mediainfo/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c81a48296b6 --- /dev/null +++ b/stable/mediainfo/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/mediainfo/9.2.2/Chart.yaml b/stable/mediainfo/9.2.2/Chart.yaml new file mode 100644 index 00000000000..32a4f3ebc31 --- /dev/null +++ b/stable/mediainfo/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mediainfo/9.1.1/README.md b/stable/mediainfo/9.2.2/README.md similarity index 100% rename from stable/mediainfo/9.1.1/README.md rename to stable/mediainfo/9.2.2/README.md diff --git a/stable/mediainfo/9.2.2/app-changelog.md b/stable/mediainfo/9.2.2/app-changelog.md new file mode 100644 index 00000000000..38a52e47153 --- /dev/null +++ b/stable/mediainfo/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mediainfo/9.1.1/app-readme.md b/stable/mediainfo/9.2.2/app-readme.md similarity index 100% rename from stable/mediainfo/9.1.1/app-readme.md rename to stable/mediainfo/9.2.2/app-readme.md diff --git a/stable/mediainfo/9.2.2/charts/common-18.1.6.tgz b/stable/mediainfo/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mediainfo/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mediainfo/9.1.1/ix_values.yaml b/stable/mediainfo/9.2.2/ix_values.yaml similarity index 100% rename from stable/mediainfo/9.1.1/ix_values.yaml rename to stable/mediainfo/9.2.2/ix_values.yaml diff --git a/stable/mediainfo/9.1.1/questions.yaml b/stable/mediainfo/9.2.2/questions.yaml similarity index 100% rename from stable/mediainfo/9.1.1/questions.yaml rename to stable/mediainfo/9.2.2/questions.yaml diff --git a/stable/misskey/8.1.2/templates/NOTES.txt b/stable/mediainfo/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.1.2/templates/NOTES.txt rename to stable/mediainfo/9.2.2/templates/NOTES.txt diff --git a/stable/minetest/8.1.2/templates/common.yaml b/stable/mediainfo/9.2.2/templates/common.yaml similarity index 100% rename from stable/minetest/8.1.2/templates/common.yaml rename to stable/mediainfo/9.2.2/templates/common.yaml diff --git a/stable/minetest/8.1.2/values.yaml b/stable/mediainfo/9.2.2/values.yaml similarity index 100% rename from stable/minetest/8.1.2/values.yaml rename to stable/mediainfo/9.2.2/values.yaml diff --git a/stable/medusa/10.1.3/CHANGELOG.md b/stable/medusa/10.1.3/CHANGELOG.md deleted file mode 100644 index 0055b589ade..00000000000 --- a/stable/medusa/10.1.3/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/medusa/10.1.3/Chart.yaml b/stable/medusa/10.1.3/Chart.yaml deleted file mode 100644 index 573d52a139d..00000000000 --- a/stable/medusa/10.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.19 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/medusa/10.1.3/charts/common-18.0.2.tgz b/stable/medusa/10.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/medusa/10.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/medusa/10.1.3/ix_values.yaml b/stable/medusa/10.1.3/ix_values.yaml deleted file mode 100644 index 23183cb7d36..00000000000 --- a/stable/medusa/10.1.3/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/miniflux/14.1.1/.helmignore b/stable/medusa/10.2.3/.helmignore similarity index 100% rename from stable/miniflux/14.1.1/.helmignore rename to stable/medusa/10.2.3/.helmignore diff --git a/stable/medusa/10.2.3/CHANGELOG.md b/stable/medusa/10.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c4fff9c9775 --- /dev/null +++ b/stable/medusa/10.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/medusa/10.2.3/Chart.yaml b/stable/medusa/10.2.3/Chart.yaml new file mode 100644 index 00000000000..59be3a8e377 --- /dev/null +++ b/stable/medusa/10.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.19 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/medusa/10.1.3/README.md b/stable/medusa/10.2.3/README.md similarity index 100% rename from stable/medusa/10.1.3/README.md rename to stable/medusa/10.2.3/README.md diff --git a/stable/medusa/10.2.3/app-changelog.md b/stable/medusa/10.2.3/app-changelog.md new file mode 100644 index 00000000000..1c591fb7f2f --- /dev/null +++ b/stable/medusa/10.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/medusa/10.1.3/app-readme.md b/stable/medusa/10.2.3/app-readme.md similarity index 100% rename from stable/medusa/10.1.3/app-readme.md rename to stable/medusa/10.2.3/app-readme.md diff --git a/stable/medusa/10.2.3/charts/common-18.1.6.tgz b/stable/medusa/10.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/medusa/10.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/medusa/10.2.3/ix_values.yaml b/stable/medusa/10.2.3/ix_values.yaml new file mode 100644 index 00000000000..16c37db47d2 --- /dev/null +++ b/stable/medusa/10.2.3/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.1.3/questions.yaml b/stable/medusa/10.2.3/questions.yaml similarity index 100% rename from stable/medusa/10.1.3/questions.yaml rename to stable/medusa/10.2.3/questions.yaml diff --git a/stable/mkvcleaver/9.1.1/templates/NOTES.txt b/stable/medusa/10.2.3/templates/NOTES.txt similarity index 100% rename from stable/mkvcleaver/9.1.1/templates/NOTES.txt rename to stable/medusa/10.2.3/templates/NOTES.txt diff --git a/stable/medusa/10.1.3/templates/common.yaml b/stable/medusa/10.2.3/templates/common.yaml similarity index 100% rename from stable/medusa/10.1.3/templates/common.yaml rename to stable/medusa/10.2.3/templates/common.yaml diff --git a/stable/miniflux/14.1.1/values.yaml b/stable/medusa/10.2.3/values.yaml similarity index 100% rename from stable/miniflux/14.1.1/values.yaml rename to stable/medusa/10.2.3/values.yaml diff --git a/stable/megasync/6.1.1/CHANGELOG.md b/stable/megasync/6.1.1/CHANGELOG.md deleted file mode 100644 index 2aeb7601d70..00000000000 --- a/stable/megasync/6.1.1/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 - - -## [megasync-5.1.6](https://github.com/truecharts/charts/compare/megasync-5.1.4...megasync-5.1.6) (2024-01-02) diff --git a/stable/megasync/6.1.1/Chart.yaml b/stable/megasync/6.1.1/Chart.yaml deleted file mode 100644 index 89b83a5a1e7..00000000000 --- a/stable/megasync/6.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/megasync/6.1.1/charts/common-18.0.2.tgz b/stable/megasync/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/megasync/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mininote/5.1.1/.helmignore b/stable/megasync/6.2.2/.helmignore similarity index 100% rename from stable/mininote/5.1.1/.helmignore rename to stable/megasync/6.2.2/.helmignore diff --git a/stable/megasync/6.2.2/CHANGELOG.md b/stable/megasync/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e7979122370 --- /dev/null +++ b/stable/megasync/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/megasync/6.2.2/Chart.yaml b/stable/megasync/6.2.2/Chart.yaml new file mode 100644 index 00000000000..489f4a37b70 --- /dev/null +++ b/stable/megasync/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/megasync/6.1.1/README.md b/stable/megasync/6.2.2/README.md similarity index 100% rename from stable/megasync/6.1.1/README.md rename to stable/megasync/6.2.2/README.md diff --git a/stable/megasync/6.2.2/app-changelog.md b/stable/megasync/6.2.2/app-changelog.md new file mode 100644 index 00000000000..9cb4641b6bc --- /dev/null +++ b/stable/megasync/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/megasync/6.1.1/app-readme.md b/stable/megasync/6.2.2/app-readme.md similarity index 100% rename from stable/megasync/6.1.1/app-readme.md rename to stable/megasync/6.2.2/app-readme.md diff --git a/stable/megasync/6.2.2/charts/common-18.1.6.tgz b/stable/megasync/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/megasync/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/megasync/6.1.1/ix_values.yaml b/stable/megasync/6.2.2/ix_values.yaml similarity index 100% rename from stable/megasync/6.1.1/ix_values.yaml rename to stable/megasync/6.2.2/ix_values.yaml diff --git a/stable/megasync/6.1.1/questions.yaml b/stable/megasync/6.2.2/questions.yaml similarity index 100% rename from stable/megasync/6.1.1/questions.yaml rename to stable/megasync/6.2.2/questions.yaml diff --git a/stable/mkvtoolnix/10.1.1/templates/NOTES.txt b/stable/megasync/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/10.1.1/templates/NOTES.txt rename to stable/megasync/6.2.2/templates/NOTES.txt diff --git a/stable/miniflux/14.1.1/templates/common.yaml b/stable/megasync/6.2.2/templates/common.yaml similarity index 100% rename from stable/miniflux/14.1.1/templates/common.yaml rename to stable/megasync/6.2.2/templates/common.yaml diff --git a/stable/mininote/5.1.1/values.yaml b/stable/megasync/6.2.2/values.yaml similarity index 100% rename from stable/mininote/5.1.1/values.yaml rename to stable/megasync/6.2.2/values.yaml diff --git a/stable/memories-of-mars/5.1.1/CHANGELOG.md b/stable/memories-of-mars/5.1.1/CHANGELOG.md deleted file mode 100644 index d4506539d65..00000000000 --- a/stable/memories-of-mars/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/memories-of-mars/5.1.1/Chart.yaml b/stable/memories-of-mars/5.1.1/Chart.yaml deleted file mode 100644 index 84f533fa8ff..00000000000 --- a/stable/memories-of-mars/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: memoriesofmars -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/memories-of-mars/5.1.1/charts/common-18.0.2.tgz b/stable/memories-of-mars/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/memories-of-mars/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minio-console/10.1.1/.helmignore b/stable/memories-of-mars/5.2.2/.helmignore similarity index 100% rename from stable/minio-console/10.1.1/.helmignore rename to stable/memories-of-mars/5.2.2/.helmignore diff --git a/stable/memories-of-mars/5.2.2/CHANGELOG.md b/stable/memories-of-mars/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..861b4b8381a --- /dev/null +++ b/stable/memories-of-mars/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/memories-of-mars/5.2.2/Chart.yaml b/stable/memories-of-mars/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2c96efa897c --- /dev/null +++ b/stable/memories-of-mars/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: memoriesofmars +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/memories-of-mars/5.1.1/README.md b/stable/memories-of-mars/5.2.2/README.md similarity index 100% rename from stable/memories-of-mars/5.1.1/README.md rename to stable/memories-of-mars/5.2.2/README.md diff --git a/stable/memories-of-mars/5.2.2/app-changelog.md b/stable/memories-of-mars/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1df149cccd2 --- /dev/null +++ b/stable/memories-of-mars/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/memories-of-mars/5.1.1/app-readme.md b/stable/memories-of-mars/5.2.2/app-readme.md similarity index 100% rename from stable/memories-of-mars/5.1.1/app-readme.md rename to stable/memories-of-mars/5.2.2/app-readme.md diff --git a/stable/memories-of-mars/5.2.2/charts/common-18.1.6.tgz b/stable/memories-of-mars/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/memories-of-mars/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/memories-of-mars/5.1.1/ix_values.yaml b/stable/memories-of-mars/5.2.2/ix_values.yaml similarity index 100% rename from stable/memories-of-mars/5.1.1/ix_values.yaml rename to stable/memories-of-mars/5.2.2/ix_values.yaml diff --git a/stable/memories-of-mars/5.1.1/questions.yaml b/stable/memories-of-mars/5.2.2/questions.yaml similarity index 100% rename from stable/memories-of-mars/5.1.1/questions.yaml rename to stable/memories-of-mars/5.2.2/questions.yaml diff --git a/stable/memories-of-mars/5.1.1/templates/common.yaml b/stable/memories-of-mars/5.2.2/templates/common.yaml similarity index 100% rename from stable/memories-of-mars/5.1.1/templates/common.yaml rename to stable/memories-of-mars/5.2.2/templates/common.yaml diff --git a/stable/minio-console/10.1.1/values.yaml b/stable/memories-of-mars/5.2.2/values.yaml similarity index 100% rename from stable/minio-console/10.1.1/values.yaml rename to stable/memories-of-mars/5.2.2/values.yaml diff --git a/stable/meshcentral/15.1.1/CHANGELOG.md b/stable/meshcentral/15.1.1/CHANGELOG.md deleted file mode 100644 index cbf2ab91c36..00000000000 --- a/stable/meshcentral/15.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/meshcentral/15.1.1/Chart.yaml b/stable/meshcentral/15.1.1/Chart.yaml deleted file mode 100644 index 7eb3920dd3f..00000000000 --- a/stable/meshcentral/15.1.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: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.21 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/meshcentral/15.1.1/charts/common-18.0.2.tgz b/stable/meshcentral/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/meshcentral/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minio/11.1.3/.helmignore b/stable/meshcentral/15.2.2/.helmignore similarity index 100% rename from stable/minio/11.1.3/.helmignore rename to stable/meshcentral/15.2.2/.helmignore diff --git a/stable/meshcentral/15.2.2/CHANGELOG.md b/stable/meshcentral/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2a0a650b026 --- /dev/null +++ b/stable/meshcentral/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/meshcentral/15.2.2/Chart.yaml b/stable/meshcentral/15.2.2/Chart.yaml new file mode 100644 index 00000000000..478a1bb1517 --- /dev/null +++ b/stable/meshcentral/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.21 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/meshcentral/15.1.1/README.md b/stable/meshcentral/15.2.2/README.md similarity index 100% rename from stable/meshcentral/15.1.1/README.md rename to stable/meshcentral/15.2.2/README.md diff --git a/stable/meshcentral/15.2.2/app-changelog.md b/stable/meshcentral/15.2.2/app-changelog.md new file mode 100644 index 00000000000..d718864441a --- /dev/null +++ b/stable/meshcentral/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/meshcentral/15.1.1/app-readme.md b/stable/meshcentral/15.2.2/app-readme.md similarity index 100% rename from stable/meshcentral/15.1.1/app-readme.md rename to stable/meshcentral/15.2.2/app-readme.md diff --git a/stable/meshcentral/15.2.2/charts/common-18.1.6.tgz b/stable/meshcentral/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/meshcentral/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/meshcentral/15.1.1/ix_values.yaml b/stable/meshcentral/15.2.2/ix_values.yaml similarity index 100% rename from stable/meshcentral/15.1.1/ix_values.yaml rename to stable/meshcentral/15.2.2/ix_values.yaml diff --git a/stable/meshcentral/15.1.1/questions.yaml b/stable/meshcentral/15.2.2/questions.yaml similarity index 100% rename from stable/meshcentral/15.1.1/questions.yaml rename to stable/meshcentral/15.2.2/questions.yaml diff --git a/stable/meshcentral/15.1.1/templates/_secret.tpl b/stable/meshcentral/15.2.2/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/15.1.1/templates/_secret.tpl rename to stable/meshcentral/15.2.2/templates/_secret.tpl diff --git a/stable/meshcentral/15.1.1/templates/common.yaml b/stable/meshcentral/15.2.2/templates/common.yaml similarity index 100% rename from stable/meshcentral/15.1.1/templates/common.yaml rename to stable/meshcentral/15.2.2/templates/common.yaml diff --git a/stable/minio/11.1.3/values.yaml b/stable/meshcentral/15.2.2/values.yaml similarity index 100% rename from stable/minio/11.1.3/values.yaml rename to stable/meshcentral/15.2.2/values.yaml diff --git a/stable/meshroom/9.1.1/CHANGELOG.md b/stable/meshroom/9.1.1/CHANGELOG.md deleted file mode 100644 index 72db6a6dbc5..00000000000 --- a/stable/meshroom/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/meshroom/9.1.1/Chart.yaml b/stable/meshroom/9.1.1/Chart.yaml deleted file mode 100644 index 855ac737716..00000000000 --- a/stable/meshroom/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/meshroom/9.1.1/charts/common-18.0.2.tgz b/stable/meshroom/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/meshroom/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minisatip/9.1.1/.helmignore b/stable/meshroom/9.2.2/.helmignore similarity index 100% rename from stable/minisatip/9.1.1/.helmignore rename to stable/meshroom/9.2.2/.helmignore diff --git a/stable/meshroom/9.2.2/CHANGELOG.md b/stable/meshroom/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..01cc4848aba --- /dev/null +++ b/stable/meshroom/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/meshroom/9.2.2/Chart.yaml b/stable/meshroom/9.2.2/Chart.yaml new file mode 100644 index 00000000000..10c1b9f5001 --- /dev/null +++ b/stable/meshroom/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/meshroom/9.1.1/README.md b/stable/meshroom/9.2.2/README.md similarity index 100% rename from stable/meshroom/9.1.1/README.md rename to stable/meshroom/9.2.2/README.md diff --git a/stable/meshroom/9.2.2/app-changelog.md b/stable/meshroom/9.2.2/app-changelog.md new file mode 100644 index 00000000000..ad7b772fd68 --- /dev/null +++ b/stable/meshroom/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/meshroom/9.1.1/app-readme.md b/stable/meshroom/9.2.2/app-readme.md similarity index 100% rename from stable/meshroom/9.1.1/app-readme.md rename to stable/meshroom/9.2.2/app-readme.md diff --git a/stable/meshroom/9.2.2/charts/common-18.1.6.tgz b/stable/meshroom/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/meshroom/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/meshroom/9.1.1/ix_values.yaml b/stable/meshroom/9.2.2/ix_values.yaml similarity index 100% rename from stable/meshroom/9.1.1/ix_values.yaml rename to stable/meshroom/9.2.2/ix_values.yaml diff --git a/stable/meshroom/9.1.1/questions.yaml b/stable/meshroom/9.2.2/questions.yaml similarity index 100% rename from stable/meshroom/9.1.1/questions.yaml rename to stable/meshroom/9.2.2/questions.yaml diff --git a/stable/modsecurity-crs/3.1.1/templates/NOTES.txt b/stable/meshroom/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/3.1.1/templates/NOTES.txt rename to stable/meshroom/9.2.2/templates/NOTES.txt diff --git a/stable/minio-console/10.1.1/templates/common.yaml b/stable/meshroom/9.2.2/templates/common.yaml similarity index 100% rename from stable/minio-console/10.1.1/templates/common.yaml rename to stable/meshroom/9.2.2/templates/common.yaml diff --git a/stable/minisatip/9.1.1/values.yaml b/stable/meshroom/9.2.2/values.yaml similarity index 100% rename from stable/minisatip/9.1.1/values.yaml rename to stable/meshroom/9.2.2/values.yaml diff --git a/stable/metabase/3.1.2/CHANGELOG.md b/stable/metabase/3.1.2/CHANGELOG.md deleted file mode 100644 index 68f4304351a..00000000000 --- a/stable/metabase/3.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/metabase/3.1.2/Chart.yaml b/stable/metabase/3.1.2/Chart.yaml deleted file mode 100644 index 2f356cb9467..00000000000 --- a/stable/metabase/3.1.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: reporting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.48.7 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/metabase/3.1.2/charts/common-18.0.2.tgz b/stable/metabase/3.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/metabase/3.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/misskey/8.1.2/.helmignore b/stable/metabase/3.2.2/.helmignore similarity index 100% rename from stable/misskey/8.1.2/.helmignore rename to stable/metabase/3.2.2/.helmignore diff --git a/stable/metabase/3.2.2/CHANGELOG.md b/stable/metabase/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e9f28f2378e --- /dev/null +++ b/stable/metabase/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/metabase/3.2.2/Chart.yaml b/stable/metabase/3.2.2/Chart.yaml new file mode 100644 index 00000000000..e5b63562d33 --- /dev/null +++ b/stable/metabase/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.48.7 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/metabase/3.1.2/README.md b/stable/metabase/3.2.2/README.md similarity index 100% rename from stable/metabase/3.1.2/README.md rename to stable/metabase/3.2.2/README.md diff --git a/stable/metabase/3.2.2/app-changelog.md b/stable/metabase/3.2.2/app-changelog.md new file mode 100644 index 00000000000..6824ce4cdc4 --- /dev/null +++ b/stable/metabase/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/metabase/3.1.2/app-readme.md b/stable/metabase/3.2.2/app-readme.md similarity index 100% rename from stable/metabase/3.1.2/app-readme.md rename to stable/metabase/3.2.2/app-readme.md diff --git a/stable/metabase/3.2.2/charts/common-18.1.6.tgz b/stable/metabase/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/metabase/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/metabase/3.1.2/ix_values.yaml b/stable/metabase/3.2.2/ix_values.yaml similarity index 100% rename from stable/metabase/3.1.2/ix_values.yaml rename to stable/metabase/3.2.2/ix_values.yaml diff --git a/stable/metabase/3.1.2/questions.yaml b/stable/metabase/3.2.2/questions.yaml similarity index 100% rename from stable/metabase/3.1.2/questions.yaml rename to stable/metabase/3.2.2/questions.yaml diff --git a/stable/mongo-express/6.1.1/templates/NOTES.txt b/stable/metabase/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/mongo-express/6.1.1/templates/NOTES.txt rename to stable/metabase/3.2.2/templates/NOTES.txt diff --git a/stable/minio/11.1.3/templates/common.yaml b/stable/metabase/3.2.2/templates/common.yaml similarity index 100% rename from stable/minio/11.1.3/templates/common.yaml rename to stable/metabase/3.2.2/templates/common.yaml diff --git a/stable/misskey/8.1.2/values.yaml b/stable/metabase/3.2.2/values.yaml similarity index 100% rename from stable/misskey/8.1.2/values.yaml rename to stable/metabase/3.2.2/values.yaml diff --git a/stable/metatube/5.1.1/CHANGELOG.md b/stable/metatube/5.1.1/CHANGELOG.md deleted file mode 100644 index 667245877ab..00000000000 --- a/stable/metatube/5.1.1/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)) - - -## [metatube-4.1.5](https://github.com/truecharts/charts/compare/metatube-4.1.4...metatube-4.1.5) (2024-01-02) diff --git a/stable/metatube/5.1.1/Chart.yaml b/stable/metatube/5.1.1/Chart.yaml deleted file mode 100644 index 04bfd840705..00000000000 --- a/stable/metatube/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/metatube/5.1.1/charts/common-18.0.2.tgz b/stable/metatube/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/metatube/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mkvcleaver/9.1.1/.helmignore b/stable/metatube/5.2.2/.helmignore similarity index 100% rename from stable/mkvcleaver/9.1.1/.helmignore rename to stable/metatube/5.2.2/.helmignore diff --git a/stable/metatube/5.2.2/CHANGELOG.md b/stable/metatube/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bb4e1f238ae --- /dev/null +++ b/stable/metatube/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/metatube/5.2.2/Chart.yaml b/stable/metatube/5.2.2/Chart.yaml new file mode 100644 index 00000000000..182072a64ce --- /dev/null +++ b/stable/metatube/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/metatube/5.1.1/README.md b/stable/metatube/5.2.2/README.md similarity index 100% rename from stable/metatube/5.1.1/README.md rename to stable/metatube/5.2.2/README.md diff --git a/stable/metatube/5.2.2/app-changelog.md b/stable/metatube/5.2.2/app-changelog.md new file mode 100644 index 00000000000..57f005339cd --- /dev/null +++ b/stable/metatube/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/metatube/5.1.1/app-readme.md b/stable/metatube/5.2.2/app-readme.md similarity index 100% rename from stable/metatube/5.1.1/app-readme.md rename to stable/metatube/5.2.2/app-readme.md diff --git a/stable/metatube/5.2.2/charts/common-18.1.6.tgz b/stable/metatube/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/metatube/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/metatube/5.1.1/ix_values.yaml b/stable/metatube/5.2.2/ix_values.yaml similarity index 100% rename from stable/metatube/5.1.1/ix_values.yaml rename to stable/metatube/5.2.2/ix_values.yaml diff --git a/stable/metatube/5.1.1/questions.yaml b/stable/metatube/5.2.2/questions.yaml similarity index 100% rename from stable/metatube/5.1.1/questions.yaml rename to stable/metatube/5.2.2/questions.yaml diff --git a/stable/metatube/5.1.1/templates/common.yaml b/stable/metatube/5.2.2/templates/common.yaml similarity index 100% rename from stable/metatube/5.1.1/templates/common.yaml rename to stable/metatube/5.2.2/templates/common.yaml diff --git a/stable/mkvcleaver/9.1.1/values.yaml b/stable/metatube/5.2.2/values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.1/values.yaml rename to stable/metatube/5.2.2/values.yaml diff --git a/stable/metube/12.1.1/CHANGELOG.md b/stable/metube/12.1.1/CHANGELOG.md deleted file mode 100644 index a4143a3f7b1..00000000000 --- a/stable/metube/12.1.1/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)) - - -## [metube-10.1.6](https://github.com/truecharts/charts/compare/metube-10.1.5...metube-10.1.6) (2024-01-02) diff --git a/stable/metube/12.1.1/Chart.yaml b/stable/metube/12.1.1/Chart.yaml deleted file mode 100644 index 6bea00a1375..00000000000 --- a/stable/metube/12.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.1.26 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/metube/12.1.1/charts/common-18.0.2.tgz b/stable/metube/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/metube/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/10.1.1/.helmignore b/stable/metube/12.2.2/.helmignore similarity index 100% rename from stable/mkvtoolnix/10.1.1/.helmignore rename to stable/metube/12.2.2/.helmignore diff --git a/stable/metube/12.2.2/CHANGELOG.md b/stable/metube/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..08971b333d3 --- /dev/null +++ b/stable/metube/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/metube/12.2.2/Chart.yaml b/stable/metube/12.2.2/Chart.yaml new file mode 100644 index 00000000000..e5f3a3a55fd --- /dev/null +++ b/stable/metube/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.26 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/metube/12.1.1/README.md b/stable/metube/12.2.2/README.md similarity index 100% rename from stable/metube/12.1.1/README.md rename to stable/metube/12.2.2/README.md diff --git a/stable/metube/12.2.2/app-changelog.md b/stable/metube/12.2.2/app-changelog.md new file mode 100644 index 00000000000..21f6ab24dcc --- /dev/null +++ b/stable/metube/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/metube/12.1.1/app-readme.md b/stable/metube/12.2.2/app-readme.md similarity index 100% rename from stable/metube/12.1.1/app-readme.md rename to stable/metube/12.2.2/app-readme.md diff --git a/stable/metube/12.2.2/charts/common-18.1.6.tgz b/stable/metube/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/metube/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/metube/12.1.1/ix_values.yaml b/stable/metube/12.2.2/ix_values.yaml similarity index 100% rename from stable/metube/12.1.1/ix_values.yaml rename to stable/metube/12.2.2/ix_values.yaml diff --git a/stable/metube/12.1.1/questions.yaml b/stable/metube/12.2.2/questions.yaml similarity index 100% rename from stable/metube/12.1.1/questions.yaml rename to stable/metube/12.2.2/questions.yaml diff --git a/stable/monica/12.2.2/templates/NOTES.txt b/stable/metube/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/monica/12.2.2/templates/NOTES.txt rename to stable/metube/12.2.2/templates/NOTES.txt diff --git a/stable/minisatip/9.1.1/templates/common.yaml b/stable/metube/12.2.2/templates/common.yaml similarity index 100% rename from stable/minisatip/9.1.1/templates/common.yaml rename to stable/metube/12.2.2/templates/common.yaml diff --git a/stable/mkvtoolnix/10.1.1/values.yaml b/stable/metube/12.2.2/values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.1/values.yaml rename to stable/metube/12.2.2/values.yaml diff --git a/stable/mindustry/5.1.1/CHANGELOG.md b/stable/mindustry/5.1.1/CHANGELOG.md deleted file mode 100644 index 2df5bff9562..00000000000 --- a/stable/mindustry/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mindustry/5.1.1/Chart.yaml b/stable/mindustry/5.1.1/Chart.yaml deleted file mode 100644 index 97b6e932363..00000000000 --- a/stable/mindustry/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mindustry/5.1.1/charts/common-18.0.2.tgz b/stable/mindustry/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mindustry/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/modsecurity-crs/3.1.1/.helmignore b/stable/mindustry/5.2.2/.helmignore similarity index 100% rename from stable/modsecurity-crs/3.1.1/.helmignore rename to stable/mindustry/5.2.2/.helmignore diff --git a/stable/mindustry/5.2.2/CHANGELOG.md b/stable/mindustry/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..35f6fba9eaa --- /dev/null +++ b/stable/mindustry/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mindustry/5.2.2/Chart.yaml b/stable/mindustry/5.2.2/Chart.yaml new file mode 100644 index 00000000000..05c1e5745d5 --- /dev/null +++ b/stable/mindustry/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mindustry/5.1.1/README.md b/stable/mindustry/5.2.2/README.md similarity index 100% rename from stable/mindustry/5.1.1/README.md rename to stable/mindustry/5.2.2/README.md diff --git a/stable/mindustry/5.2.2/app-changelog.md b/stable/mindustry/5.2.2/app-changelog.md new file mode 100644 index 00000000000..2b3557da281 --- /dev/null +++ b/stable/mindustry/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mindustry/5.1.1/app-readme.md b/stable/mindustry/5.2.2/app-readme.md similarity index 100% rename from stable/mindustry/5.1.1/app-readme.md rename to stable/mindustry/5.2.2/app-readme.md diff --git a/stable/mindustry/5.2.2/charts/common-18.1.6.tgz b/stable/mindustry/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mindustry/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mindustry/5.1.1/ix_values.yaml b/stable/mindustry/5.2.2/ix_values.yaml similarity index 100% rename from stable/mindustry/5.1.1/ix_values.yaml rename to stable/mindustry/5.2.2/ix_values.yaml diff --git a/stable/mindustry/5.1.1/questions.yaml b/stable/mindustry/5.2.2/questions.yaml similarity index 100% rename from stable/mindustry/5.1.1/questions.yaml rename to stable/mindustry/5.2.2/questions.yaml diff --git a/stable/mindustry/5.1.1/templates/common.yaml b/stable/mindustry/5.2.2/templates/common.yaml similarity index 100% rename from stable/mindustry/5.1.1/templates/common.yaml rename to stable/mindustry/5.2.2/templates/common.yaml diff --git a/stable/modsecurity-crs/3.1.1/values.yaml b/stable/mindustry/5.2.2/values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.1/values.yaml rename to stable/mindustry/5.2.2/values.yaml diff --git a/stable/minecraft-bedrock/8.1.2/CHANGELOG.md b/stable/minecraft-bedrock/8.1.2/CHANGELOG.md deleted file mode 100644 index 1b3c77aa5e7..00000000000 --- a/stable/minecraft-bedrock/8.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/minecraft-bedrock/8.1.2/Chart.yaml b/stable/minecraft-bedrock/8.1.2/Chart.yaml deleted file mode 100644 index 139d8913e1b..00000000000 --- a/stable/minecraft-bedrock/8.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.8.1 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/minecraft-bedrock/8.1.2/charts/common-18.0.2.tgz b/stable/minecraft-bedrock/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minecraft-bedrock/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.1.2/ix_values.yaml b/stable/minecraft-bedrock/8.1.2/ix_values.yaml deleted file mode 100644 index 72b946158dc..00000000000 --- a/stable/minecraft-bedrock/8.1.2/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.1.2/questions.yaml b/stable/minecraft-bedrock/8.1.2/questions.yaml deleted file mode 100755 index 1768bde578e..00000000000 --- a/stable/minecraft-bedrock/8.1.2/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/mojopaste/5.1.1/.helmignore b/stable/minecraft-bedrock/8.2.3/.helmignore similarity index 100% rename from stable/mojopaste/5.1.1/.helmignore rename to stable/minecraft-bedrock/8.2.3/.helmignore diff --git a/stable/minecraft-bedrock/8.2.3/CHANGELOG.md b/stable/minecraft-bedrock/8.2.3/CHANGELOG.md new file mode 100644 index 00000000000..1e51f84d093 --- /dev/null +++ b/stable/minecraft-bedrock/8.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/minecraft-bedrock/8.2.3/Chart.yaml b/stable/minecraft-bedrock/8.2.3/Chart.yaml new file mode 100644 index 00000000000..82f8edcd72e --- /dev/null +++ b/stable/minecraft-bedrock/8.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.8.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/minecraft-bedrock/8.1.2/README.md b/stable/minecraft-bedrock/8.2.3/README.md similarity index 100% rename from stable/minecraft-bedrock/8.1.2/README.md rename to stable/minecraft-bedrock/8.2.3/README.md diff --git a/stable/minecraft-bedrock/8.2.3/app-changelog.md b/stable/minecraft-bedrock/8.2.3/app-changelog.md new file mode 100644 index 00000000000..19129148637 --- /dev/null +++ b/stable/minecraft-bedrock/8.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.1.2/app-readme.md b/stable/minecraft-bedrock/8.2.3/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/8.1.2/app-readme.md rename to stable/minecraft-bedrock/8.2.3/app-readme.md diff --git a/stable/minecraft-bedrock/8.2.3/charts/common-18.1.6.tgz b/stable/minecraft-bedrock/8.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minecraft-bedrock/8.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/minecraft-bedrock/8.2.3/ix_values.yaml b/stable/minecraft-bedrock/8.2.3/ix_values.yaml new file mode 100644 index 00000000000..bee88b27ff7 --- /dev/null +++ b/stable/minecraft-bedrock/8.2.3/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.2.3/questions.yaml b/stable/minecraft-bedrock/8.2.3/questions.yaml new file mode 100755 index 00000000000..45696bf351f --- /dev/null +++ b/stable/minecraft-bedrock/8.2.3/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/mosdns/9.1.1/templates/NOTES.txt b/stable/minecraft-bedrock/8.2.3/templates/NOTES.txt similarity index 100% rename from stable/mosdns/9.1.1/templates/NOTES.txt rename to stable/minecraft-bedrock/8.2.3/templates/NOTES.txt diff --git a/stable/mkvcleaver/9.1.1/templates/common.yaml b/stable/minecraft-bedrock/8.2.3/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/9.1.1/templates/common.yaml rename to stable/minecraft-bedrock/8.2.3/templates/common.yaml diff --git a/stable/mojopaste/5.1.1/values.yaml b/stable/minecraft-bedrock/8.2.3/values.yaml similarity index 100% rename from stable/mojopaste/5.1.1/values.yaml rename to stable/minecraft-bedrock/8.2.3/values.yaml diff --git a/stable/minecraft-bungeecord/8.1.1/CHANGELOG.md b/stable/minecraft-bungeecord/8.1.1/CHANGELOG.md deleted file mode 100644 index 39fda73cc9b..00000000000 --- a/stable/minecraft-bungeecord/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.1.1/Chart.yaml b/stable/minecraft-bungeecord/8.1.1/Chart.yaml deleted file mode 100644 index 77c6fdd11ae..00000000000 --- a/stable/minecraft-bungeecord/8.1.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: proxy - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2022.4.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/minecraft-bungeecord/8.1.1/charts/common-18.0.2.tgz b/stable/minecraft-bungeecord/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minecraft-bungeecord/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/monero-node/6.0.2/.helmignore b/stable/minecraft-bungeecord/8.2.2/.helmignore similarity index 100% rename from stable/monero-node/6.0.2/.helmignore rename to stable/minecraft-bungeecord/8.2.2/.helmignore diff --git a/stable/minecraft-bungeecord/8.2.2/CHANGELOG.md b/stable/minecraft-bungeecord/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..df5b0a604bb --- /dev/null +++ b/stable/minecraft-bungeecord/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/minecraft-bungeecord/8.2.2/Chart.yaml b/stable/minecraft-bungeecord/8.2.2/Chart.yaml new file mode 100644 index 00000000000..8711d72417a --- /dev/null +++ b/stable/minecraft-bungeecord/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2022.4.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/minecraft-bungeecord/8.1.1/README.md b/stable/minecraft-bungeecord/8.2.2/README.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/README.md rename to stable/minecraft-bungeecord/8.2.2/README.md diff --git a/stable/minecraft-bungeecord/8.2.2/app-changelog.md b/stable/minecraft-bungeecord/8.2.2/app-changelog.md new file mode 100644 index 00000000000..306c20c99c2 --- /dev/null +++ b/stable/minecraft-bungeecord/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minecraft-bungeecord/8.1.1/app-readme.md b/stable/minecraft-bungeecord/8.2.2/app-readme.md similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/app-readme.md rename to stable/minecraft-bungeecord/8.2.2/app-readme.md diff --git a/stable/minecraft-bungeecord/8.2.2/charts/common-18.1.6.tgz b/stable/minecraft-bungeecord/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minecraft-bungeecord/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/minecraft-bungeecord/8.1.1/ix_values.yaml b/stable/minecraft-bungeecord/8.2.2/ix_values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/ix_values.yaml rename to stable/minecraft-bungeecord/8.2.2/ix_values.yaml diff --git a/stable/minecraft-bungeecord/8.1.1/questions.yaml b/stable/minecraft-bungeecord/8.2.2/questions.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.1.1/questions.yaml rename to stable/minecraft-bungeecord/8.2.2/questions.yaml diff --git a/stable/mosquitto/14.1.1/templates/NOTES.txt b/stable/minecraft-bungeecord/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/mosquitto/14.1.1/templates/NOTES.txt rename to stable/minecraft-bungeecord/8.2.2/templates/NOTES.txt diff --git a/stable/mkvtoolnix/10.1.1/templates/common.yaml b/stable/minecraft-bungeecord/8.2.2/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.1/templates/common.yaml rename to stable/minecraft-bungeecord/8.2.2/templates/common.yaml diff --git a/stable/monero-node/6.0.2/values.yaml b/stable/minecraft-bungeecord/8.2.2/values.yaml similarity index 100% rename from stable/monero-node/6.0.2/values.yaml rename to stable/minecraft-bungeecord/8.2.2/values.yaml diff --git a/stable/minecraft-java/8.1.1/CHANGELOG.md b/stable/minecraft-java/8.1.1/CHANGELOG.md deleted file mode 100644 index ff3f155abc9..00000000000 --- a/stable/minecraft-java/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/minecraft-java/8.1.1/Chart.yaml b/stable/minecraft-java/8.1.1/Chart.yaml deleted file mode 100644 index 454e6bf8381..00000000000 --- a/stable/minecraft-java/8.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.11.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/minecraft-java/8.1.1/charts/common-18.0.2.tgz b/stable/minecraft-java/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minecraft-java/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mongo-express/6.1.1/.helmignore b/stable/minecraft-java/8.2.2/.helmignore similarity index 100% rename from stable/mongo-express/6.1.1/.helmignore rename to stable/minecraft-java/8.2.2/.helmignore diff --git a/stable/minecraft-java/8.2.2/CHANGELOG.md b/stable/minecraft-java/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..218255cec4e --- /dev/null +++ b/stable/minecraft-java/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/minecraft-java/8.2.2/Chart.yaml b/stable/minecraft-java/8.2.2/Chart.yaml new file mode 100644 index 00000000000..5c143262a78 --- /dev/null +++ b/stable/minecraft-java/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.11.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/minecraft-java/8.1.1/README.md b/stable/minecraft-java/8.2.2/README.md similarity index 100% rename from stable/minecraft-java/8.1.1/README.md rename to stable/minecraft-java/8.2.2/README.md diff --git a/stable/minecraft-java/8.2.2/app-changelog.md b/stable/minecraft-java/8.2.2/app-changelog.md new file mode 100644 index 00000000000..2a363eb3b73 --- /dev/null +++ b/stable/minecraft-java/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minecraft-java/8.1.1/app-readme.md b/stable/minecraft-java/8.2.2/app-readme.md similarity index 100% rename from stable/minecraft-java/8.1.1/app-readme.md rename to stable/minecraft-java/8.2.2/app-readme.md diff --git a/stable/minecraft-java/8.2.2/charts/common-18.1.6.tgz b/stable/minecraft-java/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minecraft-java/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/minecraft-java/8.1.1/ix_values.yaml b/stable/minecraft-java/8.2.2/ix_values.yaml similarity index 100% rename from stable/minecraft-java/8.1.1/ix_values.yaml rename to stable/minecraft-java/8.2.2/ix_values.yaml diff --git a/stable/minecraft-java/8.1.1/questions.yaml b/stable/minecraft-java/8.2.2/questions.yaml similarity index 100% rename from stable/minecraft-java/8.1.1/questions.yaml rename to stable/minecraft-java/8.2.2/questions.yaml diff --git a/stable/mstream/10.1.1/templates/NOTES.txt b/stable/minecraft-java/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/mstream/10.1.1/templates/NOTES.txt rename to stable/minecraft-java/8.2.2/templates/NOTES.txt diff --git a/stable/minecraft-java/8.1.1/templates/common.yaml b/stable/minecraft-java/8.2.2/templates/common.yaml similarity index 100% rename from stable/minecraft-java/8.1.1/templates/common.yaml rename to stable/minecraft-java/8.2.2/templates/common.yaml diff --git a/stable/mongo-express/6.1.1/values.yaml b/stable/minecraft-java/8.2.2/values.yaml similarity index 100% rename from stable/mongo-express/6.1.1/values.yaml rename to stable/minecraft-java/8.2.2/values.yaml diff --git a/stable/minetest/8.1.2/CHANGELOG.md b/stable/minetest/8.1.2/CHANGELOG.md deleted file mode 100644 index 213e9895ebc..00000000000 --- a/stable/minetest/8.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [minetest-7.1.7](https://github.com/truecharts/charts/compare/minetest-7.1.6...minetest-7.1.7) (2024-01-09) \ No newline at end of file diff --git a/stable/minetest/8.1.2/Chart.yaml b/stable/minetest/8.1.2/Chart.yaml deleted file mode 100644 index c6b4155f573..00000000000 --- a/stable/minetest/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/minetest/8.1.2/charts/common-18.0.2.tgz b/stable/minetest/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minetest/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minetest/8.1.2/ix_values.yaml b/stable/minetest/8.1.2/ix_values.yaml deleted file mode 100644 index 0d1baba4eb6..00000000000 --- a/stable/minetest/8.1.2/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: ghcr.io/linuxserver/minetest - pullPolicy: IfNotPresent - tag: 5.8.0@sha256:eaf5138af8b98f6ad42e2093c04b31e60f4808ab63db1a37152d3d6832909064 -service: - main: - ports: - main: - protocol: udp - targetPort: 30000 - port: 30000 -persistence: - config: - enabled: true - mountPath: "/config/.minetest" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/monica/12.2.2/.helmignore b/stable/minetest/8.2.2/.helmignore similarity index 100% rename from stable/monica/12.2.2/.helmignore rename to stable/minetest/8.2.2/.helmignore diff --git a/stable/minetest/8.2.2/CHANGELOG.md b/stable/minetest/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f208d824427 --- /dev/null +++ b/stable/minetest/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/minetest/8.2.2/Chart.yaml b/stable/minetest/8.2.2/Chart.yaml new file mode 100644 index 00000000000..78e409a671a --- /dev/null +++ b/stable/minetest/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/minetest/8.1.2/README.md b/stable/minetest/8.2.2/README.md similarity index 100% rename from stable/minetest/8.1.2/README.md rename to stable/minetest/8.2.2/README.md diff --git a/stable/minetest/8.2.2/app-changelog.md b/stable/minetest/8.2.2/app-changelog.md new file mode 100644 index 00000000000..3aa9ef4c8c3 --- /dev/null +++ b/stable/minetest/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minetest/8.1.2/app-readme.md b/stable/minetest/8.2.2/app-readme.md similarity index 100% rename from stable/minetest/8.1.2/app-readme.md rename to stable/minetest/8.2.2/app-readme.md diff --git a/stable/minetest/8.2.2/charts/common-18.1.6.tgz b/stable/minetest/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minetest/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/minetest/8.2.2/ix_values.yaml b/stable/minetest/8.2.2/ix_values.yaml new file mode 100644 index 00000000000..dd9be8254d6 --- /dev/null +++ b/stable/minetest/8.2.2/ix_values.yaml @@ -0,0 +1,38 @@ +image: + repository: ghcr.io/linuxserver/minetest + pullPolicy: IfNotPresent + tag: 5.8.0@sha256:82f6380460136dfcd0653383cb95b8e582bbc252865b5d5fd94058122bc99508 +service: + main: + ports: + main: + protocol: udp + targetPort: 30000 + port: 30000 +persistence: + config: + enabled: true + mountPath: "/config/.minetest" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/minetest/8.1.2/questions.yaml b/stable/minetest/8.2.2/questions.yaml similarity index 100% rename from stable/minetest/8.1.2/questions.yaml rename to stable/minetest/8.2.2/questions.yaml diff --git a/stable/multi-scrobbler/6.1.1/templates/NOTES.txt b/stable/minetest/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.1.1/templates/NOTES.txt rename to stable/minetest/8.2.2/templates/NOTES.txt diff --git a/stable/modsecurity-crs/3.1.1/templates/common.yaml b/stable/minetest/8.2.2/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.1/templates/common.yaml rename to stable/minetest/8.2.2/templates/common.yaml diff --git a/stable/monica/12.2.2/values.yaml b/stable/minetest/8.2.2/values.yaml similarity index 100% rename from stable/monica/12.2.2/values.yaml rename to stable/minetest/8.2.2/values.yaml diff --git a/stable/miniflux/14.1.1/CHANGELOG.md b/stable/miniflux/14.1.1/CHANGELOG.md deleted file mode 100644 index 7521edafb2b..00000000000 --- a/stable/miniflux/14.1.1/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.1/Chart.yaml b/stable/miniflux/14.1.1/Chart.yaml deleted file mode 100644 index 934196f07f8..00000000000 --- a/stable/miniflux/14.1.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: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/miniflux/14.1.1/charts/common-18.0.2.tgz b/stable/miniflux/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/miniflux/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mordhau/5.1.1/.helmignore b/stable/miniflux/14.2.2/.helmignore similarity index 100% rename from stable/mordhau/5.1.1/.helmignore rename to stable/miniflux/14.2.2/.helmignore diff --git a/stable/miniflux/14.2.2/CHANGELOG.md b/stable/miniflux/14.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9cf55fc6ecc --- /dev/null +++ b/stable/miniflux/14.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/miniflux/14.2.2/Chart.yaml b/stable/miniflux/14.2.2/Chart.yaml new file mode 100644 index 00000000000..31962aa9594 --- /dev/null +++ b/stable/miniflux/14.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/miniflux/14.1.1/README.md b/stable/miniflux/14.2.2/README.md similarity index 100% rename from stable/miniflux/14.1.1/README.md rename to stable/miniflux/14.2.2/README.md diff --git a/stable/miniflux/14.2.2/app-changelog.md b/stable/miniflux/14.2.2/app-changelog.md new file mode 100644 index 00000000000..7d6fa373448 --- /dev/null +++ b/stable/miniflux/14.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/miniflux/14.1.1/app-readme.md b/stable/miniflux/14.2.2/app-readme.md similarity index 100% rename from stable/miniflux/14.1.1/app-readme.md rename to stable/miniflux/14.2.2/app-readme.md diff --git a/stable/miniflux/14.2.2/charts/common-18.1.6.tgz b/stable/miniflux/14.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/miniflux/14.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/miniflux/14.1.1/ix_values.yaml b/stable/miniflux/14.2.2/ix_values.yaml similarity index 100% rename from stable/miniflux/14.1.1/ix_values.yaml rename to stable/miniflux/14.2.2/ix_values.yaml diff --git a/stable/miniflux/14.1.1/questions.yaml b/stable/miniflux/14.2.2/questions.yaml similarity index 100% rename from stable/miniflux/14.1.1/questions.yaml rename to stable/miniflux/14.2.2/questions.yaml diff --git a/stable/mongo-express/6.1.1/templates/common.yaml b/stable/miniflux/14.2.2/templates/common.yaml similarity index 100% rename from stable/mongo-express/6.1.1/templates/common.yaml rename to stable/miniflux/14.2.2/templates/common.yaml diff --git a/stable/mordhau/5.1.1/values.yaml b/stable/miniflux/14.2.2/values.yaml similarity index 100% rename from stable/mordhau/5.1.1/values.yaml rename to stable/miniflux/14.2.2/values.yaml diff --git a/stable/mininote/5.1.1/CHANGELOG.md b/stable/mininote/5.1.1/CHANGELOG.md deleted file mode 100644 index d6c7e7c7b3b..00000000000 --- a/stable/mininote/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mininote/5.1.1/Chart.yaml b/stable/mininote/5.1.1/Chart.yaml deleted file mode 100644 index 038d3319bf6..00000000000 --- a/stable/mininote/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mininote/5.1.1/charts/common-18.0.2.tgz b/stable/mininote/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mininote/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mosdns/9.1.1/.helmignore b/stable/mininote/5.2.2/.helmignore similarity index 100% rename from stable/mosdns/9.1.1/.helmignore rename to stable/mininote/5.2.2/.helmignore diff --git a/stable/mininote/5.2.2/CHANGELOG.md b/stable/mininote/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..64f3301d950 --- /dev/null +++ b/stable/mininote/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mininote/5.2.2/Chart.yaml b/stable/mininote/5.2.2/Chart.yaml new file mode 100644 index 00000000000..37be746ef48 --- /dev/null +++ b/stable/mininote/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mininote/5.1.1/README.md b/stable/mininote/5.2.2/README.md similarity index 100% rename from stable/mininote/5.1.1/README.md rename to stable/mininote/5.2.2/README.md diff --git a/stable/mininote/5.2.2/app-changelog.md b/stable/mininote/5.2.2/app-changelog.md new file mode 100644 index 00000000000..957a3547730 --- /dev/null +++ b/stable/mininote/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mininote/5.1.1/app-readme.md b/stable/mininote/5.2.2/app-readme.md similarity index 100% rename from stable/mininote/5.1.1/app-readme.md rename to stable/mininote/5.2.2/app-readme.md diff --git a/stable/mininote/5.2.2/charts/common-18.1.6.tgz b/stable/mininote/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mininote/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mininote/5.1.1/ix_values.yaml b/stable/mininote/5.2.2/ix_values.yaml similarity index 100% rename from stable/mininote/5.1.1/ix_values.yaml rename to stable/mininote/5.2.2/ix_values.yaml diff --git a/stable/mininote/5.1.1/questions.yaml b/stable/mininote/5.2.2/questions.yaml similarity index 100% rename from stable/mininote/5.1.1/questions.yaml rename to stable/mininote/5.2.2/questions.yaml diff --git a/stable/mininote/5.1.1/templates/common.yaml b/stable/mininote/5.2.2/templates/common.yaml similarity index 100% rename from stable/mininote/5.1.1/templates/common.yaml rename to stable/mininote/5.2.2/templates/common.yaml diff --git a/stable/mosdns/9.1.1/values.yaml b/stable/mininote/5.2.2/values.yaml similarity index 100% rename from stable/mosdns/9.1.1/values.yaml rename to stable/mininote/5.2.2/values.yaml diff --git a/stable/minio-console/10.1.1/CHANGELOG.md b/stable/minio-console/10.1.1/CHANGELOG.md deleted file mode 100644 index d0f62e6dfff..00000000000 --- a/stable/minio-console/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/minio-console/10.1.1/Chart.yaml b/stable/minio-console/10.1.1/Chart.yaml deleted file mode 100644 index c2decf5633b..00000000000 --- a/stable/minio-console/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.30.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/minio-console/10.1.1/charts/common-18.0.2.tgz b/stable/minio-console/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minio-console/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mosquitto/14.1.1/.helmignore b/stable/minio-console/10.2.2/.helmignore similarity index 100% rename from stable/mosquitto/14.1.1/.helmignore rename to stable/minio-console/10.2.2/.helmignore diff --git a/stable/minio-console/10.2.2/CHANGELOG.md b/stable/minio-console/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e381cf72039 --- /dev/null +++ b/stable/minio-console/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/minio-console/10.2.2/Chart.yaml b/stable/minio-console/10.2.2/Chart.yaml new file mode 100644 index 00000000000..11dc33eab3b --- /dev/null +++ b/stable/minio-console/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/minio-console/10.1.1/README.md b/stable/minio-console/10.2.2/README.md similarity index 100% rename from stable/minio-console/10.1.1/README.md rename to stable/minio-console/10.2.2/README.md diff --git a/stable/minio-console/10.2.2/app-changelog.md b/stable/minio-console/10.2.2/app-changelog.md new file mode 100644 index 00000000000..19b29999359 --- /dev/null +++ b/stable/minio-console/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minio-console/10.1.1/app-readme.md b/stable/minio-console/10.2.2/app-readme.md similarity index 100% rename from stable/minio-console/10.1.1/app-readme.md rename to stable/minio-console/10.2.2/app-readme.md diff --git a/stable/minio-console/10.2.2/charts/common-18.1.6.tgz b/stable/minio-console/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minio-console/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/minio-console/10.1.1/ix_values.yaml b/stable/minio-console/10.2.2/ix_values.yaml similarity index 100% rename from stable/minio-console/10.1.1/ix_values.yaml rename to stable/minio-console/10.2.2/ix_values.yaml diff --git a/stable/minio-console/10.1.1/questions.yaml b/stable/minio-console/10.2.2/questions.yaml similarity index 100% rename from stable/minio-console/10.1.1/questions.yaml rename to stable/minio-console/10.2.2/questions.yaml diff --git a/stable/muximux/10.1.1/templates/NOTES.txt b/stable/minio-console/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/muximux/10.1.1/templates/NOTES.txt rename to stable/minio-console/10.2.2/templates/NOTES.txt diff --git a/stable/mosdns/9.1.1/templates/common.yaml b/stable/minio-console/10.2.2/templates/common.yaml similarity index 100% rename from stable/mosdns/9.1.1/templates/common.yaml rename to stable/minio-console/10.2.2/templates/common.yaml diff --git a/stable/mosquitto/14.1.1/values.yaml b/stable/minio-console/10.2.2/values.yaml similarity index 100% rename from stable/mosquitto/14.1.1/values.yaml rename to stable/minio-console/10.2.2/values.yaml diff --git a/stable/minio/11.1.3/CHANGELOG.md b/stable/minio/11.1.3/CHANGELOG.md deleted file mode 100644 index ec6b860e4de..00000000000 --- a/stable/minio/11.1.3/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)) - - -## [minio-10.0.4](https://github.com/truecharts/charts/compare/minio-10.0.3...minio-10.0.4) (2024-01-21) diff --git a/stable/minio/11.1.3/Chart.yaml b/stable/minio/11.1.3/Chart.yaml deleted file mode 100644 index 9095168ae06..00000000000 --- a/stable/minio/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.24 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/minio/11.1.3/charts/common-18.0.2.tgz b/stable/minio/11.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minio/11.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/minio/11.1.3/ix_values.yaml b/stable/minio/11.1.3/ix_values.yaml deleted file mode 100644 index a33ee889ea8..00000000000 --- a/stable/minio/11.1.3/ix_values.yaml +++ /dev/null @@ -1,63 +0,0 @@ -image: - repository: minio/minio - tag: RELEASE.2024-02-24T17-11-14Z@sha256:a23f6de6bd0f7601cbda132e940a9f325ae127ebe634d79eb0a8df5d6b713859 - 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/mstream/10.1.1/.helmignore b/stable/minio/11.3.2/.helmignore similarity index 100% rename from stable/mstream/10.1.1/.helmignore rename to stable/minio/11.3.2/.helmignore diff --git a/stable/minio/11.3.2/CHANGELOG.md b/stable/minio/11.3.2/CHANGELOG.md new file mode 100644 index 00000000000..6093641abd6 --- /dev/null +++ b/stable/minio/11.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/minio/11.3.2/Chart.yaml b/stable/minio/11.3.2/Chart.yaml new file mode 100644 index 00000000000..f408e3a716a --- /dev/null +++ b/stable/minio/11.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.03.03 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/minio/11.1.3/README.md b/stable/minio/11.3.2/README.md similarity index 100% rename from stable/minio/11.1.3/README.md rename to stable/minio/11.3.2/README.md diff --git a/stable/minio/11.3.2/app-changelog.md b/stable/minio/11.3.2/app-changelog.md new file mode 100644 index 00000000000..2fce1a3a379 --- /dev/null +++ b/stable/minio/11.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minio/11.1.3/app-readme.md b/stable/minio/11.3.2/app-readme.md similarity index 100% rename from stable/minio/11.1.3/app-readme.md rename to stable/minio/11.3.2/app-readme.md diff --git a/stable/minio/11.3.2/charts/common-18.1.6.tgz b/stable/minio/11.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minio/11.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/minio/11.3.2/ix_values.yaml b/stable/minio/11.3.2/ix_values.yaml new file mode 100644 index 00000000000..7b566c5b665 --- /dev/null +++ b/stable/minio/11.3.2/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.1.3/questions.yaml b/stable/minio/11.3.2/questions.yaml similarity index 100% rename from stable/minio/11.1.3/questions.yaml rename to stable/minio/11.3.2/questions.yaml diff --git a/stable/mylar/13.1.3/templates/NOTES.txt b/stable/minio/11.3.2/templates/NOTES.txt similarity index 100% rename from stable/mylar/13.1.3/templates/NOTES.txt rename to stable/minio/11.3.2/templates/NOTES.txt diff --git a/stable/muse/5.1.2/templates/common.yaml b/stable/minio/11.3.2/templates/common.yaml similarity index 100% rename from stable/muse/5.1.2/templates/common.yaml rename to stable/minio/11.3.2/templates/common.yaml diff --git a/stable/mstream/10.1.1/values.yaml b/stable/minio/11.3.2/values.yaml similarity index 100% rename from stable/mstream/10.1.1/values.yaml rename to stable/minio/11.3.2/values.yaml diff --git a/stable/minisatip/9.1.1/CHANGELOG.md b/stable/minisatip/9.1.1/CHANGELOG.md deleted file mode 100644 index aba47cbb583..00000000000 --- a/stable/minisatip/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/minisatip/9.1.1/Chart.yaml b/stable/minisatip/9.1.1/Chart.yaml deleted file mode 100644 index d66704f6453..00000000000 --- a/stable/minisatip/9.1.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: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.01 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/minisatip/9.1.1/charts/common-18.0.2.tgz b/stable/minisatip/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/minisatip/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/multi-scrobbler/6.1.1/.helmignore b/stable/minisatip/9.2.2/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.1.1/.helmignore rename to stable/minisatip/9.2.2/.helmignore diff --git a/stable/minisatip/9.2.2/CHANGELOG.md b/stable/minisatip/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..123ef96b46d --- /dev/null +++ b/stable/minisatip/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/minisatip/9.2.2/Chart.yaml b/stable/minisatip/9.2.2/Chart.yaml new file mode 100644 index 00000000000..3add21bf040 --- /dev/null +++ b/stable/minisatip/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.01 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/minisatip/9.1.1/README.md b/stable/minisatip/9.2.2/README.md similarity index 100% rename from stable/minisatip/9.1.1/README.md rename to stable/minisatip/9.2.2/README.md diff --git a/stable/minisatip/9.2.2/app-changelog.md b/stable/minisatip/9.2.2/app-changelog.md new file mode 100644 index 00000000000..62a3a3289d5 --- /dev/null +++ b/stable/minisatip/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/minisatip/9.1.1/app-readme.md b/stable/minisatip/9.2.2/app-readme.md similarity index 100% rename from stable/minisatip/9.1.1/app-readme.md rename to stable/minisatip/9.2.2/app-readme.md diff --git a/stable/minisatip/9.2.2/charts/common-18.1.6.tgz b/stable/minisatip/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/minisatip/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/minisatip/9.1.1/ix_values.yaml b/stable/minisatip/9.2.2/ix_values.yaml similarity index 100% rename from stable/minisatip/9.1.1/ix_values.yaml rename to stable/minisatip/9.2.2/ix_values.yaml diff --git a/stable/minisatip/9.1.1/questions.yaml b/stable/minisatip/9.2.2/questions.yaml similarity index 100% rename from stable/minisatip/9.1.1/questions.yaml rename to stable/minisatip/9.2.2/questions.yaml diff --git a/stable/mymediaforalexa/8.1.1/templates/NOTES.txt b/stable/minisatip/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/mymediaforalexa/8.1.1/templates/NOTES.txt rename to stable/minisatip/9.2.2/templates/NOTES.txt diff --git a/stable/mylar/13.1.3/templates/common.yaml b/stable/minisatip/9.2.2/templates/common.yaml similarity index 100% rename from stable/mylar/13.1.3/templates/common.yaml rename to stable/minisatip/9.2.2/templates/common.yaml diff --git a/stable/multi-scrobbler/6.1.1/values.yaml b/stable/minisatip/9.2.2/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.1/values.yaml rename to stable/minisatip/9.2.2/values.yaml diff --git a/stable/misskey/8.1.2/CHANGELOG.md b/stable/misskey/8.1.2/CHANGELOG.md deleted file mode 100644 index 45e452df6a1..00000000000 --- a/stable/misskey/8.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/misskey/8.1.2/Chart.yaml b/stable/misskey/8.1.2/Chart.yaml deleted file mode 100644 index 0535ff899a4..00000000000 --- a/stable/misskey/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/misskey/8.1.2/charts/common-18.0.2.tgz b/stable/misskey/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/misskey/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/misskey/8.1.2/ix_values.yaml b/stable/misskey/8.1.2/ix_values.yaml deleted file mode 100644 index 2e0c9c4dbf6..00000000000 --- a/stable/misskey/8.1.2/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/muse/5.1.2/.helmignore b/stable/misskey/8.3.2/.helmignore similarity index 100% rename from stable/muse/5.1.2/.helmignore rename to stable/misskey/8.3.2/.helmignore diff --git a/stable/misskey/8.3.2/CHANGELOG.md b/stable/misskey/8.3.2/CHANGELOG.md new file mode 100644 index 00000000000..534828f2ea7 --- /dev/null +++ b/stable/misskey/8.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + diff --git a/stable/misskey/8.3.2/Chart.yaml b/stable/misskey/8.3.2/Chart.yaml new file mode 100644 index 00000000000..fb5adc0b167 --- /dev/null +++ b/stable/misskey/8.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/misskey/8.1.2/README.md b/stable/misskey/8.3.2/README.md similarity index 100% rename from stable/misskey/8.1.2/README.md rename to stable/misskey/8.3.2/README.md diff --git a/stable/misskey/8.3.2/app-changelog.md b/stable/misskey/8.3.2/app-changelog.md new file mode 100644 index 00000000000..8264916423d --- /dev/null +++ b/stable/misskey/8.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/misskey/8.1.2/app-readme.md b/stable/misskey/8.3.2/app-readme.md similarity index 100% rename from stable/misskey/8.1.2/app-readme.md rename to stable/misskey/8.3.2/app-readme.md diff --git a/stable/misskey/8.3.2/charts/common-18.1.6.tgz b/stable/misskey/8.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/misskey/8.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/misskey/8.1.2/charts/redis-11.2.1.tgz b/stable/misskey/8.3.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/misskey/8.1.2/charts/redis-11.2.1.tgz rename to stable/misskey/8.3.2/charts/redis-11.2.1.tgz diff --git a/stable/misskey/8.3.2/ix_values.yaml b/stable/misskey/8.3.2/ix_values.yaml new file mode 100644 index 00000000000..115282e48df --- /dev/null +++ b/stable/misskey/8.3.2/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.1.2/questions.yaml b/stable/misskey/8.3.2/questions.yaml similarity index 100% rename from stable/misskey/8.1.2/questions.yaml rename to stable/misskey/8.3.2/questions.yaml diff --git a/stable/mysql-workbench/9.1.3/templates/NOTES.txt b/stable/misskey/8.3.2/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/9.1.3/templates/NOTES.txt rename to stable/misskey/8.3.2/templates/NOTES.txt diff --git a/stable/misskey/8.1.2/templates/_configmap.tpl b/stable/misskey/8.3.2/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.1.2/templates/_configmap.tpl rename to stable/misskey/8.3.2/templates/_configmap.tpl diff --git a/stable/misskey/8.1.2/templates/common.yaml b/stable/misskey/8.3.2/templates/common.yaml similarity index 100% rename from stable/misskey/8.1.2/templates/common.yaml rename to stable/misskey/8.3.2/templates/common.yaml diff --git a/stable/muse/5.1.2/values.yaml b/stable/misskey/8.3.2/values.yaml similarity index 100% rename from stable/muse/5.1.2/values.yaml rename to stable/misskey/8.3.2/values.yaml diff --git a/stable/mkvcleaver/9.1.1/CHANGELOG.md b/stable/mkvcleaver/9.1.1/CHANGELOG.md deleted file mode 100644 index 1ebdf7b384f..00000000000 --- a/stable/mkvcleaver/9.1.1/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 - - - -- bump all charts for OCI test push diff --git a/stable/mkvcleaver/9.1.1/Chart.yaml b/stable/mkvcleaver/9.1.1/Chart.yaml deleted file mode 100644 index 16f742f716b..00000000000 --- a/stable/mkvcleaver/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mkvcleaver/9.1.1/charts/common-18.0.2.tgz b/stable/mkvcleaver/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mkvcleaver/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/muximux/10.1.1/.helmignore b/stable/mkvcleaver/9.2.2/.helmignore similarity index 100% rename from stable/muximux/10.1.1/.helmignore rename to stable/mkvcleaver/9.2.2/.helmignore diff --git a/stable/mkvcleaver/9.2.2/CHANGELOG.md b/stable/mkvcleaver/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d57eae76419 --- /dev/null +++ b/stable/mkvcleaver/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/mkvcleaver/9.2.2/Chart.yaml b/stable/mkvcleaver/9.2.2/Chart.yaml new file mode 100644 index 00000000000..896db31541d --- /dev/null +++ b/stable/mkvcleaver/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mkvcleaver/9.1.1/README.md b/stable/mkvcleaver/9.2.2/README.md similarity index 100% rename from stable/mkvcleaver/9.1.1/README.md rename to stable/mkvcleaver/9.2.2/README.md diff --git a/stable/mkvcleaver/9.2.2/app-changelog.md b/stable/mkvcleaver/9.2.2/app-changelog.md new file mode 100644 index 00000000000..ed69b963cbf --- /dev/null +++ b/stable/mkvcleaver/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mkvcleaver/9.1.1/app-readme.md b/stable/mkvcleaver/9.2.2/app-readme.md similarity index 100% rename from stable/mkvcleaver/9.1.1/app-readme.md rename to stable/mkvcleaver/9.2.2/app-readme.md diff --git a/stable/mkvcleaver/9.2.2/charts/common-18.1.6.tgz b/stable/mkvcleaver/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mkvcleaver/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mkvcleaver/9.1.1/ix_values.yaml b/stable/mkvcleaver/9.2.2/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/9.1.1/ix_values.yaml rename to stable/mkvcleaver/9.2.2/ix_values.yaml diff --git a/stable/mkvcleaver/9.1.1/questions.yaml b/stable/mkvcleaver/9.2.2/questions.yaml similarity index 100% rename from stable/mkvcleaver/9.1.1/questions.yaml rename to stable/mkvcleaver/9.2.2/questions.yaml diff --git a/stable/n8n/13.1.3/templates/NOTES.txt b/stable/mkvcleaver/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.1.3/templates/NOTES.txt rename to stable/mkvcleaver/9.2.2/templates/NOTES.txt diff --git a/stable/mymediaforalexa/8.1.1/templates/common.yaml b/stable/mkvcleaver/9.2.2/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.1/templates/common.yaml rename to stable/mkvcleaver/9.2.2/templates/common.yaml diff --git a/stable/muximux/10.1.1/values.yaml b/stable/mkvcleaver/9.2.2/values.yaml similarity index 100% rename from stable/muximux/10.1.1/values.yaml rename to stable/mkvcleaver/9.2.2/values.yaml diff --git a/stable/mkvtoolnix/10.1.1/CHANGELOG.md b/stable/mkvtoolnix/10.1.1/CHANGELOG.md deleted file mode 100644 index 06d6998c1d7..00000000000 --- a/stable/mkvtoolnix/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/mkvtoolnix/10.1.1/Chart.yaml b/stable/mkvtoolnix/10.1.1/Chart.yaml deleted file mode 100644 index c40a0c9c1cc..00000000000 --- a/stable/mkvtoolnix/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.02.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mkvtoolnix/10.1.1/charts/common-18.0.2.tgz b/stable/mkvtoolnix/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mkvtoolnix/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mylar/13.1.3/.helmignore b/stable/mkvtoolnix/10.2.2/.helmignore similarity index 100% rename from stable/mylar/13.1.3/.helmignore rename to stable/mkvtoolnix/10.2.2/.helmignore diff --git a/stable/mkvtoolnix/10.2.2/CHANGELOG.md b/stable/mkvtoolnix/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f80d3d3de7e --- /dev/null +++ b/stable/mkvtoolnix/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/mkvtoolnix/10.2.2/Chart.yaml b/stable/mkvtoolnix/10.2.2/Chart.yaml new file mode 100644 index 00000000000..b8230057f0e --- /dev/null +++ b/stable/mkvtoolnix/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.02.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mkvtoolnix/10.1.1/README.md b/stable/mkvtoolnix/10.2.2/README.md similarity index 100% rename from stable/mkvtoolnix/10.1.1/README.md rename to stable/mkvtoolnix/10.2.2/README.md diff --git a/stable/mkvtoolnix/10.2.2/app-changelog.md b/stable/mkvtoolnix/10.2.2/app-changelog.md new file mode 100644 index 00000000000..184b5a5d9f8 --- /dev/null +++ b/stable/mkvtoolnix/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mkvtoolnix/10.1.1/app-readme.md b/stable/mkvtoolnix/10.2.2/app-readme.md similarity index 100% rename from stable/mkvtoolnix/10.1.1/app-readme.md rename to stable/mkvtoolnix/10.2.2/app-readme.md diff --git a/stable/mkvtoolnix/10.2.2/charts/common-18.1.6.tgz b/stable/mkvtoolnix/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mkvtoolnix/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mkvtoolnix/10.1.1/ix_values.yaml b/stable/mkvtoolnix/10.2.2/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.1/ix_values.yaml rename to stable/mkvtoolnix/10.2.2/ix_values.yaml diff --git a/stable/mkvtoolnix/10.1.1/questions.yaml b/stable/mkvtoolnix/10.2.2/questions.yaml similarity index 100% rename from stable/mkvtoolnix/10.1.1/questions.yaml rename to stable/mkvtoolnix/10.2.2/questions.yaml diff --git a/stable/nano-wallet/9.1.1/templates/NOTES.txt b/stable/mkvtoolnix/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/nano-wallet/9.1.1/templates/NOTES.txt rename to stable/mkvtoolnix/10.2.2/templates/NOTES.txt diff --git a/stable/mysql-workbench/9.1.3/templates/common.yaml b/stable/mkvtoolnix/10.2.2/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/9.1.3/templates/common.yaml rename to stable/mkvtoolnix/10.2.2/templates/common.yaml diff --git a/stable/mylar/13.1.3/values.yaml b/stable/mkvtoolnix/10.2.2/values.yaml similarity index 100% rename from stable/mylar/13.1.3/values.yaml rename to stable/mkvtoolnix/10.2.2/values.yaml diff --git a/stable/modsecurity-crs/3.1.1/CHANGELOG.md b/stable/modsecurity-crs/3.1.1/CHANGELOG.md deleted file mode 100644 index b499015b97b..00000000000 --- a/stable/modsecurity-crs/3.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/modsecurity-crs/3.1.1/Chart.yaml b/stable/modsecurity-crs/3.1.1/Chart.yaml deleted file mode 100644 index a355da591fe..00000000000 --- a/stable/modsecurity-crs/3.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.3.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/modsecurity-crs/3.1.1/charts/common-18.0.2.tgz b/stable/modsecurity-crs/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/modsecurity-crs/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mymediaforalexa/8.1.1/.helmignore b/stable/modsecurity-crs/3.2.2/.helmignore similarity index 100% rename from stable/mymediaforalexa/8.1.1/.helmignore rename to stable/modsecurity-crs/3.2.2/.helmignore diff --git a/stable/modsecurity-crs/3.2.2/CHANGELOG.md b/stable/modsecurity-crs/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..49a66d7eda3 --- /dev/null +++ b/stable/modsecurity-crs/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/modsecurity-crs/3.2.2/Chart.yaml b/stable/modsecurity-crs/3.2.2/Chart.yaml new file mode 100644 index 00000000000..549d066ec26 --- /dev/null +++ b/stable/modsecurity-crs/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.3.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/modsecurity-crs/3.1.1/README.md b/stable/modsecurity-crs/3.2.2/README.md similarity index 100% rename from stable/modsecurity-crs/3.1.1/README.md rename to stable/modsecurity-crs/3.2.2/README.md diff --git a/stable/modsecurity-crs/3.2.2/app-changelog.md b/stable/modsecurity-crs/3.2.2/app-changelog.md new file mode 100644 index 00000000000..c7bed194457 --- /dev/null +++ b/stable/modsecurity-crs/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/modsecurity-crs/3.1.1/app-readme.md b/stable/modsecurity-crs/3.2.2/app-readme.md similarity index 100% rename from stable/modsecurity-crs/3.1.1/app-readme.md rename to stable/modsecurity-crs/3.2.2/app-readme.md diff --git a/stable/modsecurity-crs/3.2.2/charts/common-18.1.6.tgz b/stable/modsecurity-crs/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/modsecurity-crs/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/modsecurity-crs/3.1.1/ix_values.yaml b/stable/modsecurity-crs/3.2.2/ix_values.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.1/ix_values.yaml rename to stable/modsecurity-crs/3.2.2/ix_values.yaml diff --git a/stable/modsecurity-crs/3.1.1/questions.yaml b/stable/modsecurity-crs/3.2.2/questions.yaml similarity index 100% rename from stable/modsecurity-crs/3.1.1/questions.yaml rename to stable/modsecurity-crs/3.2.2/questions.yaml diff --git a/stable/navidrome/19.1.1/templates/NOTES.txt b/stable/modsecurity-crs/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/navidrome/19.1.1/templates/NOTES.txt rename to stable/modsecurity-crs/3.2.2/templates/NOTES.txt diff --git a/stable/nano-wallet/9.1.1/templates/common.yaml b/stable/modsecurity-crs/3.2.2/templates/common.yaml similarity index 100% rename from stable/nano-wallet/9.1.1/templates/common.yaml rename to stable/modsecurity-crs/3.2.2/templates/common.yaml diff --git a/stable/mymediaforalexa/8.1.1/values.yaml b/stable/modsecurity-crs/3.2.2/values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.1/values.yaml rename to stable/modsecurity-crs/3.2.2/values.yaml diff --git a/stable/mojopaste/5.1.1/CHANGELOG.md b/stable/mojopaste/5.1.1/CHANGELOG.md deleted file mode 100644 index 1e29e38efe5..00000000000 --- a/stable/mojopaste/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mojopaste/5.1.1/Chart.yaml b/stable/mojopaste/5.1.1/Chart.yaml deleted file mode 100644 index 7242e4521ff..00000000000 --- a/stable/mojopaste/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mojopaste/5.1.1/charts/common-18.0.2.tgz b/stable/mojopaste/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mojopaste/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.1.3/.helmignore b/stable/mojopaste/5.2.2/.helmignore similarity index 100% rename from stable/mysql-workbench/9.1.3/.helmignore rename to stable/mojopaste/5.2.2/.helmignore diff --git a/stable/mojopaste/5.2.2/CHANGELOG.md b/stable/mojopaste/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..580970159b4 --- /dev/null +++ b/stable/mojopaste/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mojopaste/5.2.2/Chart.yaml b/stable/mojopaste/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c300af390b2 --- /dev/null +++ b/stable/mojopaste/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mojopaste/5.1.1/README.md b/stable/mojopaste/5.2.2/README.md similarity index 100% rename from stable/mojopaste/5.1.1/README.md rename to stable/mojopaste/5.2.2/README.md diff --git a/stable/mojopaste/5.2.2/app-changelog.md b/stable/mojopaste/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a0de9ea36ff --- /dev/null +++ b/stable/mojopaste/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mojopaste/5.1.1/app-readme.md b/stable/mojopaste/5.2.2/app-readme.md similarity index 100% rename from stable/mojopaste/5.1.1/app-readme.md rename to stable/mojopaste/5.2.2/app-readme.md diff --git a/stable/mojopaste/5.2.2/charts/common-18.1.6.tgz b/stable/mojopaste/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mojopaste/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mojopaste/5.1.1/ix_values.yaml b/stable/mojopaste/5.2.2/ix_values.yaml similarity index 100% rename from stable/mojopaste/5.1.1/ix_values.yaml rename to stable/mojopaste/5.2.2/ix_values.yaml diff --git a/stable/mojopaste/5.1.1/questions.yaml b/stable/mojopaste/5.2.2/questions.yaml similarity index 100% rename from stable/mojopaste/5.1.1/questions.yaml rename to stable/mojopaste/5.2.2/questions.yaml diff --git a/stable/mojopaste/5.1.1/templates/common.yaml b/stable/mojopaste/5.2.2/templates/common.yaml similarity index 100% rename from stable/mojopaste/5.1.1/templates/common.yaml rename to stable/mojopaste/5.2.2/templates/common.yaml diff --git a/stable/mysql-workbench/9.1.3/values.yaml b/stable/mojopaste/5.2.2/values.yaml similarity index 100% rename from stable/mysql-workbench/9.1.3/values.yaml rename to stable/mojopaste/5.2.2/values.yaml diff --git a/stable/monero-node/6.0.2/CHANGELOG.md b/stable/monero-node/6.0.2/CHANGELOG.md deleted file mode 100644 index 2c68fef0b0a..00000000000 --- a/stable/monero-node/6.0.2/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.0.2/Chart.yaml b/stable/monero-node/6.0.2/Chart.yaml deleted file mode 100644 index 6d366cbaf82..00000000000 --- a/stable/monero-node/6.0.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.3.1 -dependencies: - - name: common - version: 18.0.3 - 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.0.2 diff --git a/stable/monero-node/6.0.2/charts/common-18.0.3.tgz b/stable/monero-node/6.0.2/charts/common-18.0.3.tgz deleted file mode 100644 index 4042170c18c..00000000000 Binary files a/stable/monero-node/6.0.2/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/monero-node/6.0.2/ix_values.yaml b/stable/monero-node/6.0.2/ix_values.yaml deleted file mode 100644 index 579e3553208..00000000000 --- a/stable/monero-node/6.0.2/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/sethforprivacy/simple-monerod - tag: v0.18.3.1@sha256:26492ad584d1022c62efe3529574264fc0a30107e797d23686c42c4c62eea093 - -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/n8n/13.1.3/.helmignore b/stable/monero-node/6.1.3/.helmignore similarity index 100% rename from stable/n8n/13.1.3/.helmignore rename to stable/monero-node/6.1.3/.helmignore diff --git a/stable/monero-node/6.1.3/CHANGELOG.md b/stable/monero-node/6.1.3/CHANGELOG.md new file mode 100644 index 00000000000..a3f317317f8 --- /dev/null +++ b/stable/monero-node/6.1.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/monero-node/6.1.3/Chart.yaml b/stable/monero-node/6.1.3/Chart.yaml new file mode 100644 index 00000000000..dbd99e147d7 --- /dev/null +++ b/stable/monero-node/6.1.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/monero-node/6.0.2/README.md b/stable/monero-node/6.1.3/README.md similarity index 100% rename from stable/monero-node/6.0.2/README.md rename to stable/monero-node/6.1.3/README.md diff --git a/stable/monero-node/6.1.3/app-changelog.md b/stable/monero-node/6.1.3/app-changelog.md new file mode 100644 index 00000000000..39979ca1779 --- /dev/null +++ b/stable/monero-node/6.1.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/monero-node/6.0.2/app-readme.md b/stable/monero-node/6.1.3/app-readme.md similarity index 100% rename from stable/monero-node/6.0.2/app-readme.md rename to stable/monero-node/6.1.3/app-readme.md diff --git a/stable/monero-node/6.1.3/charts/common-18.1.6.tgz b/stable/monero-node/6.1.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/monero-node/6.1.3/charts/common-18.1.6.tgz differ diff --git a/stable/monero-node/6.1.3/ix_values.yaml b/stable/monero-node/6.1.3/ix_values.yaml new file mode 100644 index 00000000000..eb1f58fcb75 --- /dev/null +++ b/stable/monero-node/6.1.3/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.0.2/questions.yaml b/stable/monero-node/6.1.3/questions.yaml similarity index 100% rename from stable/monero-node/6.0.2/questions.yaml rename to stable/monero-node/6.1.3/questions.yaml diff --git a/stable/monero-node/6.0.2/templates/_args.tpl b/stable/monero-node/6.1.3/templates/_args.tpl similarity index 100% rename from stable/monero-node/6.0.2/templates/_args.tpl rename to stable/monero-node/6.1.3/templates/_args.tpl diff --git a/stable/monero-node/6.0.2/templates/common.yaml b/stable/monero-node/6.1.3/templates/common.yaml similarity index 100% rename from stable/monero-node/6.0.2/templates/common.yaml rename to stable/monero-node/6.1.3/templates/common.yaml diff --git a/stable/n8n/13.1.3/values.yaml b/stable/monero-node/6.1.3/values.yaml similarity index 100% rename from stable/n8n/13.1.3/values.yaml rename to stable/monero-node/6.1.3/values.yaml diff --git a/stable/mongo-express/6.1.1/CHANGELOG.md b/stable/mongo-express/6.1.1/CHANGELOG.md deleted file mode 100644 index b084580521f..00000000000 --- a/stable/mongo-express/6.1.1/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) - -### Chore diff --git a/stable/mongo-express/6.1.1/Chart.yaml b/stable/mongo-express/6.1.1/Chart.yaml deleted file mode 100644 index f25c4852f7e..00000000000 --- a/stable/mongo-express/6.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/mongo-express/6.1.1/charts/common-18.0.2.tgz b/stable/mongo-express/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mongo-express/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/namecheap-ddns/5.1.1/.helmignore b/stable/mongo-express/6.2.2/.helmignore similarity index 100% rename from stable/namecheap-ddns/5.1.1/.helmignore rename to stable/mongo-express/6.2.2/.helmignore diff --git a/stable/mongo-express/6.2.2/CHANGELOG.md b/stable/mongo-express/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..550ca523633 --- /dev/null +++ b/stable/mongo-express/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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)) diff --git a/stable/mongo-express/6.2.2/Chart.yaml b/stable/mongo-express/6.2.2/Chart.yaml new file mode 100644 index 00000000000..aabe6a1d76a --- /dev/null +++ b/stable/mongo-express/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mongo-express/6.1.1/README.md b/stable/mongo-express/6.2.2/README.md similarity index 100% rename from stable/mongo-express/6.1.1/README.md rename to stable/mongo-express/6.2.2/README.md diff --git a/stable/mongo-express/6.2.2/app-changelog.md b/stable/mongo-express/6.2.2/app-changelog.md new file mode 100644 index 00000000000..3d8e729e912 --- /dev/null +++ b/stable/mongo-express/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mongo-express/6.1.1/app-readme.md b/stable/mongo-express/6.2.2/app-readme.md similarity index 100% rename from stable/mongo-express/6.1.1/app-readme.md rename to stable/mongo-express/6.2.2/app-readme.md diff --git a/stable/mongo-express/6.2.2/charts/common-18.1.6.tgz b/stable/mongo-express/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mongo-express/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mongo-express/6.1.1/charts/mongodb-11.3.0.tgz b/stable/mongo-express/6.2.2/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/mongo-express/6.1.1/charts/mongodb-11.3.0.tgz rename to stable/mongo-express/6.2.2/charts/mongodb-11.3.0.tgz diff --git a/stable/mongo-express/6.1.1/ix_values.yaml b/stable/mongo-express/6.2.2/ix_values.yaml similarity index 100% rename from stable/mongo-express/6.1.1/ix_values.yaml rename to stable/mongo-express/6.2.2/ix_values.yaml diff --git a/stable/mongo-express/6.1.1/questions.yaml b/stable/mongo-express/6.2.2/questions.yaml similarity index 100% rename from stable/mongo-express/6.1.1/questions.yaml rename to stable/mongo-express/6.2.2/questions.yaml diff --git a/stable/netdata/9.1.1/templates/NOTES.txt b/stable/mongo-express/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/netdata/9.1.1/templates/NOTES.txt rename to stable/mongo-express/6.2.2/templates/NOTES.txt diff --git a/stable/navidrome/19.1.1/templates/common.yaml b/stable/mongo-express/6.2.2/templates/common.yaml similarity index 100% rename from stable/navidrome/19.1.1/templates/common.yaml rename to stable/mongo-express/6.2.2/templates/common.yaml diff --git a/stable/namecheap-ddns/5.1.1/values.yaml b/stable/mongo-express/6.2.2/values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.1/values.yaml rename to stable/mongo-express/6.2.2/values.yaml diff --git a/stable/monica/12.2.2/CHANGELOG.md b/stable/monica/12.2.2/CHANGELOG.md deleted file mode 100644 index 3eeeaddb975..00000000000 --- a/stable/monica/12.2.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image monica to 4.0.0[@f0dfcad](https://github.com/f0dfcad) by renovate ([#17169](https://github.com/truecharts/charts/issues/17169)) \ No newline at end of file diff --git a/stable/monica/12.2.2/Chart.yaml b/stable/monica/12.2.2/Chart.yaml deleted file mode 100644 index 72d5f31e717..00000000000 --- a/stable/monica/12.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/monica/12.2.2/charts/common-18.0.2.tgz b/stable/monica/12.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/monica/12.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/monica/12.2.2/charts/mariadb-13.0.0.tgz b/stable/monica/12.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/monica/12.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/nano-wallet/9.1.1/.helmignore b/stable/monica/12.4.2/.helmignore similarity index 100% rename from stable/nano-wallet/9.1.1/.helmignore rename to stable/monica/12.4.2/.helmignore diff --git a/stable/monica/12.4.2/CHANGELOG.md b/stable/monica/12.4.2/CHANGELOG.md new file mode 100644 index 00000000000..75fd7534930 --- /dev/null +++ b/stable/monica/12.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/monica/12.4.2/Chart.yaml b/stable/monica/12.4.2/Chart.yaml new file mode 100644 index 00000000000..0e59dc16e48 --- /dev/null +++ b/stable/monica/12.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/monica/12.2.2/README.md b/stable/monica/12.4.2/README.md similarity index 100% rename from stable/monica/12.2.2/README.md rename to stable/monica/12.4.2/README.md diff --git a/stable/monica/12.4.2/app-changelog.md b/stable/monica/12.4.2/app-changelog.md new file mode 100644 index 00000000000..cb5505911dd --- /dev/null +++ b/stable/monica/12.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/monica/12.2.2/app-readme.md b/stable/monica/12.4.2/app-readme.md similarity index 100% rename from stable/monica/12.2.2/app-readme.md rename to stable/monica/12.4.2/app-readme.md diff --git a/stable/monica/12.4.2/charts/common-18.1.6.tgz b/stable/monica/12.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/monica/12.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/monica/12.4.2/charts/mariadb-13.2.0.tgz b/stable/monica/12.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/monica/12.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/monica/12.2.2/ix_values.yaml b/stable/monica/12.4.2/ix_values.yaml similarity index 100% rename from stable/monica/12.2.2/ix_values.yaml rename to stable/monica/12.4.2/ix_values.yaml diff --git a/stable/monica/12.2.2/questions.yaml b/stable/monica/12.4.2/questions.yaml similarity index 100% rename from stable/monica/12.2.2/questions.yaml rename to stable/monica/12.4.2/questions.yaml diff --git a/stable/nextpvr/9.1.1/templates/NOTES.txt b/stable/monica/12.4.2/templates/NOTES.txt similarity index 100% rename from stable/nextpvr/9.1.1/templates/NOTES.txt rename to stable/monica/12.4.2/templates/NOTES.txt diff --git a/stable/monica/12.2.2/templates/_appkey.tpl b/stable/monica/12.4.2/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.2.2/templates/_appkey.tpl rename to stable/monica/12.4.2/templates/_appkey.tpl diff --git a/stable/monica/12.2.2/templates/common.yaml b/stable/monica/12.4.2/templates/common.yaml similarity index 100% rename from stable/monica/12.2.2/templates/common.yaml rename to stable/monica/12.4.2/templates/common.yaml diff --git a/stable/nano-wallet/9.1.1/values.yaml b/stable/monica/12.4.2/values.yaml similarity index 100% rename from stable/nano-wallet/9.1.1/values.yaml rename to stable/monica/12.4.2/values.yaml diff --git a/stable/mordhau/5.1.1/CHANGELOG.md b/stable/mordhau/5.1.1/CHANGELOG.md deleted file mode 100644 index 0916978cdf0..00000000000 --- a/stable/mordhau/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mordhau/5.1.1/Chart.yaml b/stable/mordhau/5.1.1/Chart.yaml deleted file mode 100644 index 3abbae26821..00000000000 --- a/stable/mordhau/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: mordhau -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mordhau/5.1.1/charts/common-18.0.2.tgz b/stable/mordhau/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mordhau/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/navidrome/19.1.1/.helmignore b/stable/mordhau/5.2.2/.helmignore similarity index 100% rename from stable/navidrome/19.1.1/.helmignore rename to stable/mordhau/5.2.2/.helmignore diff --git a/stable/mordhau/5.2.2/CHANGELOG.md b/stable/mordhau/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a39cdc9523e --- /dev/null +++ b/stable/mordhau/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mordhau/5.2.2/Chart.yaml b/stable/mordhau/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d869e0caed8 --- /dev/null +++ b/stable/mordhau/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: mordhau +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mordhau/5.1.1/README.md b/stable/mordhau/5.2.2/README.md similarity index 100% rename from stable/mordhau/5.1.1/README.md rename to stable/mordhau/5.2.2/README.md diff --git a/stable/mordhau/5.2.2/app-changelog.md b/stable/mordhau/5.2.2/app-changelog.md new file mode 100644 index 00000000000..227aca96bab --- /dev/null +++ b/stable/mordhau/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mordhau/5.1.1/app-readme.md b/stable/mordhau/5.2.2/app-readme.md similarity index 100% rename from stable/mordhau/5.1.1/app-readme.md rename to stable/mordhau/5.2.2/app-readme.md diff --git a/stable/mordhau/5.2.2/charts/common-18.1.6.tgz b/stable/mordhau/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mordhau/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mordhau/5.1.1/ix_values.yaml b/stable/mordhau/5.2.2/ix_values.yaml similarity index 100% rename from stable/mordhau/5.1.1/ix_values.yaml rename to stable/mordhau/5.2.2/ix_values.yaml diff --git a/stable/mordhau/5.1.1/questions.yaml b/stable/mordhau/5.2.2/questions.yaml similarity index 100% rename from stable/mordhau/5.1.1/questions.yaml rename to stable/mordhau/5.2.2/questions.yaml diff --git a/stable/mordhau/5.1.1/templates/common.yaml b/stable/mordhau/5.2.2/templates/common.yaml similarity index 100% rename from stable/mordhau/5.1.1/templates/common.yaml rename to stable/mordhau/5.2.2/templates/common.yaml diff --git a/stable/navidrome/19.1.1/values.yaml b/stable/mordhau/5.2.2/values.yaml similarity index 100% rename from stable/navidrome/19.1.1/values.yaml rename to stable/mordhau/5.2.2/values.yaml diff --git a/stable/mosdns/9.1.1/CHANGELOG.md b/stable/mosdns/9.1.1/CHANGELOG.md deleted file mode 100644 index 74ff04855e7..00000000000 --- a/stable/mosdns/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mosdns/9.1.1/Chart.yaml b/stable/mosdns/9.1.1/Chart.yaml deleted file mode 100644 index 0705786c725..00000000000 --- a/stable/mosdns/9.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mosdns/9.1.1/charts/common-18.0.2.tgz b/stable/mosdns/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mosdns/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/necesse/5.1.1/.helmignore b/stable/mosdns/9.2.2/.helmignore similarity index 100% rename from stable/necesse/5.1.1/.helmignore rename to stable/mosdns/9.2.2/.helmignore diff --git a/stable/mosdns/9.2.2/CHANGELOG.md b/stable/mosdns/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ae64fe9e1cf --- /dev/null +++ b/stable/mosdns/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mosdns/9.2.2/Chart.yaml b/stable/mosdns/9.2.2/Chart.yaml new file mode 100644 index 00000000000..27221a49de9 --- /dev/null +++ b/stable/mosdns/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mosdns/9.1.1/README.md b/stable/mosdns/9.2.2/README.md similarity index 100% rename from stable/mosdns/9.1.1/README.md rename to stable/mosdns/9.2.2/README.md diff --git a/stable/mosdns/9.2.2/app-changelog.md b/stable/mosdns/9.2.2/app-changelog.md new file mode 100644 index 00000000000..68f3077556c --- /dev/null +++ b/stable/mosdns/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mosdns/9.1.1/app-readme.md b/stable/mosdns/9.2.2/app-readme.md similarity index 100% rename from stable/mosdns/9.1.1/app-readme.md rename to stable/mosdns/9.2.2/app-readme.md diff --git a/stable/mosdns/9.2.2/charts/common-18.1.6.tgz b/stable/mosdns/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mosdns/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mosdns/9.1.1/ix_values.yaml b/stable/mosdns/9.2.2/ix_values.yaml similarity index 100% rename from stable/mosdns/9.1.1/ix_values.yaml rename to stable/mosdns/9.2.2/ix_values.yaml diff --git a/stable/mosdns/9.1.1/questions.yaml b/stable/mosdns/9.2.2/questions.yaml similarity index 100% rename from stable/mosdns/9.1.1/questions.yaml rename to stable/mosdns/9.2.2/questions.yaml diff --git a/stable/nginx-proxy-manager/9.2.3/templates/NOTES.txt b/stable/mosdns/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/templates/NOTES.txt rename to stable/mosdns/9.2.2/templates/NOTES.txt diff --git a/stable/netbootxyz/4.1.1/templates/common.yaml b/stable/mosdns/9.2.2/templates/common.yaml similarity index 100% rename from stable/netbootxyz/4.1.1/templates/common.yaml rename to stable/mosdns/9.2.2/templates/common.yaml diff --git a/stable/necesse/5.1.1/values.yaml b/stable/mosdns/9.2.2/values.yaml similarity index 100% rename from stable/necesse/5.1.1/values.yaml rename to stable/mosdns/9.2.2/values.yaml diff --git a/stable/mosquitto/14.1.1/CHANGELOG.md b/stable/mosquitto/14.1.1/CHANGELOG.md deleted file mode 100644 index 6607320084b..00000000000 --- a/stable/mosquitto/14.1.1/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 - - - -- increase common version for oci fixes diff --git a/stable/mosquitto/14.1.1/Chart.yaml b/stable/mosquitto/14.1.1/Chart.yaml deleted file mode 100644 index 53f5c53553e..00000000000 --- a/stable/mosquitto/14.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.18 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mosquitto/14.1.1/charts/common-18.0.2.tgz b/stable/mosquitto/14.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mosquitto/14.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/neko/5.1.12/.helmignore b/stable/mosquitto/14.2.2/.helmignore similarity index 100% rename from stable/neko/5.1.12/.helmignore rename to stable/mosquitto/14.2.2/.helmignore diff --git a/stable/mosquitto/14.2.2/CHANGELOG.md b/stable/mosquitto/14.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3ca7a02f78b --- /dev/null +++ b/stable/mosquitto/14.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 \ No newline at end of file diff --git a/stable/mosquitto/14.2.2/Chart.yaml b/stable/mosquitto/14.2.2/Chart.yaml new file mode 100644 index 00000000000..1f3919a608b --- /dev/null +++ b/stable/mosquitto/14.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.18 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mosquitto/14.1.1/README.md b/stable/mosquitto/14.2.2/README.md similarity index 100% rename from stable/mosquitto/14.1.1/README.md rename to stable/mosquitto/14.2.2/README.md diff --git a/stable/mosquitto/14.2.2/app-changelog.md b/stable/mosquitto/14.2.2/app-changelog.md new file mode 100644 index 00000000000..86505d7ba9f --- /dev/null +++ b/stable/mosquitto/14.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mosquitto/14.1.1/app-readme.md b/stable/mosquitto/14.2.2/app-readme.md similarity index 100% rename from stable/mosquitto/14.1.1/app-readme.md rename to stable/mosquitto/14.2.2/app-readme.md diff --git a/stable/mosquitto/14.2.2/charts/common-18.1.6.tgz b/stable/mosquitto/14.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mosquitto/14.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mosquitto/14.1.1/ix_values.yaml b/stable/mosquitto/14.2.2/ix_values.yaml similarity index 100% rename from stable/mosquitto/14.1.1/ix_values.yaml rename to stable/mosquitto/14.2.2/ix_values.yaml diff --git a/stable/mosquitto/14.1.1/questions.yaml b/stable/mosquitto/14.2.2/questions.yaml similarity index 100% rename from stable/mosquitto/14.1.1/questions.yaml rename to stable/mosquitto/14.2.2/questions.yaml diff --git a/stable/ngircd/9.1.1/templates/NOTES.txt b/stable/mosquitto/14.2.2/templates/NOTES.txt similarity index 100% rename from stable/ngircd/9.1.1/templates/NOTES.txt rename to stable/mosquitto/14.2.2/templates/NOTES.txt diff --git a/stable/openhab/9.1.1/templates/common.yaml b/stable/mosquitto/14.2.2/templates/common.yaml similarity index 100% rename from stable/openhab/9.1.1/templates/common.yaml rename to stable/mosquitto/14.2.2/templates/common.yaml diff --git a/stable/neko/5.1.12/values.yaml b/stable/mosquitto/14.2.2/values.yaml similarity index 100% rename from stable/neko/5.1.12/values.yaml rename to stable/mosquitto/14.2.2/values.yaml diff --git a/stable/mstream/10.1.1/CHANGELOG.md b/stable/mstream/10.1.1/CHANGELOG.md deleted file mode 100644 index 3a9a0f79dfa..00000000000 --- a/stable/mstream/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [mstream-9.1.11](https://github.com/truecharts/charts/compare/mstream-9.1.10...mstream-9.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/mstream/10.1.1/Chart.yaml b/stable/mstream/10.1.1/Chart.yaml deleted file mode 100644 index 75fd5a9085c..00000000000 --- a/stable/mstream/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.11.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mstream/10.1.1/charts/common-18.0.2.tgz b/stable/mstream/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mstream/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/netbootxyz/4.1.1/.helmignore b/stable/mstream/10.2.2/.helmignore similarity index 100% rename from stable/netbootxyz/4.1.1/.helmignore rename to stable/mstream/10.2.2/.helmignore diff --git a/stable/mstream/10.2.2/CHANGELOG.md b/stable/mstream/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..55777497f07 --- /dev/null +++ b/stable/mstream/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/mstream/10.2.2/Chart.yaml b/stable/mstream/10.2.2/Chart.yaml new file mode 100644 index 00000000000..c1097535260 --- /dev/null +++ b/stable/mstream/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.11.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mstream/10.1.1/README.md b/stable/mstream/10.2.2/README.md similarity index 100% rename from stable/mstream/10.1.1/README.md rename to stable/mstream/10.2.2/README.md diff --git a/stable/mstream/10.2.2/app-changelog.md b/stable/mstream/10.2.2/app-changelog.md new file mode 100644 index 00000000000..76ceb730e44 --- /dev/null +++ b/stable/mstream/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mstream/10.1.1/app-readme.md b/stable/mstream/10.2.2/app-readme.md similarity index 100% rename from stable/mstream/10.1.1/app-readme.md rename to stable/mstream/10.2.2/app-readme.md diff --git a/stable/mstream/10.2.2/charts/common-18.1.6.tgz b/stable/mstream/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mstream/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mstream/10.1.1/ix_values.yaml b/stable/mstream/10.2.2/ix_values.yaml similarity index 100% rename from stable/mstream/10.1.1/ix_values.yaml rename to stable/mstream/10.2.2/ix_values.yaml diff --git a/stable/mstream/10.1.1/questions.yaml b/stable/mstream/10.2.2/questions.yaml similarity index 100% rename from stable/mstream/10.1.1/questions.yaml rename to stable/mstream/10.2.2/questions.yaml diff --git a/stable/nitter/6.1.1/templates/NOTES.txt b/stable/mstream/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.1.1/templates/NOTES.txt rename to stable/mstream/10.2.2/templates/NOTES.txt diff --git a/stable/mstream/10.1.1/templates/common.yaml b/stable/mstream/10.2.2/templates/common.yaml similarity index 100% rename from stable/mstream/10.1.1/templates/common.yaml rename to stable/mstream/10.2.2/templates/common.yaml diff --git a/stable/netbootxyz/4.1.1/values.yaml b/stable/mstream/10.2.2/values.yaml similarity index 100% rename from stable/netbootxyz/4.1.1/values.yaml rename to stable/mstream/10.2.2/values.yaml diff --git a/stable/multi-scrobbler/6.1.1/CHANGELOG.md b/stable/multi-scrobbler/6.1.1/CHANGELOG.md deleted file mode 100644 index 1de5fbda1c2..00000000000 --- a/stable/multi-scrobbler/6.1.1/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)) - - - - -## [multi-scrobbler-5.1.9](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.8...multi-scrobbler-5.1.9) (2024-01-09) diff --git a/stable/multi-scrobbler/6.1.1/Chart.yaml b/stable/multi-scrobbler/6.1.1/Chart.yaml deleted file mode 100644 index 2d82bef555c..00000000000 --- a/stable/multi-scrobbler/6.1.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: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/multi-scrobbler/6.1.1/charts/common-18.0.2.tgz b/stable/multi-scrobbler/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/multi-scrobbler/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/netdata/9.1.1/.helmignore b/stable/multi-scrobbler/6.2.2/.helmignore similarity index 100% rename from stable/netdata/9.1.1/.helmignore rename to stable/multi-scrobbler/6.2.2/.helmignore diff --git a/stable/multi-scrobbler/6.2.2/CHANGELOG.md b/stable/multi-scrobbler/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fd36372ca8d --- /dev/null +++ b/stable/multi-scrobbler/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/multi-scrobbler/6.2.2/Chart.yaml b/stable/multi-scrobbler/6.2.2/Chart.yaml new file mode 100644 index 00000000000..3b6a19fee75 --- /dev/null +++ b/stable/multi-scrobbler/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/multi-scrobbler/6.1.1/README.md b/stable/multi-scrobbler/6.2.2/README.md similarity index 100% rename from stable/multi-scrobbler/6.1.1/README.md rename to stable/multi-scrobbler/6.2.2/README.md diff --git a/stable/multi-scrobbler/6.2.2/app-changelog.md b/stable/multi-scrobbler/6.2.2/app-changelog.md new file mode 100644 index 00000000000..27e4b693fd6 --- /dev/null +++ b/stable/multi-scrobbler/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/multi-scrobbler/6.1.1/app-readme.md b/stable/multi-scrobbler/6.2.2/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.1.1/app-readme.md rename to stable/multi-scrobbler/6.2.2/app-readme.md diff --git a/stable/multi-scrobbler/6.2.2/charts/common-18.1.6.tgz b/stable/multi-scrobbler/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/multi-scrobbler/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/multi-scrobbler/6.1.1/ix_values.yaml b/stable/multi-scrobbler/6.2.2/ix_values.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.1/ix_values.yaml rename to stable/multi-scrobbler/6.2.2/ix_values.yaml diff --git a/stable/multi-scrobbler/6.1.1/questions.yaml b/stable/multi-scrobbler/6.2.2/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.1/questions.yaml rename to stable/multi-scrobbler/6.2.2/questions.yaml diff --git a/stable/nntp2nntp/9.1.1/templates/NOTES.txt b/stable/multi-scrobbler/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/nntp2nntp/9.1.1/templates/NOTES.txt rename to stable/multi-scrobbler/6.2.2/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.1.1/templates/common.yaml b/stable/multi-scrobbler/6.2.2/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.1.1/templates/common.yaml rename to stable/multi-scrobbler/6.2.2/templates/common.yaml diff --git a/stable/netdata/9.1.1/values.yaml b/stable/multi-scrobbler/6.2.2/values.yaml similarity index 100% rename from stable/netdata/9.1.1/values.yaml rename to stable/multi-scrobbler/6.2.2/values.yaml diff --git a/stable/muse/5.1.2/CHANGELOG.md b/stable/muse/5.1.2/CHANGELOG.md deleted file mode 100644 index 59aaf5bbda2..00000000000 --- a/stable/muse/5.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/muse/5.1.2/Chart.yaml b/stable/muse/5.1.2/Chart.yaml deleted file mode 100644 index 1b63ed0af8e..00000000000 --- a/stable/muse/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/muse/5.1.2/charts/common-18.0.2.tgz b/stable/muse/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/muse/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/muse/5.1.2/ix_values.yaml b/stable/muse/5.1.2/ix_values.yaml deleted file mode 100644 index 92791628f08..00000000000 --- a/stable/muse/5.1.2/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/neverwinternights-ee/5.1.1/.helmignore b/stable/muse/5.3.2/.helmignore similarity index 100% rename from stable/neverwinternights-ee/5.1.1/.helmignore rename to stable/muse/5.3.2/.helmignore diff --git a/stable/muse/5.3.2/CHANGELOG.md b/stable/muse/5.3.2/CHANGELOG.md new file mode 100644 index 00000000000..eeb33670849 --- /dev/null +++ b/stable/muse/5.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/muse/5.3.2/Chart.yaml b/stable/muse/5.3.2/Chart.yaml new file mode 100644 index 00000000000..114ce1977ac --- /dev/null +++ b/stable/muse/5.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/muse/5.1.2/README.md b/stable/muse/5.3.2/README.md similarity index 100% rename from stable/muse/5.1.2/README.md rename to stable/muse/5.3.2/README.md diff --git a/stable/muse/5.3.2/app-changelog.md b/stable/muse/5.3.2/app-changelog.md new file mode 100644 index 00000000000..1db0caae204 --- /dev/null +++ b/stable/muse/5.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/muse/5.1.2/app-readme.md b/stable/muse/5.3.2/app-readme.md similarity index 100% rename from stable/muse/5.1.2/app-readme.md rename to stable/muse/5.3.2/app-readme.md diff --git a/stable/muse/5.3.2/charts/common-18.1.6.tgz b/stable/muse/5.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/muse/5.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/muse/5.3.2/ix_values.yaml b/stable/muse/5.3.2/ix_values.yaml new file mode 100644 index 00000000000..e6feb727d8f --- /dev/null +++ b/stable/muse/5.3.2/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.1.2/questions.yaml b/stable/muse/5.3.2/questions.yaml similarity index 100% rename from stable/muse/5.1.2/questions.yaml rename to stable/muse/5.3.2/questions.yaml diff --git a/stable/nextpvr/9.1.1/templates/common.yaml b/stable/muse/5.3.2/templates/common.yaml similarity index 100% rename from stable/nextpvr/9.1.1/templates/common.yaml rename to stable/muse/5.3.2/templates/common.yaml diff --git a/stable/neverwinternights-ee/5.1.1/values.yaml b/stable/muse/5.3.2/values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.1/values.yaml rename to stable/muse/5.3.2/values.yaml diff --git a/stable/muximux/10.1.1/CHANGELOG.md b/stable/muximux/10.1.1/CHANGELOG.md deleted file mode 100644 index a3804da8f14..00000000000 --- a/stable/muximux/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/muximux/10.1.1/Chart.yaml b/stable/muximux/10.1.1/Chart.yaml deleted file mode 100644 index 19f71e16efe..00000000000 --- a/stable/muximux/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: "057352e8" -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/muximux/10.1.1/charts/common-18.0.2.tgz b/stable/muximux/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/muximux/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.1.2/.helmignore b/stable/muximux/10.2.2/.helmignore similarity index 100% rename from stable/newyearcountdownclock/5.1.2/.helmignore rename to stable/muximux/10.2.2/.helmignore diff --git a/stable/muximux/10.2.2/CHANGELOG.md b/stable/muximux/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..53132997be6 --- /dev/null +++ b/stable/muximux/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/muximux/10.2.2/Chart.yaml b/stable/muximux/10.2.2/Chart.yaml new file mode 100644 index 00000000000..51fd6fbd1a3 --- /dev/null +++ b/stable/muximux/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/muximux/10.1.1/README.md b/stable/muximux/10.2.2/README.md similarity index 100% rename from stable/muximux/10.1.1/README.md rename to stable/muximux/10.2.2/README.md diff --git a/stable/muximux/10.2.2/app-changelog.md b/stable/muximux/10.2.2/app-changelog.md new file mode 100644 index 00000000000..b090d8ab125 --- /dev/null +++ b/stable/muximux/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/muximux/10.1.1/app-readme.md b/stable/muximux/10.2.2/app-readme.md similarity index 100% rename from stable/muximux/10.1.1/app-readme.md rename to stable/muximux/10.2.2/app-readme.md diff --git a/stable/muximux/10.2.2/charts/common-18.1.6.tgz b/stable/muximux/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/muximux/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/muximux/10.1.1/ix_values.yaml b/stable/muximux/10.2.2/ix_values.yaml similarity index 100% rename from stable/muximux/10.1.1/ix_values.yaml rename to stable/muximux/10.2.2/ix_values.yaml diff --git a/stable/muximux/10.1.1/questions.yaml b/stable/muximux/10.2.2/questions.yaml similarity index 100% rename from stable/muximux/10.1.1/questions.yaml rename to stable/muximux/10.2.2/questions.yaml diff --git a/stable/nocodb/13.1.4/templates/NOTES.txt b/stable/muximux/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.1.4/templates/NOTES.txt rename to stable/muximux/10.2.2/templates/NOTES.txt diff --git a/stable/muximux/10.1.1/templates/common.yaml b/stable/muximux/10.2.2/templates/common.yaml similarity index 100% rename from stable/muximux/10.1.1/templates/common.yaml rename to stable/muximux/10.2.2/templates/common.yaml diff --git a/stable/newyearcountdownclock/5.1.2/values.yaml b/stable/muximux/10.2.2/values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.2/values.yaml rename to stable/muximux/10.2.2/values.yaml diff --git a/stable/mylar/13.1.3/CHANGELOG.md b/stable/mylar/13.1.3/CHANGELOG.md deleted file mode 100644 index 797e9866a65..00000000000 --- a/stable/mylar/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [mylar-12.1.10](https://github.com/truecharts/charts/compare/mylar-12.1.9...mylar-12.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/mylar/13.1.3/Chart.yaml b/stable/mylar/13.1.3/Chart.yaml deleted file mode 100644 index af963b00a10..00000000000 --- a/stable/mylar/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.8 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/mylar/13.1.3/charts/common-18.0.2.tgz b/stable/mylar/13.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mylar/13.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mylar/13.1.3/ix_values.yaml b/stable/mylar/13.1.3/ix_values.yaml deleted file mode 100644 index 16bae1d45b0..00000000000 --- a/stable/mylar/13.1.3/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/nextpvr/9.1.1/.helmignore b/stable/mylar/13.2.3/.helmignore similarity index 100% rename from stable/nextpvr/9.1.1/.helmignore rename to stable/mylar/13.2.3/.helmignore diff --git a/stable/mylar/13.2.3/CHANGELOG.md b/stable/mylar/13.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0da429868e3 --- /dev/null +++ b/stable/mylar/13.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/mylar/13.2.3/Chart.yaml b/stable/mylar/13.2.3/Chart.yaml new file mode 100644 index 00000000000..c95a171b7ca --- /dev/null +++ b/stable/mylar/13.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.8 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/mylar/13.1.3/README.md b/stable/mylar/13.2.3/README.md similarity index 100% rename from stable/mylar/13.1.3/README.md rename to stable/mylar/13.2.3/README.md diff --git a/stable/mylar/13.2.3/app-changelog.md b/stable/mylar/13.2.3/app-changelog.md new file mode 100644 index 00000000000..3ef1d218abb --- /dev/null +++ b/stable/mylar/13.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mylar/13.1.3/app-readme.md b/stable/mylar/13.2.3/app-readme.md similarity index 100% rename from stable/mylar/13.1.3/app-readme.md rename to stable/mylar/13.2.3/app-readme.md diff --git a/stable/mylar/13.2.3/charts/common-18.1.6.tgz b/stable/mylar/13.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mylar/13.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/mylar/13.2.3/ix_values.yaml b/stable/mylar/13.2.3/ix_values.yaml new file mode 100644 index 00000000000..cc3fece819d --- /dev/null +++ b/stable/mylar/13.2.3/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.1.3/questions.yaml b/stable/mylar/13.2.3/questions.yaml similarity index 100% rename from stable/mylar/13.1.3/questions.yaml rename to stable/mylar/13.2.3/questions.yaml diff --git a/stable/node-red/18.1.2/templates/NOTES.txt b/stable/mylar/13.2.3/templates/NOTES.txt similarity index 100% rename from stable/node-red/18.1.2/templates/NOTES.txt rename to stable/mylar/13.2.3/templates/NOTES.txt diff --git a/stable/ngircd/9.1.1/templates/common.yaml b/stable/mylar/13.2.3/templates/common.yaml similarity index 100% rename from stable/ngircd/9.1.1/templates/common.yaml rename to stable/mylar/13.2.3/templates/common.yaml diff --git a/stable/nextpvr/9.1.1/values.yaml b/stable/mylar/13.2.3/values.yaml similarity index 100% rename from stable/nextpvr/9.1.1/values.yaml rename to stable/mylar/13.2.3/values.yaml diff --git a/stable/mymediaforalexa/8.1.1/CHANGELOG.md b/stable/mymediaforalexa/8.1.1/CHANGELOG.md deleted file mode 100644 index b74f9a31aea..00000000000 --- a/stable/mymediaforalexa/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/mymediaforalexa/8.1.1/Chart.yaml b/stable/mymediaforalexa/8.1.1/Chart.yaml deleted file mode 100644 index 7d4a17e2a18..00000000000 --- a/stable/mymediaforalexa/8.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.151.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/mymediaforalexa/8.1.1/charts/common-18.0.2.tgz b/stable/mymediaforalexa/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mymediaforalexa/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nexus-oss/5.1.1/.helmignore b/stable/mymediaforalexa/8.2.2/.helmignore similarity index 100% rename from stable/nexus-oss/5.1.1/.helmignore rename to stable/mymediaforalexa/8.2.2/.helmignore diff --git a/stable/mymediaforalexa/8.2.2/CHANGELOG.md b/stable/mymediaforalexa/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d346247f17f --- /dev/null +++ b/stable/mymediaforalexa/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/mymediaforalexa/8.2.2/Chart.yaml b/stable/mymediaforalexa/8.2.2/Chart.yaml new file mode 100644 index 00000000000..4d4b9eceb19 --- /dev/null +++ b/stable/mymediaforalexa/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.151.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/mymediaforalexa/8.1.1/README.md b/stable/mymediaforalexa/8.2.2/README.md similarity index 100% rename from stable/mymediaforalexa/8.1.1/README.md rename to stable/mymediaforalexa/8.2.2/README.md diff --git a/stable/mymediaforalexa/8.2.2/app-changelog.md b/stable/mymediaforalexa/8.2.2/app-changelog.md new file mode 100644 index 00000000000..ea98feb6df0 --- /dev/null +++ b/stable/mymediaforalexa/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mymediaforalexa/8.1.1/app-readme.md b/stable/mymediaforalexa/8.2.2/app-readme.md similarity index 100% rename from stable/mymediaforalexa/8.1.1/app-readme.md rename to stable/mymediaforalexa/8.2.2/app-readme.md diff --git a/stable/mymediaforalexa/8.2.2/charts/common-18.1.6.tgz b/stable/mymediaforalexa/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mymediaforalexa/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/mymediaforalexa/8.1.1/ix_values.yaml b/stable/mymediaforalexa/8.2.2/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.1/ix_values.yaml rename to stable/mymediaforalexa/8.2.2/ix_values.yaml diff --git a/stable/mymediaforalexa/8.1.1/questions.yaml b/stable/mymediaforalexa/8.2.2/questions.yaml similarity index 100% rename from stable/mymediaforalexa/8.1.1/questions.yaml rename to stable/mymediaforalexa/8.2.2/questions.yaml diff --git a/stable/novnc/10.1.1/templates/NOTES.txt b/stable/mymediaforalexa/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/novnc/10.1.1/templates/NOTES.txt rename to stable/mymediaforalexa/8.2.2/templates/NOTES.txt diff --git a/stable/nntp2nntp/9.1.1/templates/common.yaml b/stable/mymediaforalexa/8.2.2/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/9.1.1/templates/common.yaml rename to stable/mymediaforalexa/8.2.2/templates/common.yaml diff --git a/stable/nexus-oss/5.1.1/values.yaml b/stable/mymediaforalexa/8.2.2/values.yaml similarity index 100% rename from stable/nexus-oss/5.1.1/values.yaml rename to stable/mymediaforalexa/8.2.2/values.yaml diff --git a/stable/mysql-workbench/9.1.3/CHANGELOG.md b/stable/mysql-workbench/9.1.3/CHANGELOG.md deleted file mode 100644 index fc8e410728c..00000000000 --- a/stable/mysql-workbench/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/mysql-workbench/9.1.3/Chart.yaml b/stable/mysql-workbench/9.1.3/Chart.yaml deleted file mode 100644 index 75169b59c54..00000000000 --- a/stable/mysql-workbench/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.36 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/mysql-workbench/9.1.3/charts/common-18.0.2.tgz b/stable/mysql-workbench/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/mysql-workbench/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.1.3/ix_values.yaml b/stable/mysql-workbench/9.1.3/ix_values.yaml deleted file mode 100644 index 3ee5e355a8d..00000000000 --- a/stable/mysql-workbench/9.1.3/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/nginx-proxy-manager/9.2.3/.helmignore b/stable/mysql-workbench/9.2.3/.helmignore similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/.helmignore rename to stable/mysql-workbench/9.2.3/.helmignore diff --git a/stable/mysql-workbench/9.2.3/CHANGELOG.md b/stable/mysql-workbench/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..57c212f6c3d --- /dev/null +++ b/stable/mysql-workbench/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/mysql-workbench/9.2.3/Chart.yaml b/stable/mysql-workbench/9.2.3/Chart.yaml new file mode 100644 index 00000000000..ad0e0fdb402 --- /dev/null +++ b/stable/mysql-workbench/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.36 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/mysql-workbench/9.1.3/README.md b/stable/mysql-workbench/9.2.3/README.md similarity index 100% rename from stable/mysql-workbench/9.1.3/README.md rename to stable/mysql-workbench/9.2.3/README.md diff --git a/stable/mysql-workbench/9.2.3/app-changelog.md b/stable/mysql-workbench/9.2.3/app-changelog.md new file mode 100644 index 00000000000..021f96e669b --- /dev/null +++ b/stable/mysql-workbench/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/mysql-workbench/9.1.3/app-readme.md b/stable/mysql-workbench/9.2.3/app-readme.md similarity index 100% rename from stable/mysql-workbench/9.1.3/app-readme.md rename to stable/mysql-workbench/9.2.3/app-readme.md diff --git a/stable/mysql-workbench/9.2.3/charts/common-18.1.6.tgz b/stable/mysql-workbench/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/mysql-workbench/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/mysql-workbench/9.2.3/ix_values.yaml b/stable/mysql-workbench/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..eeaa84679a7 --- /dev/null +++ b/stable/mysql-workbench/9.2.3/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.1.3/questions.yaml b/stable/mysql-workbench/9.2.3/questions.yaml similarity index 100% rename from stable/mysql-workbench/9.1.3/questions.yaml rename to stable/mysql-workbench/9.2.3/questions.yaml diff --git a/stable/ntfy/9.1.1/templates/NOTES.txt b/stable/mysql-workbench/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/ntfy/9.1.1/templates/NOTES.txt rename to stable/mysql-workbench/9.2.3/templates/NOTES.txt diff --git a/stable/node-red/18.1.2/templates/common.yaml b/stable/mysql-workbench/9.2.3/templates/common.yaml similarity index 100% rename from stable/node-red/18.1.2/templates/common.yaml rename to stable/mysql-workbench/9.2.3/templates/common.yaml diff --git a/stable/nginx-proxy-manager/9.2.3/values.yaml b/stable/mysql-workbench/9.2.3/values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/values.yaml rename to stable/mysql-workbench/9.2.3/values.yaml diff --git a/stable/n8n/13.1.3/CHANGELOG.md b/stable/n8n/13.1.3/CHANGELOG.md deleted file mode 100644 index 52601aca1cb..00000000000 --- a/stable/n8n/13.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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) - -### Chore diff --git a/stable/n8n/13.1.3/Chart.yaml b/stable/n8n/13.1.3/Chart.yaml deleted file mode 100644 index 15cf8796555..00000000000 --- a/stable/n8n/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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.30.1 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/n8n/13.1.3/charts/common-18.0.2.tgz b/stable/n8n/13.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/n8n/13.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/n8n/13.1.3/ix_values.yaml b/stable/n8n/13.1.3/ix_values.yaml deleted file mode 100644 index fa5fac7a5a2..00000000000 --- a/stable/n8n/13.1.3/ix_values.yaml +++ /dev/null @@ -1,154 +0,0 @@ -image: - repository: n8nio/n8n - tag: 1.30.1@sha256:14b8ae8807651e09194f327eadbd3f178ef35df06ff9c2e6b5d0d528119c500b - pullPolicy: IfNotPresent -timezoneandlocale: {} -# N8N_DEFAULT_LOCALE: "en" -credentials: {} -# CREDENTIALS_OVERWRITE_DATA: "" -# CREDENTIALS_OVERWRITE_ENDPOINT: "" -# CREDENTIALS_DEFAULT_NAME: "My credentials" -deployment: - N8N_HOST: "localhost" - # N8N_EDITOR_BASE_URL: "" - # N8N_CONFIG_FILES: "" - # N8N_ENCRYPTION_KEY: "" - # N8N_DIAGNOSTICS_ENABLED: true - # N8N_DISABLE_UI: false - # N8N_TEMPLATES_ENABLED: false - # N8N_TEMPLATES_HOST: "" - # N8N_PERSONALIZATION_ENABLED: true - # N8N_VERSION_NOTIFICATIONS_ENABLED: true - # N8N_DIAGNOSTICS_ENABLED: false - # N8N_HIRING_BANNER_ENABLED: false -endpoints: {} -# WEBHOOK_URL: "" -# N8N_PAYLOAD_SIZE_MAX: 16 -# N8N_METRICS: false -# N8N_METRICS_PREFIX: "n8n_" -# N8N_ENDPOINT_REST: "rest" -# N8N_ENDPOINT_WEBHOOK: "webhook" -# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test" -# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting" -# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false -# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false -executions: {} -# EXECUTIONS_PROCESS: "own" -# EXECUTIONS_MODE: "regular" -# EXECUTIONS_TIMEOUT: "-1" -# EXECUTIONS_TIMEOUT_MAX: 3600 -# EXECUTIONS_DATA_SAVE_ON_ERROR: "all" -# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all" -# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false -# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false -# EXECUTIONS_DATA_PRUNE: false -# EXECUTIONS_DATA_MAX_AGE: 336 -# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600 -logs: - # N8N_LOG_LEVEL: "info" - # N8N_LOG_OUTPUT: "console" - # N8N_LOG_FILE_COUNT_MAX: 100 - # N8N_LOG_FILE_SIZE_MAX: 16 - N8N_LOG_FILE_LOCATION: "/data/logs" -n8n_security: {} -# N8N_BLOCK_ENV_ACCESS_IN_NODE: false -# N8N_BASIC_AUTH_ACTIVE: false -# N8N_BASIC_AUTH_USER: "" -# N8N_BASIC_AUTH_PASSWORD: "" -# N8N_BASIC_AUTH_HASH: false -# N8N_JWT_AUTH_ACTIVE: false -# N8N_JWT_AUTH_HEADER: "" -# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: "" -# N8N_JWKS_URI: "" -# N8N_JWT_ISSUER: "" -# N8N_JWT_NAMESPACE: "" -# N8N_JWT_ALLOWED_TENANT: "" -# N8N_JWT_ALLOWED_TENANT_KEY: "" -# N8N_AUTH_EXCLUDE_ENDPOINTS: "" -workflows: {} -# WORKFLOWS_DEFAULT_NAME: "My workflow" -# N8N_ONBOARDING_FLOW_DISABLED: false -# N8N_WORKFLOW_TAGS_DISABLED: false -externalhooks: {} -# EXTERNAL_HOOK_FILES: "" -usermanagement: {} -# N8N_USER_MANAGEMENT_DISABLED: false -# N8N_EMAIL_MODE: "smtp" -# N8N_SMTP_HOST: "" -# N8N_SMTP_PORT: 0 -# N8N_SMTP_USER: "" -# N8N_SMTP_PASS: "" -# N8N_SMTP_SENDER: "" -# N8N_SMTP_SSL: true -# N8N_UM_EMAIL_TEMPLATES_INVITE: "" -# N8N_UM_EMAIL_TEMPLATES_PWRESET: "" - -service: - main: - ports: - main: - port: 5678 - targetPort: 5678 -persistence: - data: - enabled: true - mountPath: "/data" -# Enabled redis -redis: - enabled: true -# Enabled postgres -cnpg: - main: - enabled: true - user: n8n - database: n8n -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - fsGroup: 1000 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/healthz" - readiness: - path: "/healthz" - startup: - path: "/healthz" - envFrom: - - configMapRef: - name: n8n-config - env: - GENERIC_TIMEZONE: "{{ .Values.TZ }}" - DB_TYPE: "postgresdb" - DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}" - DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_POSTGRESDB_PORT: 5432 - QUEUE_BULL_REDIS_PORT: 6379 - N8N_USER_FOLDER: "/data" - DB_POSTGRESDB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_POSTGRESDB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - QUEUE_BULL_REDIS_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - QUEUE_BULL_REDIS_PASSWORD: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password diff --git a/stable/ngircd/9.1.1/.helmignore b/stable/n8n/13.3.2/.helmignore similarity index 100% rename from stable/ngircd/9.1.1/.helmignore rename to stable/n8n/13.3.2/.helmignore diff --git a/stable/n8n/13.3.2/CHANGELOG.md b/stable/n8n/13.3.2/CHANGELOG.md new file mode 100644 index 00000000000..db999b308cb --- /dev/null +++ b/stable/n8n/13.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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)) diff --git a/stable/n8n/13.3.2/Chart.yaml b/stable/n8n/13.3.2/Chart.yaml new file mode 100644 index 00000000000..503fb477383 --- /dev/null +++ b/stable/n8n/13.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.31.0 +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/n8n/13.1.3/LICENSE b/stable/n8n/13.3.2/LICENSE similarity index 100% rename from stable/n8n/13.1.3/LICENSE rename to stable/n8n/13.3.2/LICENSE diff --git a/stable/n8n/13.1.3/README.md b/stable/n8n/13.3.2/README.md similarity index 100% rename from stable/n8n/13.1.3/README.md rename to stable/n8n/13.3.2/README.md diff --git a/stable/n8n/13.3.2/app-changelog.md b/stable/n8n/13.3.2/app-changelog.md new file mode 100644 index 00000000000..3dca962c924 --- /dev/null +++ b/stable/n8n/13.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/n8n/13.1.3/app-readme.md b/stable/n8n/13.3.2/app-readme.md similarity index 100% rename from stable/n8n/13.1.3/app-readme.md rename to stable/n8n/13.3.2/app-readme.md diff --git a/stable/n8n/13.3.2/charts/common-18.1.6.tgz b/stable/n8n/13.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/n8n/13.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/n8n/13.1.3/charts/redis-11.2.1.tgz b/stable/n8n/13.3.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/n8n/13.1.3/charts/redis-11.2.1.tgz rename to stable/n8n/13.3.2/charts/redis-11.2.1.tgz diff --git a/stable/n8n/13.3.2/ix_values.yaml b/stable/n8n/13.3.2/ix_values.yaml new file mode 100644 index 00000000000..d4808ca9358 --- /dev/null +++ b/stable/n8n/13.3.2/ix_values.yaml @@ -0,0 +1,154 @@ +image: + repository: n8nio/n8n + tag: 1.31.0@sha256:b99f2cfdc9d547c114a295b466621b99790359c2de5bbe827bcd118488bb2147 + pullPolicy: IfNotPresent +timezoneandlocale: {} +# N8N_DEFAULT_LOCALE: "en" +credentials: {} +# CREDENTIALS_OVERWRITE_DATA: "" +# CREDENTIALS_OVERWRITE_ENDPOINT: "" +# CREDENTIALS_DEFAULT_NAME: "My credentials" +deployment: + N8N_HOST: "localhost" + # N8N_EDITOR_BASE_URL: "" + # N8N_CONFIG_FILES: "" + # N8N_ENCRYPTION_KEY: "" + # N8N_DIAGNOSTICS_ENABLED: true + # N8N_DISABLE_UI: false + # N8N_TEMPLATES_ENABLED: false + # N8N_TEMPLATES_HOST: "" + # N8N_PERSONALIZATION_ENABLED: true + # N8N_VERSION_NOTIFICATIONS_ENABLED: true + # N8N_DIAGNOSTICS_ENABLED: false + # N8N_HIRING_BANNER_ENABLED: false +endpoints: {} +# WEBHOOK_URL: "" +# N8N_PAYLOAD_SIZE_MAX: 16 +# N8N_METRICS: false +# N8N_METRICS_PREFIX: "n8n_" +# N8N_ENDPOINT_REST: "rest" +# N8N_ENDPOINT_WEBHOOK: "webhook" +# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test" +# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting" +# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false +# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false +executions: {} +# EXECUTIONS_PROCESS: "own" +# EXECUTIONS_MODE: "regular" +# EXECUTIONS_TIMEOUT: "-1" +# EXECUTIONS_TIMEOUT_MAX: 3600 +# EXECUTIONS_DATA_SAVE_ON_ERROR: "all" +# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all" +# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false +# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false +# EXECUTIONS_DATA_PRUNE: false +# EXECUTIONS_DATA_MAX_AGE: 336 +# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600 +logs: + # N8N_LOG_LEVEL: "info" + # N8N_LOG_OUTPUT: "console" + # N8N_LOG_FILE_COUNT_MAX: 100 + # N8N_LOG_FILE_SIZE_MAX: 16 + N8N_LOG_FILE_LOCATION: "/data/logs" +n8n_security: {} +# N8N_BLOCK_ENV_ACCESS_IN_NODE: false +# N8N_BASIC_AUTH_ACTIVE: false +# N8N_BASIC_AUTH_USER: "" +# N8N_BASIC_AUTH_PASSWORD: "" +# N8N_BASIC_AUTH_HASH: false +# N8N_JWT_AUTH_ACTIVE: false +# N8N_JWT_AUTH_HEADER: "" +# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: "" +# N8N_JWKS_URI: "" +# N8N_JWT_ISSUER: "" +# N8N_JWT_NAMESPACE: "" +# N8N_JWT_ALLOWED_TENANT: "" +# N8N_JWT_ALLOWED_TENANT_KEY: "" +# N8N_AUTH_EXCLUDE_ENDPOINTS: "" +workflows: {} +# WORKFLOWS_DEFAULT_NAME: "My workflow" +# N8N_ONBOARDING_FLOW_DISABLED: false +# N8N_WORKFLOW_TAGS_DISABLED: false +externalhooks: {} +# EXTERNAL_HOOK_FILES: "" +usermanagement: {} +# N8N_USER_MANAGEMENT_DISABLED: false +# N8N_EMAIL_MODE: "smtp" +# N8N_SMTP_HOST: "" +# N8N_SMTP_PORT: 0 +# N8N_SMTP_USER: "" +# N8N_SMTP_PASS: "" +# N8N_SMTP_SENDER: "" +# N8N_SMTP_SSL: true +# N8N_UM_EMAIL_TEMPLATES_INVITE: "" +# N8N_UM_EMAIL_TEMPLATES_PWRESET: "" + +service: + main: + ports: + main: + port: 5678 + targetPort: 5678 +persistence: + data: + enabled: true + mountPath: "/data" +# Enabled redis +redis: + enabled: true +# Enabled postgres +cnpg: + main: + enabled: true + user: n8n + database: n8n +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + fsGroup: 1000 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/healthz" + readiness: + path: "/healthz" + startup: + path: "/healthz" + envFrom: + - configMapRef: + name: n8n-config + env: + GENERIC_TIMEZONE: "{{ .Values.TZ }}" + DB_TYPE: "postgresdb" + DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}" + DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_POSTGRESDB_PORT: 5432 + QUEUE_BULL_REDIS_PORT: 6379 + N8N_USER_FOLDER: "/data" + DB_POSTGRESDB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_POSTGRESDB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + QUEUE_BULL_REDIS_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + QUEUE_BULL_REDIS_PASSWORD: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password diff --git a/stable/n8n/13.1.3/questions.yaml b/stable/n8n/13.3.2/questions.yaml similarity index 100% rename from stable/n8n/13.1.3/questions.yaml rename to stable/n8n/13.3.2/questions.yaml diff --git a/stable/nullserv/13.1.1/templates/NOTES.txt b/stable/n8n/13.3.2/templates/NOTES.txt similarity index 100% rename from stable/nullserv/13.1.1/templates/NOTES.txt rename to stable/n8n/13.3.2/templates/NOTES.txt diff --git a/stable/n8n/13.1.3/templates/_configmap.tpl b/stable/n8n/13.3.2/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.1.3/templates/_configmap.tpl rename to stable/n8n/13.3.2/templates/_configmap.tpl diff --git a/stable/n8n/13.1.3/templates/common.yaml b/stable/n8n/13.3.2/templates/common.yaml similarity index 100% rename from stable/n8n/13.1.3/templates/common.yaml rename to stable/n8n/13.3.2/templates/common.yaml diff --git a/stable/ngircd/9.1.1/values.yaml b/stable/n8n/13.3.2/values.yaml similarity index 100% rename from stable/ngircd/9.1.1/values.yaml rename to stable/n8n/13.3.2/values.yaml diff --git a/stable/namecheap-ddns/5.1.1/CHANGELOG.md b/stable/namecheap-ddns/5.1.1/CHANGELOG.md deleted file mode 100644 index 6e03efd4f92..00000000000 --- a/stable/namecheap-ddns/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/namecheap-ddns/5.1.1/Chart.yaml b/stable/namecheap-ddns/5.1.1/Chart.yaml deleted file mode 100644 index c63b486669f..00000000000 --- a/stable/namecheap-ddns/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/namecheap-ddns/5.1.1/charts/common-18.0.2.tgz b/stable/namecheap-ddns/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/namecheap-ddns/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nightscout/5.1.1/.helmignore b/stable/namecheap-ddns/5.2.2/.helmignore similarity index 100% rename from stable/nightscout/5.1.1/.helmignore rename to stable/namecheap-ddns/5.2.2/.helmignore diff --git a/stable/namecheap-ddns/5.2.2/CHANGELOG.md b/stable/namecheap-ddns/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..55ababf3649 --- /dev/null +++ b/stable/namecheap-ddns/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/namecheap-ddns/5.2.2/Chart.yaml b/stable/namecheap-ddns/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a0a24b617da --- /dev/null +++ b/stable/namecheap-ddns/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/namecheap-ddns/5.1.1/README.md b/stable/namecheap-ddns/5.2.2/README.md similarity index 100% rename from stable/namecheap-ddns/5.1.1/README.md rename to stable/namecheap-ddns/5.2.2/README.md diff --git a/stable/namecheap-ddns/5.2.2/app-changelog.md b/stable/namecheap-ddns/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cdd9fc971f3 --- /dev/null +++ b/stable/namecheap-ddns/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/namecheap-ddns/5.1.1/app-readme.md b/stable/namecheap-ddns/5.2.2/app-readme.md similarity index 100% rename from stable/namecheap-ddns/5.1.1/app-readme.md rename to stable/namecheap-ddns/5.2.2/app-readme.md diff --git a/stable/namecheap-ddns/5.2.2/charts/common-18.1.6.tgz b/stable/namecheap-ddns/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/namecheap-ddns/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/namecheap-ddns/5.1.1/ix_values.yaml b/stable/namecheap-ddns/5.2.2/ix_values.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.1/ix_values.yaml rename to stable/namecheap-ddns/5.2.2/ix_values.yaml diff --git a/stable/namecheap-ddns/5.1.1/questions.yaml b/stable/namecheap-ddns/5.2.2/questions.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.1/questions.yaml rename to stable/namecheap-ddns/5.2.2/questions.yaml diff --git a/stable/namecheap-ddns/5.1.1/templates/common.yaml b/stable/namecheap-ddns/5.2.2/templates/common.yaml similarity index 100% rename from stable/namecheap-ddns/5.1.1/templates/common.yaml rename to stable/namecheap-ddns/5.2.2/templates/common.yaml diff --git a/stable/nightscout/5.1.1/values.yaml b/stable/namecheap-ddns/5.2.2/values.yaml similarity index 100% rename from stable/nightscout/5.1.1/values.yaml rename to stable/namecheap-ddns/5.2.2/values.yaml diff --git a/stable/nano-wallet/9.1.1/CHANGELOG.md b/stable/nano-wallet/9.1.1/CHANGELOG.md deleted file mode 100644 index 7617885bb3b..00000000000 --- a/stable/nano-wallet/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nano-wallet/9.1.1/Chart.yaml b/stable/nano-wallet/9.1.1/Chart.yaml deleted file mode 100644 index 8e01047026c..00000000000 --- a/stable/nano-wallet/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nano-wallet/9.1.1/charts/common-18.0.2.tgz b/stable/nano-wallet/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nano-wallet/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nitter/6.1.1/.helmignore b/stable/nano-wallet/9.2.2/.helmignore similarity index 100% rename from stable/nitter/6.1.1/.helmignore rename to stable/nano-wallet/9.2.2/.helmignore diff --git a/stable/nano-wallet/9.2.2/CHANGELOG.md b/stable/nano-wallet/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8475530e61a --- /dev/null +++ b/stable/nano-wallet/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nano-wallet/9.2.2/Chart.yaml b/stable/nano-wallet/9.2.2/Chart.yaml new file mode 100644 index 00000000000..5737ecd602c --- /dev/null +++ b/stable/nano-wallet/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nano-wallet/9.1.1/README.md b/stable/nano-wallet/9.2.2/README.md similarity index 100% rename from stable/nano-wallet/9.1.1/README.md rename to stable/nano-wallet/9.2.2/README.md diff --git a/stable/nano-wallet/9.2.2/app-changelog.md b/stable/nano-wallet/9.2.2/app-changelog.md new file mode 100644 index 00000000000..c1dd3749b64 --- /dev/null +++ b/stable/nano-wallet/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nano-wallet/9.1.1/app-readme.md b/stable/nano-wallet/9.2.2/app-readme.md similarity index 100% rename from stable/nano-wallet/9.1.1/app-readme.md rename to stable/nano-wallet/9.2.2/app-readme.md diff --git a/stable/nano-wallet/9.2.2/charts/common-18.1.6.tgz b/stable/nano-wallet/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nano-wallet/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nano-wallet/9.1.1/ix_values.yaml b/stable/nano-wallet/9.2.2/ix_values.yaml similarity index 100% rename from stable/nano-wallet/9.1.1/ix_values.yaml rename to stable/nano-wallet/9.2.2/ix_values.yaml diff --git a/stable/nano-wallet/9.1.1/questions.yaml b/stable/nano-wallet/9.2.2/questions.yaml similarity index 100% rename from stable/nano-wallet/9.1.1/questions.yaml rename to stable/nano-wallet/9.2.2/questions.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.1/templates/NOTES.txt b/stable/nano-wallet/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/templates/NOTES.txt rename to stable/nano-wallet/9.2.2/templates/NOTES.txt diff --git a/stable/notifiarr/4.1.1/templates/common.yaml b/stable/nano-wallet/9.2.2/templates/common.yaml similarity index 100% rename from stable/notifiarr/4.1.1/templates/common.yaml rename to stable/nano-wallet/9.2.2/templates/common.yaml diff --git a/stable/nitter/6.1.1/values.yaml b/stable/nano-wallet/9.2.2/values.yaml similarity index 100% rename from stable/nitter/6.1.1/values.yaml rename to stable/nano-wallet/9.2.2/values.yaml diff --git a/stable/navidrome/19.1.1/CHANGELOG.md b/stable/navidrome/19.1.1/CHANGELOG.md deleted file mode 100644 index 1e609e27ae7..00000000000 --- a/stable/navidrome/19.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/navidrome/19.1.1/Chart.yaml b/stable/navidrome/19.1.1/Chart.yaml deleted file mode 100644 index 9513d07b1d9..00000000000 --- a/stable/navidrome/19.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.51.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/navidrome/19.1.1/charts/common-18.0.2.tgz b/stable/navidrome/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/navidrome/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nntp2nntp/9.1.1/.helmignore b/stable/navidrome/19.2.2/.helmignore similarity index 100% rename from stable/nntp2nntp/9.1.1/.helmignore rename to stable/navidrome/19.2.2/.helmignore diff --git a/stable/navidrome/19.2.2/CHANGELOG.md b/stable/navidrome/19.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ee71eeb151e --- /dev/null +++ b/stable/navidrome/19.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/navidrome/19.2.2/Chart.yaml b/stable/navidrome/19.2.2/Chart.yaml new file mode 100644 index 00000000000..4d644ff200c --- /dev/null +++ b/stable/navidrome/19.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.51.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/navidrome/19.1.1/README.md b/stable/navidrome/19.2.2/README.md similarity index 100% rename from stable/navidrome/19.1.1/README.md rename to stable/navidrome/19.2.2/README.md diff --git a/stable/navidrome/19.2.2/app-changelog.md b/stable/navidrome/19.2.2/app-changelog.md new file mode 100644 index 00000000000..1393244c53c --- /dev/null +++ b/stable/navidrome/19.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/navidrome/19.1.1/app-readme.md b/stable/navidrome/19.2.2/app-readme.md similarity index 100% rename from stable/navidrome/19.1.1/app-readme.md rename to stable/navidrome/19.2.2/app-readme.md diff --git a/stable/navidrome/19.2.2/charts/common-18.1.6.tgz b/stable/navidrome/19.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/navidrome/19.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/navidrome/19.1.1/ix_values.yaml b/stable/navidrome/19.2.2/ix_values.yaml similarity index 100% rename from stable/navidrome/19.1.1/ix_values.yaml rename to stable/navidrome/19.2.2/ix_values.yaml diff --git a/stable/navidrome/19.1.1/questions.yaml b/stable/navidrome/19.2.2/questions.yaml similarity index 100% rename from stable/navidrome/19.1.1/questions.yaml rename to stable/navidrome/19.2.2/questions.yaml diff --git a/stable/nzbget/20.1.1/templates/NOTES.txt b/stable/navidrome/19.2.2/templates/NOTES.txt similarity index 100% rename from stable/nzbget/20.1.1/templates/NOTES.txt rename to stable/navidrome/19.2.2/templates/NOTES.txt diff --git a/stable/ntfy/9.1.1/templates/common.yaml b/stable/navidrome/19.2.2/templates/common.yaml similarity index 100% rename from stable/ntfy/9.1.1/templates/common.yaml rename to stable/navidrome/19.2.2/templates/common.yaml diff --git a/stable/nntp2nntp/9.1.1/values.yaml b/stable/navidrome/19.2.2/values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.1/values.yaml rename to stable/navidrome/19.2.2/values.yaml diff --git a/stable/necesse/5.1.1/CHANGELOG.md b/stable/necesse/5.1.1/CHANGELOG.md deleted file mode 100644 index 34ad638c694..00000000000 --- a/stable/necesse/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/necesse/5.1.1/Chart.yaml b/stable/necesse/5.1.1/Chart.yaml deleted file mode 100644 index 1764d105dd7..00000000000 --- a/stable/necesse/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: necesse -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/necesse/5.1.1/charts/common-18.0.2.tgz b/stable/necesse/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/necesse/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nocodb/13.1.4/.helmignore b/stable/necesse/5.2.2/.helmignore similarity index 100% rename from stable/nocodb/13.1.4/.helmignore rename to stable/necesse/5.2.2/.helmignore diff --git a/stable/necesse/5.2.2/CHANGELOG.md b/stable/necesse/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5fa86cc7fcd --- /dev/null +++ b/stable/necesse/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/necesse/5.2.2/Chart.yaml b/stable/necesse/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2f85c3b7ed7 --- /dev/null +++ b/stable/necesse/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: necesse +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/necesse/5.1.1/README.md b/stable/necesse/5.2.2/README.md similarity index 100% rename from stable/necesse/5.1.1/README.md rename to stable/necesse/5.2.2/README.md diff --git a/stable/necesse/5.2.2/app-changelog.md b/stable/necesse/5.2.2/app-changelog.md new file mode 100644 index 00000000000..44086b68b7a --- /dev/null +++ b/stable/necesse/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/necesse/5.1.1/app-readme.md b/stable/necesse/5.2.2/app-readme.md similarity index 100% rename from stable/necesse/5.1.1/app-readme.md rename to stable/necesse/5.2.2/app-readme.md diff --git a/stable/necesse/5.2.2/charts/common-18.1.6.tgz b/stable/necesse/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/necesse/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/necesse/5.1.1/ix_values.yaml b/stable/necesse/5.2.2/ix_values.yaml similarity index 100% rename from stable/necesse/5.1.1/ix_values.yaml rename to stable/necesse/5.2.2/ix_values.yaml diff --git a/stable/necesse/5.1.1/questions.yaml b/stable/necesse/5.2.2/questions.yaml similarity index 100% rename from stable/necesse/5.1.1/questions.yaml rename to stable/necesse/5.2.2/questions.yaml diff --git a/stable/necesse/5.1.1/templates/common.yaml b/stable/necesse/5.2.2/templates/common.yaml similarity index 100% rename from stable/necesse/5.1.1/templates/common.yaml rename to stable/necesse/5.2.2/templates/common.yaml diff --git a/stable/nocodb/13.1.4/values.yaml b/stable/necesse/5.2.2/values.yaml similarity index 100% rename from stable/nocodb/13.1.4/values.yaml rename to stable/necesse/5.2.2/values.yaml diff --git a/stable/neko/5.1.12/CHANGELOG.md b/stable/neko/5.1.12/CHANGELOG.md deleted file mode 100644 index fbeef1b8408..00000000000 --- a/stable/neko/5.1.12/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/neko/5.1.12/Chart.yaml b/stable/neko/5.1.12/Chart.yaml deleted file mode 100644 index ec47a9753de..00000000000 --- a/stable/neko/5.1.12/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: firefox -dependencies: - - name: common - version: 18.0.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.1.12 diff --git a/stable/neko/5.1.12/charts/common-18.0.2.tgz b/stable/neko/5.1.12/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/neko/5.1.12/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/neko/5.1.12/ix_values.yaml b/stable/neko/5.1.12/ix_values.yaml deleted file mode 100644 index 0f63c0a6f4f..00000000000 --- a/stable/neko/5.1.12/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/node-red/18.1.2/.helmignore b/stable/neko/5.2.12/.helmignore similarity index 100% rename from stable/node-red/18.1.2/.helmignore rename to stable/neko/5.2.12/.helmignore diff --git a/stable/neko/5.2.12/CHANGELOG.md b/stable/neko/5.2.12/CHANGELOG.md new file mode 100644 index 00000000000..26c754831f5 --- /dev/null +++ b/stable/neko/5.2.12/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/neko/5.2.12/Chart.yaml b/stable/neko/5.2.12/Chart.yaml new file mode 100644 index 00000000000..150065c0c6f --- /dev/null +++ b/stable/neko/5.2.12/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: firefox +dependencies: + - name: common + version: 18.1.6 + 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.12 diff --git a/stable/neko/5.1.12/README.md b/stable/neko/5.2.12/README.md similarity index 100% rename from stable/neko/5.1.12/README.md rename to stable/neko/5.2.12/README.md diff --git a/stable/neko/5.2.12/app-changelog.md b/stable/neko/5.2.12/app-changelog.md new file mode 100644 index 00000000000..53d5609dbba --- /dev/null +++ b/stable/neko/5.2.12/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/neko/5.1.12/app-readme.md b/stable/neko/5.2.12/app-readme.md similarity index 100% rename from stable/neko/5.1.12/app-readme.md rename to stable/neko/5.2.12/app-readme.md diff --git a/stable/neko/5.2.12/charts/common-18.1.6.tgz b/stable/neko/5.2.12/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/neko/5.2.12/charts/common-18.1.6.tgz differ diff --git a/stable/neko/5.2.12/ix_values.yaml b/stable/neko/5.2.12/ix_values.yaml new file mode 100644 index 00000000000..a709d8b6114 --- /dev/null +++ b/stable/neko/5.2.12/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.1.12/questions.yaml b/stable/neko/5.2.12/questions.yaml similarity index 100% rename from stable/neko/5.1.12/questions.yaml rename to stable/neko/5.2.12/questions.yaml diff --git a/stable/neko/5.1.12/templates/common.yaml b/stable/neko/5.2.12/templates/common.yaml similarity index 100% rename from stable/neko/5.1.12/templates/common.yaml rename to stable/neko/5.2.12/templates/common.yaml diff --git a/stable/node-red/18.1.2/values.yaml b/stable/neko/5.2.12/values.yaml similarity index 100% rename from stable/node-red/18.1.2/values.yaml rename to stable/neko/5.2.12/values.yaml diff --git a/stable/netbootxyz/4.1.1/CHANGELOG.md b/stable/netbootxyz/4.1.1/CHANGELOG.md deleted file mode 100644 index d9ac1e5ad5a..00000000000 --- a/stable/netbootxyz/4.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/netbootxyz/4.1.1/Chart.yaml b/stable/netbootxyz/4.1.1/Chart.yaml deleted file mode 100644 index e5374d095ae..00000000000 --- a/stable/netbootxyz/4.1.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: networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/netbootxyz/4.1.1/charts/common-18.0.2.tgz b/stable/netbootxyz/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/netbootxyz/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nosqlclient/5.1.1/.helmignore b/stable/netbootxyz/4.2.2/.helmignore similarity index 100% rename from stable/nosqlclient/5.1.1/.helmignore rename to stable/netbootxyz/4.2.2/.helmignore diff --git a/stable/netbootxyz/4.2.2/CHANGELOG.md b/stable/netbootxyz/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f88a77bac40 --- /dev/null +++ b/stable/netbootxyz/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/netbootxyz/4.2.2/Chart.yaml b/stable/netbootxyz/4.2.2/Chart.yaml new file mode 100644 index 00000000000..3ec59b88d49 --- /dev/null +++ b/stable/netbootxyz/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/netbootxyz/4.1.1/README.md b/stable/netbootxyz/4.2.2/README.md similarity index 100% rename from stable/netbootxyz/4.1.1/README.md rename to stable/netbootxyz/4.2.2/README.md diff --git a/stable/netbootxyz/4.2.2/app-changelog.md b/stable/netbootxyz/4.2.2/app-changelog.md new file mode 100644 index 00000000000..af11c9c37c5 --- /dev/null +++ b/stable/netbootxyz/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/netbootxyz/4.1.1/app-readme.md b/stable/netbootxyz/4.2.2/app-readme.md similarity index 100% rename from stable/netbootxyz/4.1.1/app-readme.md rename to stable/netbootxyz/4.2.2/app-readme.md diff --git a/stable/netbootxyz/4.2.2/charts/common-18.1.6.tgz b/stable/netbootxyz/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/netbootxyz/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/netbootxyz/4.1.1/ix_values.yaml b/stable/netbootxyz/4.2.2/ix_values.yaml similarity index 100% rename from stable/netbootxyz/4.1.1/ix_values.yaml rename to stable/netbootxyz/4.2.2/ix_values.yaml diff --git a/stable/netbootxyz/4.1.1/questions.yaml b/stable/netbootxyz/4.2.2/questions.yaml similarity index 100% rename from stable/netbootxyz/4.1.1/questions.yaml rename to stable/netbootxyz/4.2.2/questions.yaml diff --git a/stable/nullserv/13.1.1/templates/common.yaml b/stable/netbootxyz/4.2.2/templates/common.yaml similarity index 100% rename from stable/nullserv/13.1.1/templates/common.yaml rename to stable/netbootxyz/4.2.2/templates/common.yaml diff --git a/stable/nosqlclient/5.1.1/values.yaml b/stable/netbootxyz/4.2.2/values.yaml similarity index 100% rename from stable/nosqlclient/5.1.1/values.yaml rename to stable/netbootxyz/4.2.2/values.yaml diff --git a/stable/netdata/9.1.1/CHANGELOG.md b/stable/netdata/9.1.1/CHANGELOG.md deleted file mode 100644 index 63e0166d652..00000000000 --- a/stable/netdata/9.1.1/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 - - -## [netdata-8.1.4](https://github.com/truecharts/charts/compare/netdata-8.1.3...netdata-8.1.4) (2024-01-01) diff --git a/stable/netdata/9.1.1/Chart.yaml b/stable/netdata/9.1.1/Chart.yaml deleted file mode 100644 index 499ef7ee02a..00000000000 --- a/stable/netdata/9.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.44.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/netdata/9.1.1/charts/common-18.0.2.tgz b/stable/netdata/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/netdata/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/notarius/5.1.1/.helmignore b/stable/netdata/9.2.2/.helmignore similarity index 100% rename from stable/notarius/5.1.1/.helmignore rename to stable/netdata/9.2.2/.helmignore diff --git a/stable/netdata/9.2.2/CHANGELOG.md b/stable/netdata/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..975a3a997d2 --- /dev/null +++ b/stable/netdata/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/netdata/9.2.2/Chart.yaml b/stable/netdata/9.2.2/Chart.yaml new file mode 100644 index 00000000000..4560ac1ba66 --- /dev/null +++ b/stable/netdata/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.44.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/netdata/9.1.1/README.md b/stable/netdata/9.2.2/README.md similarity index 100% rename from stable/netdata/9.1.1/README.md rename to stable/netdata/9.2.2/README.md diff --git a/stable/netdata/9.2.2/app-changelog.md b/stable/netdata/9.2.2/app-changelog.md new file mode 100644 index 00000000000..977927edc0d --- /dev/null +++ b/stable/netdata/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/netdata/9.1.1/app-readme.md b/stable/netdata/9.2.2/app-readme.md similarity index 100% rename from stable/netdata/9.1.1/app-readme.md rename to stable/netdata/9.2.2/app-readme.md diff --git a/stable/netdata/9.2.2/charts/common-18.1.6.tgz b/stable/netdata/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/netdata/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/netdata/9.1.1/ix_values.yaml b/stable/netdata/9.2.2/ix_values.yaml similarity index 100% rename from stable/netdata/9.1.1/ix_values.yaml rename to stable/netdata/9.2.2/ix_values.yaml diff --git a/stable/netdata/9.1.1/questions.yaml b/stable/netdata/9.2.2/questions.yaml similarity index 100% rename from stable/netdata/9.1.1/questions.yaml rename to stable/netdata/9.2.2/questions.yaml diff --git a/stable/nzbhydra/19.1.1/templates/NOTES.txt b/stable/netdata/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/nzbhydra/19.1.1/templates/NOTES.txt rename to stable/netdata/9.2.2/templates/NOTES.txt diff --git a/stable/netdata/9.1.1/templates/common.yaml b/stable/netdata/9.2.2/templates/common.yaml similarity index 100% rename from stable/netdata/9.1.1/templates/common.yaml rename to stable/netdata/9.2.2/templates/common.yaml diff --git a/stable/notarius/5.1.1/values.yaml b/stable/netdata/9.2.2/values.yaml similarity index 100% rename from stable/notarius/5.1.1/values.yaml rename to stable/netdata/9.2.2/values.yaml diff --git a/stable/neverwinternights-ee/5.1.1/CHANGELOG.md b/stable/neverwinternights-ee/5.1.1/CHANGELOG.md deleted file mode 100644 index a45bd3459cb..00000000000 --- a/stable/neverwinternights-ee/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/neverwinternights-ee/5.1.1/Chart.yaml b/stable/neverwinternights-ee/5.1.1/Chart.yaml deleted file mode 100644 index 987e297bc7d..00000000000 --- a/stable/neverwinternights-ee/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/neverwinternights-ee/5.1.1/charts/common-18.0.2.tgz b/stable/neverwinternights-ee/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/neverwinternights-ee/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/notea/5.1.1/.helmignore b/stable/neverwinternights-ee/5.2.2/.helmignore similarity index 100% rename from stable/notea/5.1.1/.helmignore rename to stable/neverwinternights-ee/5.2.2/.helmignore diff --git a/stable/neverwinternights-ee/5.2.2/CHANGELOG.md b/stable/neverwinternights-ee/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..aaab552f644 --- /dev/null +++ b/stable/neverwinternights-ee/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/neverwinternights-ee/5.2.2/Chart.yaml b/stable/neverwinternights-ee/5.2.2/Chart.yaml new file mode 100644 index 00000000000..721d114a0ab --- /dev/null +++ b/stable/neverwinternights-ee/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/neverwinternights-ee/5.1.1/README.md b/stable/neverwinternights-ee/5.2.2/README.md similarity index 100% rename from stable/neverwinternights-ee/5.1.1/README.md rename to stable/neverwinternights-ee/5.2.2/README.md diff --git a/stable/neverwinternights-ee/5.2.2/app-changelog.md b/stable/neverwinternights-ee/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8edc8ffab4f --- /dev/null +++ b/stable/neverwinternights-ee/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/neverwinternights-ee/5.1.1/app-readme.md b/stable/neverwinternights-ee/5.2.2/app-readme.md similarity index 100% rename from stable/neverwinternights-ee/5.1.1/app-readme.md rename to stable/neverwinternights-ee/5.2.2/app-readme.md diff --git a/stable/neverwinternights-ee/5.2.2/charts/common-18.1.6.tgz b/stable/neverwinternights-ee/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/neverwinternights-ee/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/neverwinternights-ee/5.1.1/ix_values.yaml b/stable/neverwinternights-ee/5.2.2/ix_values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.1/ix_values.yaml rename to stable/neverwinternights-ee/5.2.2/ix_values.yaml diff --git a/stable/neverwinternights-ee/5.1.1/questions.yaml b/stable/neverwinternights-ee/5.2.2/questions.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.1/questions.yaml rename to stable/neverwinternights-ee/5.2.2/questions.yaml diff --git a/stable/neverwinternights-ee/5.1.1/templates/common.yaml b/stable/neverwinternights-ee/5.2.2/templates/common.yaml similarity index 100% rename from stable/neverwinternights-ee/5.1.1/templates/common.yaml rename to stable/neverwinternights-ee/5.2.2/templates/common.yaml diff --git a/stable/notea/5.1.1/values.yaml b/stable/neverwinternights-ee/5.2.2/values.yaml similarity index 100% rename from stable/notea/5.1.1/values.yaml rename to stable/neverwinternights-ee/5.2.2/values.yaml diff --git a/stable/newyearcountdownclock/5.1.2/CHANGELOG.md b/stable/newyearcountdownclock/5.1.2/CHANGELOG.md deleted file mode 100644 index 490d63be6ad..00000000000 --- a/stable/newyearcountdownclock/5.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.1.2/Chart.yaml b/stable/newyearcountdownclock/5.1.2/Chart.yaml deleted file mode 100644 index 746504b1558..00000000000 --- a/stable/newyearcountdownclock/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/newyearcountdownclock/5.1.2/charts/common-18.0.2.tgz b/stable/newyearcountdownclock/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/newyearcountdownclock/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.1.2/ix_values.yaml b/stable/newyearcountdownclock/5.1.2/ix_values.yaml deleted file mode 100644 index 04245ccae95..00000000000 --- a/stable/newyearcountdownclock/5.1.2/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/notifiarr/4.1.1/.helmignore b/stable/newyearcountdownclock/5.2.3/.helmignore similarity index 100% rename from stable/notifiarr/4.1.1/.helmignore rename to stable/newyearcountdownclock/5.2.3/.helmignore diff --git a/stable/newyearcountdownclock/5.2.3/CHANGELOG.md b/stable/newyearcountdownclock/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..b12ed7478b0 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/newyearcountdownclock/5.2.3/Chart.yaml b/stable/newyearcountdownclock/5.2.3/Chart.yaml new file mode 100644 index 00000000000..61cedf302e5 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/newyearcountdownclock/5.1.2/README.md b/stable/newyearcountdownclock/5.2.3/README.md similarity index 100% rename from stable/newyearcountdownclock/5.1.2/README.md rename to stable/newyearcountdownclock/5.2.3/README.md diff --git a/stable/newyearcountdownclock/5.2.3/app-changelog.md b/stable/newyearcountdownclock/5.2.3/app-changelog.md new file mode 100644 index 00000000000..27909397fb5 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/newyearcountdownclock/5.1.2/app-readme.md b/stable/newyearcountdownclock/5.2.3/app-readme.md similarity index 100% rename from stable/newyearcountdownclock/5.1.2/app-readme.md rename to stable/newyearcountdownclock/5.2.3/app-readme.md diff --git a/stable/newyearcountdownclock/5.2.3/charts/common-18.1.6.tgz b/stable/newyearcountdownclock/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/newyearcountdownclock/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/newyearcountdownclock/5.2.3/ix_values.yaml b/stable/newyearcountdownclock/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..885f71f3815 --- /dev/null +++ b/stable/newyearcountdownclock/5.2.3/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.1.2/questions.yaml b/stable/newyearcountdownclock/5.2.3/questions.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.2/questions.yaml rename to stable/newyearcountdownclock/5.2.3/questions.yaml diff --git a/stable/newyearcountdownclock/5.1.2/templates/common.yaml b/stable/newyearcountdownclock/5.2.3/templates/common.yaml similarity index 100% rename from stable/newyearcountdownclock/5.1.2/templates/common.yaml rename to stable/newyearcountdownclock/5.2.3/templates/common.yaml diff --git a/stable/notifiarr/4.1.1/values.yaml b/stable/newyearcountdownclock/5.2.3/values.yaml similarity index 100% rename from stable/notifiarr/4.1.1/values.yaml rename to stable/newyearcountdownclock/5.2.3/values.yaml diff --git a/stable/nextpvr/9.1.1/CHANGELOG.md b/stable/nextpvr/9.1.1/CHANGELOG.md deleted file mode 100644 index a226ea2e5e3..00000000000 --- a/stable/nextpvr/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nextpvr/9.1.1/Chart.yaml b/stable/nextpvr/9.1.1/Chart.yaml deleted file mode 100644 index 0229c757b3c..00000000000 --- a/stable/nextpvr/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nextpvr/9.1.1/charts/common-18.0.2.tgz b/stable/nextpvr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nextpvr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/novnc/10.1.1/.helmignore b/stable/nextpvr/9.2.2/.helmignore similarity index 100% rename from stable/novnc/10.1.1/.helmignore rename to stable/nextpvr/9.2.2/.helmignore diff --git a/stable/nextpvr/9.2.2/CHANGELOG.md b/stable/nextpvr/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..179705c69ae --- /dev/null +++ b/stable/nextpvr/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nextpvr/9.2.2/Chart.yaml b/stable/nextpvr/9.2.2/Chart.yaml new file mode 100644 index 00000000000..7c11bceec8f --- /dev/null +++ b/stable/nextpvr/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nextpvr/9.1.1/README.md b/stable/nextpvr/9.2.2/README.md similarity index 100% rename from stable/nextpvr/9.1.1/README.md rename to stable/nextpvr/9.2.2/README.md diff --git a/stable/nextpvr/9.2.2/app-changelog.md b/stable/nextpvr/9.2.2/app-changelog.md new file mode 100644 index 00000000000..7ff5af53b13 --- /dev/null +++ b/stable/nextpvr/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nextpvr/9.1.1/app-readme.md b/stable/nextpvr/9.2.2/app-readme.md similarity index 100% rename from stable/nextpvr/9.1.1/app-readme.md rename to stable/nextpvr/9.2.2/app-readme.md diff --git a/stable/nextpvr/9.2.2/charts/common-18.1.6.tgz b/stable/nextpvr/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nextpvr/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nextpvr/9.1.1/ix_values.yaml b/stable/nextpvr/9.2.2/ix_values.yaml similarity index 100% rename from stable/nextpvr/9.1.1/ix_values.yaml rename to stable/nextpvr/9.2.2/ix_values.yaml diff --git a/stable/nextpvr/9.1.1/questions.yaml b/stable/nextpvr/9.2.2/questions.yaml similarity index 100% rename from stable/nextpvr/9.1.1/questions.yaml rename to stable/nextpvr/9.2.2/questions.yaml diff --git a/stable/octoprint/13.1.1/templates/NOTES.txt b/stable/nextpvr/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/octoprint/13.1.1/templates/NOTES.txt rename to stable/nextpvr/9.2.2/templates/NOTES.txt diff --git a/stable/nvidia-gpu-exporter/2.1.1/templates/common.yaml b/stable/nextpvr/9.2.2/templates/common.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/templates/common.yaml rename to stable/nextpvr/9.2.2/templates/common.yaml diff --git a/stable/novnc/10.1.1/values.yaml b/stable/nextpvr/9.2.2/values.yaml similarity index 100% rename from stable/novnc/10.1.1/values.yaml rename to stable/nextpvr/9.2.2/values.yaml diff --git a/stable/nexus-oss/5.1.1/CHANGELOG.md b/stable/nexus-oss/5.1.1/CHANGELOG.md deleted file mode 100644 index b61fef589e1..00000000000 --- a/stable/nexus-oss/5.1.1/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 - - -## [nexus-oss-4.1.4](https://github.com/truecharts/charts/compare/nexus-oss-4.1.3...nexus-oss-4.1.4) (2024-01-01) diff --git a/stable/nexus-oss/5.1.1/Chart.yaml b/stable/nexus-oss/5.1.1/Chart.yaml deleted file mode 100644 index 6f9c9f266bb..00000000000 --- a/stable/nexus-oss/5.1.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.65.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nexus-oss/5.1.1/charts/common-18.0.2.tgz b/stable/nexus-oss/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nexus-oss/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ntfy/9.1.1/.helmignore b/stable/nexus-oss/5.2.2/.helmignore similarity index 100% rename from stable/ntfy/9.1.1/.helmignore rename to stable/nexus-oss/5.2.2/.helmignore diff --git a/stable/nexus-oss/5.2.2/CHANGELOG.md b/stable/nexus-oss/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8341b69635b --- /dev/null +++ b/stable/nexus-oss/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/nexus-oss/5.2.2/Chart.yaml b/stable/nexus-oss/5.2.2/Chart.yaml new file mode 100644 index 00000000000..64bb2fa59c6 --- /dev/null +++ b/stable/nexus-oss/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.65.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nexus-oss/5.1.1/README.md b/stable/nexus-oss/5.2.2/README.md similarity index 100% rename from stable/nexus-oss/5.1.1/README.md rename to stable/nexus-oss/5.2.2/README.md diff --git a/stable/nexus-oss/5.2.2/app-changelog.md b/stable/nexus-oss/5.2.2/app-changelog.md new file mode 100644 index 00000000000..69698833ed5 --- /dev/null +++ b/stable/nexus-oss/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nexus-oss/5.1.1/app-readme.md b/stable/nexus-oss/5.2.2/app-readme.md similarity index 100% rename from stable/nexus-oss/5.1.1/app-readme.md rename to stable/nexus-oss/5.2.2/app-readme.md diff --git a/stable/nexus-oss/5.2.2/charts/common-18.1.6.tgz b/stable/nexus-oss/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nexus-oss/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nexus-oss/5.1.1/ix_values.yaml b/stable/nexus-oss/5.2.2/ix_values.yaml similarity index 100% rename from stable/nexus-oss/5.1.1/ix_values.yaml rename to stable/nexus-oss/5.2.2/ix_values.yaml diff --git a/stable/nexus-oss/5.1.1/questions.yaml b/stable/nexus-oss/5.2.2/questions.yaml similarity index 100% rename from stable/nexus-oss/5.1.1/questions.yaml rename to stable/nexus-oss/5.2.2/questions.yaml diff --git a/stable/nexus-oss/5.1.1/templates/common.yaml b/stable/nexus-oss/5.2.2/templates/common.yaml similarity index 100% rename from stable/nexus-oss/5.1.1/templates/common.yaml rename to stable/nexus-oss/5.2.2/templates/common.yaml diff --git a/stable/ntfy/9.1.1/values.yaml b/stable/nexus-oss/5.2.2/values.yaml similarity index 100% rename from stable/ntfy/9.1.1/values.yaml rename to stable/nexus-oss/5.2.2/values.yaml diff --git a/stable/nginx-proxy-manager/9.2.3/CHANGELOG.md b/stable/nginx-proxy-manager/9.2.3/CHANGELOG.md deleted file mode 100644 index 11b96e4cd60..00000000000 --- a/stable/nginx-proxy-manager/9.2.3/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) - -### Chore diff --git a/stable/nginx-proxy-manager/9.2.3/Chart.yaml b/stable/nginx-proxy-manager/9.2.3/Chart.yaml deleted file mode 100644 index 8f4cef00c49..00000000000 --- a/stable/nginx-proxy-manager/9.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: 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.0.3 - 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: 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.2.3 diff --git a/stable/nginx-proxy-manager/9.2.3/charts/common-18.0.3.tgz b/stable/nginx-proxy-manager/9.2.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nginx-proxy-manager/9.2.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.2.3/charts/mariadb-13.0.0.tgz b/stable/nginx-proxy-manager/9.2.3/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/nginx-proxy-manager/9.2.3/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.2.3/ix_values.yaml b/stable/nginx-proxy-manager/9.2.3/ix_values.yaml deleted file mode 100644 index fa8d027b35a..00000000000 --- a/stable/nginx-proxy-manager/9.2.3/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/nullserv/13.1.1/.helmignore b/stable/nginx-proxy-manager/9.4.3/.helmignore similarity index 100% rename from stable/nullserv/13.1.1/.helmignore rename to stable/nginx-proxy-manager/9.4.3/.helmignore diff --git a/stable/nginx-proxy-manager/9.4.3/CHANGELOG.md b/stable/nginx-proxy-manager/9.4.3/CHANGELOG.md new file mode 100644 index 00000000000..f4b31c98e37 --- /dev/null +++ b/stable/nginx-proxy-manager/9.4.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.4.3/Chart.yaml b/stable/nginx-proxy-manager/9.4.3/Chart.yaml new file mode 100644 index 00000000000..46ab3fc73e6 --- /dev/null +++ b/stable/nginx-proxy-manager/9.4.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.11.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/nginx-proxy-manager/9.2.3/README.md b/stable/nginx-proxy-manager/9.4.3/README.md similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/README.md rename to stable/nginx-proxy-manager/9.4.3/README.md diff --git a/stable/nginx-proxy-manager/9.4.3/app-changelog.md b/stable/nginx-proxy-manager/9.4.3/app-changelog.md new file mode 100644 index 00000000000..1be4cd5caea --- /dev/null +++ b/stable/nginx-proxy-manager/9.4.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.2.3/app-readme.md b/stable/nginx-proxy-manager/9.4.3/app-readme.md similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/app-readme.md rename to stable/nginx-proxy-manager/9.4.3/app-readme.md diff --git a/stable/nginx-proxy-manager/9.4.3/charts/common-18.1.6.tgz b/stable/nginx-proxy-manager/9.4.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nginx-proxy-manager/9.4.3/charts/common-18.1.6.tgz differ diff --git a/stable/nginx-proxy-manager/9.4.3/charts/mariadb-13.2.0.tgz b/stable/nginx-proxy-manager/9.4.3/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/nginx-proxy-manager/9.4.3/charts/mariadb-13.2.0.tgz differ diff --git a/stable/nginx-proxy-manager/9.4.3/ix_values.yaml b/stable/nginx-proxy-manager/9.4.3/ix_values.yaml new file mode 100644 index 00000000000..6ca704fd7dc --- /dev/null +++ b/stable/nginx-proxy-manager/9.4.3/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.2.3/questions.yaml b/stable/nginx-proxy-manager/9.4.3/questions.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/questions.yaml rename to stable/nginx-proxy-manager/9.4.3/questions.yaml diff --git a/stable/odoo/17.1.2/templates/NOTES.txt b/stable/nginx-proxy-manager/9.4.3/templates/NOTES.txt similarity index 100% rename from stable/odoo/17.1.2/templates/NOTES.txt rename to stable/nginx-proxy-manager/9.4.3/templates/NOTES.txt diff --git a/stable/nginx-proxy-manager/9.2.3/templates/common.yaml b/stable/nginx-proxy-manager/9.4.3/templates/common.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.2.3/templates/common.yaml rename to stable/nginx-proxy-manager/9.4.3/templates/common.yaml diff --git a/stable/nullserv/13.1.1/values.yaml b/stable/nginx-proxy-manager/9.4.3/values.yaml similarity index 100% rename from stable/nullserv/13.1.1/values.yaml rename to stable/nginx-proxy-manager/9.4.3/values.yaml diff --git a/stable/ngircd/9.1.1/CHANGELOG.md b/stable/ngircd/9.1.1/CHANGELOG.md deleted file mode 100644 index 8c423665377..00000000000 --- a/stable/ngircd/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/ngircd/9.1.1/Chart.yaml b/stable/ngircd/9.1.1/Chart.yaml deleted file mode 100644 index 10537e54f59..00000000000 --- a/stable/ngircd/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.11.21 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ngircd/9.1.1/charts/common-18.0.2.tgz b/stable/ngircd/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ngircd/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nvidia-gpu-exporter/2.1.1/.helmignore b/stable/ngircd/9.2.2/.helmignore similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/.helmignore rename to stable/ngircd/9.2.2/.helmignore diff --git a/stable/ngircd/9.2.2/CHANGELOG.md b/stable/ngircd/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..28b14bda4d1 --- /dev/null +++ b/stable/ngircd/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ngircd/9.2.2/Chart.yaml b/stable/ngircd/9.2.2/Chart.yaml new file mode 100644 index 00000000000..0f0cc569eb1 --- /dev/null +++ b/stable/ngircd/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ngircd/9.1.1/README.md b/stable/ngircd/9.2.2/README.md similarity index 100% rename from stable/ngircd/9.1.1/README.md rename to stable/ngircd/9.2.2/README.md diff --git a/stable/ngircd/9.2.2/app-changelog.md b/stable/ngircd/9.2.2/app-changelog.md new file mode 100644 index 00000000000..23bd7316bab --- /dev/null +++ b/stable/ngircd/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ngircd/9.1.1/app-readme.md b/stable/ngircd/9.2.2/app-readme.md similarity index 100% rename from stable/ngircd/9.1.1/app-readme.md rename to stable/ngircd/9.2.2/app-readme.md diff --git a/stable/ngircd/9.2.2/charts/common-18.1.6.tgz b/stable/ngircd/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ngircd/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ngircd/9.1.1/ix_values.yaml b/stable/ngircd/9.2.2/ix_values.yaml similarity index 100% rename from stable/ngircd/9.1.1/ix_values.yaml rename to stable/ngircd/9.2.2/ix_values.yaml diff --git a/stable/ngircd/9.1.1/questions.yaml b/stable/ngircd/9.2.2/questions.yaml similarity index 100% rename from stable/ngircd/9.1.1/questions.yaml rename to stable/ngircd/9.2.2/questions.yaml diff --git a/stable/ollama/3.1.0/templates/NOTES.txt b/stable/ngircd/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/ollama/3.1.0/templates/NOTES.txt rename to stable/ngircd/9.2.2/templates/NOTES.txt diff --git a/stable/nzbget/20.1.1/templates/common.yaml b/stable/ngircd/9.2.2/templates/common.yaml similarity index 100% rename from stable/nzbget/20.1.1/templates/common.yaml rename to stable/ngircd/9.2.2/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.1/values.yaml b/stable/ngircd/9.2.2/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/values.yaml rename to stable/ngircd/9.2.2/values.yaml diff --git a/stable/nightscout/5.1.1/CHANGELOG.md b/stable/nightscout/5.1.1/CHANGELOG.md deleted file mode 100644 index 8af055436e8..00000000000 --- a/stable/nightscout/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nightscout/5.1.1/Chart.yaml b/stable/nightscout/5.1.1/Chart.yaml deleted file mode 100644 index d703aa62f7c..00000000000 --- a/stable/nightscout/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nightscout/5.1.1/charts/common-18.0.2.tgz b/stable/nightscout/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nightscout/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nzbget/20.1.1/.helmignore b/stable/nightscout/5.2.2/.helmignore similarity index 100% rename from stable/nzbget/20.1.1/.helmignore rename to stable/nightscout/5.2.2/.helmignore diff --git a/stable/nightscout/5.2.2/CHANGELOG.md b/stable/nightscout/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fefe3277879 --- /dev/null +++ b/stable/nightscout/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nightscout/5.2.2/Chart.yaml b/stable/nightscout/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a8cf91083f8 --- /dev/null +++ b/stable/nightscout/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nightscout/5.1.1/README.md b/stable/nightscout/5.2.2/README.md similarity index 100% rename from stable/nightscout/5.1.1/README.md rename to stable/nightscout/5.2.2/README.md diff --git a/stable/nightscout/5.2.2/app-changelog.md b/stable/nightscout/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a09c7de851c --- /dev/null +++ b/stable/nightscout/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nightscout/5.1.1/app-readme.md b/stable/nightscout/5.2.2/app-readme.md similarity index 100% rename from stable/nightscout/5.1.1/app-readme.md rename to stable/nightscout/5.2.2/app-readme.md diff --git a/stable/nightscout/5.2.2/charts/common-18.1.6.tgz b/stable/nightscout/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nightscout/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nightscout/5.1.1/ix_values.yaml b/stable/nightscout/5.2.2/ix_values.yaml similarity index 100% rename from stable/nightscout/5.1.1/ix_values.yaml rename to stable/nightscout/5.2.2/ix_values.yaml diff --git a/stable/nightscout/5.1.1/questions.yaml b/stable/nightscout/5.2.2/questions.yaml similarity index 100% rename from stable/nightscout/5.1.1/questions.yaml rename to stable/nightscout/5.2.2/questions.yaml diff --git a/stable/nightscout/5.1.1/templates/common.yaml b/stable/nightscout/5.2.2/templates/common.yaml similarity index 100% rename from stable/nightscout/5.1.1/templates/common.yaml rename to stable/nightscout/5.2.2/templates/common.yaml diff --git a/stable/nzbget/20.1.1/values.yaml b/stable/nightscout/5.2.2/values.yaml similarity index 100% rename from stable/nzbget/20.1.1/values.yaml rename to stable/nightscout/5.2.2/values.yaml diff --git a/stable/nitter/6.1.1/CHANGELOG.md b/stable/nitter/6.1.1/CHANGELOG.md deleted file mode 100644 index e64979fdc93..00000000000 --- a/stable/nitter/6.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/nitter/6.1.1/Chart.yaml b/stable/nitter/6.1.1/Chart.yaml deleted file mode 100644 index 9401355e99f..00000000000 --- a/stable/nitter/6.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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 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.1 diff --git a/stable/nitter/6.1.1/charts/common-18.0.2.tgz b/stable/nitter/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nitter/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/nzbhydra/19.1.1/.helmignore b/stable/nitter/6.2.2/.helmignore similarity index 100% rename from stable/nzbhydra/19.1.1/.helmignore rename to stable/nitter/6.2.2/.helmignore diff --git a/stable/nitter/6.2.2/CHANGELOG.md b/stable/nitter/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..603f8b0b0c7 --- /dev/null +++ b/stable/nitter/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/nitter/6.2.2/Chart.yaml b/stable/nitter/6.2.2/Chart.yaml new file mode 100644 index 00000000000..72337d2d642 --- /dev/null +++ b/stable/nitter/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nitter/6.1.1/README.md b/stable/nitter/6.2.2/README.md similarity index 100% rename from stable/nitter/6.1.1/README.md rename to stable/nitter/6.2.2/README.md diff --git a/stable/nitter/6.2.2/app-changelog.md b/stable/nitter/6.2.2/app-changelog.md new file mode 100644 index 00000000000..4d11fe0795a --- /dev/null +++ b/stable/nitter/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nitter/6.1.1/app-readme.md b/stable/nitter/6.2.2/app-readme.md similarity index 100% rename from stable/nitter/6.1.1/app-readme.md rename to stable/nitter/6.2.2/app-readme.md diff --git a/stable/nitter/6.2.2/charts/common-18.1.6.tgz b/stable/nitter/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nitter/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nitter/6.1.1/charts/redis-11.2.1.tgz b/stable/nitter/6.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nitter/6.1.1/charts/redis-11.2.1.tgz rename to stable/nitter/6.2.2/charts/redis-11.2.1.tgz diff --git a/stable/nitter/6.1.1/ix_values.yaml b/stable/nitter/6.2.2/ix_values.yaml similarity index 100% rename from stable/nitter/6.1.1/ix_values.yaml rename to stable/nitter/6.2.2/ix_values.yaml diff --git a/stable/nitter/6.1.1/questions.yaml b/stable/nitter/6.2.2/questions.yaml similarity index 100% rename from stable/nitter/6.1.1/questions.yaml rename to stable/nitter/6.2.2/questions.yaml diff --git a/stable/omada-controller/14.1.3/templates/NOTES.txt b/stable/nitter/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/omada-controller/14.1.3/templates/NOTES.txt rename to stable/nitter/6.2.2/templates/NOTES.txt diff --git a/stable/nitter/6.1.1/templates/_configmap.tpl b/stable/nitter/6.2.2/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.1.1/templates/_configmap.tpl rename to stable/nitter/6.2.2/templates/_configmap.tpl diff --git a/stable/nitter/6.1.1/templates/common.yaml b/stable/nitter/6.2.2/templates/common.yaml similarity index 100% rename from stable/nitter/6.1.1/templates/common.yaml rename to stable/nitter/6.2.2/templates/common.yaml diff --git a/stable/nzbhydra/19.1.1/values.yaml b/stable/nitter/6.2.2/values.yaml similarity index 100% rename from stable/nzbhydra/19.1.1/values.yaml rename to stable/nitter/6.2.2/values.yaml diff --git a/stable/nntp2nntp/9.1.1/CHANGELOG.md b/stable/nntp2nntp/9.1.1/CHANGELOG.md deleted file mode 100644 index 2d738a094ef..00000000000 --- a/stable/nntp2nntp/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nntp2nntp/9.1.1/Chart.yaml b/stable/nntp2nntp/9.1.1/Chart.yaml deleted file mode 100644 index 842e5c56c4c..00000000000 --- a/stable/nntp2nntp/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.20230704 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nntp2nntp/9.1.1/charts/common-18.0.2.tgz b/stable/nntp2nntp/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nntp2nntp/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/obs-ndi/6.1.1/.helmignore b/stable/nntp2nntp/9.2.2/.helmignore similarity index 100% rename from stable/obs-ndi/6.1.1/.helmignore rename to stable/nntp2nntp/9.2.2/.helmignore diff --git a/stable/nntp2nntp/9.2.2/CHANGELOG.md b/stable/nntp2nntp/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b1bbbc99f32 --- /dev/null +++ b/stable/nntp2nntp/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nntp2nntp/9.2.2/Chart.yaml b/stable/nntp2nntp/9.2.2/Chart.yaml new file mode 100644 index 00000000000..e46dcb6adf7 --- /dev/null +++ b/stable/nntp2nntp/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.20230704 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nntp2nntp/9.1.1/README.md b/stable/nntp2nntp/9.2.2/README.md similarity index 100% rename from stable/nntp2nntp/9.1.1/README.md rename to stable/nntp2nntp/9.2.2/README.md diff --git a/stable/nntp2nntp/9.2.2/app-changelog.md b/stable/nntp2nntp/9.2.2/app-changelog.md new file mode 100644 index 00000000000..20f0b0bde74 --- /dev/null +++ b/stable/nntp2nntp/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nntp2nntp/9.1.1/app-readme.md b/stable/nntp2nntp/9.2.2/app-readme.md similarity index 100% rename from stable/nntp2nntp/9.1.1/app-readme.md rename to stable/nntp2nntp/9.2.2/app-readme.md diff --git a/stable/nntp2nntp/9.2.2/charts/common-18.1.6.tgz b/stable/nntp2nntp/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nntp2nntp/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nntp2nntp/9.1.1/ix_values.yaml b/stable/nntp2nntp/9.2.2/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/9.1.1/ix_values.yaml rename to stable/nntp2nntp/9.2.2/ix_values.yaml diff --git a/stable/nntp2nntp/9.1.1/questions.yaml b/stable/nntp2nntp/9.2.2/questions.yaml similarity index 100% rename from stable/nntp2nntp/9.1.1/questions.yaml rename to stable/nntp2nntp/9.2.2/questions.yaml diff --git a/stable/ombi/18.1.1/templates/NOTES.txt b/stable/nntp2nntp/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/ombi/18.1.1/templates/NOTES.txt rename to stable/nntp2nntp/9.2.2/templates/NOTES.txt diff --git a/stable/nzbhydra/19.1.1/templates/common.yaml b/stable/nntp2nntp/9.2.2/templates/common.yaml similarity index 100% rename from stable/nzbhydra/19.1.1/templates/common.yaml rename to stable/nntp2nntp/9.2.2/templates/common.yaml diff --git a/stable/obs-ndi/6.1.1/values.yaml b/stable/nntp2nntp/9.2.2/values.yaml similarity index 100% rename from stable/obs-ndi/6.1.1/values.yaml rename to stable/nntp2nntp/9.2.2/values.yaml diff --git a/stable/nocodb/13.1.4/CHANGELOG.md b/stable/nocodb/13.1.4/CHANGELOG.md deleted file mode 100644 index ed827ed89b2..00000000000 --- a/stable/nocodb/13.1.4/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) - -### Chore diff --git a/stable/nocodb/13.1.4/Chart.yaml b/stable/nocodb/13.1.4/Chart.yaml deleted file mode 100644 index ede894f4742..00000000000 --- a/stable/nocodb/13.1.4/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.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: 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.1.4 diff --git a/stable/nocodb/13.1.4/charts/common-18.0.3.tgz b/stable/nocodb/13.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/nocodb/13.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/nocodb/13.1.4/ix_values.yaml b/stable/nocodb/13.1.4/ix_values.yaml deleted file mode 100644 index 82f8fdc61b7..00000000000 --- a/stable/nocodb/13.1.4/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: nocodb/nocodb - tag: 0.204.1@sha256:e31df0ff3e365dd8dea7c76bcad458fa01eb986eaa3540acf273c2f135c08eb3 - 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/obsidian/5.1.1/.helmignore b/stable/nocodb/13.2.4/.helmignore similarity index 100% rename from stable/obsidian/5.1.1/.helmignore rename to stable/nocodb/13.2.4/.helmignore diff --git a/stable/nocodb/13.2.4/CHANGELOG.md b/stable/nocodb/13.2.4/CHANGELOG.md new file mode 100644 index 00000000000..c85c0c11283 --- /dev/null +++ b/stable/nocodb/13.2.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + + diff --git a/stable/nocodb/13.2.4/Chart.yaml b/stable/nocodb/13.2.4/Chart.yaml new file mode 100644 index 00000000000..d3bf827516e --- /dev/null +++ b/stable/nocodb/13.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.204.4 +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/nocodb/13.1.4/README.md b/stable/nocodb/13.2.4/README.md similarity index 100% rename from stable/nocodb/13.1.4/README.md rename to stable/nocodb/13.2.4/README.md diff --git a/stable/nocodb/13.2.4/app-changelog.md b/stable/nocodb/13.2.4/app-changelog.md new file mode 100644 index 00000000000..f689e7a1de4 --- /dev/null +++ b/stable/nocodb/13.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nocodb/13.1.4/app-readme.md b/stable/nocodb/13.2.4/app-readme.md similarity index 100% rename from stable/nocodb/13.1.4/app-readme.md rename to stable/nocodb/13.2.4/app-readme.md diff --git a/stable/nocodb/13.2.4/charts/common-18.1.6.tgz b/stable/nocodb/13.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nocodb/13.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/nocodb/13.1.4/charts/redis-11.2.1.tgz b/stable/nocodb/13.2.4/charts/redis-11.2.1.tgz similarity index 100% rename from stable/nocodb/13.1.4/charts/redis-11.2.1.tgz rename to stable/nocodb/13.2.4/charts/redis-11.2.1.tgz diff --git a/stable/nocodb/13.2.4/ix_values.yaml b/stable/nocodb/13.2.4/ix_values.yaml new file mode 100644 index 00000000000..740e03081f2 --- /dev/null +++ b/stable/nocodb/13.2.4/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.1.4/questions.yaml b/stable/nocodb/13.2.4/questions.yaml similarity index 100% rename from stable/nocodb/13.1.4/questions.yaml rename to stable/nocodb/13.2.4/questions.yaml diff --git a/stable/onlyoffice-document-server/17.1.1/templates/NOTES.txt b/stable/nocodb/13.2.4/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/templates/NOTES.txt rename to stable/nocodb/13.2.4/templates/NOTES.txt diff --git a/stable/nocodb/13.1.4/templates/_configmap.tpl b/stable/nocodb/13.2.4/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.1.4/templates/_configmap.tpl rename to stable/nocodb/13.2.4/templates/_configmap.tpl diff --git a/stable/nocodb/13.1.4/templates/_secrets.tpl b/stable/nocodb/13.2.4/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.1.4/templates/_secrets.tpl rename to stable/nocodb/13.2.4/templates/_secrets.tpl diff --git a/stable/nocodb/13.1.4/templates/common.yaml b/stable/nocodb/13.2.4/templates/common.yaml similarity index 100% rename from stable/nocodb/13.1.4/templates/common.yaml rename to stable/nocodb/13.2.4/templates/common.yaml diff --git a/stable/obsidian/5.1.1/values.yaml b/stable/nocodb/13.2.4/values.yaml similarity index 100% rename from stable/obsidian/5.1.1/values.yaml rename to stable/nocodb/13.2.4/values.yaml diff --git a/stable/node-red/18.1.2/CHANGELOG.md b/stable/node-red/18.1.2/CHANGELOG.md deleted file mode 100644 index a1d5376668a..00000000000 --- a/stable/node-red/18.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [node-red-17.1.4](https://github.com/truecharts/charts/compare/node-red-17.1.3...node-red-17.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/node-red/18.1.2/Chart.yaml b/stable/node-red/18.1.2/Chart.yaml deleted file mode 100644 index b7c0a87df76..00000000000 --- a/stable/node-red/18.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.5 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/node-red/18.1.2/charts/common-18.0.2.tgz b/stable/node-red/18.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/node-red/18.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/node-red/18.1.2/ix_values.yaml b/stable/node-red/18.1.2/ix_values.yaml deleted file mode 100644 index c7d39643c13..00000000000 --- a/stable/node-red/18.1.2/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/octoprint/13.1.1/.helmignore b/stable/node-red/18.2.3/.helmignore similarity index 100% rename from stable/octoprint/13.1.1/.helmignore rename to stable/node-red/18.2.3/.helmignore diff --git a/stable/node-red/18.2.3/CHANGELOG.md b/stable/node-red/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..27e91162aea --- /dev/null +++ b/stable/node-red/18.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/node-red/18.2.3/Chart.yaml b/stable/node-red/18.2.3/Chart.yaml new file mode 100644 index 00000000000..cc37db5a24e --- /dev/null +++ b/stable/node-red/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.6 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/node-red/18.1.2/README.md b/stable/node-red/18.2.3/README.md similarity index 100% rename from stable/node-red/18.1.2/README.md rename to stable/node-red/18.2.3/README.md diff --git a/stable/node-red/18.2.3/app-changelog.md b/stable/node-red/18.2.3/app-changelog.md new file mode 100644 index 00000000000..5833f41c75c --- /dev/null +++ b/stable/node-red/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/node-red/18.1.2/app-readme.md b/stable/node-red/18.2.3/app-readme.md similarity index 100% rename from stable/node-red/18.1.2/app-readme.md rename to stable/node-red/18.2.3/app-readme.md diff --git a/stable/node-red/18.2.3/charts/common-18.1.6.tgz b/stable/node-red/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/node-red/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/node-red/18.2.3/ix_values.yaml b/stable/node-red/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..ec4d549e855 --- /dev/null +++ b/stable/node-red/18.2.3/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.1.2/questions.yaml b/stable/node-red/18.2.3/questions.yaml similarity index 100% rename from stable/node-red/18.1.2/questions.yaml rename to stable/node-red/18.2.3/questions.yaml diff --git a/stable/openbooks/4.1.1/templates/NOTES.txt b/stable/node-red/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/openbooks/4.1.1/templates/NOTES.txt rename to stable/node-red/18.2.3/templates/NOTES.txt diff --git a/stable/octoprint/13.1.1/templates/common.yaml b/stable/node-red/18.2.3/templates/common.yaml similarity index 100% rename from stable/octoprint/13.1.1/templates/common.yaml rename to stable/node-red/18.2.3/templates/common.yaml diff --git a/stable/octoprint/13.1.1/values.yaml b/stable/node-red/18.2.3/values.yaml similarity index 100% rename from stable/octoprint/13.1.1/values.yaml rename to stable/node-red/18.2.3/values.yaml diff --git a/stable/nosqlclient/5.1.1/CHANGELOG.md b/stable/nosqlclient/5.1.1/CHANGELOG.md deleted file mode 100644 index 863059241ee..00000000000 --- a/stable/nosqlclient/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nosqlclient/5.1.1/Chart.yaml b/stable/nosqlclient/5.1.1/Chart.yaml deleted file mode 100644 index 4b5c1e24a76..00000000000 --- a/stable/nosqlclient/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nosqlclient/5.1.1/charts/common-18.0.2.tgz b/stable/nosqlclient/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nosqlclient/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/odoo/17.1.2/.helmignore b/stable/nosqlclient/5.2.2/.helmignore similarity index 100% rename from stable/odoo/17.1.2/.helmignore rename to stable/nosqlclient/5.2.2/.helmignore diff --git a/stable/nosqlclient/5.2.2/CHANGELOG.md b/stable/nosqlclient/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..826465fee98 --- /dev/null +++ b/stable/nosqlclient/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nosqlclient/5.2.2/Chart.yaml b/stable/nosqlclient/5.2.2/Chart.yaml new file mode 100644 index 00000000000..91bc4caad61 --- /dev/null +++ b/stable/nosqlclient/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nosqlclient/5.1.1/README.md b/stable/nosqlclient/5.2.2/README.md similarity index 100% rename from stable/nosqlclient/5.1.1/README.md rename to stable/nosqlclient/5.2.2/README.md diff --git a/stable/nosqlclient/5.2.2/app-changelog.md b/stable/nosqlclient/5.2.2/app-changelog.md new file mode 100644 index 00000000000..bdf2b7f74d0 --- /dev/null +++ b/stable/nosqlclient/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nosqlclient/5.1.1/app-readme.md b/stable/nosqlclient/5.2.2/app-readme.md similarity index 100% rename from stable/nosqlclient/5.1.1/app-readme.md rename to stable/nosqlclient/5.2.2/app-readme.md diff --git a/stable/nosqlclient/5.2.2/charts/common-18.1.6.tgz b/stable/nosqlclient/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nosqlclient/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nosqlclient/5.1.1/ix_values.yaml b/stable/nosqlclient/5.2.2/ix_values.yaml similarity index 100% rename from stable/nosqlclient/5.1.1/ix_values.yaml rename to stable/nosqlclient/5.2.2/ix_values.yaml diff --git a/stable/nosqlclient/5.1.1/questions.yaml b/stable/nosqlclient/5.2.2/questions.yaml similarity index 100% rename from stable/nosqlclient/5.1.1/questions.yaml rename to stable/nosqlclient/5.2.2/questions.yaml diff --git a/stable/nosqlclient/5.1.1/templates/common.yaml b/stable/nosqlclient/5.2.2/templates/common.yaml similarity index 100% rename from stable/nosqlclient/5.1.1/templates/common.yaml rename to stable/nosqlclient/5.2.2/templates/common.yaml diff --git a/stable/odoo/17.1.2/values.yaml b/stable/nosqlclient/5.2.2/values.yaml similarity index 100% rename from stable/odoo/17.1.2/values.yaml rename to stable/nosqlclient/5.2.2/values.yaml diff --git a/stable/notarius/5.1.1/CHANGELOG.md b/stable/notarius/5.1.1/CHANGELOG.md deleted file mode 100644 index b96db0c991e..00000000000 --- a/stable/notarius/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/notarius/5.1.1/Chart.yaml b/stable/notarius/5.1.1/Chart.yaml deleted file mode 100644 index 173fce50a03..00000000000 --- a/stable/notarius/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/notarius/5.1.1/charts/common-18.0.2.tgz b/stable/notarius/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/notarius/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ollama/3.1.0/.helmignore b/stable/notarius/5.2.2/.helmignore similarity index 100% rename from stable/ollama/3.1.0/.helmignore rename to stable/notarius/5.2.2/.helmignore diff --git a/stable/notarius/5.2.2/CHANGELOG.md b/stable/notarius/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d8819362ac8 --- /dev/null +++ b/stable/notarius/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/notarius/5.2.2/Chart.yaml b/stable/notarius/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6f2e521ed96 --- /dev/null +++ b/stable/notarius/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/notarius/5.1.1/README.md b/stable/notarius/5.2.2/README.md similarity index 100% rename from stable/notarius/5.1.1/README.md rename to stable/notarius/5.2.2/README.md diff --git a/stable/notarius/5.2.2/app-changelog.md b/stable/notarius/5.2.2/app-changelog.md new file mode 100644 index 00000000000..96810bee59a --- /dev/null +++ b/stable/notarius/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/notarius/5.1.1/app-readme.md b/stable/notarius/5.2.2/app-readme.md similarity index 100% rename from stable/notarius/5.1.1/app-readme.md rename to stable/notarius/5.2.2/app-readme.md diff --git a/stable/notarius/5.2.2/charts/common-18.1.6.tgz b/stable/notarius/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/notarius/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/notarius/5.1.1/ix_values.yaml b/stable/notarius/5.2.2/ix_values.yaml similarity index 100% rename from stable/notarius/5.1.1/ix_values.yaml rename to stable/notarius/5.2.2/ix_values.yaml diff --git a/stable/notarius/5.1.1/questions.yaml b/stable/notarius/5.2.2/questions.yaml similarity index 100% rename from stable/notarius/5.1.1/questions.yaml rename to stable/notarius/5.2.2/questions.yaml diff --git a/stable/notarius/5.1.1/templates/common.yaml b/stable/notarius/5.2.2/templates/common.yaml similarity index 100% rename from stable/notarius/5.1.1/templates/common.yaml rename to stable/notarius/5.2.2/templates/common.yaml diff --git a/stable/ollama/3.1.0/values.yaml b/stable/notarius/5.2.2/values.yaml similarity index 100% rename from stable/ollama/3.1.0/values.yaml rename to stable/notarius/5.2.2/values.yaml diff --git a/stable/notea/5.1.1/CHANGELOG.md b/stable/notea/5.1.1/CHANGELOG.md deleted file mode 100644 index 450f76527c5..00000000000 --- a/stable/notea/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/notea/5.1.1/Chart.yaml b/stable/notea/5.1.1/Chart.yaml deleted file mode 100644 index 6f47a85f672..00000000000 --- a/stable/notea/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/notea/5.1.1/charts/common-18.0.2.tgz b/stable/notea/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/notea/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/omada-controller/14.1.3/.helmignore b/stable/notea/5.2.2/.helmignore similarity index 100% rename from stable/omada-controller/14.1.3/.helmignore rename to stable/notea/5.2.2/.helmignore diff --git a/stable/notea/5.2.2/CHANGELOG.md b/stable/notea/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..891e1bc032c --- /dev/null +++ b/stable/notea/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/notea/5.2.2/Chart.yaml b/stable/notea/5.2.2/Chart.yaml new file mode 100644 index 00000000000..3d7bded207a --- /dev/null +++ b/stable/notea/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/notea/5.1.1/README.md b/stable/notea/5.2.2/README.md similarity index 100% rename from stable/notea/5.1.1/README.md rename to stable/notea/5.2.2/README.md diff --git a/stable/notea/5.2.2/app-changelog.md b/stable/notea/5.2.2/app-changelog.md new file mode 100644 index 00000000000..acfdc6896ca --- /dev/null +++ b/stable/notea/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/notea/5.1.1/app-readme.md b/stable/notea/5.2.2/app-readme.md similarity index 100% rename from stable/notea/5.1.1/app-readme.md rename to stable/notea/5.2.2/app-readme.md diff --git a/stable/notea/5.2.2/charts/common-18.1.6.tgz b/stable/notea/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/notea/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/notea/5.1.1/ix_values.yaml b/stable/notea/5.2.2/ix_values.yaml similarity index 100% rename from stable/notea/5.1.1/ix_values.yaml rename to stable/notea/5.2.2/ix_values.yaml diff --git a/stable/notea/5.1.1/questions.yaml b/stable/notea/5.2.2/questions.yaml similarity index 100% rename from stable/notea/5.1.1/questions.yaml rename to stable/notea/5.2.2/questions.yaml diff --git a/stable/notea/5.1.1/templates/common.yaml b/stable/notea/5.2.2/templates/common.yaml similarity index 100% rename from stable/notea/5.1.1/templates/common.yaml rename to stable/notea/5.2.2/templates/common.yaml diff --git a/stable/omada-controller/14.1.3/values.yaml b/stable/notea/5.2.2/values.yaml similarity index 100% rename from stable/omada-controller/14.1.3/values.yaml rename to stable/notea/5.2.2/values.yaml diff --git a/stable/notifiarr/4.1.1/CHANGELOG.md b/stable/notifiarr/4.1.1/CHANGELOG.md deleted file mode 100644 index ac39f85e00a..00000000000 --- a/stable/notifiarr/4.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/notifiarr/4.1.1/Chart.yaml b/stable/notifiarr/4.1.1/Chart.yaml deleted file mode 100644 index ad9855511b7..00000000000 --- a/stable/notifiarr/4.1.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: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/notifiarr/4.1.1/charts/common-18.0.2.tgz b/stable/notifiarr/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/notifiarr/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ombi/18.1.1/.helmignore b/stable/notifiarr/4.2.2/.helmignore similarity index 100% rename from stable/ombi/18.1.1/.helmignore rename to stable/notifiarr/4.2.2/.helmignore diff --git a/stable/notifiarr/4.2.2/CHANGELOG.md b/stable/notifiarr/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4d2f2977b4d --- /dev/null +++ b/stable/notifiarr/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/notifiarr/4.2.2/Chart.yaml b/stable/notifiarr/4.2.2/Chart.yaml new file mode 100644 index 00000000000..827777579e2 --- /dev/null +++ b/stable/notifiarr/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/notifiarr/4.1.1/README.md b/stable/notifiarr/4.2.2/README.md similarity index 100% rename from stable/notifiarr/4.1.1/README.md rename to stable/notifiarr/4.2.2/README.md diff --git a/stable/notifiarr/4.2.2/app-changelog.md b/stable/notifiarr/4.2.2/app-changelog.md new file mode 100644 index 00000000000..45238165553 --- /dev/null +++ b/stable/notifiarr/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/notifiarr/4.1.1/app-readme.md b/stable/notifiarr/4.2.2/app-readme.md similarity index 100% rename from stable/notifiarr/4.1.1/app-readme.md rename to stable/notifiarr/4.2.2/app-readme.md diff --git a/stable/notifiarr/4.2.2/charts/common-18.1.6.tgz b/stable/notifiarr/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/notifiarr/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/notifiarr/4.1.1/ix_values.yaml b/stable/notifiarr/4.2.2/ix_values.yaml similarity index 100% rename from stable/notifiarr/4.1.1/ix_values.yaml rename to stable/notifiarr/4.2.2/ix_values.yaml diff --git a/stable/notifiarr/4.1.1/questions.yaml b/stable/notifiarr/4.2.2/questions.yaml similarity index 100% rename from stable/notifiarr/4.1.1/questions.yaml rename to stable/notifiarr/4.2.2/questions.yaml diff --git a/stable/ombi/18.1.1/templates/common.yaml b/stable/notifiarr/4.2.2/templates/common.yaml similarity index 100% rename from stable/ombi/18.1.1/templates/common.yaml rename to stable/notifiarr/4.2.2/templates/common.yaml diff --git a/stable/ombi/18.1.1/values.yaml b/stable/notifiarr/4.2.2/values.yaml similarity index 100% rename from stable/ombi/18.1.1/values.yaml rename to stable/notifiarr/4.2.2/values.yaml diff --git a/stable/novnc/10.1.1/CHANGELOG.md b/stable/novnc/10.1.1/CHANGELOG.md deleted file mode 100644 index 318e9b93fc0..00000000000 --- a/stable/novnc/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/novnc/10.1.1/Chart.yaml b/stable/novnc/10.1.1/Chart.yaml deleted file mode 100644 index bbb17295702..00000000000 --- a/stable/novnc/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/novnc/10.1.1/charts/common-18.0.2.tgz b/stable/novnc/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/novnc/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/onlinecheckyourserver/5.1.1/.helmignore b/stable/novnc/10.2.2/.helmignore similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/.helmignore rename to stable/novnc/10.2.2/.helmignore diff --git a/stable/novnc/10.2.2/CHANGELOG.md b/stable/novnc/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..41fe4db9a57 --- /dev/null +++ b/stable/novnc/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/novnc/10.2.2/Chart.yaml b/stable/novnc/10.2.2/Chart.yaml new file mode 100644 index 00000000000..4c7927c73ab --- /dev/null +++ b/stable/novnc/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/novnc/10.1.1/README.md b/stable/novnc/10.2.2/README.md similarity index 100% rename from stable/novnc/10.1.1/README.md rename to stable/novnc/10.2.2/README.md diff --git a/stable/novnc/10.2.2/app-changelog.md b/stable/novnc/10.2.2/app-changelog.md new file mode 100644 index 00000000000..51fcd57ba30 --- /dev/null +++ b/stable/novnc/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/novnc/10.1.1/app-readme.md b/stable/novnc/10.2.2/app-readme.md similarity index 100% rename from stable/novnc/10.1.1/app-readme.md rename to stable/novnc/10.2.2/app-readme.md diff --git a/stable/novnc/10.2.2/charts/common-18.1.6.tgz b/stable/novnc/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/novnc/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/novnc/10.1.1/ix_values.yaml b/stable/novnc/10.2.2/ix_values.yaml similarity index 100% rename from stable/novnc/10.1.1/ix_values.yaml rename to stable/novnc/10.2.2/ix_values.yaml diff --git a/stable/novnc/10.1.1/questions.yaml b/stable/novnc/10.2.2/questions.yaml similarity index 100% rename from stable/novnc/10.1.1/questions.yaml rename to stable/novnc/10.2.2/questions.yaml diff --git a/stable/openhab/9.1.1/templates/NOTES.txt b/stable/novnc/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/openhab/9.1.1/templates/NOTES.txt rename to stable/novnc/10.2.2/templates/NOTES.txt diff --git a/stable/novnc/10.1.1/templates/common.yaml b/stable/novnc/10.2.2/templates/common.yaml similarity index 100% rename from stable/novnc/10.1.1/templates/common.yaml rename to stable/novnc/10.2.2/templates/common.yaml diff --git a/stable/onlinecheckyourserver/5.1.1/values.yaml b/stable/novnc/10.2.2/values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/values.yaml rename to stable/novnc/10.2.2/values.yaml diff --git a/stable/ntfy/9.1.1/CHANGELOG.md b/stable/ntfy/9.1.1/CHANGELOG.md deleted file mode 100644 index 5e4f4d7aafd..00000000000 --- a/stable/ntfy/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ntfy/9.1.1/Chart.yaml b/stable/ntfy/9.1.1/Chart.yaml deleted file mode 100644 index 7e75593fdaa..00000000000 --- a/stable/ntfy/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ntfy/9.1.1/charts/common-18.0.2.tgz b/stable/ntfy/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ntfy/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.1/.helmignore b/stable/ntfy/9.2.2/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/.helmignore rename to stable/ntfy/9.2.2/.helmignore diff --git a/stable/ntfy/9.2.2/CHANGELOG.md b/stable/ntfy/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..233e1ac1fa8 --- /dev/null +++ b/stable/ntfy/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/ntfy/9.2.2/Chart.yaml b/stable/ntfy/9.2.2/Chart.yaml new file mode 100644 index 00000000000..873f2acdfc1 --- /dev/null +++ b/stable/ntfy/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ntfy/9.1.1/README.md b/stable/ntfy/9.2.2/README.md similarity index 100% rename from stable/ntfy/9.1.1/README.md rename to stable/ntfy/9.2.2/README.md diff --git a/stable/ntfy/9.2.2/app-changelog.md b/stable/ntfy/9.2.2/app-changelog.md new file mode 100644 index 00000000000..04b209d0bdc --- /dev/null +++ b/stable/ntfy/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ntfy/9.1.1/app-readme.md b/stable/ntfy/9.2.2/app-readme.md similarity index 100% rename from stable/ntfy/9.1.1/app-readme.md rename to stable/ntfy/9.2.2/app-readme.md diff --git a/stable/ntfy/9.2.2/charts/common-18.1.6.tgz b/stable/ntfy/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ntfy/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ntfy/9.1.1/ix_values.yaml b/stable/ntfy/9.2.2/ix_values.yaml similarity index 100% rename from stable/ntfy/9.1.1/ix_values.yaml rename to stable/ntfy/9.2.2/ix_values.yaml diff --git a/stable/ntfy/9.1.1/questions.yaml b/stable/ntfy/9.2.2/questions.yaml similarity index 100% rename from stable/ntfy/9.1.1/questions.yaml rename to stable/ntfy/9.2.2/questions.yaml diff --git a/stable/openspeedtest/8.1.1/templates/NOTES.txt b/stable/ntfy/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/openspeedtest/8.1.1/templates/NOTES.txt rename to stable/ntfy/9.2.2/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.1.1/templates/common.yaml b/stable/ntfy/9.2.2/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/templates/common.yaml rename to stable/ntfy/9.2.2/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.1.1/values.yaml b/stable/ntfy/9.2.2/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/values.yaml rename to stable/ntfy/9.2.2/values.yaml diff --git a/stable/nullserv/13.1.1/CHANGELOG.md b/stable/nullserv/13.1.1/CHANGELOG.md deleted file mode 100644 index a1d8eef02c7..00000000000 --- a/stable/nullserv/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/nullserv/13.1.1/Chart.yaml b/stable/nullserv/13.1.1/Chart.yaml deleted file mode 100644 index 8785bcdede0..00000000000 --- a/stable/nullserv/13.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nullserv/13.1.1/charts/common-18.0.2.tgz b/stable/nullserv/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nullserv/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openaudible/5.1.1/.helmignore b/stable/nullserv/13.2.2/.helmignore similarity index 100% rename from stable/openaudible/5.1.1/.helmignore rename to stable/nullserv/13.2.2/.helmignore diff --git a/stable/nullserv/13.2.2/CHANGELOG.md b/stable/nullserv/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..972a7f28d4d --- /dev/null +++ b/stable/nullserv/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/nullserv/13.2.2/Chart.yaml b/stable/nullserv/13.2.2/Chart.yaml new file mode 100644 index 00000000000..eff2c875f4e --- /dev/null +++ b/stable/nullserv/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nullserv/13.1.1/README.md b/stable/nullserv/13.2.2/README.md similarity index 100% rename from stable/nullserv/13.1.1/README.md rename to stable/nullserv/13.2.2/README.md diff --git a/stable/nullserv/13.2.2/app-changelog.md b/stable/nullserv/13.2.2/app-changelog.md new file mode 100644 index 00000000000..3e59ffef2bb --- /dev/null +++ b/stable/nullserv/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nullserv/13.1.1/app-readme.md b/stable/nullserv/13.2.2/app-readme.md similarity index 100% rename from stable/nullserv/13.1.1/app-readme.md rename to stable/nullserv/13.2.2/app-readme.md diff --git a/stable/nullserv/13.2.2/charts/common-18.1.6.tgz b/stable/nullserv/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nullserv/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nullserv/13.1.1/ix_values.yaml b/stable/nullserv/13.2.2/ix_values.yaml similarity index 100% rename from stable/nullserv/13.1.1/ix_values.yaml rename to stable/nullserv/13.2.2/ix_values.yaml diff --git a/stable/nullserv/13.1.1/questions.yaml b/stable/nullserv/13.2.2/questions.yaml similarity index 100% rename from stable/nullserv/13.1.1/questions.yaml rename to stable/nullserv/13.2.2/questions.yaml diff --git a/stable/openvscode-server/9.1.3/templates/NOTES.txt b/stable/nullserv/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/openvscode-server/9.1.3/templates/NOTES.txt rename to stable/nullserv/13.2.2/templates/NOTES.txt diff --git a/stable/openaudible/5.1.1/templates/common.yaml b/stable/nullserv/13.2.2/templates/common.yaml similarity index 100% rename from stable/openaudible/5.1.1/templates/common.yaml rename to stable/nullserv/13.2.2/templates/common.yaml diff --git a/stable/openaudible/5.1.1/values.yaml b/stable/nullserv/13.2.2/values.yaml similarity index 100% rename from stable/openaudible/5.1.1/values.yaml rename to stable/nullserv/13.2.2/values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.1/Chart.yaml b/stable/nvidia-gpu-exporter/2.1.1/Chart.yaml deleted file mode 100644 index a6bfb66f29b..00000000000 --- a/stable/nvidia-gpu-exporter/2.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nvidia-gpu-exporter/2.1.1/charts/common-18.0.2.tgz b/stable/nvidia-gpu-exporter/2.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nvidia-gpu-exporter/2.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openbooks/4.1.1/.helmignore b/stable/nvidia-gpu-exporter/2.2.2/.helmignore similarity index 100% rename from stable/openbooks/4.1.1/.helmignore rename to stable/nvidia-gpu-exporter/2.2.2/.helmignore diff --git a/stable/nvidia-gpu-exporter/2.2.2/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5a4e43badaa --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.2.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/nvidia-gpu-exporter/2.2.2/Chart.yaml new file mode 100644 index 00000000000..0b2c7779cb8 --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nvidia-gpu-exporter/2.1.1/README.md b/stable/nvidia-gpu-exporter/2.2.2/README.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/README.md rename to stable/nvidia-gpu-exporter/2.2.2/README.md diff --git a/stable/nvidia-gpu-exporter/2.2.2/app-changelog.md b/stable/nvidia-gpu-exporter/2.2.2/app-changelog.md new file mode 100644 index 00000000000..979e7946029 --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.1.1/app-readme.md b/stable/nvidia-gpu-exporter/2.2.2/app-readme.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/app-readme.md rename to stable/nvidia-gpu-exporter/2.2.2/app-readme.md diff --git a/stable/nvidia-gpu-exporter/2.2.2/charts/common-18.1.6.tgz b/stable/nvidia-gpu-exporter/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nvidia-gpu-exporter/2.1.1/ix_values.yaml b/stable/nvidia-gpu-exporter/2.2.2/ix_values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/ix_values.yaml rename to stable/nvidia-gpu-exporter/2.2.2/ix_values.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.1/questions.yaml b/stable/nvidia-gpu-exporter/2.2.2/questions.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/questions.yaml rename to stable/nvidia-gpu-exporter/2.2.2/questions.yaml diff --git a/stable/organizr/18.1.1/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.2.2/templates/NOTES.txt similarity index 100% rename from stable/organizr/18.1.1/templates/NOTES.txt rename to stable/nvidia-gpu-exporter/2.2.2/templates/NOTES.txt diff --git a/stable/openspeedtest/8.1.1/templates/common.yaml b/stable/nvidia-gpu-exporter/2.2.2/templates/common.yaml similarity index 100% rename from stable/openspeedtest/8.1.1/templates/common.yaml rename to stable/nvidia-gpu-exporter/2.2.2/templates/common.yaml diff --git a/stable/openbooks/4.1.1/values.yaml b/stable/nvidia-gpu-exporter/2.2.2/values.yaml similarity index 100% rename from stable/openbooks/4.1.1/values.yaml rename to stable/nvidia-gpu-exporter/2.2.2/values.yaml diff --git a/stable/nzbget/20.1.1/CHANGELOG.md b/stable/nzbget/20.1.1/CHANGELOG.md deleted file mode 100644 index 346dfbbd39a..00000000000 --- a/stable/nzbget/20.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/nzbget/20.1.1/Chart.yaml b/stable/nzbget/20.1.1/Chart.yaml deleted file mode 100644 index 0a802b095da..00000000000 --- a/stable/nzbget/20.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 23.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nzbget/20.1.1/charts/common-18.0.2.tgz b/stable/nzbget/20.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nzbget/20.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.1.1/.helmignore b/stable/nzbget/20.2.2/.helmignore similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/.helmignore rename to stable/nzbget/20.2.2/.helmignore diff --git a/stable/nzbget/20.2.2/CHANGELOG.md b/stable/nzbget/20.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4b166ee73c4 --- /dev/null +++ b/stable/nzbget/20.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/nzbget/20.2.2/Chart.yaml b/stable/nzbget/20.2.2/Chart.yaml new file mode 100644 index 00000000000..2333a35e75a --- /dev/null +++ b/stable/nzbget/20.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nzbget/20.1.1/README.md b/stable/nzbget/20.2.2/README.md similarity index 100% rename from stable/nzbget/20.1.1/README.md rename to stable/nzbget/20.2.2/README.md diff --git a/stable/nzbget/20.2.2/app-changelog.md b/stable/nzbget/20.2.2/app-changelog.md new file mode 100644 index 00000000000..e2dbf8720b6 --- /dev/null +++ b/stable/nzbget/20.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nzbget/20.1.1/app-readme.md b/stable/nzbget/20.2.2/app-readme.md similarity index 100% rename from stable/nzbget/20.1.1/app-readme.md rename to stable/nzbget/20.2.2/app-readme.md diff --git a/stable/nzbget/20.2.2/charts/common-18.1.6.tgz b/stable/nzbget/20.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nzbget/20.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nzbget/20.1.1/ix_values.yaml b/stable/nzbget/20.2.2/ix_values.yaml similarity index 100% rename from stable/nzbget/20.1.1/ix_values.yaml rename to stable/nzbget/20.2.2/ix_values.yaml diff --git a/stable/nzbget/20.1.1/questions.yaml b/stable/nzbget/20.2.2/questions.yaml similarity index 100% rename from stable/nzbget/20.1.1/questions.yaml rename to stable/nzbget/20.2.2/questions.yaml diff --git a/stable/oscam/13.1.1/templates/NOTES.txt b/stable/nzbget/20.2.2/templates/NOTES.txt similarity index 100% rename from stable/oscam/13.1.1/templates/NOTES.txt rename to stable/nzbget/20.2.2/templates/NOTES.txt diff --git a/stable/openvscode-server/9.1.3/templates/common.yaml b/stable/nzbget/20.2.2/templates/common.yaml similarity index 100% rename from stable/openvscode-server/9.1.3/templates/common.yaml rename to stable/nzbget/20.2.2/templates/common.yaml diff --git a/stable/opengl-desktop-g3/5.1.1/values.yaml b/stable/nzbget/20.2.2/values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/values.yaml rename to stable/nzbget/20.2.2/values.yaml diff --git a/stable/nzbhydra/19.1.1/CHANGELOG.md b/stable/nzbhydra/19.1.1/CHANGELOG.md deleted file mode 100644 index 0fad7130447..00000000000 --- a/stable/nzbhydra/19.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/nzbhydra/19.1.1/Chart.yaml b/stable/nzbhydra/19.1.1/Chart.yaml deleted file mode 100644 index 8c91dd60584..00000000000 --- a/stable/nzbhydra/19.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.8 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/nzbhydra/19.1.1/charts/common-18.0.2.tgz b/stable/nzbhydra/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/nzbhydra/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openhab/9.1.1/.helmignore b/stable/nzbhydra/19.2.2/.helmignore similarity index 100% rename from stable/openhab/9.1.1/.helmignore rename to stable/nzbhydra/19.2.2/.helmignore diff --git a/stable/nzbhydra/19.2.2/CHANGELOG.md b/stable/nzbhydra/19.2.2/CHANGELOG.md new file mode 100644 index 00000000000..eb5d7aa105a --- /dev/null +++ b/stable/nzbhydra/19.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/nzbhydra/19.2.2/Chart.yaml b/stable/nzbhydra/19.2.2/Chart.yaml new file mode 100644 index 00000000000..7c5c3b580e2 --- /dev/null +++ b/stable/nzbhydra/19.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.8 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/nzbhydra/19.1.1/README.md b/stable/nzbhydra/19.2.2/README.md similarity index 100% rename from stable/nzbhydra/19.1.1/README.md rename to stable/nzbhydra/19.2.2/README.md diff --git a/stable/nzbhydra/19.2.2/app-changelog.md b/stable/nzbhydra/19.2.2/app-changelog.md new file mode 100644 index 00000000000..31e8034efe4 --- /dev/null +++ b/stable/nzbhydra/19.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/nzbhydra/19.1.1/app-readme.md b/stable/nzbhydra/19.2.2/app-readme.md similarity index 100% rename from stable/nzbhydra/19.1.1/app-readme.md rename to stable/nzbhydra/19.2.2/app-readme.md diff --git a/stable/nzbhydra/19.2.2/charts/common-18.1.6.tgz b/stable/nzbhydra/19.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/nzbhydra/19.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/nzbhydra/19.1.1/ix_values.yaml b/stable/nzbhydra/19.2.2/ix_values.yaml similarity index 100% rename from stable/nzbhydra/19.1.1/ix_values.yaml rename to stable/nzbhydra/19.2.2/ix_values.yaml diff --git a/stable/nzbhydra/19.1.1/questions.yaml b/stable/nzbhydra/19.2.2/questions.yaml similarity index 100% rename from stable/nzbhydra/19.1.1/questions.yaml rename to stable/nzbhydra/19.2.2/questions.yaml diff --git a/stable/outline/12.1.2/templates/NOTES.txt b/stable/nzbhydra/19.2.2/templates/NOTES.txt similarity index 100% rename from stable/outline/12.1.2/templates/NOTES.txt rename to stable/nzbhydra/19.2.2/templates/NOTES.txt diff --git a/stable/organizr/18.1.1/templates/common.yaml b/stable/nzbhydra/19.2.2/templates/common.yaml similarity index 100% rename from stable/organizr/18.1.1/templates/common.yaml rename to stable/nzbhydra/19.2.2/templates/common.yaml diff --git a/stable/openhab/9.1.1/values.yaml b/stable/nzbhydra/19.2.2/values.yaml similarity index 100% rename from stable/openhab/9.1.1/values.yaml rename to stable/nzbhydra/19.2.2/values.yaml diff --git a/stable/obs-ndi/6.1.1/CHANGELOG.md b/stable/obs-ndi/6.1.1/CHANGELOG.md deleted file mode 100644 index f016572664b..00000000000 --- a/stable/obs-ndi/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/obs-ndi/6.1.1/Chart.yaml b/stable/obs-ndi/6.1.1/Chart.yaml deleted file mode 100644 index 95d5950d0e7..00000000000 --- a/stable/obs-ndi/6.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/obs-ndi/6.1.1/charts/common-18.0.2.tgz b/stable/obs-ndi/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/obs-ndi/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openra/5.1.1/.helmignore b/stable/obs-ndi/6.2.2/.helmignore similarity index 100% rename from stable/openra/5.1.1/.helmignore rename to stable/obs-ndi/6.2.2/.helmignore diff --git a/stable/obs-ndi/6.2.2/CHANGELOG.md b/stable/obs-ndi/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f4cf2ca1cac --- /dev/null +++ b/stable/obs-ndi/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/obs-ndi/6.2.2/Chart.yaml b/stable/obs-ndi/6.2.2/Chart.yaml new file mode 100644 index 00000000000..42df9a995aa --- /dev/null +++ b/stable/obs-ndi/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/obs-ndi/6.1.1/README.md b/stable/obs-ndi/6.2.2/README.md similarity index 100% rename from stable/obs-ndi/6.1.1/README.md rename to stable/obs-ndi/6.2.2/README.md diff --git a/stable/obs-ndi/6.2.2/app-changelog.md b/stable/obs-ndi/6.2.2/app-changelog.md new file mode 100644 index 00000000000..a6f5b70a17c --- /dev/null +++ b/stable/obs-ndi/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/obs-ndi/6.1.1/app-readme.md b/stable/obs-ndi/6.2.2/app-readme.md similarity index 100% rename from stable/obs-ndi/6.1.1/app-readme.md rename to stable/obs-ndi/6.2.2/app-readme.md diff --git a/stable/obs-ndi/6.2.2/charts/common-18.1.6.tgz b/stable/obs-ndi/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/obs-ndi/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/obs-ndi/6.1.1/ix_values.yaml b/stable/obs-ndi/6.2.2/ix_values.yaml similarity index 100% rename from stable/obs-ndi/6.1.1/ix_values.yaml rename to stable/obs-ndi/6.2.2/ix_values.yaml diff --git a/stable/obs-ndi/6.1.1/questions.yaml b/stable/obs-ndi/6.2.2/questions.yaml similarity index 100% rename from stable/obs-ndi/6.1.1/questions.yaml rename to stable/obs-ndi/6.2.2/questions.yaml diff --git a/stable/obs-ndi/6.1.1/templates/common.yaml b/stable/obs-ndi/6.2.2/templates/common.yaml similarity index 100% rename from stable/obs-ndi/6.1.1/templates/common.yaml rename to stable/obs-ndi/6.2.2/templates/common.yaml diff --git a/stable/openra/5.1.1/values.yaml b/stable/obs-ndi/6.2.2/values.yaml similarity index 100% rename from stable/openra/5.1.1/values.yaml rename to stable/obs-ndi/6.2.2/values.yaml diff --git a/stable/openspeedtest/8.1.1/.helmignore b/stable/observium/6.1.2/.helmignore similarity index 100% rename from stable/openspeedtest/8.1.1/.helmignore rename to stable/observium/6.1.2/.helmignore diff --git a/stable/observium/6.1.2/CHANGELOG.md b/stable/observium/6.1.2/CHANGELOG.md new file mode 100644 index 00000000000..9553e0c0dca --- /dev/null +++ b/stable/observium/6.1.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/observium/6.1.2/Chart.yaml b/stable/observium/6.1.2/Chart.yaml new file mode 100644 index 00000000000..a0a175373ff --- /dev/null +++ b/stable/observium/6.1.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20231219.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.1.2 diff --git a/stable/observium/6.1.2/README.md b/stable/observium/6.1.2/README.md new file mode 100644 index 00000000000..dbf537d43db --- /dev/null +++ b/stable/observium/6.1.2/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/observium) + +**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/observium/6.1.2/app-changelog.md b/stable/observium/6.1.2/app-changelog.md new file mode 100644 index 00000000000..ffcea97cc88 --- /dev/null +++ b/stable/observium/6.1.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/observium/6.1.2/app-readme.md b/stable/observium/6.1.2/app-readme.md new file mode 100644 index 00000000000..12c02f590a3 --- /dev/null +++ b/stable/observium/6.1.2/app-readme.md @@ -0,0 +1,8 @@ +Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/observium](https://truecharts.org/charts/stable/observium) + +--- + +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/observium/6.1.2/charts/common-18.1.6.tgz b/stable/observium/6.1.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/observium/6.1.2/charts/common-18.1.6.tgz differ diff --git a/stable/observium/6.1.2/charts/mariadb-13.2.0.tgz b/stable/observium/6.1.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/observium/6.1.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/observium/6.1.2/ix_values.yaml b/stable/observium/6.1.2/ix_values.yaml new file mode 100644 index 00000000000..4de4d7789e0 --- /dev/null +++ b/stable/observium/6.1.2/ix_values.yaml @@ -0,0 +1,70 @@ +image: + pullPolicy: IfNotPresent + repository: pvrmza/docker-observium + tag: 20231219@sha256:faf9d34be08d25131e1baf925b09a71ff1ae3edc56d4a06fa236166d60a0c57e + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 8668 + protocol: http + targetPort: 80 + udpport1: + enabled: true + ports: + udpport1: + enabled: true + port: 8514 + protocol: udp + targetPort: 514 + +workload: + main: + podSpec: + containers: + main: + env: + OBSERVIUM_ADMIN_USER: "please-change" + OBSERVIUM_ADMIN_PASS: "Ch4angeME" + OBSERVIUM_base_url: "" + # + OBSERVIUM_auth_mechanism: "mysql" + OBSERVIUM_db_extension: "mysqli" + OBSERVIUM_db_host: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: plainhost + OBSERVIUM_db_name: observium + OBSERVIUM_db_pass: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' + key: mariadb-password + OBSERVIUM_db_user: observium + OBSERVIUM_cache__enable: true + OBSERVIUM_cache__driver: "auto" + +mariadb: + enabled: true + mariadbUsername: observium + mariadbDatabase: observium + +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: false + +portal: + open: + enabled: true diff --git a/stable/observium/6.1.2/questions.yaml b/stable/observium/6.1.2/questions.yaml new file mode 100755 index 00000000000..caa3ba9ee18 --- /dev/null +++ b/stable/observium/6.1.2/questions.yaml @@ -0,0 +1,2917 @@ +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: OBSERVIUM_ADMIN_USER + label: "Admin User" + description: "Observium Admin User" + schema: + type: string + required: true + default: "" + - variable: OBSERVIUM_ADMIN_PASS + label: "Admin Password" + description: "Observium Admin Password" + schema: + type: string + private: true + required: true + default: "" + - variable: OBSERVIUM_base_url + label: "Base URL" + description: "Observium Base URL" + 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: 8668 + required: true + - variable: udpport1 + label: 'udpport1 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: udpport1 + label: "udpport1 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: 8514 + 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: observium + label: "observium 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: 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/obsidian/5.1.1/templates/common.yaml b/stable/observium/6.1.2/templates/common.yaml similarity index 100% rename from stable/obsidian/5.1.1/templates/common.yaml rename to stable/observium/6.1.2/templates/common.yaml diff --git a/stable/openspeedtest/8.1.1/values.yaml b/stable/observium/6.1.2/values.yaml similarity index 100% rename from stable/openspeedtest/8.1.1/values.yaml rename to stable/observium/6.1.2/values.yaml diff --git a/stable/obsidian/5.1.1/CHANGELOG.md b/stable/obsidian/5.1.1/CHANGELOG.md deleted file mode 100644 index 231265c9ab6..00000000000 --- a/stable/obsidian/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/obsidian/5.1.1/Chart.yaml b/stable/obsidian/5.1.1/Chart.yaml deleted file mode 100644 index 450d88e26f9..00000000000 --- a/stable/obsidian/5.1.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/obsidian/5.1.1/charts/common-18.0.2.tgz b/stable/obsidian/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/obsidian/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openttd/5.1.1/.helmignore b/stable/obsidian/5.2.2/.helmignore similarity index 100% rename from stable/openttd/5.1.1/.helmignore rename to stable/obsidian/5.2.2/.helmignore diff --git a/stable/obsidian/5.2.2/CHANGELOG.md b/stable/obsidian/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..019b62a2956 --- /dev/null +++ b/stable/obsidian/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/obsidian/5.2.2/Chart.yaml b/stable/obsidian/5.2.2/Chart.yaml new file mode 100644 index 00000000000..aa8bcc5c476 --- /dev/null +++ b/stable/obsidian/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/obsidian/5.1.1/README.md b/stable/obsidian/5.2.2/README.md similarity index 100% rename from stable/obsidian/5.1.1/README.md rename to stable/obsidian/5.2.2/README.md diff --git a/stable/obsidian/5.2.2/app-changelog.md b/stable/obsidian/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b44371ce7cd --- /dev/null +++ b/stable/obsidian/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/obsidian/5.1.1/app-readme.md b/stable/obsidian/5.2.2/app-readme.md similarity index 100% rename from stable/obsidian/5.1.1/app-readme.md rename to stable/obsidian/5.2.2/app-readme.md diff --git a/stable/obsidian/5.2.2/charts/common-18.1.6.tgz b/stable/obsidian/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/obsidian/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/obsidian/5.1.1/ix_values.yaml b/stable/obsidian/5.2.2/ix_values.yaml similarity index 100% rename from stable/obsidian/5.1.1/ix_values.yaml rename to stable/obsidian/5.2.2/ix_values.yaml diff --git a/stable/obsidian/5.1.1/questions.yaml b/stable/obsidian/5.2.2/questions.yaml similarity index 100% rename from stable/obsidian/5.1.1/questions.yaml rename to stable/obsidian/5.2.2/questions.yaml diff --git a/stable/onlinecheckyourserver/5.1.1/templates/common.yaml b/stable/obsidian/5.2.2/templates/common.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/templates/common.yaml rename to stable/obsidian/5.2.2/templates/common.yaml diff --git a/stable/openttd/5.1.1/values.yaml b/stable/obsidian/5.2.2/values.yaml similarity index 100% rename from stable/openttd/5.1.1/values.yaml rename to stable/obsidian/5.2.2/values.yaml diff --git a/stable/octoprint/13.1.1/CHANGELOG.md b/stable/octoprint/13.1.1/CHANGELOG.md deleted file mode 100644 index 81d2989f55b..00000000000 --- a/stable/octoprint/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/octoprint/13.1.1/Chart.yaml b/stable/octoprint/13.1.1/Chart.yaml deleted file mode 100644 index 75b83bc3869..00000000000 --- a/stable/octoprint/13.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/octoprint/13.1.1/charts/common-18.0.2.tgz b/stable/octoprint/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/octoprint/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.1.3/.helmignore b/stable/octoprint/13.2.2/.helmignore similarity index 100% rename from stable/openvscode-server/9.1.3/.helmignore rename to stable/octoprint/13.2.2/.helmignore diff --git a/stable/octoprint/13.2.2/CHANGELOG.md b/stable/octoprint/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5734c6c43c4 --- /dev/null +++ b/stable/octoprint/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/octoprint/13.2.2/Chart.yaml b/stable/octoprint/13.2.2/Chart.yaml new file mode 100644 index 00000000000..3cdf4d6a91b --- /dev/null +++ b/stable/octoprint/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/octoprint/13.1.1/README.md b/stable/octoprint/13.2.2/README.md similarity index 100% rename from stable/octoprint/13.1.1/README.md rename to stable/octoprint/13.2.2/README.md diff --git a/stable/octoprint/13.2.2/app-changelog.md b/stable/octoprint/13.2.2/app-changelog.md new file mode 100644 index 00000000000..e40bc4a5d84 --- /dev/null +++ b/stable/octoprint/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/octoprint/13.1.1/app-readme.md b/stable/octoprint/13.2.2/app-readme.md similarity index 100% rename from stable/octoprint/13.1.1/app-readme.md rename to stable/octoprint/13.2.2/app-readme.md diff --git a/stable/octoprint/13.2.2/charts/common-18.1.6.tgz b/stable/octoprint/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/octoprint/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/octoprint/13.1.1/ix_values.yaml b/stable/octoprint/13.2.2/ix_values.yaml similarity index 100% rename from stable/octoprint/13.1.1/ix_values.yaml rename to stable/octoprint/13.2.2/ix_values.yaml diff --git a/stable/octoprint/13.1.1/questions.yaml b/stable/octoprint/13.2.2/questions.yaml similarity index 100% rename from stable/octoprint/13.1.1/questions.yaml rename to stable/octoprint/13.2.2/questions.yaml diff --git a/stable/overseerr/13.1.1/templates/NOTES.txt b/stable/octoprint/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/overseerr/13.1.1/templates/NOTES.txt rename to stable/octoprint/13.2.2/templates/NOTES.txt diff --git a/stable/oscam/13.1.1/templates/common.yaml b/stable/octoprint/13.2.2/templates/common.yaml similarity index 100% rename from stable/oscam/13.1.1/templates/common.yaml rename to stable/octoprint/13.2.2/templates/common.yaml diff --git a/stable/openvscode-server/9.1.3/values.yaml b/stable/octoprint/13.2.2/values.yaml similarity index 100% rename from stable/openvscode-server/9.1.3/values.yaml rename to stable/octoprint/13.2.2/values.yaml diff --git a/stable/odoo/17.1.2/CHANGELOG.md b/stable/odoo/17.1.2/CHANGELOG.md deleted file mode 100644 index 4d52199c305..00000000000 --- a/stable/odoo/17.1.2/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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/odoo/17.1.2/Chart.yaml b/stable/odoo/17.1.2/Chart.yaml deleted file mode 100644 index 54295351525..00000000000 --- a/stable/odoo/17.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 17.0.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/odoo/17.1.2/charts/common-18.0.2.tgz b/stable/odoo/17.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/odoo/17.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/odoo/17.1.2/ix_values.yaml b/stable/odoo/17.1.2/ix_values.yaml deleted file mode 100644 index 880f198f5e6..00000000000 --- a/stable/odoo/17.1.2/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/organizr/18.1.1/.helmignore b/stable/odoo/17.2.3/.helmignore similarity index 100% rename from stable/organizr/18.1.1/.helmignore rename to stable/odoo/17.2.3/.helmignore diff --git a/stable/odoo/17.2.3/CHANGELOG.md b/stable/odoo/17.2.3/CHANGELOG.md new file mode 100644 index 00000000000..167bae68151 --- /dev/null +++ b/stable/odoo/17.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/odoo/17.2.3/Chart.yaml b/stable/odoo/17.2.3/Chart.yaml new file mode 100644 index 00000000000..af00bcfbb6b --- /dev/null +++ b/stable/odoo/17.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 17.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/odoo/17.1.2/README.md b/stable/odoo/17.2.3/README.md similarity index 100% rename from stable/odoo/17.1.2/README.md rename to stable/odoo/17.2.3/README.md diff --git a/stable/odoo/17.2.3/app-changelog.md b/stable/odoo/17.2.3/app-changelog.md new file mode 100644 index 00000000000..eb8c0177f92 --- /dev/null +++ b/stable/odoo/17.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/odoo/17.1.2/app-readme.md b/stable/odoo/17.2.3/app-readme.md similarity index 100% rename from stable/odoo/17.1.2/app-readme.md rename to stable/odoo/17.2.3/app-readme.md diff --git a/stable/odoo/17.2.3/charts/common-18.1.6.tgz b/stable/odoo/17.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/odoo/17.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/odoo/17.2.3/ix_values.yaml b/stable/odoo/17.2.3/ix_values.yaml new file mode 100644 index 00000000000..95b97001436 --- /dev/null +++ b/stable/odoo/17.2.3/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.1.2/questions.yaml b/stable/odoo/17.2.3/questions.yaml similarity index 100% rename from stable/odoo/17.1.2/questions.yaml rename to stable/odoo/17.2.3/questions.yaml diff --git a/stable/owncast/13.1.1/templates/NOTES.txt b/stable/odoo/17.2.3/templates/NOTES.txt similarity index 100% rename from stable/owncast/13.1.1/templates/NOTES.txt rename to stable/odoo/17.2.3/templates/NOTES.txt diff --git a/stable/odoo/17.1.2/templates/_configmap.tpl b/stable/odoo/17.2.3/templates/_configmap.tpl similarity index 100% rename from stable/odoo/17.1.2/templates/_configmap.tpl rename to stable/odoo/17.2.3/templates/_configmap.tpl diff --git a/stable/odoo/17.1.2/templates/common.yaml b/stable/odoo/17.2.3/templates/common.yaml similarity index 100% rename from stable/odoo/17.1.2/templates/common.yaml rename to stable/odoo/17.2.3/templates/common.yaml diff --git a/stable/organizr/18.1.1/values.yaml b/stable/odoo/17.2.3/values.yaml similarity index 100% rename from stable/organizr/18.1.1/values.yaml rename to stable/odoo/17.2.3/values.yaml diff --git a/stable/ollama/3.1.0/CHANGELOG.md b/stable/ollama/3.1.0/CHANGELOG.md deleted file mode 100644 index fccf4a4a219..00000000000 --- a/stable/ollama/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - - - - - - - - - - - - - - - - -## [ollama-1.0.7](https://github.com/truecharts/charts/compare/ollama-1.0.6...ollama-1.0.7) (2024-02-12) - -### Chore - - - -- update container image ollama/ollama to v0.1.24[@bb575e1](https://github.com/bb575e1) by renovate ([#18146](https://github.com/truecharts/charts/issues/18146)) - - -## [ollama-1.0.6](https://github.com/truecharts/charts/compare/ollama-1.0.5...ollama-1.0.6) (2024-02-08) - - -## [ollama-1.0.5](https://github.com/truecharts/charts/compare/ollama-1.0.4...ollama-1.0.5) (2024-02-05) - -### Chore - - - -- update container image ollama/ollama to v0.1.23[@3f2db54](https://github.com/3f2db54) by renovate ([#17925](https://github.com/truecharts/charts/issues/17925)) - - -## [ollama-1.0.4](https://github.com/truecharts/charts/compare/ollama-1.0.3...ollama-1.0.4) (2024-02-03) - -### Chore - - - -- update helm general non-major by renovate ([#17801](https://github.com/truecharts/charts/issues/17801)) - - -## [ollama-1.0.3](https://github.com/truecharts/charts/compare/ollama-1.0.2...ollama-1.0.3) (2024-01-29) - -### Chore - - - -- update container image ollama/ollama to v0.1.22[@f6199bb](https://github.com/f6199bb) by renovate ([#17681](https://github.com/truecharts/charts/issues/17681)) - -- update container image ghcr.io/ollama-webui/ollama-webui to main[@06e060b](https://github.com/06e060b) by renovate ([#17730](https://github.com/truecharts/charts/issues/17730)) - - -## [ollama-1.0.2](https://github.com/truecharts/charts/compare/ollama-1.0.1...ollama-1.0.2) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/ollama-webui/ollama-webui to main[@6f95f4f](https://github.com/6f95f4f) by renovate ([#17629](https://github.com/truecharts/charts/issues/17629)) - - -## [ollama-1.0.1](https://github.com/truecharts/charts/compare/ollama-1.0.0...ollama-1.0.1) (2024-01-27) - -### Chore - - - -- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) - - -## [ollama-1.0.0](https://github.com/truecharts/charts/compare/ollama-0.0.5...ollama-1.0.0) (2024-01-26) \ No newline at end of file diff --git a/stable/ollama/3.1.0/Chart.yaml b/stable/ollama/3.1.0/Chart.yaml deleted file mode 100644 index 754a3b55b9c..00000000000 --- a/stable/ollama/3.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: AI - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.27 -dependencies: - - name: common - version: 18.1.0 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Get up and running with large language models locally. -home: https://truecharts.org/charts/stable/ollama -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png -keywords: - - ollama - - language-models -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: ollama -sources: - - https://github.com/jmorganca/ollama - - https://github.com/ollama-webui/ollama-webui - - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://hub.docker.com/r/ollama/ollama - - https://ghcr.io/ollama-webui/ollama-webui -type: application -version: 3.1.0 diff --git a/stable/ollama/3.1.0/charts/common-18.1.0.tgz b/stable/ollama/3.1.0/charts/common-18.1.0.tgz deleted file mode 100644 index 5f2450609de..00000000000 Binary files a/stable/ollama/3.1.0/charts/common-18.1.0.tgz and /dev/null differ diff --git a/stable/oscam/13.1.1/.helmignore b/stable/ollama/3.1.4/.helmignore similarity index 100% rename from stable/oscam/13.1.1/.helmignore rename to stable/ollama/3.1.4/.helmignore diff --git a/stable/ollama/3.1.4/CHANGELOG.md b/stable/ollama/3.1.4/CHANGELOG.md new file mode 100644 index 00000000000..ad9f33e369c --- /dev/null +++ b/stable/ollama/3.1.4/CHANGELOG.md @@ -0,0 +1,97 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ollama-3.1.4](https://github.com/truecharts/charts/compare/ollama-3.1.3...ollama-3.1.4) (2024-03-05) + +### Chore + + + +- force rereleases + + + + + + + + + + + + + + + + + + + + +## [ollama-1.0.7](https://github.com/truecharts/charts/compare/ollama-1.0.6...ollama-1.0.7) (2024-02-12) + +### Chore + + + +- update container image ollama/ollama to v0.1.24[@bb575e1](https://github.com/bb575e1) by renovate ([#18146](https://github.com/truecharts/charts/issues/18146)) + + +## [ollama-1.0.6](https://github.com/truecharts/charts/compare/ollama-1.0.5...ollama-1.0.6) (2024-02-08) + + +## [ollama-1.0.5](https://github.com/truecharts/charts/compare/ollama-1.0.4...ollama-1.0.5) (2024-02-05) + +### Chore + + + +- update container image ollama/ollama to v0.1.23[@3f2db54](https://github.com/3f2db54) by renovate ([#17925](https://github.com/truecharts/charts/issues/17925)) + + +## [ollama-1.0.4](https://github.com/truecharts/charts/compare/ollama-1.0.3...ollama-1.0.4) (2024-02-03) + +### Chore + + + +- update helm general non-major by renovate ([#17801](https://github.com/truecharts/charts/issues/17801)) + + +## [ollama-1.0.3](https://github.com/truecharts/charts/compare/ollama-1.0.2...ollama-1.0.3) (2024-01-29) + +### Chore + + + +- update container image ollama/ollama to v0.1.22[@f6199bb](https://github.com/f6199bb) by renovate ([#17681](https://github.com/truecharts/charts/issues/17681)) + +- update container image ghcr.io/ollama-webui/ollama-webui to main[@06e060b](https://github.com/06e060b) by renovate ([#17730](https://github.com/truecharts/charts/issues/17730)) + + +## [ollama-1.0.2](https://github.com/truecharts/charts/compare/ollama-1.0.1...ollama-1.0.2) (2024-01-29) + +### Chore + + + +- update container image ghcr.io/ollama-webui/ollama-webui to main[@6f95f4f](https://github.com/6f95f4f) by renovate ([#17629](https://github.com/truecharts/charts/issues/17629)) + + +## [ollama-1.0.1](https://github.com/truecharts/charts/compare/ollama-1.0.0...ollama-1.0.1) (2024-01-27) + +### Chore + + + +- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525)) + + +## [ollama-1.0.0](https://github.com/truecharts/charts/compare/ollama-0.0.5...ollama-1.0.0) (2024-01-26) \ No newline at end of file diff --git a/stable/ollama/3.1.4/Chart.yaml b/stable/ollama/3.1.4/Chart.yaml new file mode 100644 index 00000000000..7ef5c3c5771 --- /dev/null +++ b/stable/ollama/3.1.4/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: AI + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.27 +dependencies: + - name: common + version: 18.1.6 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get up and running with large language models locally. +home: https://truecharts.org/charts/stable/ollama +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png +keywords: + - ollama + - language-models +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ollama +sources: + - https://github.com/jmorganca/ollama + - https://github.com/ollama-webui/ollama-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama + - https://hub.docker.com/r/ollama/ollama + - https://ghcr.io/ollama-webui/ollama-webui +type: application +version: 3.1.4 diff --git a/stable/ollama/3.1.0/README.md b/stable/ollama/3.1.4/README.md similarity index 100% rename from stable/ollama/3.1.0/README.md rename to stable/ollama/3.1.4/README.md diff --git a/stable/ollama/3.1.4/app-changelog.md b/stable/ollama/3.1.4/app-changelog.md new file mode 100644 index 00000000000..bce7f9492c8 --- /dev/null +++ b/stable/ollama/3.1.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ollama-3.1.4](https://github.com/truecharts/charts/compare/ollama-3.1.3...ollama-3.1.4) (2024-03-05) + +### Chore + + + +- force rereleases \ No newline at end of file diff --git a/stable/ollama/3.1.0/app-readme.md b/stable/ollama/3.1.4/app-readme.md similarity index 100% rename from stable/ollama/3.1.0/app-readme.md rename to stable/ollama/3.1.4/app-readme.md diff --git a/stable/ollama/3.1.4/charts/common-18.1.6.tgz b/stable/ollama/3.1.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ollama/3.1.4/charts/common-18.1.6.tgz differ diff --git a/stable/ollama/3.1.0/ix_values.yaml b/stable/ollama/3.1.4/ix_values.yaml similarity index 100% rename from stable/ollama/3.1.0/ix_values.yaml rename to stable/ollama/3.1.4/ix_values.yaml diff --git a/stable/ollama/3.1.0/questions.yaml b/stable/ollama/3.1.4/questions.yaml similarity index 100% rename from stable/ollama/3.1.0/questions.yaml rename to stable/ollama/3.1.4/questions.yaml diff --git a/stable/palworld/2.1.2/templates/NOTES.txt b/stable/ollama/3.1.4/templates/NOTES.txt similarity index 100% rename from stable/palworld/2.1.2/templates/NOTES.txt rename to stable/ollama/3.1.4/templates/NOTES.txt diff --git a/stable/ollama/3.1.0/templates/_secrets.tpl b/stable/ollama/3.1.4/templates/_secrets.tpl similarity index 100% rename from stable/ollama/3.1.0/templates/_secrets.tpl rename to stable/ollama/3.1.4/templates/_secrets.tpl diff --git a/stable/ollama/3.1.0/templates/common.yaml b/stable/ollama/3.1.4/templates/common.yaml similarity index 100% rename from stable/ollama/3.1.0/templates/common.yaml rename to stable/ollama/3.1.4/templates/common.yaml diff --git a/stable/oscam/13.1.1/values.yaml b/stable/ollama/3.1.4/values.yaml similarity index 100% rename from stable/oscam/13.1.1/values.yaml rename to stable/ollama/3.1.4/values.yaml diff --git a/stable/omada-controller/14.1.3/CHANGELOG.md b/stable/omada-controller/14.1.3/CHANGELOG.md deleted file mode 100644 index b1a11c2d5dc..00000000000 --- a/stable/omada-controller/14.1.3/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)) - - -## [omada-controller-13.0.4](https://github.com/truecharts/charts/compare/omada-controller-13.0.3...omada-controller-13.0.4) (2024-01-21) diff --git a/stable/omada-controller/14.1.3/Chart.yaml b/stable/omada-controller/14.1.3/Chart.yaml deleted file mode 100644 index 7a1a806c37b..00000000000 --- a/stable/omada-controller/14.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.13.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/omada-controller/14.1.3/charts/common-18.0.2.tgz b/stable/omada-controller/14.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/omada-controller/14.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/omada-controller/14.1.3/ix_values.yaml b/stable/omada-controller/14.1.3/ix_values.yaml deleted file mode 100644 index f6652bd4779..00000000000 --- a/stable/omada-controller/14.1.3/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/outline/12.1.2/.helmignore b/stable/omada-controller/14.2.3/.helmignore similarity index 100% rename from stable/outline/12.1.2/.helmignore rename to stable/omada-controller/14.2.3/.helmignore diff --git a/stable/omada-controller/14.2.3/CHANGELOG.md b/stable/omada-controller/14.2.3/CHANGELOG.md new file mode 100644 index 00000000000..db14e4fdcc1 --- /dev/null +++ b/stable/omada-controller/14.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/omada-controller/14.2.3/Chart.yaml b/stable/omada-controller/14.2.3/Chart.yaml new file mode 100644 index 00000000000..2310eb64864 --- /dev/null +++ b/stable/omada-controller/14.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.13.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/omada-controller/14.1.3/README.md b/stable/omada-controller/14.2.3/README.md similarity index 100% rename from stable/omada-controller/14.1.3/README.md rename to stable/omada-controller/14.2.3/README.md diff --git a/stable/omada-controller/14.2.3/app-changelog.md b/stable/omada-controller/14.2.3/app-changelog.md new file mode 100644 index 00000000000..0a64e7ff46a --- /dev/null +++ b/stable/omada-controller/14.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/omada-controller/14.1.3/app-readme.md b/stable/omada-controller/14.2.3/app-readme.md similarity index 100% rename from stable/omada-controller/14.1.3/app-readme.md rename to stable/omada-controller/14.2.3/app-readme.md diff --git a/stable/omada-controller/14.2.3/charts/common-18.1.6.tgz b/stable/omada-controller/14.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/omada-controller/14.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/omada-controller/14.2.3/ix_values.yaml b/stable/omada-controller/14.2.3/ix_values.yaml new file mode 100644 index 00000000000..3e37fb56573 --- /dev/null +++ b/stable/omada-controller/14.2.3/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.1.3/questions.yaml b/stable/omada-controller/14.2.3/questions.yaml similarity index 100% rename from stable/omada-controller/14.1.3/questions.yaml rename to stable/omada-controller/14.2.3/questions.yaml diff --git a/stable/paperless-ngx/7.1.2/templates/NOTES.txt b/stable/omada-controller/14.2.3/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.1.2/templates/NOTES.txt rename to stable/omada-controller/14.2.3/templates/NOTES.txt diff --git a/stable/omada-controller/14.1.3/templates/common.yaml b/stable/omada-controller/14.2.3/templates/common.yaml similarity index 100% rename from stable/omada-controller/14.1.3/templates/common.yaml rename to stable/omada-controller/14.2.3/templates/common.yaml diff --git a/stable/outline/12.1.2/values.yaml b/stable/omada-controller/14.2.3/values.yaml similarity index 100% rename from stable/outline/12.1.2/values.yaml rename to stable/omada-controller/14.2.3/values.yaml diff --git a/stable/ombi/18.1.1/CHANGELOG.md b/stable/ombi/18.1.1/CHANGELOG.md deleted file mode 100644 index 305aedf0945..00000000000 --- a/stable/ombi/18.1.1/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 - - -## [ombi-17.1.5](https://github.com/truecharts/charts/compare/ombi-17.1.4...ombi-17.1.5) (2024-01-02) diff --git a/stable/ombi/18.1.1/Chart.yaml b/stable/ombi/18.1.1/Chart.yaml deleted file mode 100644 index b20dedeea72..00000000000 --- a/stable/ombi/18.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.43.11 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ombi/18.1.1/charts/common-18.0.2.tgz b/stable/ombi/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ombi/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/overseerr/13.1.1/.helmignore b/stable/ombi/18.2.2/.helmignore similarity index 100% rename from stable/overseerr/13.1.1/.helmignore rename to stable/ombi/18.2.2/.helmignore diff --git a/stable/ombi/18.2.2/CHANGELOG.md b/stable/ombi/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4a6f02038b3 --- /dev/null +++ b/stable/ombi/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/ombi/18.2.2/Chart.yaml b/stable/ombi/18.2.2/Chart.yaml new file mode 100644 index 00000000000..55075561325 --- /dev/null +++ b/stable/ombi/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.43.11 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ombi/18.1.1/README.md b/stable/ombi/18.2.2/README.md similarity index 100% rename from stable/ombi/18.1.1/README.md rename to stable/ombi/18.2.2/README.md diff --git a/stable/ombi/18.2.2/app-changelog.md b/stable/ombi/18.2.2/app-changelog.md new file mode 100644 index 00000000000..9caf34cc0dc --- /dev/null +++ b/stable/ombi/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ombi/18.1.1/app-readme.md b/stable/ombi/18.2.2/app-readme.md similarity index 100% rename from stable/ombi/18.1.1/app-readme.md rename to stable/ombi/18.2.2/app-readme.md diff --git a/stable/ombi/18.2.2/charts/common-18.1.6.tgz b/stable/ombi/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ombi/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ombi/18.1.1/ix_values.yaml b/stable/ombi/18.2.2/ix_values.yaml similarity index 100% rename from stable/ombi/18.1.1/ix_values.yaml rename to stable/ombi/18.2.2/ix_values.yaml diff --git a/stable/ombi/18.1.1/questions.yaml b/stable/ombi/18.2.2/questions.yaml similarity index 100% rename from stable/ombi/18.1.1/questions.yaml rename to stable/ombi/18.2.2/questions.yaml diff --git a/stable/papermerge/12.1.1/templates/NOTES.txt b/stable/ombi/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.1.1/templates/NOTES.txt rename to stable/ombi/18.2.2/templates/NOTES.txt diff --git a/stable/overseerr/13.1.1/templates/common.yaml b/stable/ombi/18.2.2/templates/common.yaml similarity index 100% rename from stable/overseerr/13.1.1/templates/common.yaml rename to stable/ombi/18.2.2/templates/common.yaml diff --git a/stable/overseerr/13.1.1/values.yaml b/stable/ombi/18.2.2/values.yaml similarity index 100% rename from stable/overseerr/13.1.1/values.yaml rename to stable/ombi/18.2.2/values.yaml diff --git a/stable/onlinecheckyourserver/5.1.1/CHANGELOG.md b/stable/onlinecheckyourserver/5.1.1/CHANGELOG.md deleted file mode 100644 index cffd0e60fd6..00000000000 --- a/stable/onlinecheckyourserver/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.1.1/Chart.yaml b/stable/onlinecheckyourserver/5.1.1/Chart.yaml deleted file mode 100644 index cc5f0e29300..00000000000 --- a/stable/onlinecheckyourserver/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/onlinecheckyourserver/5.1.1/charts/common-18.0.2.tgz b/stable/onlinecheckyourserver/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/onlinecheckyourserver/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/owi2plex/5.1.1/.helmignore b/stable/onlinecheckyourserver/5.2.2/.helmignore similarity index 100% rename from stable/owi2plex/5.1.1/.helmignore rename to stable/onlinecheckyourserver/5.2.2/.helmignore diff --git a/stable/onlinecheckyourserver/5.2.2/CHANGELOG.md b/stable/onlinecheckyourserver/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..530dc65f13d --- /dev/null +++ b/stable/onlinecheckyourserver/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/onlinecheckyourserver/5.2.2/Chart.yaml b/stable/onlinecheckyourserver/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6df9d996ee5 --- /dev/null +++ b/stable/onlinecheckyourserver/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/onlinecheckyourserver/5.1.1/README.md b/stable/onlinecheckyourserver/5.2.2/README.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/README.md rename to stable/onlinecheckyourserver/5.2.2/README.md diff --git a/stable/onlinecheckyourserver/5.2.2/app-changelog.md b/stable/onlinecheckyourserver/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d644649c4b4 --- /dev/null +++ b/stable/onlinecheckyourserver/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/onlinecheckyourserver/5.1.1/app-readme.md b/stable/onlinecheckyourserver/5.2.2/app-readme.md similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/app-readme.md rename to stable/onlinecheckyourserver/5.2.2/app-readme.md diff --git a/stable/onlinecheckyourserver/5.2.2/charts/common-18.1.6.tgz b/stable/onlinecheckyourserver/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/onlinecheckyourserver/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/onlinecheckyourserver/5.1.1/ix_values.yaml b/stable/onlinecheckyourserver/5.2.2/ix_values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/ix_values.yaml rename to stable/onlinecheckyourserver/5.2.2/ix_values.yaml diff --git a/stable/onlinecheckyourserver/5.1.1/questions.yaml b/stable/onlinecheckyourserver/5.2.2/questions.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.1.1/questions.yaml rename to stable/onlinecheckyourserver/5.2.2/questions.yaml diff --git a/stable/opengl-desktop-g3/5.1.1/templates/common.yaml b/stable/onlinecheckyourserver/5.2.2/templates/common.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/templates/common.yaml rename to stable/onlinecheckyourserver/5.2.2/templates/common.yaml diff --git a/stable/owi2plex/5.1.1/values.yaml b/stable/onlinecheckyourserver/5.2.2/values.yaml similarity index 100% rename from stable/owi2plex/5.1.1/values.yaml rename to stable/onlinecheckyourserver/5.2.2/values.yaml diff --git a/stable/onlyoffice-document-server/17.1.1/CHANGELOG.md b/stable/onlyoffice-document-server/17.1.1/CHANGELOG.md deleted file mode 100644 index c2a8911c99c..00000000000 --- a/stable/onlyoffice-document-server/17.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.1.1/Chart.yaml b/stable/onlyoffice-document-server/17.1.1/Chart.yaml deleted file mode 100644 index 44d799e0237..00000000000 --- a/stable/onlyoffice-document-server/17.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.0 -dependencies: - - name: common - version: 18.0.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: "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.1 diff --git a/stable/onlyoffice-document-server/17.1.1/charts/common-18.0.2.tgz b/stable/onlyoffice-document-server/17.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/onlyoffice-document-server/17.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.1.1/ix_values.yaml b/stable/onlyoffice-document-server/17.1.1/ix_values.yaml deleted file mode 100644 index ece53e8a52a..00000000000 --- a/stable/onlyoffice-document-server/17.1.1/ix_values.yaml +++ /dev/null @@ -1,67 +0,0 @@ -image: - repository: onlyoffice/documentserver - tag: 8.0.0@sha256:ba008a8ff0d29199fa46cd7b7397d7cc734a9bb3a1fa7842a49b529469540399 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10043 - targetPort: 80 -# Enabled postgres -cnpg: - main: - enabled: true - user: onlyoffice - database: onlyoffice -# Enabled redis -redis: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/healthcheck" - readiness: - path: "/healthcheck" - startup: - path: "/healthcheck" - env: - WOPI_ENABLED: true - JWT_ENABLED: true - DB_TYPE: "postgres" - DB_PORT: 5432 - DB_NAME: "{{ .Values.cnpg.main.database }}" - DB_USER: "{{ .Values.cnpg.main.user }}" - REDIS_SERVER_PORT: 6379 - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PWD: - secretKeyRef: - name: cnpg-main-user - key: password - REDIS_SERVER_HOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: plainhost - REDIS_SERVER_PASS: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: redis-password - JWT_SECRET: "randomgeneratedstring" diff --git a/stable/owncast/13.1.1/.helmignore b/stable/onlyoffice-document-server/17.2.2/.helmignore similarity index 100% rename from stable/owncast/13.1.1/.helmignore rename to stable/onlyoffice-document-server/17.2.2/.helmignore diff --git a/stable/onlyoffice-document-server/17.2.2/CHANGELOG.md b/stable/onlyoffice-document-server/17.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6a3ad29a656 --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/onlyoffice-document-server/17.2.2/Chart.yaml b/stable/onlyoffice-document-server/17.2.2/Chart.yaml new file mode 100644 index 00000000000..4e3e62ad8f4 --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/onlyoffice-document-server/17.1.1/README.md b/stable/onlyoffice-document-server/17.2.2/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/README.md rename to stable/onlyoffice-document-server/17.2.2/README.md diff --git a/stable/onlyoffice-document-server/17.2.2/app-changelog.md b/stable/onlyoffice-document-server/17.2.2/app-changelog.md new file mode 100644 index 00000000000..c4b1e85b747 --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.1.1/app-readme.md b/stable/onlyoffice-document-server/17.2.2/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/app-readme.md rename to stable/onlyoffice-document-server/17.2.2/app-readme.md diff --git a/stable/onlyoffice-document-server/17.2.2/charts/common-18.1.6.tgz b/stable/onlyoffice-document-server/17.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/onlyoffice-document-server/17.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/onlyoffice-document-server/17.1.1/charts/redis-11.2.1.tgz b/stable/onlyoffice-document-server/17.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/charts/redis-11.2.1.tgz rename to stable/onlyoffice-document-server/17.2.2/charts/redis-11.2.1.tgz diff --git a/stable/onlyoffice-document-server/17.2.2/ix_values.yaml b/stable/onlyoffice-document-server/17.2.2/ix_values.yaml new file mode 100644 index 00000000000..1257316da2b --- /dev/null +++ b/stable/onlyoffice-document-server/17.2.2/ix_values.yaml @@ -0,0 +1,67 @@ +image: + repository: onlyoffice/documentserver + tag: 8.0.1@sha256:3b53dc7da559cdfa7e0c1c2f64aedce0b7ba868080b07c338ef5794a8046ca85 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10043 + targetPort: 80 +# Enabled postgres +cnpg: + main: + enabled: true + user: onlyoffice + database: onlyoffice +# Enabled redis +redis: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/healthcheck" + readiness: + path: "/healthcheck" + startup: + path: "/healthcheck" + env: + WOPI_ENABLED: true + JWT_ENABLED: true + DB_TYPE: "postgres" + DB_PORT: 5432 + DB_NAME: "{{ .Values.cnpg.main.database }}" + DB_USER: "{{ .Values.cnpg.main.user }}" + REDIS_SERVER_PORT: 6379 + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PWD: + secretKeyRef: + name: cnpg-main-user + key: password + REDIS_SERVER_HOST: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: plainhost + REDIS_SERVER_PASS: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: redis-password + JWT_SECRET: "randomgeneratedstring" diff --git a/stable/onlyoffice-document-server/17.1.1/questions.yaml b/stable/onlyoffice-document-server/17.2.2/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.1.1/questions.yaml rename to stable/onlyoffice-document-server/17.2.2/questions.yaml diff --git a/stable/pasta/8.1.1/templates/NOTES.txt b/stable/onlyoffice-document-server/17.2.2/templates/NOTES.txt similarity index 100% rename from stable/pasta/8.1.1/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.2.2/templates/NOTES.txt diff --git a/stable/owncast/13.1.1/templates/common.yaml b/stable/onlyoffice-document-server/17.2.2/templates/common.yaml similarity index 100% rename from stable/owncast/13.1.1/templates/common.yaml rename to stable/onlyoffice-document-server/17.2.2/templates/common.yaml diff --git a/stable/owncast/13.1.1/values.yaml b/stable/onlyoffice-document-server/17.2.2/values.yaml similarity index 100% rename from stable/owncast/13.1.1/values.yaml rename to stable/onlyoffice-document-server/17.2.2/values.yaml diff --git a/stable/openaudible/5.1.1/CHANGELOG.md b/stable/openaudible/5.1.1/CHANGELOG.md deleted file mode 100644 index a04a762db4b..00000000000 --- a/stable/openaudible/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/openaudible/5.1.1/Chart.yaml b/stable/openaudible/5.1.1/Chart.yaml deleted file mode 100644 index 91412887634..00000000000 --- a/stable/openaudible/5.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openaudible/5.1.1/charts/common-18.0.2.tgz b/stable/openaudible/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openaudible/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/palworld/2.1.2/.helmignore b/stable/openaudible/5.2.2/.helmignore similarity index 100% rename from stable/palworld/2.1.2/.helmignore rename to stable/openaudible/5.2.2/.helmignore diff --git a/stable/openaudible/5.2.2/CHANGELOG.md b/stable/openaudible/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..892ec36c94f --- /dev/null +++ b/stable/openaudible/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/openaudible/5.2.2/Chart.yaml b/stable/openaudible/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a02d1eaa483 --- /dev/null +++ b/stable/openaudible/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openaudible/5.1.1/README.md b/stable/openaudible/5.2.2/README.md similarity index 100% rename from stable/openaudible/5.1.1/README.md rename to stable/openaudible/5.2.2/README.md diff --git a/stable/openaudible/5.2.2/app-changelog.md b/stable/openaudible/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0bd4383b202 --- /dev/null +++ b/stable/openaudible/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openaudible/5.1.1/app-readme.md b/stable/openaudible/5.2.2/app-readme.md similarity index 100% rename from stable/openaudible/5.1.1/app-readme.md rename to stable/openaudible/5.2.2/app-readme.md diff --git a/stable/openaudible/5.2.2/charts/common-18.1.6.tgz b/stable/openaudible/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openaudible/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openaudible/5.1.1/ix_values.yaml b/stable/openaudible/5.2.2/ix_values.yaml similarity index 100% rename from stable/openaudible/5.1.1/ix_values.yaml rename to stable/openaudible/5.2.2/ix_values.yaml diff --git a/stable/openaudible/5.1.1/questions.yaml b/stable/openaudible/5.2.2/questions.yaml similarity index 100% rename from stable/openaudible/5.1.1/questions.yaml rename to stable/openaudible/5.2.2/questions.yaml diff --git a/stable/pastey/6.1.1/templates/common.yaml b/stable/openaudible/5.2.2/templates/common.yaml similarity index 100% rename from stable/pastey/6.1.1/templates/common.yaml rename to stable/openaudible/5.2.2/templates/common.yaml diff --git a/stable/palworld/2.1.2/values.yaml b/stable/openaudible/5.2.2/values.yaml similarity index 100% rename from stable/palworld/2.1.2/values.yaml rename to stable/openaudible/5.2.2/values.yaml diff --git a/stable/openbooks/4.1.1/CHANGELOG.md b/stable/openbooks/4.1.1/CHANGELOG.md deleted file mode 100644 index 29612acf695..00000000000 --- a/stable/openbooks/4.1.1/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)) - - -## [openbooks-3.1.4](https://github.com/truecharts/charts/compare/openbooks-3.1.3...openbooks-3.1.4) (2024-01-01) diff --git a/stable/openbooks/4.1.1/Chart.yaml b/stable/openbooks/4.1.1/Chart.yaml deleted file mode 100644 index 27033344069..00000000000 --- a/stable/openbooks/4.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.5.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openbooks/4.1.1/charts/common-18.0.2.tgz b/stable/openbooks/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openbooks/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.1.2/.helmignore b/stable/openbooks/4.2.2/.helmignore similarity index 100% rename from stable/paperless-ngx/7.1.2/.helmignore rename to stable/openbooks/4.2.2/.helmignore diff --git a/stable/openbooks/4.2.2/CHANGELOG.md b/stable/openbooks/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3d7d3bf839b --- /dev/null +++ b/stable/openbooks/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/openbooks/4.2.2/Chart.yaml b/stable/openbooks/4.2.2/Chart.yaml new file mode 100644 index 00000000000..930beb9fa81 --- /dev/null +++ b/stable/openbooks/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openbooks/4.1.1/README.md b/stable/openbooks/4.2.2/README.md similarity index 100% rename from stable/openbooks/4.1.1/README.md rename to stable/openbooks/4.2.2/README.md diff --git a/stable/openbooks/4.2.2/app-changelog.md b/stable/openbooks/4.2.2/app-changelog.md new file mode 100644 index 00000000000..f9c32d39e76 --- /dev/null +++ b/stable/openbooks/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openbooks/4.1.1/app-readme.md b/stable/openbooks/4.2.2/app-readme.md similarity index 100% rename from stable/openbooks/4.1.1/app-readme.md rename to stable/openbooks/4.2.2/app-readme.md diff --git a/stable/openbooks/4.2.2/charts/common-18.1.6.tgz b/stable/openbooks/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openbooks/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openbooks/4.1.1/ix_values.yaml b/stable/openbooks/4.2.2/ix_values.yaml similarity index 100% rename from stable/openbooks/4.1.1/ix_values.yaml rename to stable/openbooks/4.2.2/ix_values.yaml diff --git a/stable/openbooks/4.1.1/questions.yaml b/stable/openbooks/4.2.2/questions.yaml similarity index 100% rename from stable/openbooks/4.1.1/questions.yaml rename to stable/openbooks/4.2.2/questions.yaml diff --git a/stable/pastey/6.1.1/templates/NOTES.txt b/stable/openbooks/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/pastey/6.1.1/templates/NOTES.txt rename to stable/openbooks/4.2.2/templates/NOTES.txt diff --git a/stable/openbooks/4.1.1/templates/_args.tpl b/stable/openbooks/4.2.2/templates/_args.tpl similarity index 100% rename from stable/openbooks/4.1.1/templates/_args.tpl rename to stable/openbooks/4.2.2/templates/_args.tpl diff --git a/stable/openbooks/4.1.1/templates/common.yaml b/stable/openbooks/4.2.2/templates/common.yaml similarity index 100% rename from stable/openbooks/4.1.1/templates/common.yaml rename to stable/openbooks/4.2.2/templates/common.yaml diff --git a/stable/paperless-ngx/7.1.2/values.yaml b/stable/openbooks/4.2.2/values.yaml similarity index 100% rename from stable/paperless-ngx/7.1.2/values.yaml rename to stable/openbooks/4.2.2/values.yaml diff --git a/stable/opengl-desktop-g3/5.1.1/CHANGELOG.md b/stable/opengl-desktop-g3/5.1.1/CHANGELOG.md deleted file mode 100644 index c853023503b..00000000000 --- a/stable/opengl-desktop-g3/5.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - diff --git a/stable/opengl-desktop-g3/5.1.1/Chart.yaml b/stable/opengl-desktop-g3/5.1.1/Chart.yaml deleted file mode 100644 index 9ee92825a42..00000000000 --- a/stable/opengl-desktop-g3/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.1 diff --git a/stable/opengl-desktop-g3/5.1.1/charts/common-18.0.2.tgz b/stable/opengl-desktop-g3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/opengl-desktop-g3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/papermerge/12.1.1/.helmignore b/stable/opengl-desktop-g3/5.2.2/.helmignore similarity index 100% rename from stable/papermerge/12.1.1/.helmignore rename to stable/opengl-desktop-g3/5.2.2/.helmignore diff --git a/stable/opengl-desktop-g3/5.2.2/CHANGELOG.md b/stable/opengl-desktop-g3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..53255f75a2b --- /dev/null +++ b/stable/opengl-desktop-g3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/opengl-desktop-g3/5.2.2/Chart.yaml b/stable/opengl-desktop-g3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..17d7666d0d1 --- /dev/null +++ b/stable/opengl-desktop-g3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/opengl-desktop-g3/5.1.1/README.md b/stable/opengl-desktop-g3/5.2.2/README.md similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/README.md rename to stable/opengl-desktop-g3/5.2.2/README.md diff --git a/stable/opengl-desktop-g3/5.2.2/app-changelog.md b/stable/opengl-desktop-g3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cbc4e7457b1 --- /dev/null +++ b/stable/opengl-desktop-g3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/opengl-desktop-g3/5.1.1/app-readme.md b/stable/opengl-desktop-g3/5.2.2/app-readme.md similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/app-readme.md rename to stable/opengl-desktop-g3/5.2.2/app-readme.md diff --git a/stable/opengl-desktop-g3/5.2.2/charts/common-18.1.6.tgz b/stable/opengl-desktop-g3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/opengl-desktop-g3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/opengl-desktop-g3/5.1.1/ix_values.yaml b/stable/opengl-desktop-g3/5.2.2/ix_values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/ix_values.yaml rename to stable/opengl-desktop-g3/5.2.2/ix_values.yaml diff --git a/stable/opengl-desktop-g3/5.1.1/questions.yaml b/stable/opengl-desktop-g3/5.2.2/questions.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.1.1/questions.yaml rename to stable/opengl-desktop-g3/5.2.2/questions.yaml diff --git a/stable/openra/5.1.1/templates/common.yaml b/stable/opengl-desktop-g3/5.2.2/templates/common.yaml similarity index 100% rename from stable/openra/5.1.1/templates/common.yaml rename to stable/opengl-desktop-g3/5.2.2/templates/common.yaml diff --git a/stable/papermerge/12.1.1/values.yaml b/stable/opengl-desktop-g3/5.2.2/values.yaml similarity index 100% rename from stable/papermerge/12.1.1/values.yaml rename to stable/opengl-desktop-g3/5.2.2/values.yaml diff --git a/stable/openhab/9.1.1/CHANGELOG.md b/stable/openhab/9.1.1/CHANGELOG.md deleted file mode 100644 index d5e99c0d24c..00000000000 --- a/stable/openhab/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/openhab/9.1.1/Chart.yaml b/stable/openhab/9.1.1/Chart.yaml deleted file mode 100644 index 7abbbbc0db2..00000000000 --- a/stable/openhab/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openhab/9.1.1/charts/common-18.0.2.tgz b/stable/openhab/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openhab/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/passwordpusherephemeral/5.1.1/.helmignore b/stable/openhab/9.2.2/.helmignore similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/.helmignore rename to stable/openhab/9.2.2/.helmignore diff --git a/stable/openhab/9.2.2/CHANGELOG.md b/stable/openhab/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b883c4ca298 --- /dev/null +++ b/stable/openhab/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/openhab/9.2.2/Chart.yaml b/stable/openhab/9.2.2/Chart.yaml new file mode 100644 index 00000000000..9a73b3c123f --- /dev/null +++ b/stable/openhab/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openhab/9.1.1/README.md b/stable/openhab/9.2.2/README.md similarity index 100% rename from stable/openhab/9.1.1/README.md rename to stable/openhab/9.2.2/README.md diff --git a/stable/openhab/9.2.2/app-changelog.md b/stable/openhab/9.2.2/app-changelog.md new file mode 100644 index 00000000000..2f669e1e22c --- /dev/null +++ b/stable/openhab/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openhab/9.1.1/app-readme.md b/stable/openhab/9.2.2/app-readme.md similarity index 100% rename from stable/openhab/9.1.1/app-readme.md rename to stable/openhab/9.2.2/app-readme.md diff --git a/stable/openhab/9.2.2/charts/common-18.1.6.tgz b/stable/openhab/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openhab/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openhab/9.1.1/ix_values.yaml b/stable/openhab/9.2.2/ix_values.yaml similarity index 100% rename from stable/openhab/9.1.1/ix_values.yaml rename to stable/openhab/9.2.2/ix_values.yaml diff --git a/stable/openhab/9.1.1/questions.yaml b/stable/openhab/9.2.2/questions.yaml similarity index 100% rename from stable/openhab/9.1.1/questions.yaml rename to stable/openhab/9.2.2/questions.yaml diff --git a/stable/pgadmin/15.1.1/templates/NOTES.txt b/stable/openhab/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/pgadmin/15.1.1/templates/NOTES.txt rename to stable/openhab/9.2.2/templates/NOTES.txt diff --git a/stable/zigbee2mqtt/11.1.2/templates/common.yaml b/stable/openhab/9.2.2/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.2/templates/common.yaml rename to stable/openhab/9.2.2/templates/common.yaml diff --git a/stable/passwordpusherephemeral/5.1.1/values.yaml b/stable/openhab/9.2.2/values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/values.yaml rename to stable/openhab/9.2.2/values.yaml diff --git a/stable/openra/5.1.1/CHANGELOG.md b/stable/openra/5.1.1/CHANGELOG.md deleted file mode 100644 index 64181113394..00000000000 --- a/stable/openra/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/openra/5.1.1/Chart.yaml b/stable/openra/5.1.1/Chart.yaml deleted file mode 100644 index 9423f9f1963..00000000000 --- a/stable/openra/5.1.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-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openra/5.1.1/charts/common-18.0.2.tgz b/stable/openra/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openra/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pasta/8.1.1/.helmignore b/stable/openra/5.2.2/.helmignore similarity index 100% rename from stable/pasta/8.1.1/.helmignore rename to stable/openra/5.2.2/.helmignore diff --git a/stable/openra/5.2.2/CHANGELOG.md b/stable/openra/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8f1aa0ed977 --- /dev/null +++ b/stable/openra/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/openra/5.2.2/Chart.yaml b/stable/openra/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ff72421799a --- /dev/null +++ b/stable/openra/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openra/5.1.1/README.md b/stable/openra/5.2.2/README.md similarity index 100% rename from stable/openra/5.1.1/README.md rename to stable/openra/5.2.2/README.md diff --git a/stable/openra/5.2.2/app-changelog.md b/stable/openra/5.2.2/app-changelog.md new file mode 100644 index 00000000000..efcf42a3adf --- /dev/null +++ b/stable/openra/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openra/5.1.1/app-readme.md b/stable/openra/5.2.2/app-readme.md similarity index 100% rename from stable/openra/5.1.1/app-readme.md rename to stable/openra/5.2.2/app-readme.md diff --git a/stable/openra/5.2.2/charts/common-18.1.6.tgz b/stable/openra/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openra/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openra/5.1.1/ix_values.yaml b/stable/openra/5.2.2/ix_values.yaml similarity index 100% rename from stable/openra/5.1.1/ix_values.yaml rename to stable/openra/5.2.2/ix_values.yaml diff --git a/stable/openra/5.1.1/questions.yaml b/stable/openra/5.2.2/questions.yaml similarity index 100% rename from stable/openra/5.1.1/questions.yaml rename to stable/openra/5.2.2/questions.yaml diff --git a/stable/openttd/5.1.1/templates/common.yaml b/stable/openra/5.2.2/templates/common.yaml similarity index 100% rename from stable/openttd/5.1.1/templates/common.yaml rename to stable/openra/5.2.2/templates/common.yaml diff --git a/stable/pasta/8.1.1/values.yaml b/stable/openra/5.2.2/values.yaml similarity index 100% rename from stable/pasta/8.1.1/values.yaml rename to stable/openra/5.2.2/values.yaml diff --git a/stable/openspeedtest/8.1.1/CHANGELOG.md b/stable/openspeedtest/8.1.1/CHANGELOG.md deleted file mode 100644 index 88324de5e3a..00000000000 --- a/stable/openspeedtest/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/openspeedtest/8.1.1/Chart.yaml b/stable/openspeedtest/8.1.1/Chart.yaml deleted file mode 100644 index 24f26307d97..00000000000 --- a/stable/openspeedtest/8.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openspeedtest/8.1.1/charts/common-18.0.2.tgz b/stable/openspeedtest/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openspeedtest/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pastey/6.1.1/.helmignore b/stable/openspeedtest/8.2.2/.helmignore similarity index 100% rename from stable/pastey/6.1.1/.helmignore rename to stable/openspeedtest/8.2.2/.helmignore diff --git a/stable/openspeedtest/8.2.2/CHANGELOG.md b/stable/openspeedtest/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ed3b8e1e091 --- /dev/null +++ b/stable/openspeedtest/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/openspeedtest/8.2.2/Chart.yaml b/stable/openspeedtest/8.2.2/Chart.yaml new file mode 100644 index 00000000000..3c7266b43d5 --- /dev/null +++ b/stable/openspeedtest/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openspeedtest/8.1.1/README.md b/stable/openspeedtest/8.2.2/README.md similarity index 100% rename from stable/openspeedtest/8.1.1/README.md rename to stable/openspeedtest/8.2.2/README.md diff --git a/stable/openspeedtest/8.2.2/app-changelog.md b/stable/openspeedtest/8.2.2/app-changelog.md new file mode 100644 index 00000000000..740cbecf48c --- /dev/null +++ b/stable/openspeedtest/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openspeedtest/8.1.1/app-readme.md b/stable/openspeedtest/8.2.2/app-readme.md similarity index 100% rename from stable/openspeedtest/8.1.1/app-readme.md rename to stable/openspeedtest/8.2.2/app-readme.md diff --git a/stable/openspeedtest/8.2.2/charts/common-18.1.6.tgz b/stable/openspeedtest/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openspeedtest/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openspeedtest/8.1.1/ix_values.yaml b/stable/openspeedtest/8.2.2/ix_values.yaml similarity index 100% rename from stable/openspeedtest/8.1.1/ix_values.yaml rename to stable/openspeedtest/8.2.2/ix_values.yaml diff --git a/stable/openspeedtest/8.1.1/questions.yaml b/stable/openspeedtest/8.2.2/questions.yaml similarity index 100% rename from stable/openspeedtest/8.1.1/questions.yaml rename to stable/openspeedtest/8.2.2/questions.yaml diff --git a/stable/photoprism/20.2.2/templates/NOTES.txt b/stable/openspeedtest/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/photoprism/20.2.2/templates/NOTES.txt rename to stable/openspeedtest/8.2.2/templates/NOTES.txt diff --git a/stable/pgadmin/15.1.1/templates/common.yaml b/stable/openspeedtest/8.2.2/templates/common.yaml similarity index 100% rename from stable/pgadmin/15.1.1/templates/common.yaml rename to stable/openspeedtest/8.2.2/templates/common.yaml diff --git a/stable/pastey/6.1.1/values.yaml b/stable/openspeedtest/8.2.2/values.yaml similarity index 100% rename from stable/pastey/6.1.1/values.yaml rename to stable/openspeedtest/8.2.2/values.yaml diff --git a/stable/openttd/5.1.1/CHANGELOG.md b/stable/openttd/5.1.1/CHANGELOG.md deleted file mode 100644 index d4152211d40..00000000000 --- a/stable/openttd/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/openttd/5.1.1/Chart.yaml b/stable/openttd/5.1.1/Chart.yaml deleted file mode 100644 index 301ebfb8ef6..00000000000 --- a/stable/openttd/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/openttd/5.1.1/charts/common-18.0.2.tgz b/stable/openttd/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openttd/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pavlovvr/5.1.1/.helmignore b/stable/openttd/5.2.2/.helmignore similarity index 100% rename from stable/pavlovvr/5.1.1/.helmignore rename to stable/openttd/5.2.2/.helmignore diff --git a/stable/openttd/5.2.2/CHANGELOG.md b/stable/openttd/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ab25fc06607 --- /dev/null +++ b/stable/openttd/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/openttd/5.2.2/Chart.yaml b/stable/openttd/5.2.2/Chart.yaml new file mode 100644 index 00000000000..de1a810899d --- /dev/null +++ b/stable/openttd/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/openttd/5.1.1/README.md b/stable/openttd/5.2.2/README.md similarity index 100% rename from stable/openttd/5.1.1/README.md rename to stable/openttd/5.2.2/README.md diff --git a/stable/openttd/5.2.2/app-changelog.md b/stable/openttd/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a6a23ae1cd2 --- /dev/null +++ b/stable/openttd/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openttd/5.1.1/app-readme.md b/stable/openttd/5.2.2/app-readme.md similarity index 100% rename from stable/openttd/5.1.1/app-readme.md rename to stable/openttd/5.2.2/app-readme.md diff --git a/stable/openttd/5.2.2/charts/common-18.1.6.tgz b/stable/openttd/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openttd/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/openttd/5.1.1/ix_values.yaml b/stable/openttd/5.2.2/ix_values.yaml similarity index 100% rename from stable/openttd/5.1.1/ix_values.yaml rename to stable/openttd/5.2.2/ix_values.yaml diff --git a/stable/openttd/5.1.1/questions.yaml b/stable/openttd/5.2.2/questions.yaml similarity index 100% rename from stable/openttd/5.1.1/questions.yaml rename to stable/openttd/5.2.2/questions.yaml diff --git a/stable/owi2plex/5.1.1/templates/common.yaml b/stable/openttd/5.2.2/templates/common.yaml similarity index 100% rename from stable/owi2plex/5.1.1/templates/common.yaml rename to stable/openttd/5.2.2/templates/common.yaml diff --git a/stable/pavlovvr/5.1.1/values.yaml b/stable/openttd/5.2.2/values.yaml similarity index 100% rename from stable/pavlovvr/5.1.1/values.yaml rename to stable/openttd/5.2.2/values.yaml diff --git a/stable/openvscode-server/9.1.3/CHANGELOG.md b/stable/openvscode-server/9.1.3/CHANGELOG.md deleted file mode 100644 index dba1a684665..00000000000 --- a/stable/openvscode-server/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [openvscode-server-8.1.8](https://github.com/truecharts/charts/compare/openvscode-server-8.1.7...openvscode-server-8.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/openvscode-server/9.1.3/Chart.yaml b/stable/openvscode-server/9.1.3/Chart.yaml deleted file mode 100644 index 7effc154b73..00000000000 --- a/stable/openvscode-server/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.86.2 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/openvscode-server/9.1.3/charts/common-18.0.2.tgz b/stable/openvscode-server/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/openvscode-server/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.1.3/ix_values.yaml b/stable/openvscode-server/9.1.3/ix_values.yaml deleted file mode 100644 index dfff21412ee..00000000000 --- a/stable/openvscode-server/9.1.3/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/pgadmin/15.1.1/.helmignore b/stable/openvscode-server/9.2.3/.helmignore similarity index 100% rename from stable/pgadmin/15.1.1/.helmignore rename to stable/openvscode-server/9.2.3/.helmignore diff --git a/stable/openvscode-server/9.2.3/CHANGELOG.md b/stable/openvscode-server/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..fef531a68c3 --- /dev/null +++ b/stable/openvscode-server/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/openvscode-server/9.2.3/Chart.yaml b/stable/openvscode-server/9.2.3/Chart.yaml new file mode 100644 index 00000000000..fcc23bef2d2 --- /dev/null +++ b/stable/openvscode-server/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.86.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/openvscode-server/9.1.3/README.md b/stable/openvscode-server/9.2.3/README.md similarity index 100% rename from stable/openvscode-server/9.1.3/README.md rename to stable/openvscode-server/9.2.3/README.md diff --git a/stable/openvscode-server/9.2.3/app-changelog.md b/stable/openvscode-server/9.2.3/app-changelog.md new file mode 100644 index 00000000000..5b97f7f3dad --- /dev/null +++ b/stable/openvscode-server/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/openvscode-server/9.1.3/app-readme.md b/stable/openvscode-server/9.2.3/app-readme.md similarity index 100% rename from stable/openvscode-server/9.1.3/app-readme.md rename to stable/openvscode-server/9.2.3/app-readme.md diff --git a/stable/openvscode-server/9.2.3/charts/common-18.1.6.tgz b/stable/openvscode-server/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/openvscode-server/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/openvscode-server/9.2.3/ix_values.yaml b/stable/openvscode-server/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..ad609565671 --- /dev/null +++ b/stable/openvscode-server/9.2.3/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.1.3/questions.yaml b/stable/openvscode-server/9.2.3/questions.yaml similarity index 100% rename from stable/openvscode-server/9.1.3/questions.yaml rename to stable/openvscode-server/9.2.3/questions.yaml diff --git a/stable/photoshow/10.1.1/templates/NOTES.txt b/stable/openvscode-server/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/photoshow/10.1.1/templates/NOTES.txt rename to stable/openvscode-server/9.2.3/templates/NOTES.txt diff --git a/stable/photoprism/20.2.2/templates/common.yaml b/stable/openvscode-server/9.2.3/templates/common.yaml similarity index 100% rename from stable/photoprism/20.2.2/templates/common.yaml rename to stable/openvscode-server/9.2.3/templates/common.yaml diff --git a/stable/pgadmin/15.1.1/values.yaml b/stable/openvscode-server/9.2.3/values.yaml similarity index 100% rename from stable/pgadmin/15.1.1/values.yaml rename to stable/openvscode-server/9.2.3/values.yaml diff --git a/stable/organizr/18.1.1/CHANGELOG.md b/stable/organizr/18.1.1/CHANGELOG.md deleted file mode 100644 index 9a1159c9d2e..00000000000 --- a/stable/organizr/18.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/organizr/18.1.1/Chart.yaml b/stable/organizr/18.1.1/Chart.yaml deleted file mode 100644 index c360b6c274e..00000000000 --- a/stable/organizr/18.1.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: organizers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/organizr/18.1.1/charts/common-18.0.2.tgz b/stable/organizr/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/organizr/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/phoronix-test-suite/5.1.1/.helmignore b/stable/organizr/18.2.2/.helmignore similarity index 100% rename from stable/phoronix-test-suite/5.1.1/.helmignore rename to stable/organizr/18.2.2/.helmignore diff --git a/stable/organizr/18.2.2/CHANGELOG.md b/stable/organizr/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7953558d0d2 --- /dev/null +++ b/stable/organizr/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/organizr/18.2.2/Chart.yaml b/stable/organizr/18.2.2/Chart.yaml new file mode 100644 index 00000000000..79aaa19e684 --- /dev/null +++ b/stable/organizr/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/organizr/18.1.1/README.md b/stable/organizr/18.2.2/README.md similarity index 100% rename from stable/organizr/18.1.1/README.md rename to stable/organizr/18.2.2/README.md diff --git a/stable/organizr/18.2.2/app-changelog.md b/stable/organizr/18.2.2/app-changelog.md new file mode 100644 index 00000000000..6fab5ee25d1 --- /dev/null +++ b/stable/organizr/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/organizr/18.1.1/app-readme.md b/stable/organizr/18.2.2/app-readme.md similarity index 100% rename from stable/organizr/18.1.1/app-readme.md rename to stable/organizr/18.2.2/app-readme.md diff --git a/stable/organizr/18.2.2/charts/common-18.1.6.tgz b/stable/organizr/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/organizr/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/organizr/18.1.1/ix_values.yaml b/stable/organizr/18.2.2/ix_values.yaml similarity index 100% rename from stable/organizr/18.1.1/ix_values.yaml rename to stable/organizr/18.2.2/ix_values.yaml diff --git a/stable/organizr/18.1.1/questions.yaml b/stable/organizr/18.2.2/questions.yaml similarity index 100% rename from stable/organizr/18.1.1/questions.yaml rename to stable/organizr/18.2.2/questions.yaml diff --git a/stable/photostructure/7.1.1/templates/NOTES.txt b/stable/organizr/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/photostructure/7.1.1/templates/NOTES.txt rename to stable/organizr/18.2.2/templates/NOTES.txt diff --git a/stable/photostructure/7.1.1/templates/common.yaml b/stable/organizr/18.2.2/templates/common.yaml similarity index 100% rename from stable/photostructure/7.1.1/templates/common.yaml rename to stable/organizr/18.2.2/templates/common.yaml diff --git a/stable/phoronix-test-suite/5.1.1/values.yaml b/stable/organizr/18.2.2/values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.1/values.yaml rename to stable/organizr/18.2.2/values.yaml diff --git a/stable/oscam/13.1.1/CHANGELOG.md b/stable/oscam/13.1.1/CHANGELOG.md deleted file mode 100644 index 9f59e0b8323..00000000000 --- a/stable/oscam/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/oscam/13.1.1/Chart.yaml b/stable/oscam/13.1.1/Chart.yaml deleted file mode 100644 index d0672d5afe7..00000000000 --- a/stable/oscam/13.1.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: DIY - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11719.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/oscam/13.1.1/charts/common-18.0.2.tgz b/stable/oscam/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/oscam/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photo-stream/5.1.1/.helmignore b/stable/oscam/13.2.2/.helmignore similarity index 100% rename from stable/photo-stream/5.1.1/.helmignore rename to stable/oscam/13.2.2/.helmignore diff --git a/stable/oscam/13.2.2/CHANGELOG.md b/stable/oscam/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cd120f98752 --- /dev/null +++ b/stable/oscam/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/oscam/13.2.2/Chart.yaml b/stable/oscam/13.2.2/Chart.yaml new file mode 100644 index 00000000000..ef3a1a04352 --- /dev/null +++ b/stable/oscam/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11719.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/oscam/13.1.1/README.md b/stable/oscam/13.2.2/README.md similarity index 100% rename from stable/oscam/13.1.1/README.md rename to stable/oscam/13.2.2/README.md diff --git a/stable/oscam/13.2.2/app-changelog.md b/stable/oscam/13.2.2/app-changelog.md new file mode 100644 index 00000000000..c799be62cac --- /dev/null +++ b/stable/oscam/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/oscam/13.1.1/app-readme.md b/stable/oscam/13.2.2/app-readme.md similarity index 100% rename from stable/oscam/13.1.1/app-readme.md rename to stable/oscam/13.2.2/app-readme.md diff --git a/stable/oscam/13.2.2/charts/common-18.1.6.tgz b/stable/oscam/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/oscam/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/oscam/13.1.1/ix_values.yaml b/stable/oscam/13.2.2/ix_values.yaml similarity index 100% rename from stable/oscam/13.1.1/ix_values.yaml rename to stable/oscam/13.2.2/ix_values.yaml diff --git a/stable/oscam/13.1.1/questions.yaml b/stable/oscam/13.2.2/questions.yaml similarity index 100% rename from stable/oscam/13.1.1/questions.yaml rename to stable/oscam/13.2.2/questions.yaml diff --git a/stable/photoview/13.1.1/templates/NOTES.txt b/stable/oscam/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/photoview/13.1.1/templates/NOTES.txt rename to stable/oscam/13.2.2/templates/NOTES.txt diff --git a/stable/phpldapadmin/13.1.1/templates/common.yaml b/stable/oscam/13.2.2/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/13.1.1/templates/common.yaml rename to stable/oscam/13.2.2/templates/common.yaml diff --git a/stable/photo-stream/5.1.1/values.yaml b/stable/oscam/13.2.2/values.yaml similarity index 100% rename from stable/photo-stream/5.1.1/values.yaml rename to stable/oscam/13.2.2/values.yaml diff --git a/stable/outline/12.1.2/CHANGELOG.md b/stable/outline/12.1.2/CHANGELOG.md deleted file mode 100644 index 36ce3fed07f..00000000000 --- a/stable/outline/12.1.2/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)) - - -## [outline-11.1.7](https://github.com/truecharts/charts/compare/outline-11.1.6...outline-11.1.7) (2024-01-02) diff --git a/stable/outline/12.1.2/Chart.yaml b/stable/outline/12.1.2/Chart.yaml deleted file mode 100644 index 9a16ea7f50b..00000000000 --- a/stable/outline/12.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.75.2 -dependencies: - - name: common - version: 18.0.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 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.2 diff --git a/stable/outline/12.1.2/charts/common-18.0.2.tgz b/stable/outline/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/outline/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photoprism/20.2.2/.helmignore b/stable/outline/12.2.2/.helmignore similarity index 100% rename from stable/photoprism/20.2.2/.helmignore rename to stable/outline/12.2.2/.helmignore diff --git a/stable/outline/12.2.2/CHANGELOG.md b/stable/outline/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5b1126c86a7 --- /dev/null +++ b/stable/outline/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/outline/12.2.2/Chart.yaml b/stable/outline/12.2.2/Chart.yaml new file mode 100644 index 00000000000..12e06d5fc6b --- /dev/null +++ b/stable/outline/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.75.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/outline/12.1.2/README.md b/stable/outline/12.2.2/README.md similarity index 100% rename from stable/outline/12.1.2/README.md rename to stable/outline/12.2.2/README.md diff --git a/stable/outline/12.2.2/app-changelog.md b/stable/outline/12.2.2/app-changelog.md new file mode 100644 index 00000000000..714d5ce2dd5 --- /dev/null +++ b/stable/outline/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/outline/12.1.2/app-readme.md b/stable/outline/12.2.2/app-readme.md similarity index 100% rename from stable/outline/12.1.2/app-readme.md rename to stable/outline/12.2.2/app-readme.md diff --git a/stable/outline/12.2.2/charts/common-18.1.6.tgz b/stable/outline/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/outline/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/outline/12.1.2/charts/redis-11.2.1.tgz b/stable/outline/12.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/outline/12.1.2/charts/redis-11.2.1.tgz rename to stable/outline/12.2.2/charts/redis-11.2.1.tgz diff --git a/stable/outline/12.1.2/ix_values.yaml b/stable/outline/12.2.2/ix_values.yaml similarity index 100% rename from stable/outline/12.1.2/ix_values.yaml rename to stable/outline/12.2.2/ix_values.yaml diff --git a/stable/outline/12.1.2/questions.yaml b/stable/outline/12.2.2/questions.yaml similarity index 100% rename from stable/outline/12.1.2/questions.yaml rename to stable/outline/12.2.2/questions.yaml diff --git a/stable/phpldapadmin/13.1.1/templates/NOTES.txt b/stable/outline/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/phpldapadmin/13.1.1/templates/NOTES.txt rename to stable/outline/12.2.2/templates/NOTES.txt diff --git a/stable/outline/12.1.2/templates/_secrets.tpl b/stable/outline/12.2.2/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.1.2/templates/_secrets.tpl rename to stable/outline/12.2.2/templates/_secrets.tpl diff --git a/stable/outline/12.1.2/templates/common.yaml b/stable/outline/12.2.2/templates/common.yaml similarity index 100% rename from stable/outline/12.1.2/templates/common.yaml rename to stable/outline/12.2.2/templates/common.yaml diff --git a/stable/photoprism/20.2.2/values.yaml b/stable/outline/12.2.2/values.yaml similarity index 100% rename from stable/photoprism/20.2.2/values.yaml rename to stable/outline/12.2.2/values.yaml diff --git a/stable/overseerr/13.1.1/CHANGELOG.md b/stable/overseerr/13.1.1/CHANGELOG.md deleted file mode 100644 index bc4d5b1b0df..00000000000 --- a/stable/overseerr/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/overseerr/13.1.1/Chart.yaml b/stable/overseerr/13.1.1/Chart.yaml deleted file mode 100644 index 372cbc5a0c4..00000000000 --- a/stable/overseerr/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.33.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/overseerr/13.1.1/charts/common-18.0.2.tgz b/stable/overseerr/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/overseerr/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photoshow/10.1.1/.helmignore b/stable/overseerr/13.2.2/.helmignore similarity index 100% rename from stable/photoshow/10.1.1/.helmignore rename to stable/overseerr/13.2.2/.helmignore diff --git a/stable/overseerr/13.2.2/CHANGELOG.md b/stable/overseerr/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1c1bd3c166a --- /dev/null +++ b/stable/overseerr/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/overseerr/13.2.2/Chart.yaml b/stable/overseerr/13.2.2/Chart.yaml new file mode 100644 index 00000000000..af5271f2726 --- /dev/null +++ b/stable/overseerr/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.33.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/overseerr/13.1.1/README.md b/stable/overseerr/13.2.2/README.md similarity index 100% rename from stable/overseerr/13.1.1/README.md rename to stable/overseerr/13.2.2/README.md diff --git a/stable/overseerr/13.2.2/app-changelog.md b/stable/overseerr/13.2.2/app-changelog.md new file mode 100644 index 00000000000..8c1970d7328 --- /dev/null +++ b/stable/overseerr/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/overseerr/13.1.1/app-readme.md b/stable/overseerr/13.2.2/app-readme.md similarity index 100% rename from stable/overseerr/13.1.1/app-readme.md rename to stable/overseerr/13.2.2/app-readme.md diff --git a/stable/overseerr/13.2.2/charts/common-18.1.6.tgz b/stable/overseerr/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/overseerr/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/overseerr/13.1.1/ix_values.yaml b/stable/overseerr/13.2.2/ix_values.yaml similarity index 100% rename from stable/overseerr/13.1.1/ix_values.yaml rename to stable/overseerr/13.2.2/ix_values.yaml diff --git a/stable/overseerr/13.1.1/questions.yaml b/stable/overseerr/13.2.2/questions.yaml similarity index 100% rename from stable/overseerr/13.1.1/questions.yaml rename to stable/overseerr/13.2.2/questions.yaml diff --git a/stable/picoshare/9.1.1/templates/NOTES.txt b/stable/overseerr/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/picoshare/9.1.1/templates/NOTES.txt rename to stable/overseerr/13.2.2/templates/NOTES.txt diff --git a/stable/piaware/12.1.1/templates/common.yaml b/stable/overseerr/13.2.2/templates/common.yaml similarity index 100% rename from stable/piaware/12.1.1/templates/common.yaml rename to stable/overseerr/13.2.2/templates/common.yaml diff --git a/stable/photoshow/10.1.1/values.yaml b/stable/overseerr/13.2.2/values.yaml similarity index 100% rename from stable/photoshow/10.1.1/values.yaml rename to stable/overseerr/13.2.2/values.yaml diff --git a/stable/owi2plex/5.1.1/CHANGELOG.md b/stable/owi2plex/5.1.1/CHANGELOG.md deleted file mode 100644 index 4b242d0201b..00000000000 --- a/stable/owi2plex/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/owi2plex/5.1.1/Chart.yaml b/stable/owi2plex/5.1.1/Chart.yaml deleted file mode 100644 index a3f64787a82..00000000000 --- a/stable/owi2plex/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/owi2plex/5.1.1/charts/common-18.0.2.tgz b/stable/owi2plex/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/owi2plex/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photostructure/7.1.1/.helmignore b/stable/owi2plex/5.2.2/.helmignore similarity index 100% rename from stable/photostructure/7.1.1/.helmignore rename to stable/owi2plex/5.2.2/.helmignore diff --git a/stable/owi2plex/5.2.2/CHANGELOG.md b/stable/owi2plex/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..685196a9451 --- /dev/null +++ b/stable/owi2plex/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/owi2plex/5.2.2/Chart.yaml b/stable/owi2plex/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c6b77b1c1d4 --- /dev/null +++ b/stable/owi2plex/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/owi2plex/5.1.1/README.md b/stable/owi2plex/5.2.2/README.md similarity index 100% rename from stable/owi2plex/5.1.1/README.md rename to stable/owi2plex/5.2.2/README.md diff --git a/stable/owi2plex/5.2.2/app-changelog.md b/stable/owi2plex/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c3ca0845356 --- /dev/null +++ b/stable/owi2plex/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/owi2plex/5.1.1/app-readme.md b/stable/owi2plex/5.2.2/app-readme.md similarity index 100% rename from stable/owi2plex/5.1.1/app-readme.md rename to stable/owi2plex/5.2.2/app-readme.md diff --git a/stable/owi2plex/5.2.2/charts/common-18.1.6.tgz b/stable/owi2plex/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/owi2plex/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/owi2plex/5.1.1/ix_values.yaml b/stable/owi2plex/5.2.2/ix_values.yaml similarity index 100% rename from stable/owi2plex/5.1.1/ix_values.yaml rename to stable/owi2plex/5.2.2/ix_values.yaml diff --git a/stable/owi2plex/5.1.1/questions.yaml b/stable/owi2plex/5.2.2/questions.yaml similarity index 100% rename from stable/owi2plex/5.1.1/questions.yaml rename to stable/owi2plex/5.2.2/questions.yaml diff --git a/stable/passwordpusherephemeral/5.1.1/templates/common.yaml b/stable/owi2plex/5.2.2/templates/common.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/templates/common.yaml rename to stable/owi2plex/5.2.2/templates/common.yaml diff --git a/stable/photostructure/7.1.1/values.yaml b/stable/owi2plex/5.2.2/values.yaml similarity index 100% rename from stable/photostructure/7.1.1/values.yaml rename to stable/owi2plex/5.2.2/values.yaml diff --git a/stable/owncast/13.1.1/CHANGELOG.md b/stable/owncast/13.1.1/CHANGELOG.md deleted file mode 100644 index 09a3cf44143..00000000000 --- a/stable/owncast/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/owncast/13.1.1/Chart.yaml b/stable/owncast/13.1.1/Chart.yaml deleted file mode 100644 index 86a5fb3e32b..00000000000 --- a/stable/owncast/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/owncast/13.1.1/charts/common-18.0.2.tgz b/stable/owncast/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/owncast/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photoview/13.1.1/.helmignore b/stable/owncast/13.2.2/.helmignore similarity index 100% rename from stable/photoview/13.1.1/.helmignore rename to stable/owncast/13.2.2/.helmignore diff --git a/stable/owncast/13.2.2/CHANGELOG.md b/stable/owncast/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..15f67f7badd --- /dev/null +++ b/stable/owncast/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/owncast/13.2.2/Chart.yaml b/stable/owncast/13.2.2/Chart.yaml new file mode 100644 index 00000000000..47db07253c4 --- /dev/null +++ b/stable/owncast/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/owncast/13.1.1/README.md b/stable/owncast/13.2.2/README.md similarity index 100% rename from stable/owncast/13.1.1/README.md rename to stable/owncast/13.2.2/README.md diff --git a/stable/owncast/13.2.2/app-changelog.md b/stable/owncast/13.2.2/app-changelog.md new file mode 100644 index 00000000000..34fdfbe169c --- /dev/null +++ b/stable/owncast/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/owncast/13.1.1/app-readme.md b/stable/owncast/13.2.2/app-readme.md similarity index 100% rename from stable/owncast/13.1.1/app-readme.md rename to stable/owncast/13.2.2/app-readme.md diff --git a/stable/owncast/13.2.2/charts/common-18.1.6.tgz b/stable/owncast/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/owncast/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/owncast/13.1.1/ix_values.yaml b/stable/owncast/13.2.2/ix_values.yaml similarity index 100% rename from stable/owncast/13.1.1/ix_values.yaml rename to stable/owncast/13.2.2/ix_values.yaml diff --git a/stable/owncast/13.1.1/questions.yaml b/stable/owncast/13.2.2/questions.yaml similarity index 100% rename from stable/owncast/13.1.1/questions.yaml rename to stable/owncast/13.2.2/questions.yaml diff --git a/stable/pinry/9.1.1/templates/NOTES.txt b/stable/owncast/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/pinry/9.1.1/templates/NOTES.txt rename to stable/owncast/13.2.2/templates/NOTES.txt diff --git a/stable/piwigo/12.2.4/templates/common.yaml b/stable/owncast/13.2.2/templates/common.yaml similarity index 100% rename from stable/piwigo/12.2.4/templates/common.yaml rename to stable/owncast/13.2.2/templates/common.yaml diff --git a/stable/photoview/13.1.1/values.yaml b/stable/owncast/13.2.2/values.yaml similarity index 100% rename from stable/photoview/13.1.1/values.yaml rename to stable/owncast/13.2.2/values.yaml diff --git a/stable/palworld/2.1.2/CHANGELOG.md b/stable/palworld/2.1.2/CHANGELOG.md deleted file mode 100644 index e5946295d16..00000000000 --- a/stable/palworld/2.1.2/CHANGELOG.md +++ /dev/null @@ -1,39 +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.2/Chart.yaml b/stable/palworld/2.1.2/Chart.yaml deleted file mode 100644 index cfd5e8f9be0..00000000000 --- a/stable/palworld/2.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palworld -dependencies: - - name: common - version: 18.0.2 - 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://hub.docker.com/r/outdead/rcon - - https://ghcr.io/ich777/steamcmd -type: application -version: 2.1.2 diff --git a/stable/palworld/2.1.2/charts/common-18.0.2.tgz b/stable/palworld/2.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/palworld/2.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/palworld/2.1.2/ix_values.yaml b/stable/palworld/2.1.2/ix_values.yaml deleted file mode 100644 index 3771296d9fc..00000000000 --- a/stable/palworld/2.1.2/ix_values.yaml +++ /dev/null @@ -1,357 +0,0 @@ -image: - repository: ghcr.io/ich777/steamcmd - pullPolicy: IfNotPresent - tag: palworld@sha256:19feeefa79edf310ebbe8002a76b254bea9d4e0d3968563bbd616e02087c9111 -rconImage: - repository: outdead/rcon - pullPolicy: IfNotPresent - tag: latest@sha256:f4ab6d4f86525e2d71534b839cc4e2241ffc9278759f7a70ef3aa434c5aec927 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: udp - port: 8211 - rcon: - enabled: true - ports: - rcon: - enabled: true - protocol: tcp - port: 25575 - -palworld: - steam: - id: "2394010" - username: "" - password: "" - validate: false - game: - name: "TrueCharts Palworld Server" - description: "A Palworld Server running in Kubernetes" - use_auth: true - password: "" - admin_password: "" - auto_reset_guild_time_no_online_players: "72.000000" - ban_list_url: "https://api.palworldgame.com/api/banlist.txt" - base_camp_max: 128 - base_camp_worker_max: 15 - build_object_damage_rate: "1.000000" - build_object_deterioration_damage_rate: "1.000000" - can_pickup_other_guild_death_penalty_drop: false - collection_drop_rate: "1.000000" - collection_object_hp_rate: "1.000000" - collection_object_respawn_speed_rate: "1.000000" - day_time_speed_rate: "1.000000" - death_penalty: "ALL" - difficulty: "None" - drop_item_alive_max_hours: "1.000000" - drop_item_max: 3000 - drop_item_max_unko: 100 - enable_aim_assist_kb: false - enable_aim_assist_pad: false - enable_defense_other_guild_player: true - enable_fast_travel: true - enable_friendly_fire: false - enable_invader_enemy: true - active_unko: false - enable_non_login_penalty: true - enable_pvp_damage: false - exist_players_after_logout: true - enemy_drop_item_rate: "1.000000" - exp_rate: "1.000000" - guild_auto_reset_no_online_players: false - is_multiplay: false - is_pvp: false - is_start_location_select_by_map: true - max_players: 32 - max_players_coop: 4 - max_players_guild: 20 - night_time_speed_rate: "1.000000" - pal_auto_hp_regene_rate: "1.000000" - pal_auto_hp_regene_rate_in_sleep: "1.000000" - pal_capture_rate: "1.000000" - pal_damage_rate_attack: "1.000000" - pal_damage_rate_defense: "1.000000" - pal_egg_default_hatching_time: "72.000000" - pal_spawn_num_rate: "1.000000" - pal_stamina_decreace_rate: "1.000000" - pal_stomach_decreace_rate: "1.000000" - player_auto_hp_regene_rate: "1.000000" - player_auto_hp_regene_rate_in_sleep: "1.000000" - player_damage_rate_attack: "1.000000" - player_damage_rate_defense: "1.000000" - player_stamina_decreace_rate: "1.000000" - player_stomach_decreace_rate: "1.000000" - region: "" - work_speed_rate: "1.000000" - update_public_ip: false - public_ip: "" - params: - - EpicApp=PalServer - params_extra: - - -useperfthreads - - -NoAsyncLoadingThread - - -UseMultithreadForDS - backup: - enabled: true - interval: 120 - to_keep: 12 - rcon: - enabled: true - timeout: 10s - -workload: - main: - podSpec: - initContainers: - update-config-ini: - enabled: true - type: init - imageSelector: "image" - command: - - /bin/sh - - -c - args: - - | - config={{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}/Pal/Saved/Config/LinuxServer - cfgFile=${config}/PalWorldSettings.ini - dfCfgFile={{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}/DefaultPalWorldSettings.ini - update_public_ip="{{ .Values.palworld.game.update_public_ip }}" - - mkdir -p ${config} - if [ ! -f "${cfgFile}" ]; then - if [ -f "${dfCfgFile}" ]; then - echo "Default config file found, copying as cfgFile..." - cp "${dfCfgFile}" "${cfgFile}" - else - echo "Config file not found, fetching..." - # Fetch the config file if it doesn't exist, just like the container does - wget -qO "${cfgFile}" https://github.com/ich777/docker-steamcmd-server/raw/palworld/config/PalWorldSettings.ini - fi - fi - - set_ini() { - local key="${1}" - local value="${2}" - local flags="" # Initialize an empty string for flags - - # Loop through arguments starting from the third one - for arg in "$@"; do - if [ "$arg" != "$key" ] && [ "$arg" != "$value" ]; then - flags="$flags $arg" # Append each flag to the flags string - fi - done - - # Check if the key exists in the OptionSettings section - if ! grep -q 'OptionSettings=(' "$cfgFile"; then - echo "OptionSettings section not found in '${cfgFile}'. Skipping..." - return - fi - - # Check if the key exists within the OptionSettings section - if ! grep -q "${key}=" "$cfgFile"; then - echo "Key '${key}' does not exist in the OptionSettings section of '${cfgFile}'. Skipping..." - return - fi - - # Iterate over flags - for flag in $flags; do - case $flag in - -q) - # Add quotes around the value - value="\"$value\"" - ;; - -b) - # Handle boolean flag - if [ "$(echo "$value" | tr '[:upper:]' '[:lower:]')" = "true" ]; then - value="True" - else - value="False" - fi - ;; - *) - echo "Unknown flag: $flag. Skipping..." - ;; - esac - done - - # Update the value within the OptionSettings section - sed -i "/OptionSettings=(/ { - :loop - /)$/! { - N - b loop - } - s|\(${key}=\)[^,]*|\1${value}| - }" "${cfgFile}" - - # Check if the closing parenthesis is missing, and if so, add it - if ! grep -q ')$' "${cfgFile}"; then - sed -i "\|OptionSettings=(| s|$|)|" "${cfgFile}" - fi - - echo "Set ${key} to ${value}" - } - - echo "the following options are updating...." - - set_ini "RCONEnabled" "True" -b - - set_ini "RCONPort" "{{ .Values.service.rcon.ports.rcon.port }}" - set_ini "PublicPort" "{{ .Values.service.main.ports.main.port }}" - - set_ini "ServerPassword" '{{ .Values.palworld.game.password }}' -q - set_ini "AdminPassword" '{{ .Values.palworld.game.admin_password }}' -q - - set_ini "ServerName" '{{ .Values.palworld.game.name }}' -q - set_ini "ServerDescription" '{{ .Values.palworld.game.description }}' -q - set_ini "Difficulty" "{{ .Values.palworld.game.difficulty }}" -q - set_ini "DeathPenalty" "{{ .Values.palworld.game.death_penalty }}" -q - set_ini "Region" "{{ .Values.palworld.game.region }}" -q - - set_ini "AutoResetGuildTimeNoOnlinePlayers" "{{ .Values.palworld.game.auto_reset_guild_time_no_online_players }}" - set_ini "BaseCampMaxNum" "{{ .Values.palworld.game.base_camp_max }}" - set_ini "BaseCampWorkerMaxNum" "{{ .Values.palworld.game.base_camp_worker_max }}" - set_ini "BanListURL" "{{ .Values.palworld.game.ban_list_url }}" -q - set_ini "BuildObjectDamageRate" "{{ .Values.palworld.game.build_object_damage_rate }}" - set_ini "BuildObjectDeteriorationDamageRate" "{{ .Values.palworld.game.build_object_deterioration_damage_rate }}" - - set_ini "bCanPickupOtherGuildDeathPenaltyDrop" "{{ .Values.palworld.game.can_pickup_other_guild_death_penalty_drop }}" -b - set_ini "bUseAuth" "{{ .Values.palworld.game.use_auth }}" -b - set_ini "bEnablePlayerToPlayerDamage" "{{ .Values.palworld.game.enable_pvp_damage }}" -b - set_ini "bEnableFriendlyFire" "{{ .Values.palworld.game.enable_friendly_fire }}" -b - set_ini "bEnableInvaderEnemy" "{{ .Values.palworld.game.enable_invader_enemy }}" -b - set_ini "bEnableAimAssistPad" "{{ .Values.palworld.game.enable_aim_assist_pad }}" -b - set_ini "bEnableAimAssistKeyboard" "{{ .Values.palworld.game.enable_aim_assist_kb }}" -b - set_ini "bEnableNonLoginPenalty" "{{ .Values.palworld.game.enable_non_login_penalty }}" -b - set_ini "bEnableFastTravel" "{{ .Values.palworld.game.enable_fast_travel }}" -b - set_ini "bEnableDefenseOtherGuildPlayer" "{{ .Values.palworld.game.enable_defense_other_guild_player }}" -b - set_ini "bIsMultiplay" "{{ .Values.palworld.game.is_multiplay }}" -b - set_ini "bIsStartLocationSelectByMap" "{{ .Values.palworld.game.is_start_location_select_by_map }}" -b - set_ini "bIsPvP" "{{ .Values.palworld.game.is_pvp }}" -b - set_ini "bExistPlayerAfterLogout" "{{ .Values.palworld.game.exist_players_after_logout }}" -b - set_ini "bActiveUNKO" "{{ .Values.palworld.game.active_unko }}" -b - set_ini "bAutoResetGuildNoOnlinePlayers" "{{ .Values.palworld.game.guild_auto_reset_no_online_players }}" -b - - set_ini "CollectionDropRate" "{{ .Values.palworld.game.collection_drop_rate }}" - set_ini "CollectionObjectHpRate" "{{ .Values.palworld.game.collection_object_hp_rate }}" - set_ini "CollectionObjectRespawnSpeedRate" "{{ .Values.palworld.game.collection_object_respawn_speed_rate }}" - set_ini "CoopPlayerMaxNum" "{{ .Values.palworld.game.max_players_coop }}" - set_ini "DayTimeSpeedRate" "{{ .Values.palworld.game.day_time_speed_rate }}" - set_ini "DropItemMaxNum" "{{ .Values.palworld.game.drop_item_max }}" - set_ini "DropItemMaxNum_UNKO" "{{ .Values.palworld.game.drop_item_max_unko }}" - set_ini "DropItemAliveMaxHours" "{{ .Values.palworld.game.drop_item_alive_max_hours }}" - set_ini "EnemyDropItemRate" "{{ .Values.palworld.game.enemy_drop_item_rate }}" - set_ini "GuildPlayerMaxNum" "{{ .Values.palworld.game.max_players_guild }}" - set_ini "NightTimeSpeedRate" "{{ .Values.palworld.game.night_time_speed_rate }}" - set_ini "PalCaptureRate" "{{ .Values.palworld.game.pal_capture_rate }}" - set_ini "PalEggDefaultHatchingTime" "{{ .Values.palworld.game.pal_egg_default_hatching_time }}" - set_ini "PalSpawnNumRate" "{{ .Values.palworld.game.pal_spawn_num_rate }}" - set_ini "PalDamageRateAttack" "{{ .Values.palworld.game.pal_damage_rate_attack }}" - set_ini "PalDamageRateDefense" "{{ .Values.palworld.game.pal_damage_rate_defense }}" - set_ini "PlayerDamageRateAttack" "{{ .Values.palworld.game.player_damage_rate_attack }}" - set_ini "PlayerDamageRateDefense" "{{ .Values.palworld.game.player_damage_rate_defense }}" - set_ini "PlayerStomachDecreaceRate" "{{ .Values.palworld.game.player_stomach_decreace_rate }}" - set_ini "PlayerStaminaDecreaceRate" "{{ .Values.palworld.game.player_stamina_decreace_rate }}" - set_ini "PlayerAutoHPRegeneRate" "{{ .Values.palworld.game.player_auto_hp_regene_rate }}" - set_ini "PlayerAutoHpRegeneRateInSleep" "{{ .Values.palworld.game.player_auto_hp_regene_rate_in_sleep }}" - set_ini "PalStomachDecreaceRate" "{{ .Values.palworld.game.pal_stomach_decreace_rate }}" - set_ini "PalStaminaDecreaceRate" "{{ .Values.palworld.game.pal_stamina_decreace_rate }}" - set_ini "PalAutoHPRegeneRate" "{{ .Values.palworld.game.pal_auto_hp_regene_rate }}" - set_ini "PalAutoHpRegeneRateInSleep" "{{ .Values.palworld.game.pal_auto_hp_regene_rate_in_sleep }}" - set_ini "ServerPlayerMaxNum" "{{ .Values.palworld.game.max_players }}" - set_ini "WorkSpeedRate" "{{ .Values.palworld.game.work_speed_rate }}" - set_ini "ExpRate" "{{ .Values.palworld.game.exp_rate }}" - - # Check if update_public_ip is not true - if [ "${update_public_ip}" != "true" ]; then - set_ini "PublicIP" "{{ .Values.palworld.game.public_ip }}" -q - fi - - echo "Done!" - - 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: - # paths - STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}" - SERVER_DIR: "{{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}" - # steam - GAME_ID: "{{ .Values.palworld.steam.id }}" - USERNAME: "{{ .Values.palworld.steam.username }}" - PASSWRD: "{{ .Values.palworld.steam.password }}" - VALIDATE: "{{ .Values.palworld.steam.validate }}" - # game - SRV_ADMIN_PWD: "{{ .Values.palworld.game.admin_password }}" - UPDATE_PUBLIC_IP: "{{ .Values.palworld.game.update_public_ip }}" - GAME_PARAMS: '{{ printf "-port=%v -publicport=%v %s" .Values.service.main.ports.main.port .Values.service.main.ports.main.port (join " " .Values.palworld.game.params) }}' - GAME_PARAMS_EXTRA: '{{ join " " .Values.palworld.game.params_extra }}' - # backup - BACKUP: "{{ .Values.palworld.backup.enabled }}" - BACKUP_INTERVAL: "{{ .Values.palworld.backup.interval }}" - BACKUP_TO_KEEP: "{{ .Values.palworld.backup.to_keep }}" - rcon: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - rcon: - primary: true - enabled: true - imageSelector: rconImage - tty: true - stdin: true - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -persistence: - steamcmd: - enabled: true - mountPath: /serverdata/steamcmd - serverfiles: - enabled: true - targetSelector: - main: - main: - mountPath: /serverdata/serverfiles - update-config-ini: - mountPath: /serverdata/serverfiles - palworld-rcon: - enabled: true - type: configmap - objectName: palworld-rcon - targetSelector: - rcon: - rcon: - mountPath: /rcon.yaml - subPath: rcon.yaml - readOnly: true - -portal: - open: - enabled: false diff --git a/stable/palworld/2.1.2/questions.yaml b/stable/palworld/2.1.2/questions.yaml deleted file mode 100755 index db1ba551d35..00000000000 --- a/stable/palworld/2.1.2/questions.yaml +++ /dev/null @@ -1,2969 +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: palworld - group: App Configuration - label: Palworld Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: steam - label: Steam Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: Game Id - description: The ID of the container to download at start up. - schema: - type: string - required: true - default: "2394010" - - variable: username - label: Username - description: Optionally set a steam username otherwise (disable Steam Guard). - schema: - type: string - default: "" - - variable: password - label: Password - description: Optionally set a steam password (disable Steam Guard). - schema: - type: string - private: true - default: "" - - variable: validate - label: Validate - description: Validates the game data. - schema: - type: boolean - default: false - - variable: game - label: Game Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Server Name - description: The name of your server. - schema: - type: string - default: "TrueCharts Palworld Server" - - variable: description - label: Server Description - description: The description of your server. - schema: - type: string - default: "A Palworld Server running in Kubernetes" - - variable: use_auth - label: Use Auth - schema: - type: boolean - default: true - - variable: admin_password - label: Admin Server Password - description: Optionally set a password for the admin (this field accepts no spaces) - schema: - type: string - private: true - default: "" - - variable: password - label: Server Password - description: Optionally set a password for the server. - schema: - type: string - private: true - default: "" - - variable: auto_reset_guild_time_no_online_players - label: Auto Reset Guild Time No Online Players - schema: - type: string - default: "72.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: ban_list_url - label: Ban List Url - schema: - type: string - default: "https://api.palworldgame.com/api/banlist.txt" - - variable: base_camp_max - label: Base Camp Max - schema: - type: int - default: 128 - min: 1 - - variable: base_camp_worker_max - label: Base Camp Worker Max - schema: - type: int - default: 15 - min: 1 - - variable: build_object_damage_rate - label: Build Object Damage Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: build_object_deterioration_damage_rate - label: Build Object Deterioration Damage Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: can_pickup_other_guild_death_penalty_drop - label: Can Pickup Other Guild Death Penalty Drop - schema: - type: boolean - default: false - - variable: collection_drop_rate - label: Collection Drop Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: collection_object_hp_rate - label: Collection Object HP Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: collection_object_respawn_speed_rate - label: Collection Object Respawn Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: day_time_speed_rate - label: Day Time Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: death_penalty - label: Server Death Penalty - schema: - type: string - default: "ALL" - - variable: difficulty - label: Server Difficulty - schema: - type: string - default: "None" - - variable: drop_item_alive_max_hours - label: Drop Item Alive Max Hours - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: drop_item_max - label: Drop Item Max - schema: - type: int - default: 3000 - min: 1 - - variable: drop_item_max_unko - label: Drop Item Max Unko - schema: - type: int - default: 100 - min: 1 - - variable: enable_aim_assist_kb - label: Enable Aim Assist KeyBoard - schema: - type: boolean - default: false - - variable: enable_aim_assist_pad - label: Enable Aim Assist Pad - schema: - type: boolean - default: false - - variable: enable_defense_other_guild_player - label: Enable Defense Other Guild Player - schema: - type: boolean - default: true - - variable: enable_fast_travel - label: Enable Fast Travel - schema: - type: boolean - default: true - - variable: enable_friendly_fire - label: Enable Friendly Fire - schema: - type: boolean - default: false - - variable: enable_invader_enemy - label: Enable Invader Enemy - schema: - type: boolean - default: true - - variable: active_unko - label: Active Unko - schema: - type: boolean - default: false - - variable: enable_non_login_penalty - label: Enable Non Login Penalty - schema: - type: boolean - default: true - - variable: enable_pvp_damage - label: Enable PVP Damage - schema: - type: boolean - default: false - - variable: exist_players_after_logout - label: Exist Players After LogOut - schema: - type: boolean - default: false - - variable: enemy_drop_item_rate - label: Enemy Drop Item Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: exp_rate - label: Experience Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: guild_auto_reset_no_online_players - label: Guild Auto Reset No Online Players - schema: - type: boolean - default: false - - variable: is_multiplay - label: Is Multiplay - schema: - type: boolean - default: false - - variable: is_pvp - label: Is PVP - schema: - type: boolean - default: false - - variable: is_start_location_select_by_map - label: Is Start Location Select By Map - schema: - type: boolean - default: true - - variable: max_players - label: Max Players - schema: - type: int - default: 32 - - variable: max_players_coop - label: Max Co-Op Players - schema: - type: int - default: 4 - min: 1 - - variable: max_players_guild - label: Max Guild Players - schema: - type: int - default: 20 - min: 1 - - variable: night_time_speed_rate - label: Night Time Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_auto_hp_regene_rate - label: Pal Auto HP Regene Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_auto_hp_regene_rate_in_sleep - label: Pal Auto HP Regene Rate in Sleep - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_capture_rate - label: Pal Capture Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_damage_rate_attack - label: Pal Damage Rate Attack - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_damage_rate_defense - label: Pal Damage Rate Defense - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_egg_default_hatching_time - label: Pal Egg Default Hatching Time - schema: - type: string - default: "72.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_spawn_num_rate - label: Pal Spawn Number Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_stamina_decreace_rate - label: Pal Stamina Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_stomach_decreace_rate - label: Pal Stomach Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_auto_hp_regene_rate - label: Player Auto HP Regene Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_auto_hp_regene_rate_in_sleep - label: Player Auto HP Regene Rate in Sleep - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_damage_rate_attack - label: Player Damage Rate Attack - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_damage_rate_defense - label: Player Damage Rate Defense - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_stamina_decreace_rate - label: Player Stamina Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_stomach_decreace_rate - label: Player Stomach Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: region - label: Region - schema: - type: string - default: "" - - variable: work_speed_rate - label: Work Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: update_public_ip - label: Update Public IP - description: Will check if the Public IP is still valid. - schema: - type: boolean - default: false - - variable: public_ip - label: Public IP - schema: - type: string - default: "" - - variable: params - label: Game Params - schema: - type: list - default: - - EpicApp=PalServer - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: params_extra - label: Game Params Extra - schema: - type: list - default: - - -useperfthreads - - -NoAsyncLoadingThread - - -UseMultithreadForDS - required: true - items: - - variable: extra_param - label: Extra Param - schema: - type: string - required: true - default: "" - - variable: backup - label: Backup Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Backups - description: To enable the automated backup function. - schema: - type: boolean - default: true - - variable: interval - label: Backup Interval - description: The backup interval in minutes. - schema: - type: int - default: 200 - min: 1 - - variable: to_keep - label: Backups To Keep - description: Number of backups to keep. - schema: - type: int - default: 12 - min: 1 - - variable: rcon - label: RCON Sidecar Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the RCON sidecar. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: timeout - label: Rcon TimeOut - schema: - type: string - required: true - default: 10s - - - 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: 8211 - required: true - - variable: rcon - label: RCON service - description: RCON Service Port Configuration - 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: rcon - label: RCON 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: 25575 - 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: steamcmd - label: "App SteamCMD Storage" - description: "Stores the Application SteamCMD." - 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: serverfiles - label: "App Server Files Storage" - description: "Stores the Application Server 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: 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.1/.helmignore b/stable/palworld/2.2.2/.helmignore similarity index 100% rename from stable/phpldapadmin/13.1.1/.helmignore rename to stable/palworld/2.2.2/.helmignore diff --git a/stable/palworld/2.2.2/CHANGELOG.md b/stable/palworld/2.2.2/CHANGELOG.md new file mode 100644 index 00000000000..288d91f34d5 --- /dev/null +++ b/stable/palworld/2.2.2/CHANGELOG.md @@ -0,0 +1,53 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/palworld/2.2.2/Chart.yaml new file mode 100644 index 00000000000..835c4ca9369 --- /dev/null +++ b/stable/palworld/2.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palworld +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/palworld/2.1.2/README.md b/stable/palworld/2.2.2/README.md similarity index 100% rename from stable/palworld/2.1.2/README.md rename to stable/palworld/2.2.2/README.md diff --git a/stable/palworld/2.2.2/app-changelog.md b/stable/palworld/2.2.2/app-changelog.md new file mode 100644 index 00000000000..46e91025524 --- /dev/null +++ b/stable/palworld/2.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/palworld/2.1.2/app-readme.md b/stable/palworld/2.2.2/app-readme.md similarity index 100% rename from stable/palworld/2.1.2/app-readme.md rename to stable/palworld/2.2.2/app-readme.md diff --git a/stable/palworld/2.2.2/charts/common-18.1.6.tgz b/stable/palworld/2.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/palworld/2.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/palworld/2.2.2/ix_values.yaml b/stable/palworld/2.2.2/ix_values.yaml new file mode 100644 index 00000000000..3ddc14cb64f --- /dev/null +++ b/stable/palworld/2.2.2/ix_values.yaml @@ -0,0 +1,357 @@ +image: + repository: ghcr.io/ich777/steamcmd + pullPolicy: IfNotPresent + tag: palworld@sha256:19feeefa79edf310ebbe8002a76b254bea9d4e0d3968563bbd616e02087c9111 +rconImage: + repository: outdead/rcon + pullPolicy: IfNotPresent + tag: latest@sha256:f4ab6d4f86525e2d71534b839cc4e2241ffc9278759f7a70ef3aa434c5aec927 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: udp + port: 8211 + rcon: + enabled: true + ports: + rcon: + enabled: true + protocol: tcp + port: 25575 + +palworld: + steam: + id: "2394010" + username: "" + password: "" + validate: false + game: + name: "TrueCharts Palworld Server" + description: "A Palworld Server running in Kubernetes" + use_auth: true + password: "" + admin_password: "" + auto_reset_guild_time_no_online_players: "72.000000" + ban_list_url: "https://api.palworldgame.com/api/banlist.txt" + base_camp_max: 128 + base_camp_worker_max: 15 + build_object_damage_rate: "1.000000" + build_object_deterioration_damage_rate: "1.000000" + can_pickup_other_guild_death_penalty_drop: false + collection_drop_rate: "1.000000" + collection_object_hp_rate: "1.000000" + collection_object_respawn_speed_rate: "1.000000" + day_time_speed_rate: "1.000000" + death_penalty: "ALL" + difficulty: "None" + drop_item_alive_max_hours: "1.000000" + drop_item_max: 3000 + drop_item_max_unko: 100 + enable_aim_assist_kb: false + enable_aim_assist_pad: false + enable_defense_other_guild_player: true + enable_fast_travel: true + enable_friendly_fire: false + enable_invader_enemy: true + active_unko: false + enable_non_login_penalty: true + enable_pvp_damage: false + exist_players_after_logout: true + enemy_drop_item_rate: "1.000000" + exp_rate: "1.000000" + guild_auto_reset_no_online_players: false + is_multiplay: false + is_pvp: false + is_start_location_select_by_map: true + max_players: 32 + max_players_coop: 4 + max_players_guild: 20 + night_time_speed_rate: "1.000000" + pal_auto_hp_regene_rate: "1.000000" + pal_auto_hp_regene_rate_in_sleep: "1.000000" + pal_capture_rate: "1.000000" + pal_damage_rate_attack: "1.000000" + pal_damage_rate_defense: "1.000000" + pal_egg_default_hatching_time: "72.000000" + pal_spawn_num_rate: "1.000000" + pal_stamina_decreace_rate: "1.000000" + pal_stomach_decreace_rate: "1.000000" + player_auto_hp_regene_rate: "1.000000" + player_auto_hp_regene_rate_in_sleep: "1.000000" + player_damage_rate_attack: "1.000000" + player_damage_rate_defense: "1.000000" + player_stamina_decreace_rate: "1.000000" + player_stomach_decreace_rate: "1.000000" + region: "" + work_speed_rate: "1.000000" + update_public_ip: false + public_ip: "" + params: + - -publiclobby + params_extra: + - -useperfthreads + - -NoAsyncLoadingThread + - -UseMultithreadForDS + backup: + enabled: true + interval: 120 + to_keep: 12 + rcon: + enabled: true + timeout: 10s + +workload: + main: + podSpec: + initContainers: + update-config-ini: + enabled: true + type: init + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - | + config={{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}/Pal/Saved/Config/LinuxServer + cfgFile=${config}/PalWorldSettings.ini + dfCfgFile={{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}/DefaultPalWorldSettings.ini + update_public_ip="{{ .Values.palworld.game.update_public_ip }}" + + mkdir -p ${config} + if [ ! -f "${cfgFile}" ]; then + if [ -f "${dfCfgFile}" ]; then + echo "Default config file found, copying as cfgFile..." + cp "${dfCfgFile}" "${cfgFile}" + else + echo "Config file not found, fetching..." + # Fetch the config file if it doesn't exist, just like the container does + wget -qO "${cfgFile}" https://github.com/ich777/docker-steamcmd-server/raw/palworld/config/PalWorldSettings.ini + fi + fi + + set_ini() { + local key="${1}" + local value="${2}" + local flags="" # Initialize an empty string for flags + + # Loop through arguments starting from the third one + for arg in "$@"; do + if [ "$arg" != "$key" ] && [ "$arg" != "$value" ]; then + flags="$flags $arg" # Append each flag to the flags string + fi + done + + # Check if the key exists in the OptionSettings section + if ! grep -q 'OptionSettings=(' "$cfgFile"; then + echo "OptionSettings section not found in '${cfgFile}'. Skipping..." + return + fi + + # Check if the key exists within the OptionSettings section + if ! grep -q "${key}=" "$cfgFile"; then + echo "Key '${key}' does not exist in the OptionSettings section of '${cfgFile}'. Skipping..." + return + fi + + # Iterate over flags + for flag in $flags; do + case $flag in + -q) + # Add quotes around the value + value="\"$value\"" + ;; + -b) + # Handle boolean flag + if [ "$(echo "$value" | tr '[:upper:]' '[:lower:]')" = "true" ]; then + value="True" + else + value="False" + fi + ;; + *) + echo "Unknown flag: $flag. Skipping..." + ;; + esac + done + + # Update the value within the OptionSettings section + sed -i "/OptionSettings=(/ { + :loop + /)$/! { + N + b loop + } + s|\(${key}=\)[^,]*|\1${value}| + }" "${cfgFile}" + + # Check if the closing parenthesis is missing, and if so, add it + if ! grep -q ')$' "${cfgFile}"; then + sed -i "\|OptionSettings=(| s|$|)|" "${cfgFile}" + fi + + echo "Set ${key} to ${value}" + } + + echo "the following options are updating...." + + set_ini "RCONEnabled" "True" -b + + set_ini "RCONPort" "{{ .Values.service.rcon.ports.rcon.port }}" + set_ini "PublicPort" "{{ .Values.service.main.ports.main.port }}" + + set_ini "ServerPassword" '{{ .Values.palworld.game.password }}' -q + set_ini "AdminPassword" '{{ .Values.palworld.game.admin_password }}' -q + + set_ini "ServerName" '{{ .Values.palworld.game.name }}' -q + set_ini "ServerDescription" '{{ .Values.palworld.game.description }}' -q + set_ini "Difficulty" "{{ .Values.palworld.game.difficulty }}" -q + set_ini "DeathPenalty" "{{ .Values.palworld.game.death_penalty }}" -q + set_ini "Region" "{{ .Values.palworld.game.region }}" -q + + set_ini "AutoResetGuildTimeNoOnlinePlayers" "{{ .Values.palworld.game.auto_reset_guild_time_no_online_players }}" + set_ini "BaseCampMaxNum" "{{ .Values.palworld.game.base_camp_max }}" + set_ini "BaseCampWorkerMaxNum" "{{ .Values.palworld.game.base_camp_worker_max }}" + set_ini "BanListURL" "{{ .Values.palworld.game.ban_list_url }}" -q + set_ini "BuildObjectDamageRate" "{{ .Values.palworld.game.build_object_damage_rate }}" + set_ini "BuildObjectDeteriorationDamageRate" "{{ .Values.palworld.game.build_object_deterioration_damage_rate }}" + + set_ini "bCanPickupOtherGuildDeathPenaltyDrop" "{{ .Values.palworld.game.can_pickup_other_guild_death_penalty_drop }}" -b + set_ini "bUseAuth" "{{ .Values.palworld.game.use_auth }}" -b + set_ini "bEnablePlayerToPlayerDamage" "{{ .Values.palworld.game.enable_pvp_damage }}" -b + set_ini "bEnableFriendlyFire" "{{ .Values.palworld.game.enable_friendly_fire }}" -b + set_ini "bEnableInvaderEnemy" "{{ .Values.palworld.game.enable_invader_enemy }}" -b + set_ini "bEnableAimAssistPad" "{{ .Values.palworld.game.enable_aim_assist_pad }}" -b + set_ini "bEnableAimAssistKeyboard" "{{ .Values.palworld.game.enable_aim_assist_kb }}" -b + set_ini "bEnableNonLoginPenalty" "{{ .Values.palworld.game.enable_non_login_penalty }}" -b + set_ini "bEnableFastTravel" "{{ .Values.palworld.game.enable_fast_travel }}" -b + set_ini "bEnableDefenseOtherGuildPlayer" "{{ .Values.palworld.game.enable_defense_other_guild_player }}" -b + set_ini "bIsMultiplay" "{{ .Values.palworld.game.is_multiplay }}" -b + set_ini "bIsStartLocationSelectByMap" "{{ .Values.palworld.game.is_start_location_select_by_map }}" -b + set_ini "bIsPvP" "{{ .Values.palworld.game.is_pvp }}" -b + set_ini "bExistPlayerAfterLogout" "{{ .Values.palworld.game.exist_players_after_logout }}" -b + set_ini "bActiveUNKO" "{{ .Values.palworld.game.active_unko }}" -b + set_ini "bAutoResetGuildNoOnlinePlayers" "{{ .Values.palworld.game.guild_auto_reset_no_online_players }}" -b + + set_ini "CollectionDropRate" "{{ .Values.palworld.game.collection_drop_rate }}" + set_ini "CollectionObjectHpRate" "{{ .Values.palworld.game.collection_object_hp_rate }}" + set_ini "CollectionObjectRespawnSpeedRate" "{{ .Values.palworld.game.collection_object_respawn_speed_rate }}" + set_ini "CoopPlayerMaxNum" "{{ .Values.palworld.game.max_players_coop }}" + set_ini "DayTimeSpeedRate" "{{ .Values.palworld.game.day_time_speed_rate }}" + set_ini "DropItemMaxNum" "{{ .Values.palworld.game.drop_item_max }}" + set_ini "DropItemMaxNum_UNKO" "{{ .Values.palworld.game.drop_item_max_unko }}" + set_ini "DropItemAliveMaxHours" "{{ .Values.palworld.game.drop_item_alive_max_hours }}" + set_ini "EnemyDropItemRate" "{{ .Values.palworld.game.enemy_drop_item_rate }}" + set_ini "GuildPlayerMaxNum" "{{ .Values.palworld.game.max_players_guild }}" + set_ini "NightTimeSpeedRate" "{{ .Values.palworld.game.night_time_speed_rate }}" + set_ini "PalCaptureRate" "{{ .Values.palworld.game.pal_capture_rate }}" + set_ini "PalEggDefaultHatchingTime" "{{ .Values.palworld.game.pal_egg_default_hatching_time }}" + set_ini "PalSpawnNumRate" "{{ .Values.palworld.game.pal_spawn_num_rate }}" + set_ini "PalDamageRateAttack" "{{ .Values.palworld.game.pal_damage_rate_attack }}" + set_ini "PalDamageRateDefense" "{{ .Values.palworld.game.pal_damage_rate_defense }}" + set_ini "PlayerDamageRateAttack" "{{ .Values.palworld.game.player_damage_rate_attack }}" + set_ini "PlayerDamageRateDefense" "{{ .Values.palworld.game.player_damage_rate_defense }}" + set_ini "PlayerStomachDecreaceRate" "{{ .Values.palworld.game.player_stomach_decreace_rate }}" + set_ini "PlayerStaminaDecreaceRate" "{{ .Values.palworld.game.player_stamina_decreace_rate }}" + set_ini "PlayerAutoHPRegeneRate" "{{ .Values.palworld.game.player_auto_hp_regene_rate }}" + set_ini "PlayerAutoHpRegeneRateInSleep" "{{ .Values.palworld.game.player_auto_hp_regene_rate_in_sleep }}" + set_ini "PalStomachDecreaceRate" "{{ .Values.palworld.game.pal_stomach_decreace_rate }}" + set_ini "PalStaminaDecreaceRate" "{{ .Values.palworld.game.pal_stamina_decreace_rate }}" + set_ini "PalAutoHPRegeneRate" "{{ .Values.palworld.game.pal_auto_hp_regene_rate }}" + set_ini "PalAutoHpRegeneRateInSleep" "{{ .Values.palworld.game.pal_auto_hp_regene_rate_in_sleep }}" + set_ini "ServerPlayerMaxNum" "{{ .Values.palworld.game.max_players }}" + set_ini "WorkSpeedRate" "{{ .Values.palworld.game.work_speed_rate }}" + set_ini "ExpRate" "{{ .Values.palworld.game.exp_rate }}" + + # Check if update_public_ip is not true + if [ "${update_public_ip}" != "true" ]; then + set_ini "PublicIP" "{{ .Values.palworld.game.public_ip }}" -q + fi + + echo "Done!" + + 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: + # paths + STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}" + SERVER_DIR: "{{ .Values.persistence.serverfiles.targetSelector.main.main.mountPath }}" + # steam + GAME_ID: "{{ .Values.palworld.steam.id }}" + USERNAME: "{{ .Values.palworld.steam.username }}" + PASSWRD: "{{ .Values.palworld.steam.password }}" + VALIDATE: "{{ .Values.palworld.steam.validate }}" + # game + SRV_ADMIN_PWD: "{{ .Values.palworld.game.admin_password }}" + UPDATE_PUBLIC_IP: "{{ .Values.palworld.game.update_public_ip }}" + GAME_PARAMS: '{{ printf "-port=%v -publicport=%v -rconport=%v %s" .Values.service.main.ports.main.port .Values.service.main.ports.main.port .Values.service.rcon.ports.rcon.port (join " " .Values.palworld.game.params) }}' + GAME_PARAMS_EXTRA: '{{ join " " .Values.palworld.game.params_extra }}' + # backup + BACKUP: "{{ .Values.palworld.backup.enabled }}" + BACKUP_INTERVAL: "{{ .Values.palworld.backup.interval }}" + BACKUP_TO_KEEP: "{{ .Values.palworld.backup.to_keep }}" + rcon: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + rcon: + primary: true + enabled: true + imageSelector: rconImage + tty: true + stdin: true + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +persistence: + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd + serverfiles: + enabled: true + targetSelector: + main: + main: + mountPath: /serverdata/serverfiles + update-config-ini: + mountPath: /serverdata/serverfiles + palworld-rcon: + enabled: true + type: configmap + objectName: palworld-rcon + targetSelector: + rcon: + rcon: + mountPath: /rcon.yaml + subPath: rcon.yaml + readOnly: true + +portal: + open: + enabled: false diff --git a/stable/palworld/2.2.2/questions.yaml b/stable/palworld/2.2.2/questions.yaml new file mode 100755 index 00000000000..0a7fe453aac --- /dev/null +++ b/stable/palworld/2.2.2/questions.yaml @@ -0,0 +1,2969 @@ +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: palworld + group: App Configuration + label: Palworld Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: steam + label: Steam Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: Game Id + description: The ID of the container to download at start up. + schema: + type: string + required: true + default: "2394010" + - variable: username + label: Username + description: Optionally set a steam username otherwise (disable Steam Guard). + schema: + type: string + default: "" + - variable: password + label: Password + description: Optionally set a steam password (disable Steam Guard). + schema: + type: string + private: true + default: "" + - variable: validate + label: Validate + description: Validates the game data. + schema: + type: boolean + default: false + - variable: game + label: Game Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Server Name + description: The name of your server. + schema: + type: string + default: "TrueCharts Palworld Server" + - variable: description + label: Server Description + description: The description of your server. + schema: + type: string + default: "A Palworld Server running in Kubernetes" + - variable: use_auth + label: Use Auth + schema: + type: boolean + default: true + - variable: admin_password + label: Admin Server Password + description: Optionally set a password for the admin (this field accepts no spaces) + schema: + type: string + private: true + default: "" + - variable: password + label: Server Password + description: Optionally set a password for the server. + schema: + type: string + private: true + default: "" + - variable: auto_reset_guild_time_no_online_players + label: Auto Reset Guild Time No Online Players + schema: + type: string + default: "72.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: ban_list_url + label: Ban List Url + schema: + type: string + default: "https://api.palworldgame.com/api/banlist.txt" + - variable: base_camp_max + label: Base Camp Max + schema: + type: int + default: 128 + min: 1 + - variable: base_camp_worker_max + label: Base Camp Worker Max + schema: + type: int + default: 15 + min: 1 + - variable: build_object_damage_rate + label: Build Object Damage Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: build_object_deterioration_damage_rate + label: Build Object Deterioration Damage Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: can_pickup_other_guild_death_penalty_drop + label: Can Pickup Other Guild Death Penalty Drop + schema: + type: boolean + default: false + - variable: collection_drop_rate + label: Collection Drop Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: collection_object_hp_rate + label: Collection Object HP Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: collection_object_respawn_speed_rate + label: Collection Object Respawn Speed Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: day_time_speed_rate + label: Day Time Speed Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: death_penalty + label: Server Death Penalty + schema: + type: string + default: "ALL" + - variable: difficulty + label: Server Difficulty + schema: + type: string + default: "None" + - variable: drop_item_alive_max_hours + label: Drop Item Alive Max Hours + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: drop_item_max + label: Drop Item Max + schema: + type: int + default: 3000 + min: 1 + - variable: drop_item_max_unko + label: Drop Item Max Unko + schema: + type: int + default: 100 + min: 1 + - variable: enable_aim_assist_kb + label: Enable Aim Assist KeyBoard + schema: + type: boolean + default: false + - variable: enable_aim_assist_pad + label: Enable Aim Assist Pad + schema: + type: boolean + default: false + - variable: enable_defense_other_guild_player + label: Enable Defense Other Guild Player + schema: + type: boolean + default: true + - variable: enable_fast_travel + label: Enable Fast Travel + schema: + type: boolean + default: true + - variable: enable_friendly_fire + label: Enable Friendly Fire + schema: + type: boolean + default: false + - variable: enable_invader_enemy + label: Enable Invader Enemy + schema: + type: boolean + default: true + - variable: active_unko + label: Active Unko + schema: + type: boolean + default: false + - variable: enable_non_login_penalty + label: Enable Non Login Penalty + schema: + type: boolean + default: true + - variable: enable_pvp_damage + label: Enable PVP Damage + schema: + type: boolean + default: false + - variable: exist_players_after_logout + label: Exist Players After LogOut + schema: + type: boolean + default: false + - variable: enemy_drop_item_rate + label: Enemy Drop Item Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: exp_rate + label: Experience Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: guild_auto_reset_no_online_players + label: Guild Auto Reset No Online Players + schema: + type: boolean + default: false + - variable: is_multiplay + label: Is Multiplay + schema: + type: boolean + default: false + - variable: is_pvp + label: Is PVP + schema: + type: boolean + default: false + - variable: is_start_location_select_by_map + label: Is Start Location Select By Map + schema: + type: boolean + default: true + - variable: max_players + label: Max Players + schema: + type: int + default: 32 + - variable: max_players_coop + label: Max Co-Op Players + schema: + type: int + default: 4 + min: 1 + - variable: max_players_guild + label: Max Guild Players + schema: + type: int + default: 20 + min: 1 + - variable: night_time_speed_rate + label: Night Time Speed Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_auto_hp_regene_rate + label: Pal Auto HP Regene Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_auto_hp_regene_rate_in_sleep + label: Pal Auto HP Regene Rate in Sleep + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_capture_rate + label: Pal Capture Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_damage_rate_attack + label: Pal Damage Rate Attack + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_damage_rate_defense + label: Pal Damage Rate Defense + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_egg_default_hatching_time + label: Pal Egg Default Hatching Time + schema: + type: string + default: "72.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_spawn_num_rate + label: Pal Spawn Number Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_stamina_decreace_rate + label: Pal Stamina Decreace Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: pal_stomach_decreace_rate + label: Pal Stomach Decreace Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_auto_hp_regene_rate + label: Player Auto HP Regene Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_auto_hp_regene_rate_in_sleep + label: Player Auto HP Regene Rate in Sleep + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_damage_rate_attack + label: Player Damage Rate Attack + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_damage_rate_defense + label: Player Damage Rate Defense + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_stamina_decreace_rate + label: Player Stamina Decreace Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: player_stomach_decreace_rate + label: Player Stomach Decreace Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: region + label: Region + schema: + type: string + default: "" + - variable: work_speed_rate + label: Work Speed Rate + schema: + type: string + default: "1.000000" + valid_chars: '^\d{1,}\.[0-9]{6}$' + - variable: update_public_ip + label: Update Public IP + description: Will check if the Public IP is still valid. + schema: + type: boolean + default: false + - variable: public_ip + label: Public IP + schema: + type: string + default: "" + - variable: params + label: Game Params + schema: + type: list + default: + - -publiclobby + required: true + items: + - variable: param + label: Param + schema: + type: string + required: true + default: "" + - variable: params_extra + label: Game Params Extra + schema: + type: list + default: + - -useperfthreads + - -NoAsyncLoadingThread + - -UseMultithreadForDS + required: true + items: + - variable: extra_param + label: Extra Param + schema: + type: string + required: true + default: "" + - variable: backup + label: Backup Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Backups + description: To enable the automated backup function. + schema: + type: boolean + default: true + - variable: interval + label: Backup Interval + description: The backup interval in minutes. + schema: + type: int + default: 200 + min: 1 + - variable: to_keep + label: Backups To Keep + description: Number of backups to keep. + schema: + type: int + default: 12 + min: 1 + - variable: rcon + label: RCON Sidecar Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the RCON sidecar. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: timeout + label: Rcon TimeOut + schema: + type: string + required: true + default: 10s + + - 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: 8211 + required: true + - variable: rcon + label: RCON service + description: RCON Service Port Configuration + 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: rcon + label: RCON 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: 25575 + 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: steamcmd + label: "App SteamCMD Storage" + description: "Stores the Application SteamCMD." + 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: serverfiles + label: "App Server Files Storage" + description: "Stores the Application Server 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: 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/piwigo/12.2.4/templates/NOTES.txt b/stable/palworld/2.2.2/templates/NOTES.txt similarity index 100% rename from stable/piwigo/12.2.4/templates/NOTES.txt rename to stable/palworld/2.2.2/templates/NOTES.txt diff --git a/stable/palworld/2.1.2/templates/_configmap.tpl b/stable/palworld/2.2.2/templates/_configmap.tpl similarity index 100% rename from stable/palworld/2.1.2/templates/_configmap.tpl rename to stable/palworld/2.2.2/templates/_configmap.tpl diff --git a/stable/palworld/2.1.2/templates/common.yaml b/stable/palworld/2.2.2/templates/common.yaml similarity index 100% rename from stable/palworld/2.1.2/templates/common.yaml rename to stable/palworld/2.2.2/templates/common.yaml diff --git a/stable/phpldapadmin/13.1.1/values.yaml b/stable/palworld/2.2.2/values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.1/values.yaml rename to stable/palworld/2.2.2/values.yaml diff --git a/stable/paperless-ngx/7.1.2/CHANGELOG.md b/stable/paperless-ngx/7.1.2/CHANGELOG.md deleted file mode 100644 index 48354963d99..00000000000 --- a/stable/paperless-ngx/7.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [paperless-ngx-6.4.1](https://github.com/truecharts/charts/compare/paperless-ngx-6.4.0...paperless-ngx-6.4.1) (2024-01-21) \ No newline at end of file diff --git a/stable/paperless-ngx/7.1.2/Chart.yaml b/stable/paperless-ngx/7.1.2/Chart.yaml deleted file mode 100644 index 9caa8509d61..00000000000 --- a/stable/paperless-ngx/7.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.3 -dependencies: - - name: common - version: 18.0.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: 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.2 diff --git a/stable/paperless-ngx/7.1.2/charts/common-18.0.2.tgz b/stable/paperless-ngx/7.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/paperless-ngx/7.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.1.2/ix_values.yaml b/stable/paperless-ngx/7.1.2/ix_values.yaml deleted file mode 100644 index dd65cacc989..00000000000 --- a/stable/paperless-ngx/7.1.2/ix_values.yaml +++ /dev/null @@ -1,92 +0,0 @@ -image: - repository: ghcr.io/paperless-ngx/paperless-ngx - pullPolicy: IfNotPresent - tag: 2.5.3@sha256:eb8de15061e3ac896a1147f97c6d43fce96d88402ee8bdc1470f98d5310d8499 -service: - main: - ports: - main: - targetPort: 8000 - port: 10140 -persistence: - data: - enabled: true - mountPath: "/data" - consume: - enabled: true - mountPath: "/consume" - media: - enabled: true - mountPath: "/media" - varrun: - enabled: false -redis: - enabled: true - redisUsername: default -cnpg: - main: - enabled: true - user: paperless-ng - database: paperless-ng -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - httpHeaders: - Host: localhost - startup: - type: http - httpHeaders: - Host: localhost - readiness: - type: http - httpHeaders: - Host: localhost - env: - PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" - PAPERLESS_DATA_DIR: "/data/" - PAPERLESS_CONSUMPTION_DIR: "/consume/" - PAPERLESS_MEDIA_ROOT: "/media/" - PAPERLESS_URL: "" - USERMAP_UID: "{{ .Values.securityContext.container.PUID }}" - USERMAP_GID: "{{ .Values.securityContext.pod.fsGroup }}" - PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}" - PAPERLESS_DBNAME: "{{ .Values.cnpg.main.database }}" - PAPERLESS_DBUSER: "{{ .Values.cnpg.main.user }}" - PAPERLESS_DBPORT: "5432" - PAPERLESS_WEBSERVER_WORKERS: 2 - PAPERLESS_DBPASS: - secretKeyRef: - name: cnpg-main-user - key: password - PAPERLESS_DBHOST: - secretKeyRef: - name: cnpg-main-urls - key: host - PAPERLESS_SECRET_KEY: - secretKeyRef: - name: secrets - key: PAPERLESS_SECRET_KEY - PAPERLESS_REDIS: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url - PAPERLESS_ADMIN_USER: "admin" - PAPERLESS_ADMIN_PASSWORD: "admin" - PAPERLESS_ADMIN_MAIL: "admin@admin.com" - PAPERLESS_OCR_LANGUAGE: "eng" - PAPERLESS_OCR_LANGUAGES: "eng fra deu spa ita" diff --git a/stable/phpmyadmin/5.1.1/.helmignore b/stable/paperless-ngx/7.2.2/.helmignore similarity index 100% rename from stable/phpmyadmin/5.1.1/.helmignore rename to stable/paperless-ngx/7.2.2/.helmignore diff --git a/stable/paperless-ngx/7.2.2/CHANGELOG.md b/stable/paperless-ngx/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..63f72f7fe7c --- /dev/null +++ b/stable/paperless-ngx/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/paperless-ngx/7.2.2/Chart.yaml b/stable/paperless-ngx/7.2.2/Chart.yaml new file mode 100644 index 00000000000..18d16b3ff56 --- /dev/null +++ b/stable/paperless-ngx/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/paperless-ngx/7.1.2/README.md b/stable/paperless-ngx/7.2.2/README.md similarity index 100% rename from stable/paperless-ngx/7.1.2/README.md rename to stable/paperless-ngx/7.2.2/README.md diff --git a/stable/paperless-ngx/7.2.2/app-changelog.md b/stable/paperless-ngx/7.2.2/app-changelog.md new file mode 100644 index 00000000000..bab27cce009 --- /dev/null +++ b/stable/paperless-ngx/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/paperless-ngx/7.1.2/app-readme.md b/stable/paperless-ngx/7.2.2/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.1.2/app-readme.md rename to stable/paperless-ngx/7.2.2/app-readme.md diff --git a/stable/paperless-ngx/7.2.2/charts/common-18.1.6.tgz b/stable/paperless-ngx/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/paperless-ngx/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/paperless-ngx/7.1.2/charts/redis-11.2.1.tgz b/stable/paperless-ngx/7.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/paperless-ngx/7.1.2/charts/redis-11.2.1.tgz rename to stable/paperless-ngx/7.2.2/charts/redis-11.2.1.tgz diff --git a/stable/paperless-ngx/7.2.2/ix_values.yaml b/stable/paperless-ngx/7.2.2/ix_values.yaml new file mode 100644 index 00000000000..f86046643e4 --- /dev/null +++ b/stable/paperless-ngx/7.2.2/ix_values.yaml @@ -0,0 +1,92 @@ +image: + repository: ghcr.io/paperless-ngx/paperless-ngx + pullPolicy: IfNotPresent + tag: 2.5.4@sha256:ce3aab0002d459af2fd13933c8ca8df87ecb92bf26fbffdba208149b8ee6f851 +service: + main: + ports: + main: + targetPort: 8000 + port: 10140 +persistence: + data: + enabled: true + mountPath: "/data" + consume: + enabled: true + mountPath: "/consume" + media: + enabled: true + mountPath: "/media" + varrun: + enabled: false +redis: + enabled: true + redisUsername: default +cnpg: + main: + enabled: true + user: paperless-ng + database: paperless-ng +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + httpHeaders: + Host: localhost + startup: + type: http + httpHeaders: + Host: localhost + readiness: + type: http + httpHeaders: + Host: localhost + env: + PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" + PAPERLESS_DATA_DIR: "/data/" + PAPERLESS_CONSUMPTION_DIR: "/consume/" + PAPERLESS_MEDIA_ROOT: "/media/" + PAPERLESS_URL: "" + USERMAP_UID: "{{ .Values.securityContext.container.PUID }}" + USERMAP_GID: "{{ .Values.securityContext.pod.fsGroup }}" + PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}" + PAPERLESS_DBNAME: "{{ .Values.cnpg.main.database }}" + PAPERLESS_DBUSER: "{{ .Values.cnpg.main.user }}" + PAPERLESS_DBPORT: "5432" + PAPERLESS_WEBSERVER_WORKERS: 2 + PAPERLESS_DBPASS: + secretKeyRef: + name: cnpg-main-user + key: password + PAPERLESS_DBHOST: + secretKeyRef: + name: cnpg-main-urls + key: host + PAPERLESS_SECRET_KEY: + secretKeyRef: + name: secrets + key: PAPERLESS_SECRET_KEY + PAPERLESS_REDIS: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url + PAPERLESS_ADMIN_USER: "admin" + PAPERLESS_ADMIN_PASSWORD: "admin" + PAPERLESS_ADMIN_MAIL: "admin@admin.com" + PAPERLESS_OCR_LANGUAGE: "eng" + PAPERLESS_OCR_LANGUAGES: "eng fra deu spa ita" diff --git a/stable/paperless-ngx/7.1.2/questions.yaml b/stable/paperless-ngx/7.2.2/questions.yaml similarity index 100% rename from stable/paperless-ngx/7.1.2/questions.yaml rename to stable/paperless-ngx/7.2.2/questions.yaml diff --git a/stable/pixapop/10.1.1/templates/NOTES.txt b/stable/paperless-ngx/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/pixapop/10.1.1/templates/NOTES.txt rename to stable/paperless-ngx/7.2.2/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.1.2/templates/_secrets.tpl b/stable/paperless-ngx/7.2.2/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.1.2/templates/_secrets.tpl rename to stable/paperless-ngx/7.2.2/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.1.2/templates/common.yaml b/stable/paperless-ngx/7.2.2/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.1.2/templates/common.yaml rename to stable/paperless-ngx/7.2.2/templates/common.yaml diff --git a/stable/phpmyadmin/5.1.1/values.yaml b/stable/paperless-ngx/7.2.2/values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.1/values.yaml rename to stable/paperless-ngx/7.2.2/values.yaml diff --git a/stable/papermerge/12.1.1/CHANGELOG.md b/stable/papermerge/12.1.1/CHANGELOG.md deleted file mode 100644 index cabe9fe15e8..00000000000 --- a/stable/papermerge/12.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/papermerge/12.1.1/Chart.yaml b/stable/papermerge/12.1.1/Chart.yaml deleted file mode 100644 index 752cf484e60..00000000000 --- a/stable/papermerge/12.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.9 -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/papermerge/12.1.1/charts/common-18.0.2.tgz b/stable/papermerge/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/papermerge/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/piaware/12.1.1/.helmignore b/stable/papermerge/12.2.2/.helmignore similarity index 100% rename from stable/piaware/12.1.1/.helmignore rename to stable/papermerge/12.2.2/.helmignore diff --git a/stable/papermerge/12.2.2/CHANGELOG.md b/stable/papermerge/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..68306972bd2 --- /dev/null +++ b/stable/papermerge/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/papermerge/12.2.2/Chart.yaml b/stable/papermerge/12.2.2/Chart.yaml new file mode 100644 index 00000000000..76f035fb7cd --- /dev/null +++ b/stable/papermerge/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.9 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/papermerge/12.1.1/README.md b/stable/papermerge/12.2.2/README.md similarity index 100% rename from stable/papermerge/12.1.1/README.md rename to stable/papermerge/12.2.2/README.md diff --git a/stable/papermerge/12.2.2/app-changelog.md b/stable/papermerge/12.2.2/app-changelog.md new file mode 100644 index 00000000000..ef3d8062f9b --- /dev/null +++ b/stable/papermerge/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/papermerge/12.1.1/app-readme.md b/stable/papermerge/12.2.2/app-readme.md similarity index 100% rename from stable/papermerge/12.1.1/app-readme.md rename to stable/papermerge/12.2.2/app-readme.md diff --git a/stable/papermerge/12.2.2/charts/common-18.1.6.tgz b/stable/papermerge/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/papermerge/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/papermerge/12.1.1/charts/redis-11.2.1.tgz b/stable/papermerge/12.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/papermerge/12.1.1/charts/redis-11.2.1.tgz rename to stable/papermerge/12.2.2/charts/redis-11.2.1.tgz diff --git a/stable/papermerge/12.1.1/ix_values.yaml b/stable/papermerge/12.2.2/ix_values.yaml similarity index 100% rename from stable/papermerge/12.1.1/ix_values.yaml rename to stable/papermerge/12.2.2/ix_values.yaml diff --git a/stable/papermerge/12.1.1/questions.yaml b/stable/papermerge/12.2.2/questions.yaml similarity index 100% rename from stable/papermerge/12.1.1/questions.yaml rename to stable/papermerge/12.2.2/questions.yaml diff --git a/stable/plaxt/8.1.1/templates/NOTES.txt b/stable/papermerge/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/plaxt/8.1.1/templates/NOTES.txt rename to stable/papermerge/12.2.2/templates/NOTES.txt diff --git a/stable/papermerge/12.1.1/templates/_secrets.tpl b/stable/papermerge/12.2.2/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.1.1/templates/_secrets.tpl rename to stable/papermerge/12.2.2/templates/_secrets.tpl diff --git a/stable/papermerge/12.1.1/templates/common.yaml b/stable/papermerge/12.2.2/templates/common.yaml similarity index 100% rename from stable/papermerge/12.1.1/templates/common.yaml rename to stable/papermerge/12.2.2/templates/common.yaml diff --git a/stable/piaware/12.1.1/values.yaml b/stable/papermerge/12.2.2/values.yaml similarity index 100% rename from stable/piaware/12.1.1/values.yaml rename to stable/papermerge/12.2.2/values.yaml diff --git a/stable/passwordpusherephemeral/5.1.1/CHANGELOG.md b/stable/passwordpusherephemeral/5.1.1/CHANGELOG.md deleted file mode 100644 index 45892c363f8..00000000000 --- a/stable/passwordpusherephemeral/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.1.1/Chart.yaml b/stable/passwordpusherephemeral/5.1.1/Chart.yaml deleted file mode 100644 index 1d6811feb25..00000000000 --- a/stable/passwordpusherephemeral/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/passwordpusherephemeral/5.1.1/charts/common-18.0.2.tgz b/stable/passwordpusherephemeral/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/passwordpusherephemeral/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/picoshare/9.1.1/.helmignore b/stable/passwordpusherephemeral/5.2.2/.helmignore similarity index 100% rename from stable/picoshare/9.1.1/.helmignore rename to stable/passwordpusherephemeral/5.2.2/.helmignore diff --git a/stable/passwordpusherephemeral/5.2.2/CHANGELOG.md b/stable/passwordpusherephemeral/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8a35ad13fe3 --- /dev/null +++ b/stable/passwordpusherephemeral/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/passwordpusherephemeral/5.2.2/Chart.yaml b/stable/passwordpusherephemeral/5.2.2/Chart.yaml new file mode 100644 index 00000000000..90ba8480bbe --- /dev/null +++ b/stable/passwordpusherephemeral/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/passwordpusherephemeral/5.1.1/README.md b/stable/passwordpusherephemeral/5.2.2/README.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/README.md rename to stable/passwordpusherephemeral/5.2.2/README.md diff --git a/stable/passwordpusherephemeral/5.2.2/app-changelog.md b/stable/passwordpusherephemeral/5.2.2/app-changelog.md new file mode 100644 index 00000000000..63388c361af --- /dev/null +++ b/stable/passwordpusherephemeral/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/passwordpusherephemeral/5.1.1/app-readme.md b/stable/passwordpusherephemeral/5.2.2/app-readme.md similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/app-readme.md rename to stable/passwordpusherephemeral/5.2.2/app-readme.md diff --git a/stable/passwordpusherephemeral/5.2.2/charts/common-18.1.6.tgz b/stable/passwordpusherephemeral/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/passwordpusherephemeral/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/passwordpusherephemeral/5.1.1/ix_values.yaml b/stable/passwordpusherephemeral/5.2.2/ix_values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/ix_values.yaml rename to stable/passwordpusherephemeral/5.2.2/ix_values.yaml diff --git a/stable/passwordpusherephemeral/5.1.1/questions.yaml b/stable/passwordpusherephemeral/5.2.2/questions.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.1.1/questions.yaml rename to stable/passwordpusherephemeral/5.2.2/questions.yaml diff --git a/stable/pasta/8.1.1/templates/common.yaml b/stable/passwordpusherephemeral/5.2.2/templates/common.yaml similarity index 100% rename from stable/pasta/8.1.1/templates/common.yaml rename to stable/passwordpusherephemeral/5.2.2/templates/common.yaml diff --git a/stable/picoshare/9.1.1/values.yaml b/stable/passwordpusherephemeral/5.2.2/values.yaml similarity index 100% rename from stable/picoshare/9.1.1/values.yaml rename to stable/passwordpusherephemeral/5.2.2/values.yaml diff --git a/stable/pasta/8.1.1/CHANGELOG.md b/stable/pasta/8.1.1/CHANGELOG.md deleted file mode 100644 index 9b970fb37f3..00000000000 --- a/stable/pasta/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pasta/8.1.1/Chart.yaml b/stable/pasta/8.1.1/Chart.yaml deleted file mode 100644 index 1b48dde3382..00000000000 --- a/stable/pasta/8.1.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: MediaApp-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pasta/8.1.1/charts/common-18.0.2.tgz b/stable/pasta/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pasta/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pigallery2/5.1.1/.helmignore b/stable/pasta/8.2.2/.helmignore similarity index 100% rename from stable/pigallery2/5.1.1/.helmignore rename to stable/pasta/8.2.2/.helmignore diff --git a/stable/pasta/8.2.2/CHANGELOG.md b/stable/pasta/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..162bb8d0740 --- /dev/null +++ b/stable/pasta/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pasta/8.2.2/Chart.yaml b/stable/pasta/8.2.2/Chart.yaml new file mode 100644 index 00000000000..c1b252827f4 --- /dev/null +++ b/stable/pasta/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pasta/8.1.1/README.md b/stable/pasta/8.2.2/README.md similarity index 100% rename from stable/pasta/8.1.1/README.md rename to stable/pasta/8.2.2/README.md diff --git a/stable/pasta/8.2.2/app-changelog.md b/stable/pasta/8.2.2/app-changelog.md new file mode 100644 index 00000000000..5df978d662a --- /dev/null +++ b/stable/pasta/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pasta/8.1.1/app-readme.md b/stable/pasta/8.2.2/app-readme.md similarity index 100% rename from stable/pasta/8.1.1/app-readme.md rename to stable/pasta/8.2.2/app-readme.md diff --git a/stable/pasta/8.2.2/charts/common-18.1.6.tgz b/stable/pasta/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pasta/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pasta/8.1.1/ix_values.yaml b/stable/pasta/8.2.2/ix_values.yaml similarity index 100% rename from stable/pasta/8.1.1/ix_values.yaml rename to stable/pasta/8.2.2/ix_values.yaml diff --git a/stable/pasta/8.1.1/questions.yaml b/stable/pasta/8.2.2/questions.yaml similarity index 100% rename from stable/pasta/8.1.1/questions.yaml rename to stable/pasta/8.2.2/questions.yaml diff --git a/stable/plex-auto-languages/8.1.1/templates/NOTES.txt b/stable/pasta/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/plex-auto-languages/8.1.1/templates/NOTES.txt rename to stable/pasta/8.2.2/templates/NOTES.txt diff --git a/stable/pavlovvr/5.1.1/templates/common.yaml b/stable/pasta/8.2.2/templates/common.yaml similarity index 100% rename from stable/pavlovvr/5.1.1/templates/common.yaml rename to stable/pasta/8.2.2/templates/common.yaml diff --git a/stable/pigallery2/5.1.1/values.yaml b/stable/pasta/8.2.2/values.yaml similarity index 100% rename from stable/pigallery2/5.1.1/values.yaml rename to stable/pasta/8.2.2/values.yaml diff --git a/stable/pastey/6.1.1/CHANGELOG.md b/stable/pastey/6.1.1/CHANGELOG.md deleted file mode 100644 index cbf380f8cc6..00000000000 --- a/stable/pastey/6.1.1/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 - - -## [pastey-5.1.6](https://github.com/truecharts/charts/compare/pastey-5.1.4...pastey-5.1.6) (2024-01-02) diff --git a/stable/pastey/6.1.1/Chart.yaml b/stable/pastey/6.1.1/Chart.yaml deleted file mode 100644 index a2caa8ddd2f..00000000000 --- a/stable/pastey/6.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pastey/6.1.1/charts/common-18.0.2.tgz b/stable/pastey/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pastey/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pihole/15.1.2/.helmignore b/stable/pastey/6.2.2/.helmignore similarity index 100% rename from stable/pihole/15.1.2/.helmignore rename to stable/pastey/6.2.2/.helmignore diff --git a/stable/pastey/6.2.2/CHANGELOG.md b/stable/pastey/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7d90bef1d19 --- /dev/null +++ b/stable/pastey/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pastey/6.2.2/Chart.yaml b/stable/pastey/6.2.2/Chart.yaml new file mode 100644 index 00000000000..cd385ea6c7f --- /dev/null +++ b/stable/pastey/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pastey/6.1.1/README.md b/stable/pastey/6.2.2/README.md similarity index 100% rename from stable/pastey/6.1.1/README.md rename to stable/pastey/6.2.2/README.md diff --git a/stable/pastey/6.2.2/app-changelog.md b/stable/pastey/6.2.2/app-changelog.md new file mode 100644 index 00000000000..1df4e8c5281 --- /dev/null +++ b/stable/pastey/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pastey/6.1.1/app-readme.md b/stable/pastey/6.2.2/app-readme.md similarity index 100% rename from stable/pastey/6.1.1/app-readme.md rename to stable/pastey/6.2.2/app-readme.md diff --git a/stable/pastey/6.2.2/charts/common-18.1.6.tgz b/stable/pastey/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pastey/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pastey/6.1.1/ix_values.yaml b/stable/pastey/6.2.2/ix_values.yaml similarity index 100% rename from stable/pastey/6.1.1/ix_values.yaml rename to stable/pastey/6.2.2/ix_values.yaml diff --git a/stable/pastey/6.1.1/questions.yaml b/stable/pastey/6.2.2/questions.yaml similarity index 100% rename from stable/pastey/6.1.1/questions.yaml rename to stable/pastey/6.2.2/questions.yaml diff --git a/stable/plex-meta-manager/6.1.1/templates/NOTES.txt b/stable/pastey/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/plex-meta-manager/6.1.1/templates/NOTES.txt rename to stable/pastey/6.2.2/templates/NOTES.txt diff --git a/stable/plexripper/8.1.1/templates/common.yaml b/stable/pastey/6.2.2/templates/common.yaml similarity index 100% rename from stable/plexripper/8.1.1/templates/common.yaml rename to stable/pastey/6.2.2/templates/common.yaml diff --git a/stable/pihole/15.1.2/values.yaml b/stable/pastey/6.2.2/values.yaml similarity index 100% rename from stable/pihole/15.1.2/values.yaml rename to stable/pastey/6.2.2/values.yaml diff --git a/stable/pavlovvr/5.1.1/CHANGELOG.md b/stable/pavlovvr/5.1.1/CHANGELOG.md deleted file mode 100644 index 1c8a2b89811..00000000000 --- a/stable/pavlovvr/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pavlovvr/5.1.1/Chart.yaml b/stable/pavlovvr/5.1.1/Chart.yaml deleted file mode 100644 index 2fa1184b0d4..00000000000 --- a/stable/pavlovvr/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: palor -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pavlovvr/5.1.1/charts/common-18.0.2.tgz b/stable/pavlovvr/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pavlovvr/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pinry/9.1.1/.helmignore b/stable/pavlovvr/5.2.2/.helmignore similarity index 100% rename from stable/pinry/9.1.1/.helmignore rename to stable/pavlovvr/5.2.2/.helmignore diff --git a/stable/pavlovvr/5.2.2/CHANGELOG.md b/stable/pavlovvr/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8593483dbe7 --- /dev/null +++ b/stable/pavlovvr/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pavlovvr/5.2.2/Chart.yaml b/stable/pavlovvr/5.2.2/Chart.yaml new file mode 100644 index 00000000000..73b0e4bc01f --- /dev/null +++ b/stable/pavlovvr/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: palor +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pavlovvr/5.1.1/README.md b/stable/pavlovvr/5.2.2/README.md similarity index 100% rename from stable/pavlovvr/5.1.1/README.md rename to stable/pavlovvr/5.2.2/README.md diff --git a/stable/pavlovvr/5.2.2/app-changelog.md b/stable/pavlovvr/5.2.2/app-changelog.md new file mode 100644 index 00000000000..dd393bbd492 --- /dev/null +++ b/stable/pavlovvr/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pavlovvr/5.1.1/app-readme.md b/stable/pavlovvr/5.2.2/app-readme.md similarity index 100% rename from stable/pavlovvr/5.1.1/app-readme.md rename to stable/pavlovvr/5.2.2/app-readme.md diff --git a/stable/pavlovvr/5.2.2/charts/common-18.1.6.tgz b/stable/pavlovvr/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pavlovvr/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pavlovvr/5.1.1/ix_values.yaml b/stable/pavlovvr/5.2.2/ix_values.yaml similarity index 100% rename from stable/pavlovvr/5.1.1/ix_values.yaml rename to stable/pavlovvr/5.2.2/ix_values.yaml diff --git a/stable/pavlovvr/5.1.1/questions.yaml b/stable/pavlovvr/5.2.2/questions.yaml similarity index 100% rename from stable/pavlovvr/5.1.1/questions.yaml rename to stable/pavlovvr/5.2.2/questions.yaml diff --git a/stable/phoronix-test-suite/5.1.1/templates/common.yaml b/stable/pavlovvr/5.2.2/templates/common.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.1/templates/common.yaml rename to stable/pavlovvr/5.2.2/templates/common.yaml diff --git a/stable/pinry/9.1.1/values.yaml b/stable/pavlovvr/5.2.2/values.yaml similarity index 100% rename from stable/pinry/9.1.1/values.yaml rename to stable/pavlovvr/5.2.2/values.yaml diff --git a/stable/piwigo/12.2.4/.helmignore b/stable/peanut/1.0.2/.helmignore similarity index 100% rename from stable/piwigo/12.2.4/.helmignore rename to stable/peanut/1.0.2/.helmignore diff --git a/stable/peanut/1.0.2/CHANGELOG.md b/stable/peanut/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..51f417d767e --- /dev/null +++ b/stable/peanut/1.0.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.0.2/Chart.yaml b/stable/peanut/1.0.2/Chart.yaml new file mode 100644 index 00000000000..982cf46be1c --- /dev/null +++ b/stable/peanut/1.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/peanut/1.0.2/README.md b/stable/peanut/1.0.2/README.md new file mode 100644 index 00000000000..68f8187e899 --- /dev/null +++ b/stable/peanut/1.0.2/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.0.2/app-changelog.md b/stable/peanut/1.0.2/app-changelog.md new file mode 100644 index 00000000000..5c7550c34e2 --- /dev/null +++ b/stable/peanut/1.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.0.2/app-readme.md b/stable/peanut/1.0.2/app-readme.md new file mode 100644 index 00000000000..9615304c26b --- /dev/null +++ b/stable/peanut/1.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/peanut/1.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/peanut/1.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/peanut/1.0.2/ix_values.yaml b/stable/peanut/1.0.2/ix_values.yaml new file mode 100644 index 00000000000..0c9692750cb --- /dev/null +++ b/stable/peanut/1.0.2/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.0.2/questions.yaml b/stable/peanut/1.0.2/questions.yaml new file mode 100755 index 00000000000..edde04806c4 --- /dev/null +++ b/stable/peanut/1.0.2/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/plex-playlist-sync/3.1.1/templates/NOTES.txt b/stable/peanut/1.0.2/templates/NOTES.txt similarity index 100% rename from stable/plex-playlist-sync/3.1.1/templates/NOTES.txt rename to stable/peanut/1.0.2/templates/NOTES.txt diff --git a/stable/pocketmine-mp/3.1.1/templates/common.yaml b/stable/peanut/1.0.2/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.1/templates/common.yaml rename to stable/peanut/1.0.2/templates/common.yaml diff --git a/stable/piwigo/12.2.4/values.yaml b/stable/peanut/1.0.2/values.yaml similarity index 100% rename from stable/piwigo/12.2.4/values.yaml rename to stable/peanut/1.0.2/values.yaml diff --git a/stable/pgadmin/15.1.1/CHANGELOG.md b/stable/pgadmin/15.1.1/CHANGELOG.md deleted file mode 100644 index 8f768ed4432..00000000000 --- a/stable/pgadmin/15.1.1/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) - -### Chore diff --git a/stable/pgadmin/15.1.1/Chart.yaml b/stable/pgadmin/15.1.1/Chart.yaml deleted file mode 100644 index cc0acc26524..00000000000 --- a/stable/pgadmin/15.1.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: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.3.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pgadmin/15.1.1/charts/common-18.0.2.tgz b/stable/pgadmin/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pgadmin/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pixapop/10.1.1/.helmignore b/stable/pgadmin/15.2.2/.helmignore similarity index 100% rename from stable/pixapop/10.1.1/.helmignore rename to stable/pgadmin/15.2.2/.helmignore diff --git a/stable/pgadmin/15.2.2/CHANGELOG.md b/stable/pgadmin/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..404c22bf9b1 --- /dev/null +++ b/stable/pgadmin/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/pgadmin/15.2.2/Chart.yaml b/stable/pgadmin/15.2.2/Chart.yaml new file mode 100644 index 00000000000..19aa08506db --- /dev/null +++ b/stable/pgadmin/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pgadmin/15.1.1/README.md b/stable/pgadmin/15.2.2/README.md similarity index 100% rename from stable/pgadmin/15.1.1/README.md rename to stable/pgadmin/15.2.2/README.md diff --git a/stable/pgadmin/15.2.2/app-changelog.md b/stable/pgadmin/15.2.2/app-changelog.md new file mode 100644 index 00000000000..b635167c66b --- /dev/null +++ b/stable/pgadmin/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pgadmin/15.1.1/app-readme.md b/stable/pgadmin/15.2.2/app-readme.md similarity index 100% rename from stable/pgadmin/15.1.1/app-readme.md rename to stable/pgadmin/15.2.2/app-readme.md diff --git a/stable/pgadmin/15.2.2/charts/common-18.1.6.tgz b/stable/pgadmin/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pgadmin/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pgadmin/15.1.1/ix_values.yaml b/stable/pgadmin/15.2.2/ix_values.yaml similarity index 100% rename from stable/pgadmin/15.1.1/ix_values.yaml rename to stable/pgadmin/15.2.2/ix_values.yaml diff --git a/stable/pgadmin/15.1.1/questions.yaml b/stable/pgadmin/15.2.2/questions.yaml similarity index 100% rename from stable/pgadmin/15.1.1/questions.yaml rename to stable/pgadmin/15.2.2/questions.yaml diff --git a/stable/plex-utills/8.1.1/templates/NOTES.txt b/stable/pgadmin/15.2.2/templates/NOTES.txt similarity index 100% rename from stable/plex-utills/8.1.1/templates/NOTES.txt rename to stable/pgadmin/15.2.2/templates/NOTES.txt diff --git a/stable/podgrab/17.1.1/templates/common.yaml b/stable/pgadmin/15.2.2/templates/common.yaml similarity index 100% rename from stable/podgrab/17.1.1/templates/common.yaml rename to stable/pgadmin/15.2.2/templates/common.yaml diff --git a/stable/pixapop/10.1.1/values.yaml b/stable/pgadmin/15.2.2/values.yaml similarity index 100% rename from stable/pixapop/10.1.1/values.yaml rename to stable/pgadmin/15.2.2/values.yaml diff --git a/stable/phoronix-test-suite/5.1.1/CHANGELOG.md b/stable/phoronix-test-suite/5.1.1/CHANGELOG.md deleted file mode 100644 index 09b2600db05..00000000000 --- a/stable/phoronix-test-suite/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.1.1/Chart.yaml b/stable/phoronix-test-suite/5.1.1/Chart.yaml deleted file mode 100644 index 082107a5acc..00000000000 --- a/stable/phoronix-test-suite/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/phoronix-test-suite/5.1.1/charts/common-18.0.2.tgz b/stable/phoronix-test-suite/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/phoronix-test-suite/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pixark/5.1.1/.helmignore b/stable/phoronix-test-suite/5.2.2/.helmignore similarity index 100% rename from stable/pixark/5.1.1/.helmignore rename to stable/phoronix-test-suite/5.2.2/.helmignore diff --git a/stable/phoronix-test-suite/5.2.2/CHANGELOG.md b/stable/phoronix-test-suite/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0287e738be1 --- /dev/null +++ b/stable/phoronix-test-suite/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/phoronix-test-suite/5.2.2/Chart.yaml b/stable/phoronix-test-suite/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5f18bcb81db --- /dev/null +++ b/stable/phoronix-test-suite/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/phoronix-test-suite/5.1.1/README.md b/stable/phoronix-test-suite/5.2.2/README.md similarity index 100% rename from stable/phoronix-test-suite/5.1.1/README.md rename to stable/phoronix-test-suite/5.2.2/README.md diff --git a/stable/phoronix-test-suite/5.2.2/app-changelog.md b/stable/phoronix-test-suite/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4e552ba3077 --- /dev/null +++ b/stable/phoronix-test-suite/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/phoronix-test-suite/5.1.1/app-readme.md b/stable/phoronix-test-suite/5.2.2/app-readme.md similarity index 100% rename from stable/phoronix-test-suite/5.1.1/app-readme.md rename to stable/phoronix-test-suite/5.2.2/app-readme.md diff --git a/stable/phoronix-test-suite/5.2.2/charts/common-18.1.6.tgz b/stable/phoronix-test-suite/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/phoronix-test-suite/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/phoronix-test-suite/5.1.1/ix_values.yaml b/stable/phoronix-test-suite/5.2.2/ix_values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.1/ix_values.yaml rename to stable/phoronix-test-suite/5.2.2/ix_values.yaml diff --git a/stable/phoronix-test-suite/5.1.1/questions.yaml b/stable/phoronix-test-suite/5.2.2/questions.yaml similarity index 100% rename from stable/phoronix-test-suite/5.1.1/questions.yaml rename to stable/phoronix-test-suite/5.2.2/questions.yaml diff --git a/stable/photo-stream/5.1.1/templates/common.yaml b/stable/phoronix-test-suite/5.2.2/templates/common.yaml similarity index 100% rename from stable/photo-stream/5.1.1/templates/common.yaml rename to stable/phoronix-test-suite/5.2.2/templates/common.yaml diff --git a/stable/pixark/5.1.1/values.yaml b/stable/phoronix-test-suite/5.2.2/values.yaml similarity index 100% rename from stable/pixark/5.1.1/values.yaml rename to stable/phoronix-test-suite/5.2.2/values.yaml diff --git a/stable/photo-stream/5.1.1/CHANGELOG.md b/stable/photo-stream/5.1.1/CHANGELOG.md deleted file mode 100644 index 46f7e6d8e22..00000000000 --- a/stable/photo-stream/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/photo-stream/5.1.1/Chart.yaml b/stable/photo-stream/5.1.1/Chart.yaml deleted file mode 100644 index 1563621b7d7..00000000000 --- a/stable/photo-stream/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/photo-stream/5.1.1/charts/common-18.0.2.tgz b/stable/photo-stream/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/photo-stream/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plausible/10.2.5/.helmignore b/stable/photo-stream/5.2.2/.helmignore similarity index 100% rename from stable/plausible/10.2.5/.helmignore rename to stable/photo-stream/5.2.2/.helmignore diff --git a/stable/photo-stream/5.2.2/CHANGELOG.md b/stable/photo-stream/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..44eb49c50d5 --- /dev/null +++ b/stable/photo-stream/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/photo-stream/5.2.2/Chart.yaml b/stable/photo-stream/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d4ff0e35a9e --- /dev/null +++ b/stable/photo-stream/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/photo-stream/5.1.1/README.md b/stable/photo-stream/5.2.2/README.md similarity index 100% rename from stable/photo-stream/5.1.1/README.md rename to stable/photo-stream/5.2.2/README.md diff --git a/stable/photo-stream/5.2.2/app-changelog.md b/stable/photo-stream/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cb614a36ba7 --- /dev/null +++ b/stable/photo-stream/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/photo-stream/5.1.1/app-readme.md b/stable/photo-stream/5.2.2/app-readme.md similarity index 100% rename from stable/photo-stream/5.1.1/app-readme.md rename to stable/photo-stream/5.2.2/app-readme.md diff --git a/stable/photo-stream/5.2.2/charts/common-18.1.6.tgz b/stable/photo-stream/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/photo-stream/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/photo-stream/5.1.1/ix_values.yaml b/stable/photo-stream/5.2.2/ix_values.yaml similarity index 100% rename from stable/photo-stream/5.1.1/ix_values.yaml rename to stable/photo-stream/5.2.2/ix_values.yaml diff --git a/stable/photo-stream/5.1.1/questions.yaml b/stable/photo-stream/5.2.2/questions.yaml similarity index 100% rename from stable/photo-stream/5.1.1/questions.yaml rename to stable/photo-stream/5.2.2/questions.yaml diff --git a/stable/phpmyadmin/5.1.1/templates/common.yaml b/stable/photo-stream/5.2.2/templates/common.yaml similarity index 100% rename from stable/phpmyadmin/5.1.1/templates/common.yaml rename to stable/photo-stream/5.2.2/templates/common.yaml diff --git a/stable/plausible/10.2.5/values.yaml b/stable/photo-stream/5.2.2/values.yaml similarity index 100% rename from stable/plausible/10.2.5/values.yaml rename to stable/photo-stream/5.2.2/values.yaml diff --git a/stable/photoprism/20.2.2/CHANGELOG.md b/stable/photoprism/20.2.2/CHANGELOG.md deleted file mode 100644 index 1462ba35542..00000000000 --- a/stable/photoprism/20.2.2/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)) - - -## [photoprism-19.1.7](https://github.com/truecharts/charts/compare/photoprism-19.1.6...photoprism-19.1.7) (2024-01-02) diff --git a/stable/photoprism/20.2.2/Chart.yaml b/stable/photoprism/20.2.2/Chart.yaml deleted file mode 100644 index d6d90f110e5..00000000000 --- a/stable/photoprism/20.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 231128.0.0 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/photoprism/20.2.2/charts/common-18.0.2.tgz b/stable/photoprism/20.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/photoprism/20.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/photoprism/20.2.2/charts/mariadb-13.0.0.tgz b/stable/photoprism/20.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/photoprism/20.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/plaxt/8.1.1/.helmignore b/stable/photoprism/20.4.2/.helmignore similarity index 100% rename from stable/plaxt/8.1.1/.helmignore rename to stable/photoprism/20.4.2/.helmignore diff --git a/stable/photoprism/20.4.2/CHANGELOG.md b/stable/photoprism/20.4.2/CHANGELOG.md new file mode 100644 index 00000000000..379a4ee54f7 --- /dev/null +++ b/stable/photoprism/20.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + diff --git a/stable/photoprism/20.4.2/Chart.yaml b/stable/photoprism/20.4.2/Chart.yaml new file mode 100644 index 00000000000..c23fecccee6 --- /dev/null +++ b/stable/photoprism/20.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 231128.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/photoprism/20.2.2/README.md b/stable/photoprism/20.4.2/README.md similarity index 100% rename from stable/photoprism/20.2.2/README.md rename to stable/photoprism/20.4.2/README.md diff --git a/stable/photoprism/20.4.2/app-changelog.md b/stable/photoprism/20.4.2/app-changelog.md new file mode 100644 index 00000000000..97f5b29df90 --- /dev/null +++ b/stable/photoprism/20.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/photoprism/20.2.2/app-readme.md b/stable/photoprism/20.4.2/app-readme.md similarity index 100% rename from stable/photoprism/20.2.2/app-readme.md rename to stable/photoprism/20.4.2/app-readme.md diff --git a/stable/photoprism/20.4.2/charts/common-18.1.6.tgz b/stable/photoprism/20.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/photoprism/20.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/photoprism/20.4.2/charts/mariadb-13.2.0.tgz b/stable/photoprism/20.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/photoprism/20.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/photoprism/20.2.2/ix_values.yaml b/stable/photoprism/20.4.2/ix_values.yaml similarity index 100% rename from stable/photoprism/20.2.2/ix_values.yaml rename to stable/photoprism/20.4.2/ix_values.yaml diff --git a/stable/photoprism/20.2.2/questions.yaml b/stable/photoprism/20.4.2/questions.yaml similarity index 100% rename from stable/photoprism/20.2.2/questions.yaml rename to stable/photoprism/20.4.2/questions.yaml diff --git a/stable/plex/17.1.2/templates/NOTES.txt b/stable/photoprism/20.4.2/templates/NOTES.txt similarity index 100% rename from stable/plex/17.1.2/templates/NOTES.txt rename to stable/photoprism/20.4.2/templates/NOTES.txt diff --git a/stable/pretend-youre-xyzzy/13.1.1/templates/common.yaml b/stable/photoprism/20.4.2/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/templates/common.yaml rename to stable/photoprism/20.4.2/templates/common.yaml diff --git a/stable/plaxt/8.1.1/values.yaml b/stable/photoprism/20.4.2/values.yaml similarity index 100% rename from stable/plaxt/8.1.1/values.yaml rename to stable/photoprism/20.4.2/values.yaml diff --git a/stable/photoshow/10.1.1/CHANGELOG.md b/stable/photoshow/10.1.1/CHANGELOG.md deleted file mode 100644 index 8fe6ea0f2e0..00000000000 --- a/stable/photoshow/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/photoshow/10.1.1/Chart.yaml b/stable/photoshow/10.1.1/Chart.yaml deleted file mode 100644 index c123900371e..00000000000 --- a/stable/photoshow/10.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 48aabb98 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/photoshow/10.1.1/charts/common-18.0.2.tgz b/stable/photoshow/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/photoshow/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/8.1.1/.helmignore b/stable/photoshow/10.2.2/.helmignore similarity index 100% rename from stable/plex-auto-languages/8.1.1/.helmignore rename to stable/photoshow/10.2.2/.helmignore diff --git a/stable/photoshow/10.2.2/CHANGELOG.md b/stable/photoshow/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f2d5893f1ee --- /dev/null +++ b/stable/photoshow/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/photoshow/10.2.2/Chart.yaml b/stable/photoshow/10.2.2/Chart.yaml new file mode 100644 index 00000000000..2a877e9bf28 --- /dev/null +++ b/stable/photoshow/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 48aabb98 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/photoshow/10.1.1/README.md b/stable/photoshow/10.2.2/README.md similarity index 100% rename from stable/photoshow/10.1.1/README.md rename to stable/photoshow/10.2.2/README.md diff --git a/stable/photoshow/10.2.2/app-changelog.md b/stable/photoshow/10.2.2/app-changelog.md new file mode 100644 index 00000000000..50356ed0281 --- /dev/null +++ b/stable/photoshow/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/photoshow/10.1.1/app-readme.md b/stable/photoshow/10.2.2/app-readme.md similarity index 100% rename from stable/photoshow/10.1.1/app-readme.md rename to stable/photoshow/10.2.2/app-readme.md diff --git a/stable/photoshow/10.2.2/charts/common-18.1.6.tgz b/stable/photoshow/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/photoshow/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/photoshow/10.1.1/ix_values.yaml b/stable/photoshow/10.2.2/ix_values.yaml similarity index 100% rename from stable/photoshow/10.1.1/ix_values.yaml rename to stable/photoshow/10.2.2/ix_values.yaml diff --git a/stable/photoshow/10.1.1/questions.yaml b/stable/photoshow/10.2.2/questions.yaml similarity index 100% rename from stable/photoshow/10.1.1/questions.yaml rename to stable/photoshow/10.2.2/questions.yaml diff --git a/stable/plexanisync/6.1.1/templates/NOTES.txt b/stable/photoshow/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/plexanisync/6.1.1/templates/NOTES.txt rename to stable/photoshow/10.2.2/templates/NOTES.txt diff --git a/stable/photoshow/10.1.1/templates/common.yaml b/stable/photoshow/10.2.2/templates/common.yaml similarity index 100% rename from stable/photoshow/10.1.1/templates/common.yaml rename to stable/photoshow/10.2.2/templates/common.yaml diff --git a/stable/plex-auto-languages/8.1.1/values.yaml b/stable/photoshow/10.2.2/values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.1/values.yaml rename to stable/photoshow/10.2.2/values.yaml diff --git a/stable/photostructure/7.1.1/CHANGELOG.md b/stable/photostructure/7.1.1/CHANGELOG.md deleted file mode 100644 index cc299a98423..00000000000 --- a/stable/photostructure/7.1.1/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 - - -## [photostructure-5.1.6](https://github.com/truecharts/charts/compare/photostructure-5.1.4...photostructure-5.1.6) (2024-01-02) diff --git a/stable/photostructure/7.1.1/Chart.yaml b/stable/photostructure/7.1.1/Chart.yaml deleted file mode 100644 index cd30d5eecad..00000000000 --- a/stable/photostructure/7.1.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: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2023.12.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/photostructure/7.1.1/charts/common-18.0.2.tgz b/stable/photostructure/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/photostructure/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex-meta-manager/6.1.1/.helmignore b/stable/photostructure/7.2.2/.helmignore similarity index 100% rename from stable/plex-meta-manager/6.1.1/.helmignore rename to stable/photostructure/7.2.2/.helmignore diff --git a/stable/photostructure/7.2.2/CHANGELOG.md b/stable/photostructure/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8be65134a04 --- /dev/null +++ b/stable/photostructure/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/photostructure/7.2.2/Chart.yaml b/stable/photostructure/7.2.2/Chart.yaml new file mode 100644 index 00000000000..4e30b61a3fd --- /dev/null +++ b/stable/photostructure/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2023.12.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/photostructure/7.1.1/README.md b/stable/photostructure/7.2.2/README.md similarity index 100% rename from stable/photostructure/7.1.1/README.md rename to stable/photostructure/7.2.2/README.md diff --git a/stable/photostructure/7.2.2/app-changelog.md b/stable/photostructure/7.2.2/app-changelog.md new file mode 100644 index 00000000000..bee027a6e65 --- /dev/null +++ b/stable/photostructure/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/photostructure/7.1.1/app-readme.md b/stable/photostructure/7.2.2/app-readme.md similarity index 100% rename from stable/photostructure/7.1.1/app-readme.md rename to stable/photostructure/7.2.2/app-readme.md diff --git a/stable/photostructure/7.2.2/charts/common-18.1.6.tgz b/stable/photostructure/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/photostructure/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/photostructure/7.1.1/ix_values.yaml b/stable/photostructure/7.2.2/ix_values.yaml similarity index 100% rename from stable/photostructure/7.1.1/ix_values.yaml rename to stable/photostructure/7.2.2/ix_values.yaml diff --git a/stable/photostructure/7.1.1/questions.yaml b/stable/photostructure/7.2.2/questions.yaml similarity index 100% rename from stable/photostructure/7.1.1/questions.yaml rename to stable/photostructure/7.2.2/questions.yaml diff --git a/stable/plexripper/8.1.1/templates/NOTES.txt b/stable/photostructure/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/plexripper/8.1.1/templates/NOTES.txt rename to stable/photostructure/7.2.2/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.1.2/templates/common.yaml b/stable/photostructure/7.2.2/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.2/templates/common.yaml rename to stable/photostructure/7.2.2/templates/common.yaml diff --git a/stable/plex-meta-manager/6.1.1/values.yaml b/stable/photostructure/7.2.2/values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.1/values.yaml rename to stable/photostructure/7.2.2/values.yaml diff --git a/stable/photoview/13.1.1/CHANGELOG.md b/stable/photoview/13.1.1/CHANGELOG.md deleted file mode 100644 index 4e97b5c73de..00000000000 --- a/stable/photoview/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/photoview/13.1.1/Chart.yaml b/stable/photoview/13.1.1/Chart.yaml deleted file mode 100644 index d3859d30386..00000000000 --- a/stable/photoview/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.13 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/photoview/13.1.1/charts/common-18.0.2.tgz b/stable/photoview/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/photoview/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex-playlist-sync/3.1.1/.helmignore b/stable/photoview/13.2.2/.helmignore similarity index 100% rename from stable/plex-playlist-sync/3.1.1/.helmignore rename to stable/photoview/13.2.2/.helmignore diff --git a/stable/photoview/13.2.2/CHANGELOG.md b/stable/photoview/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9adfac90c40 --- /dev/null +++ b/stable/photoview/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/photoview/13.2.2/Chart.yaml b/stable/photoview/13.2.2/Chart.yaml new file mode 100644 index 00000000000..162dc94d022 --- /dev/null +++ b/stable/photoview/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.13 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/photoview/13.1.1/README.md b/stable/photoview/13.2.2/README.md similarity index 100% rename from stable/photoview/13.1.1/README.md rename to stable/photoview/13.2.2/README.md diff --git a/stable/photoview/13.2.2/app-changelog.md b/stable/photoview/13.2.2/app-changelog.md new file mode 100644 index 00000000000..a9dba9df578 --- /dev/null +++ b/stable/photoview/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/photoview/13.1.1/app-readme.md b/stable/photoview/13.2.2/app-readme.md similarity index 100% rename from stable/photoview/13.1.1/app-readme.md rename to stable/photoview/13.2.2/app-readme.md diff --git a/stable/photoview/13.2.2/charts/common-18.1.6.tgz b/stable/photoview/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/photoview/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/photoview/13.1.1/ix_values.yaml b/stable/photoview/13.2.2/ix_values.yaml similarity index 100% rename from stable/photoview/13.1.1/ix_values.yaml rename to stable/photoview/13.2.2/ix_values.yaml diff --git a/stable/photoview/13.1.1/questions.yaml b/stable/photoview/13.2.2/questions.yaml similarity index 100% rename from stable/photoview/13.1.1/questions.yaml rename to stable/photoview/13.2.2/questions.yaml diff --git a/stable/plextraktsync/7.2.0/templates/NOTES.txt b/stable/photoview/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/7.2.0/templates/NOTES.txt rename to stable/photoview/13.2.2/templates/NOTES.txt diff --git a/stable/photoview/13.1.1/templates/_secrets.tpl b/stable/photoview/13.2.2/templates/_secrets.tpl similarity index 100% rename from stable/photoview/13.1.1/templates/_secrets.tpl rename to stable/photoview/13.2.2/templates/_secrets.tpl diff --git a/stable/photoview/13.1.1/templates/common.yaml b/stable/photoview/13.2.2/templates/common.yaml similarity index 100% rename from stable/photoview/13.1.1/templates/common.yaml rename to stable/photoview/13.2.2/templates/common.yaml diff --git a/stable/plex-playlist-sync/3.1.1/values.yaml b/stable/photoview/13.2.2/values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.1/values.yaml rename to stable/photoview/13.2.2/values.yaml diff --git a/stable/phpldapadmin/13.1.1/CHANGELOG.md b/stable/phpldapadmin/13.1.1/CHANGELOG.md deleted file mode 100644 index 44ecf81a03b..00000000000 --- a/stable/phpldapadmin/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/phpldapadmin/13.1.1/Chart.yaml b/stable/phpldapadmin/13.1.1/Chart.yaml deleted file mode 100644 index 2ad0ac50f2c..00000000000 --- a/stable/phpldapadmin/13.1.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: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.9.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/phpldapadmin/13.1.1/charts/common-18.0.2.tgz b/stable/phpldapadmin/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/phpldapadmin/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex-utills/8.1.1/.helmignore b/stable/phpldapadmin/13.2.2/.helmignore similarity index 100% rename from stable/plex-utills/8.1.1/.helmignore rename to stable/phpldapadmin/13.2.2/.helmignore diff --git a/stable/phpldapadmin/13.2.2/CHANGELOG.md b/stable/phpldapadmin/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6fd5f01d790 --- /dev/null +++ b/stable/phpldapadmin/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/phpldapadmin/13.2.2/Chart.yaml b/stable/phpldapadmin/13.2.2/Chart.yaml new file mode 100644 index 00000000000..797ff0a7f99 --- /dev/null +++ b/stable/phpldapadmin/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/phpldapadmin/13.1.1/README.md b/stable/phpldapadmin/13.2.2/README.md similarity index 100% rename from stable/phpldapadmin/13.1.1/README.md rename to stable/phpldapadmin/13.2.2/README.md diff --git a/stable/phpldapadmin/13.2.2/app-changelog.md b/stable/phpldapadmin/13.2.2/app-changelog.md new file mode 100644 index 00000000000..05325942b1b --- /dev/null +++ b/stable/phpldapadmin/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/phpldapadmin/13.1.1/app-readme.md b/stable/phpldapadmin/13.2.2/app-readme.md similarity index 100% rename from stable/phpldapadmin/13.1.1/app-readme.md rename to stable/phpldapadmin/13.2.2/app-readme.md diff --git a/stable/phpldapadmin/13.2.2/charts/common-18.1.6.tgz b/stable/phpldapadmin/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/phpldapadmin/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/phpldapadmin/13.1.1/ix_values.yaml b/stable/phpldapadmin/13.2.2/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/13.1.1/ix_values.yaml rename to stable/phpldapadmin/13.2.2/ix_values.yaml diff --git a/stable/phpldapadmin/13.1.1/questions.yaml b/stable/phpldapadmin/13.2.2/questions.yaml similarity index 100% rename from stable/phpldapadmin/13.1.1/questions.yaml rename to stable/phpldapadmin/13.2.2/questions.yaml diff --git a/stable/pocketmine-mp/3.1.1/templates/NOTES.txt b/stable/phpldapadmin/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/3.1.1/templates/NOTES.txt rename to stable/phpldapadmin/13.2.2/templates/NOTES.txt diff --git a/stable/proxmox-backup-server/3.1.1/templates/common.yaml b/stable/phpldapadmin/13.2.2/templates/common.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.1/templates/common.yaml rename to stable/phpldapadmin/13.2.2/templates/common.yaml diff --git a/stable/plex-utills/8.1.1/values.yaml b/stable/phpldapadmin/13.2.2/values.yaml similarity index 100% rename from stable/plex-utills/8.1.1/values.yaml rename to stable/phpldapadmin/13.2.2/values.yaml diff --git a/stable/phpmyadmin/5.1.1/CHANGELOG.md b/stable/phpmyadmin/5.1.1/CHANGELOG.md deleted file mode 100644 index 4175fcc85b6..00000000000 --- a/stable/phpmyadmin/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/phpmyadmin/5.1.1/Chart.yaml b/stable/phpmyadmin/5.1.1/Chart.yaml deleted file mode 100644 index 2a2ef35779e..00000000000 --- a/stable/phpmyadmin/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.2.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/phpmyadmin/5.1.1/charts/common-18.0.2.tgz b/stable/phpmyadmin/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/phpmyadmin/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex/17.1.2/.helmignore b/stable/phpmyadmin/5.2.2/.helmignore similarity index 100% rename from stable/plex/17.1.2/.helmignore rename to stable/phpmyadmin/5.2.2/.helmignore diff --git a/stable/phpmyadmin/5.2.2/CHANGELOG.md b/stable/phpmyadmin/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2b0d83a6807 --- /dev/null +++ b/stable/phpmyadmin/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/phpmyadmin/5.2.2/Chart.yaml b/stable/phpmyadmin/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a074b5f7a50 --- /dev/null +++ b/stable/phpmyadmin/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/phpmyadmin/5.1.1/README.md b/stable/phpmyadmin/5.2.2/README.md similarity index 100% rename from stable/phpmyadmin/5.1.1/README.md rename to stable/phpmyadmin/5.2.2/README.md diff --git a/stable/phpmyadmin/5.2.2/app-changelog.md b/stable/phpmyadmin/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4f7b3bfe0ca --- /dev/null +++ b/stable/phpmyadmin/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/phpmyadmin/5.1.1/app-readme.md b/stable/phpmyadmin/5.2.2/app-readme.md similarity index 100% rename from stable/phpmyadmin/5.1.1/app-readme.md rename to stable/phpmyadmin/5.2.2/app-readme.md diff --git a/stable/phpmyadmin/5.2.2/charts/common-18.1.6.tgz b/stable/phpmyadmin/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/phpmyadmin/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/phpmyadmin/5.1.1/ix_values.yaml b/stable/phpmyadmin/5.2.2/ix_values.yaml similarity index 100% rename from stable/phpmyadmin/5.1.1/ix_values.yaml rename to stable/phpmyadmin/5.2.2/ix_values.yaml diff --git a/stable/phpmyadmin/5.1.1/questions.yaml b/stable/phpmyadmin/5.2.2/questions.yaml similarity index 100% rename from stable/phpmyadmin/5.1.1/questions.yaml rename to stable/phpmyadmin/5.2.2/questions.yaml diff --git a/stable/pigallery2/5.1.1/templates/common.yaml b/stable/phpmyadmin/5.2.2/templates/common.yaml similarity index 100% rename from stable/pigallery2/5.1.1/templates/common.yaml rename to stable/phpmyadmin/5.2.2/templates/common.yaml diff --git a/stable/plex/17.1.2/values.yaml b/stable/phpmyadmin/5.2.2/values.yaml similarity index 100% rename from stable/plex/17.1.2/values.yaml rename to stable/phpmyadmin/5.2.2/values.yaml diff --git a/stable/piaware/12.1.1/CHANGELOG.md b/stable/piaware/12.1.1/CHANGELOG.md deleted file mode 100644 index 410c3be3226..00000000000 --- a/stable/piaware/12.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/piaware/12.1.1/Chart.yaml b/stable/piaware/12.1.1/Chart.yaml deleted file mode 100644 index d760e5bb1e9..00000000000 --- a/stable/piaware/12.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/piaware/12.1.1/charts/common-18.0.2.tgz b/stable/piaware/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/piaware/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plexanisync/6.1.1/.helmignore b/stable/piaware/12.2.2/.helmignore similarity index 100% rename from stable/plexanisync/6.1.1/.helmignore rename to stable/piaware/12.2.2/.helmignore diff --git a/stable/piaware/12.2.2/CHANGELOG.md b/stable/piaware/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..acb88b3e806 --- /dev/null +++ b/stable/piaware/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/piaware/12.2.2/Chart.yaml b/stable/piaware/12.2.2/Chart.yaml new file mode 100644 index 00000000000..e6887468fdf --- /dev/null +++ b/stable/piaware/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/piaware/12.1.1/README.md b/stable/piaware/12.2.2/README.md similarity index 100% rename from stable/piaware/12.1.1/README.md rename to stable/piaware/12.2.2/README.md diff --git a/stable/piaware/12.2.2/app-changelog.md b/stable/piaware/12.2.2/app-changelog.md new file mode 100644 index 00000000000..1caa9fdbdbc --- /dev/null +++ b/stable/piaware/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/piaware/12.1.1/app-readme.md b/stable/piaware/12.2.2/app-readme.md similarity index 100% rename from stable/piaware/12.1.1/app-readme.md rename to stable/piaware/12.2.2/app-readme.md diff --git a/stable/piaware/12.2.2/charts/common-18.1.6.tgz b/stable/piaware/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/piaware/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/piaware/12.1.1/ix_values.yaml b/stable/piaware/12.2.2/ix_values.yaml similarity index 100% rename from stable/piaware/12.1.1/ix_values.yaml rename to stable/piaware/12.2.2/ix_values.yaml diff --git a/stable/piaware/12.1.1/questions.yaml b/stable/piaware/12.2.2/questions.yaml similarity index 100% rename from stable/piaware/12.1.1/questions.yaml rename to stable/piaware/12.2.2/questions.yaml diff --git a/stable/putty/9.1.1/templates/common.yaml b/stable/piaware/12.2.2/templates/common.yaml similarity index 100% rename from stable/putty/9.1.1/templates/common.yaml rename to stable/piaware/12.2.2/templates/common.yaml diff --git a/stable/plexanisync/6.1.1/values.yaml b/stable/piaware/12.2.2/values.yaml similarity index 100% rename from stable/plexanisync/6.1.1/values.yaml rename to stable/piaware/12.2.2/values.yaml diff --git a/stable/picoshare/9.1.1/CHANGELOG.md b/stable/picoshare/9.1.1/CHANGELOG.md deleted file mode 100644 index fab10abd91d..00000000000 --- a/stable/picoshare/9.1.1/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)) - - -## [picoshare-8.1.3](https://github.com/truecharts/charts/compare/picoshare-8.1.0...picoshare-8.1.3) (2024-01-01) diff --git a/stable/picoshare/9.1.1/Chart.yaml b/stable/picoshare/9.1.1/Chart.yaml deleted file mode 100644 index a9a0017b684..00000000000 --- a/stable/picoshare/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/picoshare/9.1.1/charts/common-18.0.2.tgz b/stable/picoshare/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/picoshare/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plexripper/8.1.1/.helmignore b/stable/picoshare/9.2.2/.helmignore similarity index 100% rename from stable/plexripper/8.1.1/.helmignore rename to stable/picoshare/9.2.2/.helmignore diff --git a/stable/picoshare/9.2.2/CHANGELOG.md b/stable/picoshare/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..909322bae1d --- /dev/null +++ b/stable/picoshare/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 diff --git a/stable/picoshare/9.2.2/Chart.yaml b/stable/picoshare/9.2.2/Chart.yaml new file mode 100644 index 00000000000..fdafe4a8c05 --- /dev/null +++ b/stable/picoshare/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/picoshare/9.1.1/README.md b/stable/picoshare/9.2.2/README.md similarity index 100% rename from stable/picoshare/9.1.1/README.md rename to stable/picoshare/9.2.2/README.md diff --git a/stable/picoshare/9.2.2/app-changelog.md b/stable/picoshare/9.2.2/app-changelog.md new file mode 100644 index 00000000000..b690dbdc0c7 --- /dev/null +++ b/stable/picoshare/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/picoshare/9.1.1/app-readme.md b/stable/picoshare/9.2.2/app-readme.md similarity index 100% rename from stable/picoshare/9.1.1/app-readme.md rename to stable/picoshare/9.2.2/app-readme.md diff --git a/stable/picoshare/9.2.2/charts/common-18.1.6.tgz b/stable/picoshare/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/picoshare/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/picoshare/9.1.1/ix_values.yaml b/stable/picoshare/9.2.2/ix_values.yaml similarity index 100% rename from stable/picoshare/9.1.1/ix_values.yaml rename to stable/picoshare/9.2.2/ix_values.yaml diff --git a/stable/picoshare/9.1.1/questions.yaml b/stable/picoshare/9.2.2/questions.yaml similarity index 100% rename from stable/picoshare/9.1.1/questions.yaml rename to stable/picoshare/9.2.2/questions.yaml diff --git a/stable/podgrab/17.1.1/templates/NOTES.txt b/stable/picoshare/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/podgrab/17.1.1/templates/NOTES.txt rename to stable/picoshare/9.2.2/templates/NOTES.txt diff --git a/stable/picoshare/9.1.1/templates/common.yaml b/stable/picoshare/9.2.2/templates/common.yaml similarity index 100% rename from stable/picoshare/9.1.1/templates/common.yaml rename to stable/picoshare/9.2.2/templates/common.yaml diff --git a/stable/plexripper/8.1.1/values.yaml b/stable/picoshare/9.2.2/values.yaml similarity index 100% rename from stable/plexripper/8.1.1/values.yaml rename to stable/picoshare/9.2.2/values.yaml diff --git a/stable/pigallery2/5.1.1/CHANGELOG.md b/stable/pigallery2/5.1.1/CHANGELOG.md deleted file mode 100644 index 7a1358b1f0f..00000000000 --- a/stable/pigallery2/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pigallery2/5.1.1/Chart.yaml b/stable/pigallery2/5.1.1/Chart.yaml deleted file mode 100644 index 37a6adc0f6b..00000000000 --- a/stable/pigallery2/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pigallery2/5.1.1/charts/common-18.0.2.tgz b/stable/pigallery2/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pigallery2/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.2.0/.helmignore b/stable/pigallery2/5.2.2/.helmignore similarity index 100% rename from stable/plextraktsync/7.2.0/.helmignore rename to stable/pigallery2/5.2.2/.helmignore diff --git a/stable/pigallery2/5.2.2/CHANGELOG.md b/stable/pigallery2/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..71945b4cecd --- /dev/null +++ b/stable/pigallery2/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pigallery2/5.2.2/Chart.yaml b/stable/pigallery2/5.2.2/Chart.yaml new file mode 100644 index 00000000000..cd9b10eb723 --- /dev/null +++ b/stable/pigallery2/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pigallery2/5.1.1/README.md b/stable/pigallery2/5.2.2/README.md similarity index 100% rename from stable/pigallery2/5.1.1/README.md rename to stable/pigallery2/5.2.2/README.md diff --git a/stable/pigallery2/5.2.2/app-changelog.md b/stable/pigallery2/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ef62b4d41a1 --- /dev/null +++ b/stable/pigallery2/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pigallery2/5.1.1/app-readme.md b/stable/pigallery2/5.2.2/app-readme.md similarity index 100% rename from stable/pigallery2/5.1.1/app-readme.md rename to stable/pigallery2/5.2.2/app-readme.md diff --git a/stable/pigallery2/5.2.2/charts/common-18.1.6.tgz b/stable/pigallery2/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pigallery2/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pigallery2/5.1.1/ix_values.yaml b/stable/pigallery2/5.2.2/ix_values.yaml similarity index 100% rename from stable/pigallery2/5.1.1/ix_values.yaml rename to stable/pigallery2/5.2.2/ix_values.yaml diff --git a/stable/pigallery2/5.1.1/questions.yaml b/stable/pigallery2/5.2.2/questions.yaml similarity index 100% rename from stable/pigallery2/5.1.1/questions.yaml rename to stable/pigallery2/5.2.2/questions.yaml diff --git a/stable/pixark/5.1.1/templates/common.yaml b/stable/pigallery2/5.2.2/templates/common.yaml similarity index 100% rename from stable/pixark/5.1.1/templates/common.yaml rename to stable/pigallery2/5.2.2/templates/common.yaml diff --git a/stable/plextraktsync/7.2.0/values.yaml b/stable/pigallery2/5.2.2/values.yaml similarity index 100% rename from stable/plextraktsync/7.2.0/values.yaml rename to stable/pigallery2/5.2.2/values.yaml diff --git a/stable/pihole/15.1.2/CHANGELOG.md b/stable/pihole/15.1.2/CHANGELOG.md deleted file mode 100644 index f7070eaa956..00000000000 --- a/stable/pihole/15.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/pihole/15.1.2/Chart.yaml b/stable/pihole/15.1.2/Chart.yaml deleted file mode 100644 index dc55060f05a..00000000000 --- a/stable/pihole/15.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.02.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/pihole/15.1.2/charts/common-18.0.2.tgz b/stable/pihole/15.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pihole/15.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pihole/15.1.2/ix_values.yaml b/stable/pihole/15.1.2/ix_values.yaml deleted file mode 100644 index 6b0d90355ed..00000000000 --- a/stable/pihole/15.1.2/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/pocketmine-mp/3.1.1/.helmignore b/stable/pihole/15.2.3/.helmignore similarity index 100% rename from stable/pocketmine-mp/3.1.1/.helmignore rename to stable/pihole/15.2.3/.helmignore diff --git a/stable/pihole/15.2.3/CHANGELOG.md b/stable/pihole/15.2.3/CHANGELOG.md new file mode 100644 index 00000000000..403b2558ec4 --- /dev/null +++ b/stable/pihole/15.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/pihole/15.2.3/Chart.yaml b/stable/pihole/15.2.3/Chart.yaml new file mode 100644 index 00000000000..18aec8aae1e --- /dev/null +++ b/stable/pihole/15.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.02.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/pihole/15.1.2/README.md b/stable/pihole/15.2.3/README.md similarity index 100% rename from stable/pihole/15.1.2/README.md rename to stable/pihole/15.2.3/README.md diff --git a/stable/pihole/15.2.3/app-changelog.md b/stable/pihole/15.2.3/app-changelog.md new file mode 100644 index 00000000000..9e3ea99e807 --- /dev/null +++ b/stable/pihole/15.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pihole/15.1.2/app-readme.md b/stable/pihole/15.2.3/app-readme.md similarity index 100% rename from stable/pihole/15.1.2/app-readme.md rename to stable/pihole/15.2.3/app-readme.md diff --git a/stable/pihole/15.2.3/charts/common-18.1.6.tgz b/stable/pihole/15.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pihole/15.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/pihole/15.2.3/ix_values.yaml b/stable/pihole/15.2.3/ix_values.yaml new file mode 100644 index 00000000000..66e1d434fe1 --- /dev/null +++ b/stable/pihole/15.2.3/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.1.2/questions.yaml b/stable/pihole/15.2.3/questions.yaml similarity index 100% rename from stable/pihole/15.1.2/questions.yaml rename to stable/pihole/15.2.3/questions.yaml diff --git a/stable/pihole/15.1.2/templates/_configmap.tpl b/stable/pihole/15.2.3/templates/_configmap.tpl similarity index 100% rename from stable/pihole/15.1.2/templates/_configmap.tpl rename to stable/pihole/15.2.3/templates/_configmap.tpl diff --git a/stable/pihole/15.1.2/templates/common.yaml b/stable/pihole/15.2.3/templates/common.yaml similarity index 100% rename from stable/pihole/15.1.2/templates/common.yaml rename to stable/pihole/15.2.3/templates/common.yaml diff --git a/stable/pocketmine-mp/3.1.1/values.yaml b/stable/pihole/15.2.3/values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.1/values.yaml rename to stable/pihole/15.2.3/values.yaml diff --git a/stable/pinry/9.1.1/CHANGELOG.md b/stable/pinry/9.1.1/CHANGELOG.md deleted file mode 100644 index 0b69dd2ef61..00000000000 --- a/stable/pinry/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pinry/9.1.1/Chart.yaml b/stable/pinry/9.1.1/Chart.yaml deleted file mode 100644 index d857775faad..00000000000 --- a/stable/pinry/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.12 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pinry/9.1.1/charts/common-18.0.2.tgz b/stable/pinry/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pinry/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/podgrab/17.1.1/.helmignore b/stable/pinry/9.2.2/.helmignore similarity index 100% rename from stable/podgrab/17.1.1/.helmignore rename to stable/pinry/9.2.2/.helmignore diff --git a/stable/pinry/9.2.2/CHANGELOG.md b/stable/pinry/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..110c76e8717 --- /dev/null +++ b/stable/pinry/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pinry/9.2.2/Chart.yaml b/stable/pinry/9.2.2/Chart.yaml new file mode 100644 index 00000000000..d04a4a9654e --- /dev/null +++ b/stable/pinry/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.12 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pinry/9.1.1/README.md b/stable/pinry/9.2.2/README.md similarity index 100% rename from stable/pinry/9.1.1/README.md rename to stable/pinry/9.2.2/README.md diff --git a/stable/pinry/9.2.2/app-changelog.md b/stable/pinry/9.2.2/app-changelog.md new file mode 100644 index 00000000000..6af34dd97e5 --- /dev/null +++ b/stable/pinry/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pinry/9.1.1/app-readme.md b/stable/pinry/9.2.2/app-readme.md similarity index 100% rename from stable/pinry/9.1.1/app-readme.md rename to stable/pinry/9.2.2/app-readme.md diff --git a/stable/pinry/9.2.2/charts/common-18.1.6.tgz b/stable/pinry/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pinry/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pinry/9.1.1/ix_values.yaml b/stable/pinry/9.2.2/ix_values.yaml similarity index 100% rename from stable/pinry/9.1.1/ix_values.yaml rename to stable/pinry/9.2.2/ix_values.yaml diff --git a/stable/pinry/9.1.1/questions.yaml b/stable/pinry/9.2.2/questions.yaml similarity index 100% rename from stable/pinry/9.1.1/questions.yaml rename to stable/pinry/9.2.2/questions.yaml diff --git a/stable/portainer/8.1.1/templates/NOTES.txt b/stable/pinry/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/portainer/8.1.1/templates/NOTES.txt rename to stable/pinry/9.2.2/templates/NOTES.txt diff --git a/stable/pinry/9.1.1/templates/_secrets.tpl b/stable/pinry/9.2.2/templates/_secrets.tpl similarity index 100% rename from stable/pinry/9.1.1/templates/_secrets.tpl rename to stable/pinry/9.2.2/templates/_secrets.tpl diff --git a/stable/pinry/9.1.1/templates/common.yaml b/stable/pinry/9.2.2/templates/common.yaml similarity index 100% rename from stable/pinry/9.1.1/templates/common.yaml rename to stable/pinry/9.2.2/templates/common.yaml diff --git a/stable/podgrab/17.1.1/values.yaml b/stable/pinry/9.2.2/values.yaml similarity index 100% rename from stable/podgrab/17.1.1/values.yaml rename to stable/pinry/9.2.2/values.yaml diff --git a/stable/piwigo/12.2.4/CHANGELOG.md b/stable/piwigo/12.2.4/CHANGELOG.md deleted file mode 100644 index 5a7f493e832..00000000000 --- a/stable/piwigo/12.2.4/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) - -### Chore \ No newline at end of file diff --git a/stable/piwigo/12.2.4/Chart.yaml b/stable/piwigo/12.2.4/Chart.yaml deleted file mode 100644 index 93877dd508a..00000000000 --- a/stable/piwigo/12.2.4/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.0.3 - 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 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.2.4 diff --git a/stable/piwigo/12.2.4/charts/common-18.0.3.tgz b/stable/piwigo/12.2.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/piwigo/12.2.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/piwigo/12.2.4/charts/mariadb-13.0.0.tgz b/stable/piwigo/12.2.4/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/piwigo/12.2.4/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/piwigo/12.2.4/ix_values.yaml b/stable/piwigo/12.2.4/ix_values.yaml deleted file mode 100644 index 7209af2153d..00000000000 --- a/stable/piwigo/12.2.4/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/portainer/8.1.1/.helmignore b/stable/piwigo/12.5.2/.helmignore similarity index 100% rename from stable/portainer/8.1.1/.helmignore rename to stable/piwigo/12.5.2/.helmignore diff --git a/stable/piwigo/12.5.2/CHANGELOG.md b/stable/piwigo/12.5.2/CHANGELOG.md new file mode 100644 index 00000000000..e4def05eb40 --- /dev/null +++ b/stable/piwigo/12.5.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/piwigo/12.5.2/Chart.yaml b/stable/piwigo/12.5.2/Chart.yaml new file mode 100644 index 00000000000..dc9b40be409 --- /dev/null +++ b/stable/piwigo/12.5.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 14.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.5.2 diff --git a/stable/piwigo/12.2.4/README.md b/stable/piwigo/12.5.2/README.md similarity index 100% rename from stable/piwigo/12.2.4/README.md rename to stable/piwigo/12.5.2/README.md diff --git a/stable/piwigo/12.5.2/app-changelog.md b/stable/piwigo/12.5.2/app-changelog.md new file mode 100644 index 00000000000..6687f3a6f82 --- /dev/null +++ b/stable/piwigo/12.5.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/piwigo/12.2.4/app-readme.md b/stable/piwigo/12.5.2/app-readme.md similarity index 100% rename from stable/piwigo/12.2.4/app-readme.md rename to stable/piwigo/12.5.2/app-readme.md diff --git a/stable/piwigo/12.5.2/charts/common-18.1.6.tgz b/stable/piwigo/12.5.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/piwigo/12.5.2/charts/common-18.1.6.tgz differ diff --git a/stable/piwigo/12.5.2/charts/mariadb-13.2.0.tgz b/stable/piwigo/12.5.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/piwigo/12.5.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/piwigo/12.5.2/ix_values.yaml b/stable/piwigo/12.5.2/ix_values.yaml new file mode 100644 index 00000000000..30bc24fc561 --- /dev/null +++ b/stable/piwigo/12.5.2/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.2.4/questions.yaml b/stable/piwigo/12.5.2/questions.yaml similarity index 100% rename from stable/piwigo/12.2.4/questions.yaml rename to stable/piwigo/12.5.2/questions.yaml diff --git a/stable/posterr/8.1.2/templates/NOTES.txt b/stable/piwigo/12.5.2/templates/NOTES.txt similarity index 100% rename from stable/posterr/8.1.2/templates/NOTES.txt rename to stable/piwigo/12.5.2/templates/NOTES.txt diff --git a/stable/pwndrop/9.1.3/templates/common.yaml b/stable/piwigo/12.5.2/templates/common.yaml similarity index 100% rename from stable/pwndrop/9.1.3/templates/common.yaml rename to stable/piwigo/12.5.2/templates/common.yaml diff --git a/stable/portainer/8.1.1/values.yaml b/stable/piwigo/12.5.2/values.yaml similarity index 100% rename from stable/portainer/8.1.1/values.yaml rename to stable/piwigo/12.5.2/values.yaml diff --git a/stable/pixapop/10.1.1/CHANGELOG.md b/stable/pixapop/10.1.1/CHANGELOG.md deleted file mode 100644 index 209597cabeb..00000000000 --- a/stable/pixapop/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pixapop/10.1.1/Chart.yaml b/stable/pixapop/10.1.1/Chart.yaml deleted file mode 100644 index ca55de4c284..00000000000 --- a/stable/pixapop/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pixapop/10.1.1/charts/common-18.0.2.tgz b/stable/pixapop/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pixapop/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/post-recording/5.1.1/.helmignore b/stable/pixapop/10.2.2/.helmignore similarity index 100% rename from stable/post-recording/5.1.1/.helmignore rename to stable/pixapop/10.2.2/.helmignore diff --git a/stable/pixapop/10.2.2/CHANGELOG.md b/stable/pixapop/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..382a270ed23 --- /dev/null +++ b/stable/pixapop/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pixapop/10.2.2/Chart.yaml b/stable/pixapop/10.2.2/Chart.yaml new file mode 100644 index 00000000000..2949404f030 --- /dev/null +++ b/stable/pixapop/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pixapop/10.1.1/README.md b/stable/pixapop/10.2.2/README.md similarity index 100% rename from stable/pixapop/10.1.1/README.md rename to stable/pixapop/10.2.2/README.md diff --git a/stable/pixapop/10.2.2/app-changelog.md b/stable/pixapop/10.2.2/app-changelog.md new file mode 100644 index 00000000000..433ab3ae252 --- /dev/null +++ b/stable/pixapop/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pixapop/10.1.1/app-readme.md b/stable/pixapop/10.2.2/app-readme.md similarity index 100% rename from stable/pixapop/10.1.1/app-readme.md rename to stable/pixapop/10.2.2/app-readme.md diff --git a/stable/pixapop/10.2.2/charts/common-18.1.6.tgz b/stable/pixapop/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pixapop/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pixapop/10.1.1/ix_values.yaml b/stable/pixapop/10.2.2/ix_values.yaml similarity index 100% rename from stable/pixapop/10.1.1/ix_values.yaml rename to stable/pixapop/10.2.2/ix_values.yaml diff --git a/stable/pixapop/10.1.1/questions.yaml b/stable/pixapop/10.2.2/questions.yaml similarity index 100% rename from stable/pixapop/10.1.1/questions.yaml rename to stable/pixapop/10.2.2/questions.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.1/templates/NOTES.txt b/stable/pixapop/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/templates/NOTES.txt rename to stable/pixapop/10.2.2/templates/NOTES.txt diff --git a/stable/pixapop/10.1.1/templates/common.yaml b/stable/pixapop/10.2.2/templates/common.yaml similarity index 100% rename from stable/pixapop/10.1.1/templates/common.yaml rename to stable/pixapop/10.2.2/templates/common.yaml diff --git a/stable/post-recording/5.1.1/values.yaml b/stable/pixapop/10.2.2/values.yaml similarity index 100% rename from stable/post-recording/5.1.1/values.yaml rename to stable/pixapop/10.2.2/values.yaml diff --git a/stable/pixark/5.1.1/CHANGELOG.md b/stable/pixark/5.1.1/CHANGELOG.md deleted file mode 100644 index ca2499601d5..00000000000 --- a/stable/pixark/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pixark/5.1.1/Chart.yaml b/stable/pixark/5.1.1/Chart.yaml deleted file mode 100644 index b6cab6b4ed2..00000000000 --- a/stable/pixark/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pixark -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pixark/5.1.1/charts/common-18.0.2.tgz b/stable/pixark/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pixark/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/posterr/8.1.2/.helmignore b/stable/pixark/5.2.2/.helmignore similarity index 100% rename from stable/posterr/8.1.2/.helmignore rename to stable/pixark/5.2.2/.helmignore diff --git a/stable/pixark/5.2.2/CHANGELOG.md b/stable/pixark/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0cdbbcbeab1 --- /dev/null +++ b/stable/pixark/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pixark/5.2.2/Chart.yaml b/stable/pixark/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a81ea1e3761 --- /dev/null +++ b/stable/pixark/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pixark +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pixark/5.1.1/README.md b/stable/pixark/5.2.2/README.md similarity index 100% rename from stable/pixark/5.1.1/README.md rename to stable/pixark/5.2.2/README.md diff --git a/stable/pixark/5.2.2/app-changelog.md b/stable/pixark/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8bba0c125b8 --- /dev/null +++ b/stable/pixark/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pixark/5.1.1/app-readme.md b/stable/pixark/5.2.2/app-readme.md similarity index 100% rename from stable/pixark/5.1.1/app-readme.md rename to stable/pixark/5.2.2/app-readme.md diff --git a/stable/pixark/5.2.2/charts/common-18.1.6.tgz b/stable/pixark/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pixark/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pixark/5.1.1/ix_values.yaml b/stable/pixark/5.2.2/ix_values.yaml similarity index 100% rename from stable/pixark/5.1.1/ix_values.yaml rename to stable/pixark/5.2.2/ix_values.yaml diff --git a/stable/pixark/5.1.1/questions.yaml b/stable/pixark/5.2.2/questions.yaml similarity index 100% rename from stable/pixark/5.1.1/questions.yaml rename to stable/pixark/5.2.2/questions.yaml diff --git a/stable/plaxt/8.1.1/templates/common.yaml b/stable/pixark/5.2.2/templates/common.yaml similarity index 100% rename from stable/plaxt/8.1.1/templates/common.yaml rename to stable/pixark/5.2.2/templates/common.yaml diff --git a/stable/posterr/8.1.2/values.yaml b/stable/pixark/5.2.2/values.yaml similarity index 100% rename from stable/posterr/8.1.2/values.yaml rename to stable/pixark/5.2.2/values.yaml diff --git a/stable/plausible/10.2.5/CHANGELOG.md b/stable/plausible/10.2.5/CHANGELOG.md deleted file mode 100644 index a1a3f0be5fd..00000000000 --- a/stable/plausible/10.2.5/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 - - - -- update helm general non-major by renovate ([#17057](https://github.com/truecharts/charts/issues/17057)) diff --git a/stable/plausible/10.2.5/Chart.yaml b/stable/plausible/10.2.5/Chart.yaml deleted file mode 100644 index 6d0d5b6a2a3..00000000000 --- a/stable/plausible/10.2.5/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.0.3 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: clickhouse - version: 12.1.3 - 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.2.5 diff --git a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz b/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz deleted file mode 100644 index b5662a31f53..00000000000 Binary files a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz and /dev/null differ diff --git a/stable/plausible/10.2.5/charts/common-18.0.3.tgz b/stable/plausible/10.2.5/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/plausible/10.2.5/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/postscriptum/5.1.1/.helmignore b/stable/plausible/10.5.2/.helmignore similarity index 100% rename from stable/postscriptum/5.1.1/.helmignore rename to stable/plausible/10.5.2/.helmignore diff --git a/stable/plausible/10.5.2/CHANGELOG.md b/stable/plausible/10.5.2/CHANGELOG.md new file mode 100644 index 00000000000..b4da3c03a58 --- /dev/null +++ b/stable/plausible/10.5.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + diff --git a/stable/plausible/10.5.2/Chart.yaml b/stable/plausible/10.5.2/Chart.yaml new file mode 100644 index 00000000000..94231fce0c6 --- /dev/null +++ b/stable/plausible/10.5.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.5.2 diff --git a/stable/plausible/10.2.5/README.md b/stable/plausible/10.5.2/README.md similarity index 100% rename from stable/plausible/10.2.5/README.md rename to stable/plausible/10.5.2/README.md diff --git a/stable/plausible/10.5.2/app-changelog.md b/stable/plausible/10.5.2/app-changelog.md new file mode 100644 index 00000000000..6bff6bfa9d6 --- /dev/null +++ b/stable/plausible/10.5.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plausible/10.2.5/app-readme.md b/stable/plausible/10.5.2/app-readme.md similarity index 100% rename from stable/plausible/10.2.5/app-readme.md rename to stable/plausible/10.5.2/app-readme.md diff --git a/stable/plausible/10.5.2/charts/clickhouse-12.3.0.tgz b/stable/plausible/10.5.2/charts/clickhouse-12.3.0.tgz new file mode 100644 index 00000000000..b91756a71d8 Binary files /dev/null and b/stable/plausible/10.5.2/charts/clickhouse-12.3.0.tgz differ diff --git a/stable/plausible/10.5.2/charts/common-18.1.6.tgz b/stable/plausible/10.5.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plausible/10.5.2/charts/common-18.1.6.tgz differ diff --git a/stable/plausible/10.2.5/ix_values.yaml b/stable/plausible/10.5.2/ix_values.yaml similarity index 100% rename from stable/plausible/10.2.5/ix_values.yaml rename to stable/plausible/10.5.2/ix_values.yaml diff --git a/stable/plausible/10.2.5/questions.yaml b/stable/plausible/10.5.2/questions.yaml similarity index 100% rename from stable/plausible/10.2.5/questions.yaml rename to stable/plausible/10.5.2/questions.yaml diff --git a/stable/plausible/10.2.5/templates/_configmap.tpl b/stable/plausible/10.5.2/templates/_configmap.tpl similarity index 100% rename from stable/plausible/10.2.5/templates/_configmap.tpl rename to stable/plausible/10.5.2/templates/_configmap.tpl diff --git a/stable/plausible/10.2.5/templates/_secret.tpl b/stable/plausible/10.5.2/templates/_secret.tpl similarity index 100% rename from stable/plausible/10.2.5/templates/_secret.tpl rename to stable/plausible/10.5.2/templates/_secret.tpl diff --git a/stable/plausible/10.2.5/templates/common.yaml b/stable/plausible/10.5.2/templates/common.yaml similarity index 100% rename from stable/plausible/10.2.5/templates/common.yaml rename to stable/plausible/10.5.2/templates/common.yaml diff --git a/stable/postscriptum/5.1.1/values.yaml b/stable/plausible/10.5.2/values.yaml similarity index 100% rename from stable/postscriptum/5.1.1/values.yaml rename to stable/plausible/10.5.2/values.yaml diff --git a/stable/plaxt/8.1.1/CHANGELOG.md b/stable/plaxt/8.1.1/CHANGELOG.md deleted file mode 100644 index 0b0042d4b89..00000000000 --- a/stable/plaxt/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/plaxt/8.1.1/Chart.yaml b/stable/plaxt/8.1.1/Chart.yaml deleted file mode 100644 index 3d2c1521a40..00000000000 --- a/stable/plaxt/8.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plaxt/8.1.1/charts/common-18.0.2.tgz b/stable/plaxt/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plaxt/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/13.1.1/.helmignore b/stable/plaxt/8.2.2/.helmignore similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/.helmignore rename to stable/plaxt/8.2.2/.helmignore diff --git a/stable/plaxt/8.2.2/CHANGELOG.md b/stable/plaxt/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..46b349b875c --- /dev/null +++ b/stable/plaxt/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plaxt/8.2.2/Chart.yaml b/stable/plaxt/8.2.2/Chart.yaml new file mode 100644 index 00000000000..b0a50f313e5 --- /dev/null +++ b/stable/plaxt/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plaxt/8.1.1/README.md b/stable/plaxt/8.2.2/README.md similarity index 100% rename from stable/plaxt/8.1.1/README.md rename to stable/plaxt/8.2.2/README.md diff --git a/stable/plaxt/8.2.2/app-changelog.md b/stable/plaxt/8.2.2/app-changelog.md new file mode 100644 index 00000000000..2a2f2b59964 --- /dev/null +++ b/stable/plaxt/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plaxt/8.1.1/app-readme.md b/stable/plaxt/8.2.2/app-readme.md similarity index 100% rename from stable/plaxt/8.1.1/app-readme.md rename to stable/plaxt/8.2.2/app-readme.md diff --git a/stable/plaxt/8.2.2/charts/common-18.1.6.tgz b/stable/plaxt/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plaxt/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plaxt/8.1.1/ix_values.yaml b/stable/plaxt/8.2.2/ix_values.yaml similarity index 100% rename from stable/plaxt/8.1.1/ix_values.yaml rename to stable/plaxt/8.2.2/ix_values.yaml diff --git a/stable/plaxt/8.1.1/questions.yaml b/stable/plaxt/8.2.2/questions.yaml similarity index 100% rename from stable/plaxt/8.1.1/questions.yaml rename to stable/plaxt/8.2.2/questions.yaml diff --git a/stable/projectsend/12.2.2/templates/NOTES.txt b/stable/plaxt/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/projectsend/12.2.2/templates/NOTES.txt rename to stable/plaxt/8.2.2/templates/NOTES.txt diff --git a/stable/plex-auto-languages/8.1.1/templates/common.yaml b/stable/plaxt/8.2.2/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.1/templates/common.yaml rename to stable/plaxt/8.2.2/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.1/values.yaml b/stable/plaxt/8.2.2/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/values.yaml rename to stable/plaxt/8.2.2/values.yaml diff --git a/stable/plex-auto-languages/8.1.1/CHANGELOG.md b/stable/plex-auto-languages/8.1.1/CHANGELOG.md deleted file mode 100644 index 1aa96634fac..00000000000 --- a/stable/plex-auto-languages/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/plex-auto-languages/8.1.1/Chart.yaml b/stable/plex-auto-languages/8.1.1/Chart.yaml deleted file mode 100644 index 5c8bf79a24a..00000000000 --- a/stable/plex-auto-languages/8.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plex-auto-languages/8.1.1/charts/common-18.0.2.tgz b/stable/plex-auto-languages/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plex-auto-languages/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/projectsend/12.2.2/.helmignore b/stable/plex-auto-languages/8.2.2/.helmignore similarity index 100% rename from stable/projectsend/12.2.2/.helmignore rename to stable/plex-auto-languages/8.2.2/.helmignore diff --git a/stable/plex-auto-languages/8.2.2/CHANGELOG.md b/stable/plex-auto-languages/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..79d49ec7063 --- /dev/null +++ b/stable/plex-auto-languages/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plex-auto-languages/8.2.2/Chart.yaml b/stable/plex-auto-languages/8.2.2/Chart.yaml new file mode 100644 index 00000000000..4647f7afadc --- /dev/null +++ b/stable/plex-auto-languages/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plex-auto-languages/8.1.1/README.md b/stable/plex-auto-languages/8.2.2/README.md similarity index 100% rename from stable/plex-auto-languages/8.1.1/README.md rename to stable/plex-auto-languages/8.2.2/README.md diff --git a/stable/plex-auto-languages/8.2.2/app-changelog.md b/stable/plex-auto-languages/8.2.2/app-changelog.md new file mode 100644 index 00000000000..56f55cc54af --- /dev/null +++ b/stable/plex-auto-languages/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plex-auto-languages/8.1.1/app-readme.md b/stable/plex-auto-languages/8.2.2/app-readme.md similarity index 100% rename from stable/plex-auto-languages/8.1.1/app-readme.md rename to stable/plex-auto-languages/8.2.2/app-readme.md diff --git a/stable/plex-auto-languages/8.2.2/charts/common-18.1.6.tgz b/stable/plex-auto-languages/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plex-auto-languages/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plex-auto-languages/8.1.1/ix_values.yaml b/stable/plex-auto-languages/8.2.2/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.1/ix_values.yaml rename to stable/plex-auto-languages/8.2.2/ix_values.yaml diff --git a/stable/plex-auto-languages/8.1.1/questions.yaml b/stable/plex-auto-languages/8.2.2/questions.yaml similarity index 100% rename from stable/plex-auto-languages/8.1.1/questions.yaml rename to stable/plex-auto-languages/8.2.2/questions.yaml diff --git a/stable/promcord/11.1.1/templates/NOTES.txt b/stable/plex-auto-languages/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/promcord/11.1.1/templates/NOTES.txt rename to stable/plex-auto-languages/8.2.2/templates/NOTES.txt diff --git a/stable/plex-playlist-sync/3.1.1/templates/common.yaml b/stable/plex-auto-languages/8.2.2/templates/common.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.1/templates/common.yaml rename to stable/plex-auto-languages/8.2.2/templates/common.yaml diff --git a/stable/projectsend/12.2.2/values.yaml b/stable/plex-auto-languages/8.2.2/values.yaml similarity index 100% rename from stable/projectsend/12.2.2/values.yaml rename to stable/plex-auto-languages/8.2.2/values.yaml diff --git a/stable/plex-meta-manager/6.1.1/CHANGELOG.md b/stable/plex-meta-manager/6.1.1/CHANGELOG.md deleted file mode 100644 index 6bfed3f63aa..00000000000 --- a/stable/plex-meta-manager/6.1.1/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)) - - -## [plex-meta-manager-5.1.6](https://github.com/truecharts/charts/compare/plex-meta-manager-5.1.4...plex-meta-manager-5.1.6) (2024-01-02) diff --git a/stable/plex-meta-manager/6.1.1/Chart.yaml b/stable/plex-meta-manager/6.1.1/Chart.yaml deleted file mode 100644 index 64038a9b604..00000000000 --- a/stable/plex-meta-manager/6.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.20.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plex-meta-manager/6.1.1/charts/common-18.0.2.tgz b/stable/plex-meta-manager/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plex-meta-manager/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/promcord/11.1.1/.helmignore b/stable/plex-meta-manager/6.2.2/.helmignore similarity index 100% rename from stable/promcord/11.1.1/.helmignore rename to stable/plex-meta-manager/6.2.2/.helmignore diff --git a/stable/plex-meta-manager/6.2.2/CHANGELOG.md b/stable/plex-meta-manager/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..47f790ee251 --- /dev/null +++ b/stable/plex-meta-manager/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plex-meta-manager/6.2.2/Chart.yaml b/stable/plex-meta-manager/6.2.2/Chart.yaml new file mode 100644 index 00000000000..79cd6ece86d --- /dev/null +++ b/stable/plex-meta-manager/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.20.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plex-meta-manager/6.1.1/README.md b/stable/plex-meta-manager/6.2.2/README.md similarity index 100% rename from stable/plex-meta-manager/6.1.1/README.md rename to stable/plex-meta-manager/6.2.2/README.md diff --git a/stable/plex-meta-manager/6.2.2/app-changelog.md b/stable/plex-meta-manager/6.2.2/app-changelog.md new file mode 100644 index 00000000000..8cee95dbe3a --- /dev/null +++ b/stable/plex-meta-manager/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plex-meta-manager/6.1.1/app-readme.md b/stable/plex-meta-manager/6.2.2/app-readme.md similarity index 100% rename from stable/plex-meta-manager/6.1.1/app-readme.md rename to stable/plex-meta-manager/6.2.2/app-readme.md diff --git a/stable/plex-meta-manager/6.2.2/charts/common-18.1.6.tgz b/stable/plex-meta-manager/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plex-meta-manager/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plex-meta-manager/6.1.1/ix_values.yaml b/stable/plex-meta-manager/6.2.2/ix_values.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.1/ix_values.yaml rename to stable/plex-meta-manager/6.2.2/ix_values.yaml diff --git a/stable/plex-meta-manager/6.1.1/questions.yaml b/stable/plex-meta-manager/6.2.2/questions.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.1/questions.yaml rename to stable/plex-meta-manager/6.2.2/questions.yaml diff --git a/stable/protonmail-bridge/14.1.2/templates/NOTES.txt b/stable/plex-meta-manager/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.1.2/templates/NOTES.txt rename to stable/plex-meta-manager/6.2.2/templates/NOTES.txt diff --git a/stable/plex-meta-manager/6.1.1/templates/_secret.tpl b/stable/plex-meta-manager/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/plex-meta-manager/6.1.1/templates/_secret.tpl rename to stable/plex-meta-manager/6.2.2/templates/_secret.tpl diff --git a/stable/plex-meta-manager/6.1.1/templates/common.yaml b/stable/plex-meta-manager/6.2.2/templates/common.yaml similarity index 100% rename from stable/plex-meta-manager/6.1.1/templates/common.yaml rename to stable/plex-meta-manager/6.2.2/templates/common.yaml diff --git a/stable/promcord/11.1.1/values.yaml b/stable/plex-meta-manager/6.2.2/values.yaml similarity index 100% rename from stable/promcord/11.1.1/values.yaml rename to stable/plex-meta-manager/6.2.2/values.yaml diff --git a/stable/plex-playlist-sync/3.1.1/CHANGELOG.md b/stable/plex-playlist-sync/3.1.1/CHANGELOG.md deleted file mode 100644 index 1a2be42085a..00000000000 --- a/stable/plex-playlist-sync/3.1.1/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)) - - -## [plex-playlist-sync-2.1.4](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.3...plex-playlist-sync-2.1.4) (2024-01-01) diff --git a/stable/plex-playlist-sync/3.1.1/Chart.yaml b/stable/plex-playlist-sync/3.1.1/Chart.yaml deleted file mode 100644 index d080a6c565f..00000000000 --- a/stable/plex-playlist-sync/3.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plex-playlist-sync/3.1.1/charts/common-18.0.2.tgz b/stable/plex-playlist-sync/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plex-playlist-sync/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.1.2/.helmignore b/stable/plex-playlist-sync/3.2.2/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.1.2/.helmignore rename to stable/plex-playlist-sync/3.2.2/.helmignore diff --git a/stable/plex-playlist-sync/3.2.2/CHANGELOG.md b/stable/plex-playlist-sync/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7fff38a8a48 --- /dev/null +++ b/stable/plex-playlist-sync/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plex-playlist-sync/3.2.2/Chart.yaml b/stable/plex-playlist-sync/3.2.2/Chart.yaml new file mode 100644 index 00000000000..9a57907de7d --- /dev/null +++ b/stable/plex-playlist-sync/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plex-playlist-sync/3.1.1/README.md b/stable/plex-playlist-sync/3.2.2/README.md similarity index 100% rename from stable/plex-playlist-sync/3.1.1/README.md rename to stable/plex-playlist-sync/3.2.2/README.md diff --git a/stable/plex-playlist-sync/3.2.2/app-changelog.md b/stable/plex-playlist-sync/3.2.2/app-changelog.md new file mode 100644 index 00000000000..0e8e70f5e92 --- /dev/null +++ b/stable/plex-playlist-sync/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plex-playlist-sync/3.1.1/app-readme.md b/stable/plex-playlist-sync/3.2.2/app-readme.md similarity index 100% rename from stable/plex-playlist-sync/3.1.1/app-readme.md rename to stable/plex-playlist-sync/3.2.2/app-readme.md diff --git a/stable/plex-playlist-sync/3.2.2/charts/common-18.1.6.tgz b/stable/plex-playlist-sync/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plex-playlist-sync/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plex-playlist-sync/3.1.1/ix_values.yaml b/stable/plex-playlist-sync/3.2.2/ix_values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.1/ix_values.yaml rename to stable/plex-playlist-sync/3.2.2/ix_values.yaml diff --git a/stable/plex-playlist-sync/3.1.1/questions.yaml b/stable/plex-playlist-sync/3.2.2/questions.yaml similarity index 100% rename from stable/plex-playlist-sync/3.1.1/questions.yaml rename to stable/plex-playlist-sync/3.2.2/questions.yaml diff --git a/stable/prusaslicer-novnc/8.1.3/templates/NOTES.txt b/stable/plex-playlist-sync/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/templates/NOTES.txt rename to stable/plex-playlist-sync/3.2.2/templates/NOTES.txt diff --git a/stable/plex-utills/8.1.1/templates/common.yaml b/stable/plex-playlist-sync/3.2.2/templates/common.yaml similarity index 100% rename from stable/plex-utills/8.1.1/templates/common.yaml rename to stable/plex-playlist-sync/3.2.2/templates/common.yaml diff --git a/stable/protonmail-bridge/14.1.2/values.yaml b/stable/plex-playlist-sync/3.2.2/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.2/values.yaml rename to stable/plex-playlist-sync/3.2.2/values.yaml diff --git a/stable/plex-utills/8.1.1/CHANGELOG.md b/stable/plex-utills/8.1.1/CHANGELOG.md deleted file mode 100644 index c6c5fd659a0..00000000000 --- a/stable/plex-utills/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/plex-utills/8.1.1/Chart.yaml b/stable/plex-utills/8.1.1/Chart.yaml deleted file mode 100644 index d0f9c2784b5..00000000000 --- a/stable/plex-utills/8.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plex-utills/8.1.1/charts/common-18.0.2.tgz b/stable/plex-utills/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plex-utills/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/proxmox-backup-server/3.1.1/.helmignore b/stable/plex-utills/8.2.2/.helmignore similarity index 100% rename from stable/proxmox-backup-server/3.1.1/.helmignore rename to stable/plex-utills/8.2.2/.helmignore diff --git a/stable/plex-utills/8.2.2/CHANGELOG.md b/stable/plex-utills/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..42849a01310 --- /dev/null +++ b/stable/plex-utills/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plex-utills/8.2.2/Chart.yaml b/stable/plex-utills/8.2.2/Chart.yaml new file mode 100644 index 00000000000..dfe4e70a916 --- /dev/null +++ b/stable/plex-utills/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plex-utills/8.1.1/README.md b/stable/plex-utills/8.2.2/README.md similarity index 100% rename from stable/plex-utills/8.1.1/README.md rename to stable/plex-utills/8.2.2/README.md diff --git a/stable/plex-utills/8.2.2/app-changelog.md b/stable/plex-utills/8.2.2/app-changelog.md new file mode 100644 index 00000000000..0f0283e8946 --- /dev/null +++ b/stable/plex-utills/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plex-utills/8.1.1/app-readme.md b/stable/plex-utills/8.2.2/app-readme.md similarity index 100% rename from stable/plex-utills/8.1.1/app-readme.md rename to stable/plex-utills/8.2.2/app-readme.md diff --git a/stable/plex-utills/8.2.2/charts/common-18.1.6.tgz b/stable/plex-utills/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plex-utills/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plex-utills/8.1.1/ix_values.yaml b/stable/plex-utills/8.2.2/ix_values.yaml similarity index 100% rename from stable/plex-utills/8.1.1/ix_values.yaml rename to stable/plex-utills/8.2.2/ix_values.yaml diff --git a/stable/plex-utills/8.1.1/questions.yaml b/stable/plex-utills/8.2.2/questions.yaml similarity index 100% rename from stable/plex-utills/8.1.1/questions.yaml rename to stable/plex-utills/8.2.2/questions.yaml diff --git a/stable/putty/9.1.1/templates/NOTES.txt b/stable/plex-utills/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/putty/9.1.1/templates/NOTES.txt rename to stable/plex-utills/8.2.2/templates/NOTES.txt diff --git a/stable/post-recording/5.1.1/templates/common.yaml b/stable/plex-utills/8.2.2/templates/common.yaml similarity index 100% rename from stable/post-recording/5.1.1/templates/common.yaml rename to stable/plex-utills/8.2.2/templates/common.yaml diff --git a/stable/proxmox-backup-server/3.1.1/values.yaml b/stable/plex-utills/8.2.2/values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.1/values.yaml rename to stable/plex-utills/8.2.2/values.yaml diff --git a/stable/plex/17.1.2/CHANGELOG.md b/stable/plex/17.1.2/CHANGELOG.md deleted file mode 100644 index 14141d44cc2..00000000000 --- a/stable/plex/17.1.2/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.1.2/Chart.yaml b/stable/plex/17.1.2/Chart.yaml deleted file mode 100644 index 9fbc7e9fa4d..00000000000 --- a/stable/plex/17.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.40.0.7998 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/plex/17.1.2/charts/common-18.0.2.tgz b/stable/plex/17.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plex/17.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plex/17.1.2/ix_values.yaml b/stable/plex/17.1.2/ix_values.yaml deleted file mode 100644 index 2589934366d..00000000000 --- a/stable/plex/17.1.2/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/prpdf/5.1.1/.helmignore b/stable/plex/17.2.3/.helmignore similarity index 100% rename from stable/prpdf/5.1.1/.helmignore rename to stable/plex/17.2.3/.helmignore diff --git a/stable/plex/17.2.3/CHANGELOG.md b/stable/plex/17.2.3/CHANGELOG.md new file mode 100644 index 00000000000..4abba81de1c --- /dev/null +++ b/stable/plex/17.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/plex/17.2.3/Chart.yaml b/stable/plex/17.2.3/Chart.yaml new file mode 100644 index 00000000000..010acd77234 --- /dev/null +++ b/stable/plex/17.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.40.0.7998 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/plex/17.1.2/README.md b/stable/plex/17.2.3/README.md similarity index 100% rename from stable/plex/17.1.2/README.md rename to stable/plex/17.2.3/README.md diff --git a/stable/plex/17.2.3/app-changelog.md b/stable/plex/17.2.3/app-changelog.md new file mode 100644 index 00000000000..baad34d0c9d --- /dev/null +++ b/stable/plex/17.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plex/17.1.2/app-readme.md b/stable/plex/17.2.3/app-readme.md similarity index 100% rename from stable/plex/17.1.2/app-readme.md rename to stable/plex/17.2.3/app-readme.md diff --git a/stable/plex/17.2.3/charts/common-18.1.6.tgz b/stable/plex/17.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plex/17.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/plex/17.2.3/ix_values.yaml b/stable/plex/17.2.3/ix_values.yaml new file mode 100644 index 00000000000..fcead8cf040 --- /dev/null +++ b/stable/plex/17.2.3/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.1.2/questions.yaml b/stable/plex/17.2.3/questions.yaml similarity index 100% rename from stable/plex/17.1.2/questions.yaml rename to stable/plex/17.2.3/questions.yaml diff --git a/stable/pwndrop/9.1.3/templates/NOTES.txt b/stable/plex/17.2.3/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/9.1.3/templates/NOTES.txt rename to stable/plex/17.2.3/templates/NOTES.txt diff --git a/stable/plex/17.1.2/templates/common.yaml b/stable/plex/17.2.3/templates/common.yaml similarity index 100% rename from stable/plex/17.1.2/templates/common.yaml rename to stable/plex/17.2.3/templates/common.yaml diff --git a/stable/prpdf/5.1.1/values.yaml b/stable/plex/17.2.3/values.yaml similarity index 100% rename from stable/prpdf/5.1.1/values.yaml rename to stable/plex/17.2.3/values.yaml diff --git a/stable/plexanisync/6.1.1/CHANGELOG.md b/stable/plexanisync/6.1.1/CHANGELOG.md deleted file mode 100644 index 1a3da7c0f07..00000000000 --- a/stable/plexanisync/6.1.1/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) - -### Chore diff --git a/stable/plexanisync/6.1.1/Chart.yaml b/stable/plexanisync/6.1.1/Chart.yaml deleted file mode 100644 index c17639ae2cf..00000000000 --- a/stable/plexanisync/6.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.27 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plexanisync/6.1.1/charts/common-18.0.2.tgz b/stable/plexanisync/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plexanisync/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.1.3/.helmignore b/stable/plexanisync/6.2.2/.helmignore similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/.helmignore rename to stable/plexanisync/6.2.2/.helmignore diff --git a/stable/plexanisync/6.2.2/CHANGELOG.md b/stable/plexanisync/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..42d0e80755b --- /dev/null +++ b/stable/plexanisync/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) diff --git a/stable/plexanisync/6.2.2/Chart.yaml b/stable/plexanisync/6.2.2/Chart.yaml new file mode 100644 index 00000000000..44c281c77cb --- /dev/null +++ b/stable/plexanisync/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.27 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plexanisync/6.1.1/README.md b/stable/plexanisync/6.2.2/README.md similarity index 100% rename from stable/plexanisync/6.1.1/README.md rename to stable/plexanisync/6.2.2/README.md diff --git a/stable/plexanisync/6.2.2/app-changelog.md b/stable/plexanisync/6.2.2/app-changelog.md new file mode 100644 index 00000000000..f2123e27208 --- /dev/null +++ b/stable/plexanisync/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plexanisync/6.1.1/app-readme.md b/stable/plexanisync/6.2.2/app-readme.md similarity index 100% rename from stable/plexanisync/6.1.1/app-readme.md rename to stable/plexanisync/6.2.2/app-readme.md diff --git a/stable/plexanisync/6.2.2/charts/common-18.1.6.tgz b/stable/plexanisync/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plexanisync/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plexanisync/6.1.1/ix_values.yaml b/stable/plexanisync/6.2.2/ix_values.yaml similarity index 100% rename from stable/plexanisync/6.1.1/ix_values.yaml rename to stable/plexanisync/6.2.2/ix_values.yaml diff --git a/stable/plexanisync/6.1.1/questions.yaml b/stable/plexanisync/6.2.2/questions.yaml similarity index 100% rename from stable/plexanisync/6.1.1/questions.yaml rename to stable/plexanisync/6.2.2/questions.yaml diff --git a/stable/pyload/13.1.1/templates/NOTES.txt b/stable/plexanisync/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/pyload/13.1.1/templates/NOTES.txt rename to stable/plexanisync/6.2.2/templates/NOTES.txt diff --git a/stable/plexanisync/6.1.1/templates/_config.tpl b/stable/plexanisync/6.2.2/templates/_config.tpl similarity index 100% rename from stable/plexanisync/6.1.1/templates/_config.tpl rename to stable/plexanisync/6.2.2/templates/_config.tpl diff --git a/stable/plexanisync/6.1.1/templates/_secret.tpl b/stable/plexanisync/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/plexanisync/6.1.1/templates/_secret.tpl rename to stable/plexanisync/6.2.2/templates/_secret.tpl diff --git a/stable/plexanisync/6.1.1/templates/common.yaml b/stable/plexanisync/6.2.2/templates/common.yaml similarity index 100% rename from stable/plexanisync/6.1.1/templates/common.yaml rename to stable/plexanisync/6.2.2/templates/common.yaml diff --git a/stable/prusaslicer-novnc/8.1.3/values.yaml b/stable/plexanisync/6.2.2/values.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/values.yaml rename to stable/plexanisync/6.2.2/values.yaml diff --git a/stable/plexripper/8.1.1/CHANGELOG.md b/stable/plexripper/8.1.1/CHANGELOG.md deleted file mode 100644 index a20e2ea0e8d..00000000000 --- a/stable/plexripper/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/plexripper/8.1.1/Chart.yaml b/stable/plexripper/8.1.1/Chart.yaml deleted file mode 100644 index f375a4d2bc8..00000000000 --- a/stable/plexripper/8.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/plexripper/8.1.1/charts/common-18.0.2.tgz b/stable/plexripper/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plexripper/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pt-helper/5.1.1/.helmignore b/stable/plexripper/8.2.2/.helmignore similarity index 100% rename from stable/pt-helper/5.1.1/.helmignore rename to stable/plexripper/8.2.2/.helmignore diff --git a/stable/plexripper/8.2.2/CHANGELOG.md b/stable/plexripper/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7f86b21b498 --- /dev/null +++ b/stable/plexripper/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/plexripper/8.2.2/Chart.yaml b/stable/plexripper/8.2.2/Chart.yaml new file mode 100644 index 00000000000..8af10ea3785 --- /dev/null +++ b/stable/plexripper/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/plexripper/8.1.1/README.md b/stable/plexripper/8.2.2/README.md similarity index 100% rename from stable/plexripper/8.1.1/README.md rename to stable/plexripper/8.2.2/README.md diff --git a/stable/plexripper/8.2.2/app-changelog.md b/stable/plexripper/8.2.2/app-changelog.md new file mode 100644 index 00000000000..23054e424d2 --- /dev/null +++ b/stable/plexripper/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plexripper/8.1.1/app-readme.md b/stable/plexripper/8.2.2/app-readme.md similarity index 100% rename from stable/plexripper/8.1.1/app-readme.md rename to stable/plexripper/8.2.2/app-readme.md diff --git a/stable/plexripper/8.2.2/charts/common-18.1.6.tgz b/stable/plexripper/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plexripper/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/plexripper/8.1.1/ix_values.yaml b/stable/plexripper/8.2.2/ix_values.yaml similarity index 100% rename from stable/plexripper/8.1.1/ix_values.yaml rename to stable/plexripper/8.2.2/ix_values.yaml diff --git a/stable/plexripper/8.1.1/questions.yaml b/stable/plexripper/8.2.2/questions.yaml similarity index 100% rename from stable/plexripper/8.1.1/questions.yaml rename to stable/plexripper/8.2.2/questions.yaml diff --git a/stable/pylon/9.1.2/templates/NOTES.txt b/stable/plexripper/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/pylon/9.1.2/templates/NOTES.txt rename to stable/plexripper/8.2.2/templates/NOTES.txt diff --git a/stable/pyload/13.1.1/templates/common.yaml b/stable/plexripper/8.2.2/templates/common.yaml similarity index 100% rename from stable/pyload/13.1.1/templates/common.yaml rename to stable/plexripper/8.2.2/templates/common.yaml diff --git a/stable/pt-helper/5.1.1/values.yaml b/stable/plexripper/8.2.2/values.yaml similarity index 100% rename from stable/pt-helper/5.1.1/values.yaml rename to stable/plexripper/8.2.2/values.yaml diff --git a/stable/plextraktsync/7.2.0/CHANGELOG.md b/stable/plextraktsync/7.2.0/CHANGELOG.md deleted file mode 100644 index 03aaa0c283e..00000000000 --- a/stable/plextraktsync/7.2.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) - -### Chore \ No newline at end of file diff --git a/stable/plextraktsync/7.2.0/Chart.yaml b/stable/plextraktsync/7.2.0/Chart.yaml deleted file mode 100644 index 46ef834692a..00000000000 --- a/stable/plextraktsync/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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.29.2 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/plextraktsync/7.2.0/charts/common-18.0.2.tgz b/stable/plextraktsync/7.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/plextraktsync/7.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.2.0/ix_values.yaml b/stable/plextraktsync/7.2.0/ix_values.yaml deleted file mode 100644 index ab19f5f2605..00000000000 --- a/stable/plextraktsync/7.2.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/putty/9.1.1/.helmignore b/stable/plextraktsync/7.3.3/.helmignore similarity index 100% rename from stable/putty/9.1.1/.helmignore rename to stable/plextraktsync/7.3.3/.helmignore diff --git a/stable/plextraktsync/7.3.3/CHANGELOG.md b/stable/plextraktsync/7.3.3/CHANGELOG.md new file mode 100644 index 00000000000..74bcda236c4 --- /dev/null +++ b/stable/plextraktsync/7.3.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/plextraktsync/7.3.3/Chart.yaml b/stable/plextraktsync/7.3.3/Chart.yaml new file mode 100644 index 00000000000..d4933fdaa91 --- /dev/null +++ b/stable/plextraktsync/7.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.29.4 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/plextraktsync/7.2.0/README.md b/stable/plextraktsync/7.3.3/README.md similarity index 100% rename from stable/plextraktsync/7.2.0/README.md rename to stable/plextraktsync/7.3.3/README.md diff --git a/stable/plextraktsync/7.3.3/app-changelog.md b/stable/plextraktsync/7.3.3/app-changelog.md new file mode 100644 index 00000000000..246ebeeef0e --- /dev/null +++ b/stable/plextraktsync/7.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/plextraktsync/7.2.0/app-readme.md b/stable/plextraktsync/7.3.3/app-readme.md similarity index 100% rename from stable/plextraktsync/7.2.0/app-readme.md rename to stable/plextraktsync/7.3.3/app-readme.md diff --git a/stable/plextraktsync/7.3.3/charts/common-18.1.6.tgz b/stable/plextraktsync/7.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/plextraktsync/7.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/plextraktsync/7.3.3/ix_values.yaml b/stable/plextraktsync/7.3.3/ix_values.yaml new file mode 100644 index 00000000000..d57d29c8416 --- /dev/null +++ b/stable/plextraktsync/7.3.3/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.2.0/questions.yaml b/stable/plextraktsync/7.3.3/questions.yaml similarity index 100% rename from stable/plextraktsync/7.2.0/questions.yaml rename to stable/plextraktsync/7.3.3/questions.yaml diff --git a/stable/qbitmanage/8.1.2/templates/NOTES.txt b/stable/plextraktsync/7.3.3/templates/NOTES.txt similarity index 100% rename from stable/qbitmanage/8.1.2/templates/NOTES.txt rename to stable/plextraktsync/7.3.3/templates/NOTES.txt diff --git a/stable/plextraktsync/7.2.0/templates/_cronjob.tpl b/stable/plextraktsync/7.3.3/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/7.2.0/templates/_cronjob.tpl rename to stable/plextraktsync/7.3.3/templates/_cronjob.tpl diff --git a/stable/plextraktsync/7.2.0/templates/common.yaml b/stable/plextraktsync/7.3.3/templates/common.yaml similarity index 100% rename from stable/plextraktsync/7.2.0/templates/common.yaml rename to stable/plextraktsync/7.3.3/templates/common.yaml diff --git a/stable/putty/9.1.1/values.yaml b/stable/plextraktsync/7.3.3/values.yaml similarity index 100% rename from stable/putty/9.1.1/values.yaml rename to stable/plextraktsync/7.3.3/values.yaml diff --git a/stable/pocketmine-mp/3.1.1/CHANGELOG.md b/stable/pocketmine-mp/3.1.1/CHANGELOG.md deleted file mode 100644 index 20eec4eda91..00000000000 --- a/stable/pocketmine-mp/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/pocketmine-mp/3.1.1/Chart.yaml b/stable/pocketmine-mp/3.1.1/Chart.yaml deleted file mode 100644 index b6852679a33..00000000000 --- a/stable/pocketmine-mp/3.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pocketmine-mp/3.1.1/charts/common-18.0.2.tgz b/stable/pocketmine-mp/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pocketmine-mp/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pvk-ii/5.1.1/.helmignore b/stable/pocketmine-mp/3.2.2/.helmignore similarity index 100% rename from stable/pvk-ii/5.1.1/.helmignore rename to stable/pocketmine-mp/3.2.2/.helmignore diff --git a/stable/pocketmine-mp/3.2.2/CHANGELOG.md b/stable/pocketmine-mp/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cf65a5b82e2 --- /dev/null +++ b/stable/pocketmine-mp/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pocketmine-mp/3.2.2/Chart.yaml b/stable/pocketmine-mp/3.2.2/Chart.yaml new file mode 100644 index 00000000000..5975478b2d9 --- /dev/null +++ b/stable/pocketmine-mp/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.8.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pocketmine-mp/3.1.1/README.md b/stable/pocketmine-mp/3.2.2/README.md similarity index 100% rename from stable/pocketmine-mp/3.1.1/README.md rename to stable/pocketmine-mp/3.2.2/README.md diff --git a/stable/pocketmine-mp/3.2.2/app-changelog.md b/stable/pocketmine-mp/3.2.2/app-changelog.md new file mode 100644 index 00000000000..05051c4422f --- /dev/null +++ b/stable/pocketmine-mp/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pocketmine-mp/3.1.1/app-readme.md b/stable/pocketmine-mp/3.2.2/app-readme.md similarity index 100% rename from stable/pocketmine-mp/3.1.1/app-readme.md rename to stable/pocketmine-mp/3.2.2/app-readme.md diff --git a/stable/pocketmine-mp/3.2.2/charts/common-18.1.6.tgz b/stable/pocketmine-mp/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pocketmine-mp/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pocketmine-mp/3.1.1/ix_values.yaml b/stable/pocketmine-mp/3.2.2/ix_values.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.1/ix_values.yaml rename to stable/pocketmine-mp/3.2.2/ix_values.yaml diff --git a/stable/pocketmine-mp/3.1.1/questions.yaml b/stable/pocketmine-mp/3.2.2/questions.yaml similarity index 100% rename from stable/pocketmine-mp/3.1.1/questions.yaml rename to stable/pocketmine-mp/3.2.2/questions.yaml diff --git a/stable/qbitrr/4.1.2/templates/NOTES.txt b/stable/pocketmine-mp/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/qbitrr/4.1.2/templates/NOTES.txt rename to stable/pocketmine-mp/3.2.2/templates/NOTES.txt diff --git a/stable/pylon/9.1.2/templates/common.yaml b/stable/pocketmine-mp/3.2.2/templates/common.yaml similarity index 100% rename from stable/pylon/9.1.2/templates/common.yaml rename to stable/pocketmine-mp/3.2.2/templates/common.yaml diff --git a/stable/pvk-ii/5.1.1/values.yaml b/stable/pocketmine-mp/3.2.2/values.yaml similarity index 100% rename from stable/pvk-ii/5.1.1/values.yaml rename to stable/pocketmine-mp/3.2.2/values.yaml diff --git a/stable/podgrab/17.1.1/CHANGELOG.md b/stable/podgrab/17.1.1/CHANGELOG.md deleted file mode 100644 index 8d0fe1d2d6c..00000000000 --- a/stable/podgrab/17.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/podgrab/17.1.1/Chart.yaml b/stable/podgrab/17.1.1/Chart.yaml deleted file mode 100644 index e888984dd44..00000000000 --- a/stable/podgrab/17.1.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: mutlimedia - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/podgrab/17.1.1/charts/common-18.0.2.tgz b/stable/podgrab/17.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/podgrab/17.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pwm/5.1.1/.helmignore b/stable/podgrab/17.2.2/.helmignore similarity index 100% rename from stable/pwm/5.1.1/.helmignore rename to stable/podgrab/17.2.2/.helmignore diff --git a/stable/podgrab/17.2.2/CHANGELOG.md b/stable/podgrab/17.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e104f1e028f --- /dev/null +++ b/stable/podgrab/17.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/podgrab/17.2.2/Chart.yaml b/stable/podgrab/17.2.2/Chart.yaml new file mode 100644 index 00000000000..575fac1d636 --- /dev/null +++ b/stable/podgrab/17.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/podgrab/17.1.1/README.md b/stable/podgrab/17.2.2/README.md similarity index 100% rename from stable/podgrab/17.1.1/README.md rename to stable/podgrab/17.2.2/README.md diff --git a/stable/podgrab/17.2.2/app-changelog.md b/stable/podgrab/17.2.2/app-changelog.md new file mode 100644 index 00000000000..1a355a46e72 --- /dev/null +++ b/stable/podgrab/17.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/podgrab/17.1.1/app-readme.md b/stable/podgrab/17.2.2/app-readme.md similarity index 100% rename from stable/podgrab/17.1.1/app-readme.md rename to stable/podgrab/17.2.2/app-readme.md diff --git a/stable/podgrab/17.2.2/charts/common-18.1.6.tgz b/stable/podgrab/17.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/podgrab/17.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/podgrab/17.1.1/ix_values.yaml b/stable/podgrab/17.2.2/ix_values.yaml similarity index 100% rename from stable/podgrab/17.1.1/ix_values.yaml rename to stable/podgrab/17.2.2/ix_values.yaml diff --git a/stable/podgrab/17.1.1/questions.yaml b/stable/podgrab/17.2.2/questions.yaml similarity index 100% rename from stable/podgrab/17.1.1/questions.yaml rename to stable/podgrab/17.2.2/questions.yaml diff --git a/stable/qbittorrent/19.1.3/templates/NOTES.txt b/stable/podgrab/17.2.2/templates/NOTES.txt similarity index 100% rename from stable/qbittorrent/19.1.3/templates/NOTES.txt rename to stable/podgrab/17.2.2/templates/NOTES.txt diff --git a/stable/qdirstat/9.1.1/templates/common.yaml b/stable/podgrab/17.2.2/templates/common.yaml similarity index 100% rename from stable/qdirstat/9.1.1/templates/common.yaml rename to stable/podgrab/17.2.2/templates/common.yaml diff --git a/stable/pwm/5.1.1/values.yaml b/stable/podgrab/17.2.2/values.yaml similarity index 100% rename from stable/pwm/5.1.1/values.yaml rename to stable/podgrab/17.2.2/values.yaml diff --git a/stable/portainer/8.1.1/CHANGELOG.md b/stable/portainer/8.1.1/CHANGELOG.md deleted file mode 100644 index cfd57bf6fe2..00000000000 --- a/stable/portainer/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/portainer/8.1.1/Chart.yaml b/stable/portainer/8.1.1/Chart.yaml deleted file mode 100644 index 223c9db07b8..00000000000 --- a/stable/portainer/8.1.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: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.19.4 -dependencies: - - name: common - version: 18.0.2 - 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-ee - - https://hub.docker.com/r/portainer/portainer-ce -type: application -version: 8.1.1 diff --git a/stable/portainer/8.1.1/charts/common-18.0.2.tgz b/stable/portainer/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/portainer/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pwndrop/9.1.3/.helmignore b/stable/portainer/8.2.2/.helmignore similarity index 100% rename from stable/pwndrop/9.1.3/.helmignore rename to stable/portainer/8.2.2/.helmignore diff --git a/stable/portainer/8.2.2/CHANGELOG.md b/stable/portainer/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..800b99b1e8e --- /dev/null +++ b/stable/portainer/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/portainer/8.2.2/Chart.yaml b/stable/portainer/8.2.2/Chart.yaml new file mode 100644 index 00000000000..d24339ece54 --- /dev/null +++ b/stable/portainer/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.19.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/portainer/8.1.1/README.md b/stable/portainer/8.2.2/README.md similarity index 100% rename from stable/portainer/8.1.1/README.md rename to stable/portainer/8.2.2/README.md diff --git a/stable/portainer/8.2.2/app-changelog.md b/stable/portainer/8.2.2/app-changelog.md new file mode 100644 index 00000000000..fe93df5d399 --- /dev/null +++ b/stable/portainer/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/portainer/8.1.1/app-readme.md b/stable/portainer/8.2.2/app-readme.md similarity index 100% rename from stable/portainer/8.1.1/app-readme.md rename to stable/portainer/8.2.2/app-readme.md diff --git a/stable/portainer/8.2.2/charts/common-18.1.6.tgz b/stable/portainer/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/portainer/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/portainer/8.1.1/ix_values.yaml b/stable/portainer/8.2.2/ix_values.yaml similarity index 100% rename from stable/portainer/8.1.1/ix_values.yaml rename to stable/portainer/8.2.2/ix_values.yaml diff --git a/stable/portainer/8.1.1/questions.yaml b/stable/portainer/8.2.2/questions.yaml similarity index 100% rename from stable/portainer/8.1.1/questions.yaml rename to stable/portainer/8.2.2/questions.yaml diff --git a/stable/qdirstat/9.1.1/templates/NOTES.txt b/stable/portainer/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/qdirstat/9.1.1/templates/NOTES.txt rename to stable/portainer/8.2.2/templates/NOTES.txt diff --git a/stable/portainer/8.1.1/templates/_args.tpl b/stable/portainer/8.2.2/templates/_args.tpl similarity index 100% rename from stable/portainer/8.1.1/templates/_args.tpl rename to stable/portainer/8.2.2/templates/_args.tpl diff --git a/stable/portainer/8.1.1/templates/common.yaml b/stable/portainer/8.2.2/templates/common.yaml similarity index 100% rename from stable/portainer/8.1.1/templates/common.yaml rename to stable/portainer/8.2.2/templates/common.yaml diff --git a/stable/pwndrop/9.1.3/values.yaml b/stable/portainer/8.2.2/values.yaml similarity index 100% rename from stable/pwndrop/9.1.3/values.yaml rename to stable/portainer/8.2.2/values.yaml diff --git a/stable/post-recording/5.1.1/CHANGELOG.md b/stable/post-recording/5.1.1/CHANGELOG.md deleted file mode 100644 index a383f2f9f41..00000000000 --- a/stable/post-recording/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/post-recording/5.1.1/Chart.yaml b/stable/post-recording/5.1.1/Chart.yaml deleted file mode 100644 index 3c90077d28b..00000000000 --- a/stable/post-recording/5.1.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: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/post-recording/5.1.1/charts/common-18.0.2.tgz b/stable/post-recording/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/post-recording/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.1.3/.helmignore b/stable/post-recording/5.2.2/.helmignore similarity index 100% rename from stable/pyload-ng/5.1.3/.helmignore rename to stable/post-recording/5.2.2/.helmignore diff --git a/stable/post-recording/5.2.2/CHANGELOG.md b/stable/post-recording/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2dbfea486e4 --- /dev/null +++ b/stable/post-recording/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/post-recording/5.2.2/Chart.yaml b/stable/post-recording/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bf806f49e58 --- /dev/null +++ b/stable/post-recording/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/post-recording/5.1.1/README.md b/stable/post-recording/5.2.2/README.md similarity index 100% rename from stable/post-recording/5.1.1/README.md rename to stable/post-recording/5.2.2/README.md diff --git a/stable/post-recording/5.2.2/app-changelog.md b/stable/post-recording/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5637794cf5b --- /dev/null +++ b/stable/post-recording/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/post-recording/5.1.1/app-readme.md b/stable/post-recording/5.2.2/app-readme.md similarity index 100% rename from stable/post-recording/5.1.1/app-readme.md rename to stable/post-recording/5.2.2/app-readme.md diff --git a/stable/post-recording/5.2.2/charts/common-18.1.6.tgz b/stable/post-recording/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/post-recording/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/post-recording/5.1.1/ix_values.yaml b/stable/post-recording/5.2.2/ix_values.yaml similarity index 100% rename from stable/post-recording/5.1.1/ix_values.yaml rename to stable/post-recording/5.2.2/ix_values.yaml diff --git a/stable/post-recording/5.1.1/questions.yaml b/stable/post-recording/5.2.2/questions.yaml similarity index 100% rename from stable/post-recording/5.1.1/questions.yaml rename to stable/post-recording/5.2.2/questions.yaml diff --git a/stable/posterr/8.1.2/templates/common.yaml b/stable/post-recording/5.2.2/templates/common.yaml similarity index 100% rename from stable/posterr/8.1.2/templates/common.yaml rename to stable/post-recording/5.2.2/templates/common.yaml diff --git a/stable/pyload-ng/5.1.3/values.yaml b/stable/post-recording/5.2.2/values.yaml similarity index 100% rename from stable/pyload-ng/5.1.3/values.yaml rename to stable/post-recording/5.2.2/values.yaml diff --git a/stable/posterr/8.1.2/CHANGELOG.md b/stable/posterr/8.1.2/CHANGELOG.md deleted file mode 100644 index 825a59b754b..00000000000 --- a/stable/posterr/8.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/posterr/8.1.2/Chart.yaml b/stable/posterr/8.1.2/Chart.yaml deleted file mode 100644 index 327b0c9454d..00000000000 --- a/stable/posterr/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/posterr/8.1.2/charts/common-18.0.2.tgz b/stable/posterr/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/posterr/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/posterr/8.1.2/ix_values.yaml b/stable/posterr/8.1.2/ix_values.yaml deleted file mode 100644 index adc81a7d2b5..00000000000 --- a/stable/posterr/8.1.2/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/pyload/13.1.1/.helmignore b/stable/posterr/8.2.3/.helmignore similarity index 100% rename from stable/pyload/13.1.1/.helmignore rename to stable/posterr/8.2.3/.helmignore diff --git a/stable/posterr/8.2.3/CHANGELOG.md b/stable/posterr/8.2.3/CHANGELOG.md new file mode 100644 index 00000000000..e6b6bb391af --- /dev/null +++ b/stable/posterr/8.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/posterr/8.2.3/Chart.yaml b/stable/posterr/8.2.3/Chart.yaml new file mode 100644 index 00000000000..a919d81ebc4 --- /dev/null +++ b/stable/posterr/8.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/posterr/8.1.2/README.md b/stable/posterr/8.2.3/README.md similarity index 100% rename from stable/posterr/8.1.2/README.md rename to stable/posterr/8.2.3/README.md diff --git a/stable/posterr/8.2.3/app-changelog.md b/stable/posterr/8.2.3/app-changelog.md new file mode 100644 index 00000000000..871826ebec4 --- /dev/null +++ b/stable/posterr/8.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/posterr/8.1.2/app-readme.md b/stable/posterr/8.2.3/app-readme.md similarity index 100% rename from stable/posterr/8.1.2/app-readme.md rename to stable/posterr/8.2.3/app-readme.md diff --git a/stable/posterr/8.2.3/charts/common-18.1.6.tgz b/stable/posterr/8.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/posterr/8.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/posterr/8.2.3/ix_values.yaml b/stable/posterr/8.2.3/ix_values.yaml new file mode 100644 index 00000000000..694b64f16a5 --- /dev/null +++ b/stable/posterr/8.2.3/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.1.2/questions.yaml b/stable/posterr/8.2.3/questions.yaml similarity index 100% rename from stable/posterr/8.1.2/questions.yaml rename to stable/posterr/8.2.3/questions.yaml diff --git a/stable/qinglong/9.1.2/templates/NOTES.txt b/stable/posterr/8.2.3/templates/NOTES.txt similarity index 100% rename from stable/qinglong/9.1.2/templates/NOTES.txt rename to stable/posterr/8.2.3/templates/NOTES.txt diff --git a/stable/postscriptum/5.1.1/templates/common.yaml b/stable/posterr/8.2.3/templates/common.yaml similarity index 100% rename from stable/postscriptum/5.1.1/templates/common.yaml rename to stable/posterr/8.2.3/templates/common.yaml diff --git a/stable/pyload/13.1.1/values.yaml b/stable/posterr/8.2.3/values.yaml similarity index 100% rename from stable/pyload/13.1.1/values.yaml rename to stable/posterr/8.2.3/values.yaml diff --git a/stable/postscriptum/5.1.1/CHANGELOG.md b/stable/postscriptum/5.1.1/CHANGELOG.md deleted file mode 100644 index 8bf811abd84..00000000000 --- a/stable/postscriptum/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/postscriptum/5.1.1/Chart.yaml b/stable/postscriptum/5.1.1/Chart.yaml deleted file mode 100644 index a2102aef04b..00000000000 --- a/stable/postscriptum/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: postscriptum -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/postscriptum/5.1.1/charts/common-18.0.2.tgz b/stable/postscriptum/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/postscriptum/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pylon/9.1.2/.helmignore b/stable/postscriptum/5.2.2/.helmignore similarity index 100% rename from stable/pylon/9.1.2/.helmignore rename to stable/postscriptum/5.2.2/.helmignore diff --git a/stable/postscriptum/5.2.2/CHANGELOG.md b/stable/postscriptum/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3bdff569d4d --- /dev/null +++ b/stable/postscriptum/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/postscriptum/5.2.2/Chart.yaml b/stable/postscriptum/5.2.2/Chart.yaml new file mode 100644 index 00000000000..49f59cc0cdd --- /dev/null +++ b/stable/postscriptum/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: postscriptum +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/postscriptum/5.1.1/README.md b/stable/postscriptum/5.2.2/README.md similarity index 100% rename from stable/postscriptum/5.1.1/README.md rename to stable/postscriptum/5.2.2/README.md diff --git a/stable/postscriptum/5.2.2/app-changelog.md b/stable/postscriptum/5.2.2/app-changelog.md new file mode 100644 index 00000000000..259f03c4d83 --- /dev/null +++ b/stable/postscriptum/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/postscriptum/5.1.1/app-readme.md b/stable/postscriptum/5.2.2/app-readme.md similarity index 100% rename from stable/postscriptum/5.1.1/app-readme.md rename to stable/postscriptum/5.2.2/app-readme.md diff --git a/stable/postscriptum/5.2.2/charts/common-18.1.6.tgz b/stable/postscriptum/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/postscriptum/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/postscriptum/5.1.1/ix_values.yaml b/stable/postscriptum/5.2.2/ix_values.yaml similarity index 100% rename from stable/postscriptum/5.1.1/ix_values.yaml rename to stable/postscriptum/5.2.2/ix_values.yaml diff --git a/stable/postscriptum/5.1.1/questions.yaml b/stable/postscriptum/5.2.2/questions.yaml similarity index 100% rename from stable/postscriptum/5.1.1/questions.yaml rename to stable/postscriptum/5.2.2/questions.yaml diff --git a/stable/promcord/11.1.1/templates/common.yaml b/stable/postscriptum/5.2.2/templates/common.yaml similarity index 100% rename from stable/promcord/11.1.1/templates/common.yaml rename to stable/postscriptum/5.2.2/templates/common.yaml diff --git a/stable/pylon/9.1.2/values.yaml b/stable/postscriptum/5.2.2/values.yaml similarity index 100% rename from stable/pylon/9.1.2/values.yaml rename to stable/postscriptum/5.2.2/values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.1/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.1.1/CHANGELOG.md deleted file mode 100644 index 2df4671ea96..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.1.1/Chart.yaml b/stable/pretend-youre-xyzzy/13.1.1/Chart.yaml deleted file mode 100644 index 3d6db6876d6..00000000000 --- a/stable/pretend-youre-xyzzy/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pretend-youre-xyzzy/13.1.1/charts/common-18.0.2.tgz b/stable/pretend-youre-xyzzy/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pretend-youre-xyzzy/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.1.2/.helmignore b/stable/pretend-youre-xyzzy/13.2.2/.helmignore similarity index 100% rename from stable/qbitmanage/8.1.2/.helmignore rename to stable/pretend-youre-xyzzy/13.2.2/.helmignore diff --git a/stable/pretend-youre-xyzzy/13.2.2/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..85b42ffc1a6 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pretend-youre-xyzzy/13.2.2/Chart.yaml b/stable/pretend-youre-xyzzy/13.2.2/Chart.yaml new file mode 100644 index 00000000000..ad27bc37778 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pretend-youre-xyzzy/13.1.1/README.md b/stable/pretend-youre-xyzzy/13.2.2/README.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/README.md rename to stable/pretend-youre-xyzzy/13.2.2/README.md diff --git a/stable/pretend-youre-xyzzy/13.2.2/app-changelog.md b/stable/pretend-youre-xyzzy/13.2.2/app-changelog.md new file mode 100644 index 00000000000..abb8c9e8aac --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pretend-youre-xyzzy/13.1.1/app-readme.md b/stable/pretend-youre-xyzzy/13.2.2/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/app-readme.md rename to stable/pretend-youre-xyzzy/13.2.2/app-readme.md diff --git a/stable/pretend-youre-xyzzy/13.2.2/charts/common-18.1.6.tgz b/stable/pretend-youre-xyzzy/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pretend-youre-xyzzy/13.1.1/ix_values.yaml b/stable/pretend-youre-xyzzy/13.2.2/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/ix_values.yaml rename to stable/pretend-youre-xyzzy/13.2.2/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/13.1.1/questions.yaml b/stable/pretend-youre-xyzzy/13.2.2/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.1.1/questions.yaml rename to stable/pretend-youre-xyzzy/13.2.2/questions.yaml diff --git a/stable/quassel-core/11.1.2/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/quassel-core/11.1.2/templates/NOTES.txt rename to stable/pretend-youre-xyzzy/13.2.2/templates/NOTES.txt diff --git a/stable/qinglong/9.1.2/templates/common.yaml b/stable/pretend-youre-xyzzy/13.2.2/templates/common.yaml similarity index 100% rename from stable/qinglong/9.1.2/templates/common.yaml rename to stable/pretend-youre-xyzzy/13.2.2/templates/common.yaml diff --git a/stable/qbitmanage/8.1.2/values.yaml b/stable/pretend-youre-xyzzy/13.2.2/values.yaml similarity index 100% rename from stable/qbitmanage/8.1.2/values.yaml rename to stable/pretend-youre-xyzzy/13.2.2/values.yaml diff --git a/stable/projectsend/12.2.2/CHANGELOG.md b/stable/projectsend/12.2.2/CHANGELOG.md deleted file mode 100644 index d7aea325381..00000000000 --- a/stable/projectsend/12.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/projectsend/12.2.2/Chart.yaml b/stable/projectsend/12.2.2/Chart.yaml deleted file mode 100644 index 2acc73b1c61..00000000000 --- a/stable/projectsend/12.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/projectsend/12.2.2/charts/common-18.0.2.tgz b/stable/projectsend/12.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/projectsend/12.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/projectsend/12.2.2/charts/mariadb-13.0.0.tgz b/stable/projectsend/12.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/projectsend/12.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/qbitrr/4.1.2/.helmignore b/stable/projectsend/12.4.2/.helmignore similarity index 100% rename from stable/qbitrr/4.1.2/.helmignore rename to stable/projectsend/12.4.2/.helmignore diff --git a/stable/projectsend/12.4.2/CHANGELOG.md b/stable/projectsend/12.4.2/CHANGELOG.md new file mode 100644 index 00000000000..e53501f22d0 --- /dev/null +++ b/stable/projectsend/12.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/projectsend/12.4.2/Chart.yaml b/stable/projectsend/12.4.2/Chart.yaml new file mode 100644 index 00000000000..47be9c4883c --- /dev/null +++ b/stable/projectsend/12.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/projectsend/12.2.2/README.md b/stable/projectsend/12.4.2/README.md similarity index 100% rename from stable/projectsend/12.2.2/README.md rename to stable/projectsend/12.4.2/README.md diff --git a/stable/projectsend/12.4.2/app-changelog.md b/stable/projectsend/12.4.2/app-changelog.md new file mode 100644 index 00000000000..cafb075dcf8 --- /dev/null +++ b/stable/projectsend/12.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/projectsend/12.2.2/app-readme.md b/stable/projectsend/12.4.2/app-readme.md similarity index 100% rename from stable/projectsend/12.2.2/app-readme.md rename to stable/projectsend/12.4.2/app-readme.md diff --git a/stable/projectsend/12.4.2/charts/common-18.1.6.tgz b/stable/projectsend/12.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/projectsend/12.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/projectsend/12.4.2/charts/mariadb-13.2.0.tgz b/stable/projectsend/12.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/projectsend/12.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/projectsend/12.2.2/ix_values.yaml b/stable/projectsend/12.4.2/ix_values.yaml similarity index 100% rename from stable/projectsend/12.2.2/ix_values.yaml rename to stable/projectsend/12.4.2/ix_values.yaml diff --git a/stable/projectsend/12.2.2/questions.yaml b/stable/projectsend/12.4.2/questions.yaml similarity index 100% rename from stable/projectsend/12.2.2/questions.yaml rename to stable/projectsend/12.4.2/questions.yaml diff --git a/stable/quassel-web/9.1.1/templates/NOTES.txt b/stable/projectsend/12.4.2/templates/NOTES.txt similarity index 100% rename from stable/quassel-web/9.1.1/templates/NOTES.txt rename to stable/projectsend/12.4.2/templates/NOTES.txt diff --git a/stable/projectsend/12.2.2/templates/_configmap.tpl b/stable/projectsend/12.4.2/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/12.2.2/templates/_configmap.tpl rename to stable/projectsend/12.4.2/templates/_configmap.tpl diff --git a/stable/projectsend/12.2.2/templates/common.yaml b/stable/projectsend/12.4.2/templates/common.yaml similarity index 100% rename from stable/projectsend/12.2.2/templates/common.yaml rename to stable/projectsend/12.4.2/templates/common.yaml diff --git a/stable/qbitrr/4.1.2/values.yaml b/stable/projectsend/12.4.2/values.yaml similarity index 100% rename from stable/qbitrr/4.1.2/values.yaml rename to stable/projectsend/12.4.2/values.yaml diff --git a/stable/promcord/11.1.1/CHANGELOG.md b/stable/promcord/11.1.1/CHANGELOG.md deleted file mode 100644 index d22793c3374..00000000000 --- a/stable/promcord/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/promcord/11.1.1/Chart.yaml b/stable/promcord/11.1.1/Chart.yaml deleted file mode 100644 index 0338d9e201f..00000000000 --- a/stable/promcord/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/promcord/11.1.1/charts/common-18.0.2.tgz b/stable/promcord/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/promcord/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.1.3/.helmignore b/stable/promcord/11.2.2/.helmignore similarity index 100% rename from stable/qbittorrent/19.1.3/.helmignore rename to stable/promcord/11.2.2/.helmignore diff --git a/stable/promcord/11.2.2/CHANGELOG.md b/stable/promcord/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f62d4e39cb6 --- /dev/null +++ b/stable/promcord/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/promcord/11.2.2/Chart.yaml b/stable/promcord/11.2.2/Chart.yaml new file mode 100644 index 00000000000..d492ada84e9 --- /dev/null +++ b/stable/promcord/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/promcord/11.1.1/README.md b/stable/promcord/11.2.2/README.md similarity index 100% rename from stable/promcord/11.1.1/README.md rename to stable/promcord/11.2.2/README.md diff --git a/stable/promcord/11.2.2/app-changelog.md b/stable/promcord/11.2.2/app-changelog.md new file mode 100644 index 00000000000..8b930917c04 --- /dev/null +++ b/stable/promcord/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/promcord/11.1.1/app-readme.md b/stable/promcord/11.2.2/app-readme.md similarity index 100% rename from stable/promcord/11.1.1/app-readme.md rename to stable/promcord/11.2.2/app-readme.md diff --git a/stable/promcord/11.2.2/charts/common-18.1.6.tgz b/stable/promcord/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/promcord/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/promcord/11.1.1/ix_values.yaml b/stable/promcord/11.2.2/ix_values.yaml similarity index 100% rename from stable/promcord/11.1.1/ix_values.yaml rename to stable/promcord/11.2.2/ix_values.yaml diff --git a/stable/promcord/11.1.1/questions.yaml b/stable/promcord/11.2.2/questions.yaml similarity index 100% rename from stable/promcord/11.1.1/questions.yaml rename to stable/promcord/11.2.2/questions.yaml diff --git a/stable/radicale/5.1.1/templates/NOTES.txt b/stable/promcord/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/radicale/5.1.1/templates/NOTES.txt rename to stable/promcord/11.2.2/templates/NOTES.txt diff --git a/stable/prpdf/5.1.1/templates/common.yaml b/stable/promcord/11.2.2/templates/common.yaml similarity index 100% rename from stable/prpdf/5.1.1/templates/common.yaml rename to stable/promcord/11.2.2/templates/common.yaml diff --git a/stable/qbittorrent/19.1.3/values.yaml b/stable/promcord/11.2.2/values.yaml similarity index 100% rename from stable/qbittorrent/19.1.3/values.yaml rename to stable/promcord/11.2.2/values.yaml diff --git a/stable/protonmail-bridge/14.1.2/CHANGELOG.md b/stable/protonmail-bridge/14.1.2/CHANGELOG.md deleted file mode 100644 index 1ca2c7055ba..00000000000 --- a/stable/protonmail-bridge/14.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [protonmail-bridge-13.1.4](https://github.com/truecharts/charts/compare/protonmail-bridge-13.1.3...protonmail-bridge-13.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.1.2/Chart.yaml b/stable/protonmail-bridge/14.1.2/Chart.yaml deleted file mode 100644 index bd1784cbd49..00000000000 --- a/stable/protonmail-bridge/14.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.8.2 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/protonmail-bridge/14.1.2/charts/common-18.0.2.tgz b/stable/protonmail-bridge/14.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/protonmail-bridge/14.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.1.2/ix_values.yaml b/stable/protonmail-bridge/14.1.2/ix_values.yaml deleted file mode 100644 index a87770706f1..00000000000 --- a/stable/protonmail-bridge/14.1.2/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: shenxn/protonmail-bridge - tag: 3.8.2-1@sha256:3b84ff92d99b9fd0093128c9e00fc819ebc8b477b4322140b251f53428fdf272 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false - smtp: - enabled: true - primary: true - ports: - smtp: - enabled: true - primary: true - port: 25 - protocol: tcp - targetPort: 25 - imap: - enabled: true - ports: - imap: - enabled: true - port: 143 - protcol: tcp - targetPort: 143 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" - readiness: - type: tcp - port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" - startup: - type: tcp - port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" -persistence: - config: - enabled: true - mountPath: "/root" -portal: - open: - enabled: false diff --git a/stable/qdirstat/9.1.1/.helmignore b/stable/protonmail-bridge/14.3.2/.helmignore similarity index 100% rename from stable/qdirstat/9.1.1/.helmignore rename to stable/protonmail-bridge/14.3.2/.helmignore diff --git a/stable/protonmail-bridge/14.3.2/CHANGELOG.md b/stable/protonmail-bridge/14.3.2/CHANGELOG.md new file mode 100644 index 00000000000..7c2d23ab755 --- /dev/null +++ b/stable/protonmail-bridge/14.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + diff --git a/stable/protonmail-bridge/14.3.2/Chart.yaml b/stable/protonmail-bridge/14.3.2/Chart.yaml new file mode 100644 index 00000000000..359caf8be78 --- /dev/null +++ b/stable/protonmail-bridge/14.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.9.1 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/protonmail-bridge/14.1.2/README.md b/stable/protonmail-bridge/14.3.2/README.md similarity index 100% rename from stable/protonmail-bridge/14.1.2/README.md rename to stable/protonmail-bridge/14.3.2/README.md diff --git a/stable/protonmail-bridge/14.3.2/app-changelog.md b/stable/protonmail-bridge/14.3.2/app-changelog.md new file mode 100644 index 00000000000..3ad25ee011e --- /dev/null +++ b/stable/protonmail-bridge/14.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.1.2/app-readme.md b/stable/protonmail-bridge/14.3.2/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.1.2/app-readme.md rename to stable/protonmail-bridge/14.3.2/app-readme.md diff --git a/stable/protonmail-bridge/14.3.2/charts/common-18.1.6.tgz b/stable/protonmail-bridge/14.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/protonmail-bridge/14.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/protonmail-bridge/14.3.2/ix_values.yaml b/stable/protonmail-bridge/14.3.2/ix_values.yaml new file mode 100644 index 00000000000..989f07d13da --- /dev/null +++ b/stable/protonmail-bridge/14.3.2/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: shenxn/protonmail-bridge + tag: 3.9.1-1@sha256:e8c16117537805920cbffa681bc3f823191c25ff147e4d433e922995833c82a3 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false + smtp: + enabled: true + primary: true + ports: + smtp: + enabled: true + primary: true + port: 25 + protocol: tcp + targetPort: 25 + imap: + enabled: true + ports: + imap: + enabled: true + port: 143 + protcol: tcp + targetPort: 143 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" + readiness: + type: tcp + port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" + startup: + type: tcp + port: "{{ .Values.service.smtp.ports.smtp.targetPort }}" +persistence: + config: + enabled: true + mountPath: "/root" +portal: + open: + enabled: false diff --git a/stable/protonmail-bridge/14.1.2/questions.yaml b/stable/protonmail-bridge/14.3.2/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.1.2/questions.yaml rename to stable/protonmail-bridge/14.3.2/questions.yaml diff --git a/stable/rcon-webadmin/8.1.1/templates/NOTES.txt b/stable/protonmail-bridge/14.3.2/templates/NOTES.txt similarity index 100% rename from stable/rcon-webadmin/8.1.1/templates/NOTES.txt rename to stable/protonmail-bridge/14.3.2/templates/NOTES.txt diff --git a/stable/quassel-core/11.1.2/templates/common.yaml b/stable/protonmail-bridge/14.3.2/templates/common.yaml similarity index 100% rename from stable/quassel-core/11.1.2/templates/common.yaml rename to stable/protonmail-bridge/14.3.2/templates/common.yaml diff --git a/stable/qdirstat/9.1.1/values.yaml b/stable/protonmail-bridge/14.3.2/values.yaml similarity index 100% rename from stable/qdirstat/9.1.1/values.yaml rename to stable/protonmail-bridge/14.3.2/values.yaml diff --git a/stable/qflood/5.1.1/.helmignore b/stable/prowlarr/16.0.2/.helmignore similarity index 100% rename from stable/qflood/5.1.1/.helmignore rename to stable/prowlarr/16.0.2/.helmignore diff --git a/stable/prowlarr/16.0.2/CHANGELOG.md b/stable/prowlarr/16.0.2/CHANGELOG.md new file mode 100644 index 00000000000..613ec3ec87a --- /dev/null +++ b/stable/prowlarr/16.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.0.4217[@bbc16bd](https://github.com/bbc16bd) by renovate ([#17694](https://github.com/truecharts/charts/issues/17694)) + + +## [prowlarr-14.2.7](https://github.com/truecharts/charts/compare/prowlarr-14.2.6...prowlarr-14.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)) + + +## [prowlarr-14.2.6](https://github.com/truecharts/charts/compare/prowlarr-14.2.5...prowlarr-14.2.6) (2024-01-21) + +### Chore \ No newline at end of file diff --git a/stable/prowlarr/16.0.2/Chart.yaml b/stable/prowlarr/16.0.2/Chart.yaml new file mode 100644 index 00000000000..95e7205354e --- /dev/null +++ b/stable/prowlarr/16.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0.4286 +dependencies: + - name: common + version: 18.1.6 + 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/exportarr + - https://ghcr.io/onedr0p/prowlarr-develop +type: application +version: 16.0.2 diff --git a/stable/prowlarr/16.0.2/README.md b/stable/prowlarr/16.0.2/README.md new file mode 100644 index 00000000000..fbadb86cd5f --- /dev/null +++ b/stable/prowlarr/16.0.2/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.0.2/app-changelog.md b/stable/prowlarr/16.0.2/app-changelog.md new file mode 100644 index 00000000000..40b98f41479 --- /dev/null +++ b/stable/prowlarr/16.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/prowlarr/16.0.2/app-readme.md b/stable/prowlarr/16.0.2/app-readme.md new file mode 100644 index 00000000000..4e201b3174d --- /dev/null +++ b/stable/prowlarr/16.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/prowlarr/16.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/prowlarr/16.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/prowlarr/16.0.2/dashboard.json b/stable/prowlarr/16.0.2/dashboard.json new file mode 100644 index 00000000000..905280f4b61 --- /dev/null +++ b/stable/prowlarr/16.0.2/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.0.2/ix_values.yaml b/stable/prowlarr/16.0.2/ix_values.yaml new file mode 100644 index 00000000000..d3dbd366570 --- /dev/null +++ b/stable/prowlarr/16.0.2/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.0.2/questions.yaml b/stable/prowlarr/16.0.2/questions.yaml new file mode 100755 index 00000000000..a5e4b2f658b --- /dev/null +++ b/stable/prowlarr/16.0.2/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/rdesktop/8.1.26/templates/NOTES.txt b/stable/prowlarr/16.0.2/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/8.1.26/templates/NOTES.txt rename to stable/prowlarr/16.0.2/templates/NOTES.txt diff --git a/stable/prowlarr/16.0.2/templates/common.yaml b/stable/prowlarr/16.0.2/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/prowlarr/16.0.2/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/qflood/5.1.1/values.yaml b/stable/prowlarr/16.0.2/values.yaml similarity index 100% rename from stable/qflood/5.1.1/values.yaml rename to stable/prowlarr/16.0.2/values.yaml diff --git a/stable/proxmox-backup-server/3.1.1/CHANGELOG.md b/stable/proxmox-backup-server/3.1.1/CHANGELOG.md deleted file mode 100644 index 0072bcef43d..00000000000 --- a/stable/proxmox-backup-server/3.1.1/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 - - -## [proxmox-backup-server-2.1.6](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.1.4...proxmox-backup-server-2.1.6) (2024-01-02) diff --git a/stable/proxmox-backup-server/3.1.1/Chart.yaml b/stable/proxmox-backup-server/3.1.1/Chart.yaml deleted file mode 100644 index b5f19f5911a..00000000000 --- a/stable/proxmox-backup-server/3.1.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: test - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/proxmox-backup-server/3.1.1/charts/common-18.0.2.tgz b/stable/proxmox-backup-server/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/proxmox-backup-server/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qinglong/9.1.2/.helmignore b/stable/proxmox-backup-server/3.2.2/.helmignore similarity index 100% rename from stable/qinglong/9.1.2/.helmignore rename to stable/proxmox-backup-server/3.2.2/.helmignore diff --git a/stable/proxmox-backup-server/3.2.2/CHANGELOG.md b/stable/proxmox-backup-server/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fa57a6752aa --- /dev/null +++ b/stable/proxmox-backup-server/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/proxmox-backup-server/3.2.2/Chart.yaml b/stable/proxmox-backup-server/3.2.2/Chart.yaml new file mode 100644 index 00000000000..d82ae9b496f --- /dev/null +++ b/stable/proxmox-backup-server/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/proxmox-backup-server/3.1.1/README.md b/stable/proxmox-backup-server/3.2.2/README.md similarity index 100% rename from stable/proxmox-backup-server/3.1.1/README.md rename to stable/proxmox-backup-server/3.2.2/README.md diff --git a/stable/proxmox-backup-server/3.2.2/app-changelog.md b/stable/proxmox-backup-server/3.2.2/app-changelog.md new file mode 100644 index 00000000000..85f5fbcb96f --- /dev/null +++ b/stable/proxmox-backup-server/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/proxmox-backup-server/3.1.1/app-readme.md b/stable/proxmox-backup-server/3.2.2/app-readme.md similarity index 100% rename from stable/proxmox-backup-server/3.1.1/app-readme.md rename to stable/proxmox-backup-server/3.2.2/app-readme.md diff --git a/stable/proxmox-backup-server/3.2.2/charts/common-18.1.6.tgz b/stable/proxmox-backup-server/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/proxmox-backup-server/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/proxmox-backup-server/3.1.1/ix_values.yaml b/stable/proxmox-backup-server/3.2.2/ix_values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.1/ix_values.yaml rename to stable/proxmox-backup-server/3.2.2/ix_values.yaml diff --git a/stable/proxmox-backup-server/3.1.1/questions.yaml b/stable/proxmox-backup-server/3.2.2/questions.yaml similarity index 100% rename from stable/proxmox-backup-server/3.1.1/questions.yaml rename to stable/proxmox-backup-server/3.2.2/questions.yaml diff --git a/stable/quassel-web/9.1.1/templates/common.yaml b/stable/proxmox-backup-server/3.2.2/templates/common.yaml similarity index 100% rename from stable/quassel-web/9.1.1/templates/common.yaml rename to stable/proxmox-backup-server/3.2.2/templates/common.yaml diff --git a/stable/qinglong/9.1.2/values.yaml b/stable/proxmox-backup-server/3.2.2/values.yaml similarity index 100% rename from stable/qinglong/9.1.2/values.yaml rename to stable/proxmox-backup-server/3.2.2/values.yaml diff --git a/stable/prpdf/5.1.1/CHANGELOG.md b/stable/prpdf/5.1.1/CHANGELOG.md deleted file mode 100644 index d40416778a2..00000000000 --- a/stable/prpdf/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/prpdf/5.1.1/Chart.yaml b/stable/prpdf/5.1.1/Chart.yaml deleted file mode 100644 index e4c8cbba5be..00000000000 --- a/stable/prpdf/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/prpdf/5.1.1/charts/common-18.0.2.tgz b/stable/prpdf/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/prpdf/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/quake3/5.1.1/.helmignore b/stable/prpdf/5.2.2/.helmignore similarity index 100% rename from stable/quake3/5.1.1/.helmignore rename to stable/prpdf/5.2.2/.helmignore diff --git a/stable/prpdf/5.2.2/CHANGELOG.md b/stable/prpdf/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..075b10309e5 --- /dev/null +++ b/stable/prpdf/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/prpdf/5.2.2/Chart.yaml b/stable/prpdf/5.2.2/Chart.yaml new file mode 100644 index 00000000000..640d7f1b2d8 --- /dev/null +++ b/stable/prpdf/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/prpdf/5.1.1/README.md b/stable/prpdf/5.2.2/README.md similarity index 100% rename from stable/prpdf/5.1.1/README.md rename to stable/prpdf/5.2.2/README.md diff --git a/stable/prpdf/5.2.2/app-changelog.md b/stable/prpdf/5.2.2/app-changelog.md new file mode 100644 index 00000000000..5367845e995 --- /dev/null +++ b/stable/prpdf/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/prpdf/5.1.1/app-readme.md b/stable/prpdf/5.2.2/app-readme.md similarity index 100% rename from stable/prpdf/5.1.1/app-readme.md rename to stable/prpdf/5.2.2/app-readme.md diff --git a/stable/prpdf/5.2.2/charts/common-18.1.6.tgz b/stable/prpdf/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/prpdf/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/prpdf/5.1.1/ix_values.yaml b/stable/prpdf/5.2.2/ix_values.yaml similarity index 100% rename from stable/prpdf/5.1.1/ix_values.yaml rename to stable/prpdf/5.2.2/ix_values.yaml diff --git a/stable/prpdf/5.1.1/questions.yaml b/stable/prpdf/5.2.2/questions.yaml similarity index 100% rename from stable/prpdf/5.1.1/questions.yaml rename to stable/prpdf/5.2.2/questions.yaml diff --git a/stable/prusaslicer-novnc/8.1.3/templates/common.yaml b/stable/prpdf/5.2.2/templates/common.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/templates/common.yaml rename to stable/prpdf/5.2.2/templates/common.yaml diff --git a/stable/quake3/5.1.1/values.yaml b/stable/prpdf/5.2.2/values.yaml similarity index 100% rename from stable/quake3/5.1.1/values.yaml rename to stable/prpdf/5.2.2/values.yaml diff --git a/stable/prusaslicer-novnc/8.1.3/CHANGELOG.md b/stable/prusaslicer-novnc/8.1.3/CHANGELOG.md deleted file mode 100644 index d7ec399be9a..00000000000 --- a/stable/prusaslicer-novnc/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [prusaslicer-novnc-7.1.11](https://github.com/truecharts/charts/compare/prusaslicer-novnc-7.1.10...prusaslicer-novnc-7.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.1.3/Chart.yaml b/stable/prusaslicer-novnc/8.1.3/Chart.yaml deleted file mode 100644 index f4777eb7a52..00000000000 --- a/stable/prusaslicer-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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/prusaslicer-novnc/8.1.3/charts/common-18.0.2.tgz b/stable/prusaslicer-novnc/8.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/prusaslicer-novnc/8.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.1.3/ix_values.yaml b/stable/prusaslicer-novnc/8.1.3/ix_values.yaml deleted file mode 100644 index f742af40e82..00000000000 --- a/stable/prusaslicer-novnc/8.1.3/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/quassel-core/11.1.2/.helmignore b/stable/prusaslicer-novnc/8.2.3/.helmignore similarity index 100% rename from stable/quassel-core/11.1.2/.helmignore rename to stable/prusaslicer-novnc/8.2.3/.helmignore diff --git a/stable/prusaslicer-novnc/8.2.3/CHANGELOG.md b/stable/prusaslicer-novnc/8.2.3/CHANGELOG.md new file mode 100644 index 00000000000..12fc4f548d1 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/prusaslicer-novnc/8.2.3/Chart.yaml b/stable/prusaslicer-novnc/8.2.3/Chart.yaml new file mode 100644 index 00000000000..b52155a23d0 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/prusaslicer-novnc/8.1.3/README.md b/stable/prusaslicer-novnc/8.2.3/README.md similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/README.md rename to stable/prusaslicer-novnc/8.2.3/README.md diff --git a/stable/prusaslicer-novnc/8.2.3/app-changelog.md b/stable/prusaslicer-novnc/8.2.3/app-changelog.md new file mode 100644 index 00000000000..4db39cb4673 --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/prusaslicer-novnc/8.1.3/app-readme.md b/stable/prusaslicer-novnc/8.2.3/app-readme.md similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/app-readme.md rename to stable/prusaslicer-novnc/8.2.3/app-readme.md diff --git a/stable/prusaslicer-novnc/8.2.3/charts/common-18.1.6.tgz b/stable/prusaslicer-novnc/8.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/prusaslicer-novnc/8.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/prusaslicer-novnc/8.2.3/ix_values.yaml b/stable/prusaslicer-novnc/8.2.3/ix_values.yaml new file mode 100644 index 00000000000..34c23086afe --- /dev/null +++ b/stable/prusaslicer-novnc/8.2.3/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.1.3/questions.yaml b/stable/prusaslicer-novnc/8.2.3/questions.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.1.3/questions.yaml rename to stable/prusaslicer-novnc/8.2.3/questions.yaml diff --git a/stable/rdtclient/4.1.1/templates/NOTES.txt b/stable/prusaslicer-novnc/8.2.3/templates/NOTES.txt similarity index 100% rename from stable/rdtclient/4.1.1/templates/NOTES.txt rename to stable/prusaslicer-novnc/8.2.3/templates/NOTES.txt diff --git a/stable/pt-helper/5.1.1/templates/common.yaml b/stable/prusaslicer-novnc/8.2.3/templates/common.yaml similarity index 100% rename from stable/pt-helper/5.1.1/templates/common.yaml rename to stable/prusaslicer-novnc/8.2.3/templates/common.yaml diff --git a/stable/quassel-core/11.1.2/values.yaml b/stable/prusaslicer-novnc/8.2.3/values.yaml similarity index 100% rename from stable/quassel-core/11.1.2/values.yaml rename to stable/prusaslicer-novnc/8.2.3/values.yaml diff --git a/stable/pt-helper/5.1.1/CHANGELOG.md b/stable/pt-helper/5.1.1/CHANGELOG.md deleted file mode 100644 index 14a57a798dd..00000000000 --- a/stable/pt-helper/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pt-helper/5.1.1/Chart.yaml b/stable/pt-helper/5.1.1/Chart.yaml deleted file mode 100644 index 5afa4a85cd4..00000000000 --- a/stable/pt-helper/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pt-helper/5.1.1/charts/common-18.0.2.tgz b/stable/pt-helper/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pt-helper/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/quassel-web/9.1.1/.helmignore b/stable/pt-helper/5.2.2/.helmignore similarity index 100% rename from stable/quassel-web/9.1.1/.helmignore rename to stable/pt-helper/5.2.2/.helmignore diff --git a/stable/pt-helper/5.2.2/CHANGELOG.md b/stable/pt-helper/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..34f1eab68dc --- /dev/null +++ b/stable/pt-helper/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pt-helper/5.2.2/Chart.yaml b/stable/pt-helper/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c2812924155 --- /dev/null +++ b/stable/pt-helper/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pt-helper/5.1.1/README.md b/stable/pt-helper/5.2.2/README.md similarity index 100% rename from stable/pt-helper/5.1.1/README.md rename to stable/pt-helper/5.2.2/README.md diff --git a/stable/pt-helper/5.2.2/app-changelog.md b/stable/pt-helper/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b9e6a818312 --- /dev/null +++ b/stable/pt-helper/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pt-helper/5.1.1/app-readme.md b/stable/pt-helper/5.2.2/app-readme.md similarity index 100% rename from stable/pt-helper/5.1.1/app-readme.md rename to stable/pt-helper/5.2.2/app-readme.md diff --git a/stable/pt-helper/5.2.2/charts/common-18.1.6.tgz b/stable/pt-helper/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pt-helper/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pt-helper/5.1.1/ix_values.yaml b/stable/pt-helper/5.2.2/ix_values.yaml similarity index 100% rename from stable/pt-helper/5.1.1/ix_values.yaml rename to stable/pt-helper/5.2.2/ix_values.yaml diff --git a/stable/pt-helper/5.1.1/questions.yaml b/stable/pt-helper/5.2.2/questions.yaml similarity index 100% rename from stable/pt-helper/5.1.1/questions.yaml rename to stable/pt-helper/5.2.2/questions.yaml diff --git a/stable/pvk-ii/5.1.1/templates/common.yaml b/stable/pt-helper/5.2.2/templates/common.yaml similarity index 100% rename from stable/pvk-ii/5.1.1/templates/common.yaml rename to stable/pt-helper/5.2.2/templates/common.yaml diff --git a/stable/quassel-web/9.1.1/values.yaml b/stable/pt-helper/5.2.2/values.yaml similarity index 100% rename from stable/quassel-web/9.1.1/values.yaml rename to stable/pt-helper/5.2.2/values.yaml diff --git a/stable/putty/9.1.1/CHANGELOG.md b/stable/putty/9.1.1/CHANGELOG.md deleted file mode 100644 index 579677f8a07..00000000000 --- a/stable/putty/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/putty/9.1.1/Chart.yaml b/stable/putty/9.1.1/Chart.yaml deleted file mode 100644 index 32c07bf7fe3..00000000000 --- a/stable/putty/9.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/putty/9.1.1/charts/common-18.0.2.tgz b/stable/putty/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/putty/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/quickshare/5.1.1/.helmignore b/stable/putty/9.2.2/.helmignore similarity index 100% rename from stable/quickshare/5.1.1/.helmignore rename to stable/putty/9.2.2/.helmignore diff --git a/stable/putty/9.2.2/CHANGELOG.md b/stable/putty/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9677c566330 --- /dev/null +++ b/stable/putty/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/putty/9.2.2/Chart.yaml b/stable/putty/9.2.2/Chart.yaml new file mode 100644 index 00000000000..d17948c1ab5 --- /dev/null +++ b/stable/putty/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/putty/9.1.1/README.md b/stable/putty/9.2.2/README.md similarity index 100% rename from stable/putty/9.1.1/README.md rename to stable/putty/9.2.2/README.md diff --git a/stable/putty/9.2.2/app-changelog.md b/stable/putty/9.2.2/app-changelog.md new file mode 100644 index 00000000000..4f720198073 --- /dev/null +++ b/stable/putty/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/putty/9.1.1/app-readme.md b/stable/putty/9.2.2/app-readme.md similarity index 100% rename from stable/putty/9.1.1/app-readme.md rename to stable/putty/9.2.2/app-readme.md diff --git a/stable/putty/9.2.2/charts/common-18.1.6.tgz b/stable/putty/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/putty/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/putty/9.1.1/ix_values.yaml b/stable/putty/9.2.2/ix_values.yaml similarity index 100% rename from stable/putty/9.1.1/ix_values.yaml rename to stable/putty/9.2.2/ix_values.yaml diff --git a/stable/putty/9.1.1/questions.yaml b/stable/putty/9.2.2/questions.yaml similarity index 100% rename from stable/putty/9.1.1/questions.yaml rename to stable/putty/9.2.2/questions.yaml diff --git a/stable/recyclarr/9.1.1/templates/NOTES.txt b/stable/putty/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/9.1.1/templates/NOTES.txt rename to stable/putty/9.2.2/templates/NOTES.txt diff --git a/stable/qwantify/3.1.1/templates/common.yaml b/stable/putty/9.2.2/templates/common.yaml similarity index 100% rename from stable/qwantify/3.1.1/templates/common.yaml rename to stable/putty/9.2.2/templates/common.yaml diff --git a/stable/quickshare/5.1.1/values.yaml b/stable/putty/9.2.2/values.yaml similarity index 100% rename from stable/quickshare/5.1.1/values.yaml rename to stable/putty/9.2.2/values.yaml diff --git a/stable/pvk-ii/5.1.1/CHANGELOG.md b/stable/pvk-ii/5.1.1/CHANGELOG.md deleted file mode 100644 index 46269d8c107..00000000000 --- a/stable/pvk-ii/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pvk-ii/5.1.1/Chart.yaml b/stable/pvk-ii/5.1.1/Chart.yaml deleted file mode 100644 index c23975e933c..00000000000 --- a/stable/pvk-ii/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: pkii -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pvk-ii/5.1.1/charts/common-18.0.2.tgz b/stable/pvk-ii/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pvk-ii/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/quiz-game/5.1.1/.helmignore b/stable/pvk-ii/5.2.2/.helmignore similarity index 100% rename from stable/quiz-game/5.1.1/.helmignore rename to stable/pvk-ii/5.2.2/.helmignore diff --git a/stable/pvk-ii/5.2.2/CHANGELOG.md b/stable/pvk-ii/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8ece45edc49 --- /dev/null +++ b/stable/pvk-ii/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pvk-ii/5.2.2/Chart.yaml b/stable/pvk-ii/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8547af3d1e0 --- /dev/null +++ b/stable/pvk-ii/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: pkii +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pvk-ii/5.1.1/README.md b/stable/pvk-ii/5.2.2/README.md similarity index 100% rename from stable/pvk-ii/5.1.1/README.md rename to stable/pvk-ii/5.2.2/README.md diff --git a/stable/pvk-ii/5.2.2/app-changelog.md b/stable/pvk-ii/5.2.2/app-changelog.md new file mode 100644 index 00000000000..25836e4dadc --- /dev/null +++ b/stable/pvk-ii/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pvk-ii/5.1.1/app-readme.md b/stable/pvk-ii/5.2.2/app-readme.md similarity index 100% rename from stable/pvk-ii/5.1.1/app-readme.md rename to stable/pvk-ii/5.2.2/app-readme.md diff --git a/stable/pvk-ii/5.2.2/charts/common-18.1.6.tgz b/stable/pvk-ii/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pvk-ii/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pvk-ii/5.1.1/ix_values.yaml b/stable/pvk-ii/5.2.2/ix_values.yaml similarity index 100% rename from stable/pvk-ii/5.1.1/ix_values.yaml rename to stable/pvk-ii/5.2.2/ix_values.yaml diff --git a/stable/pvk-ii/5.1.1/questions.yaml b/stable/pvk-ii/5.2.2/questions.yaml similarity index 100% rename from stable/pvk-ii/5.1.1/questions.yaml rename to stable/pvk-ii/5.2.2/questions.yaml diff --git a/stable/pwm/5.1.1/templates/common.yaml b/stable/pvk-ii/5.2.2/templates/common.yaml similarity index 100% rename from stable/pwm/5.1.1/templates/common.yaml rename to stable/pvk-ii/5.2.2/templates/common.yaml diff --git a/stable/quiz-game/5.1.1/values.yaml b/stable/pvk-ii/5.2.2/values.yaml similarity index 100% rename from stable/quiz-game/5.1.1/values.yaml rename to stable/pvk-ii/5.2.2/values.yaml diff --git a/stable/pwm/5.1.1/CHANGELOG.md b/stable/pwm/5.1.1/CHANGELOG.md deleted file mode 100644 index 3e25578772d..00000000000 --- a/stable/pwm/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pwm/5.1.1/Chart.yaml b/stable/pwm/5.1.1/Chart.yaml deleted file mode 100644 index 043d5ef6eab..00000000000 --- a/stable/pwm/5.1.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: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pwm/5.1.1/charts/common-18.0.2.tgz b/stable/pwm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pwm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qwantify/3.1.1/.helmignore b/stable/pwm/5.2.2/.helmignore similarity index 100% rename from stable/qwantify/3.1.1/.helmignore rename to stable/pwm/5.2.2/.helmignore diff --git a/stable/pwm/5.2.2/CHANGELOG.md b/stable/pwm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..41f0dec9221 --- /dev/null +++ b/stable/pwm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pwm/5.2.2/Chart.yaml b/stable/pwm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..da01f71748d --- /dev/null +++ b/stable/pwm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pwm/5.1.1/README.md b/stable/pwm/5.2.2/README.md similarity index 100% rename from stable/pwm/5.1.1/README.md rename to stable/pwm/5.2.2/README.md diff --git a/stable/pwm/5.2.2/app-changelog.md b/stable/pwm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0359fa2992a --- /dev/null +++ b/stable/pwm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pwm/5.1.1/app-readme.md b/stable/pwm/5.2.2/app-readme.md similarity index 100% rename from stable/pwm/5.1.1/app-readme.md rename to stable/pwm/5.2.2/app-readme.md diff --git a/stable/pwm/5.2.2/charts/common-18.1.6.tgz b/stable/pwm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pwm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pwm/5.1.1/ix_values.yaml b/stable/pwm/5.2.2/ix_values.yaml similarity index 100% rename from stable/pwm/5.1.1/ix_values.yaml rename to stable/pwm/5.2.2/ix_values.yaml diff --git a/stable/pwm/5.1.1/questions.yaml b/stable/pwm/5.2.2/questions.yaml similarity index 100% rename from stable/pwm/5.1.1/questions.yaml rename to stable/pwm/5.2.2/questions.yaml diff --git a/stable/pyload-ng/5.1.3/templates/common.yaml b/stable/pwm/5.2.2/templates/common.yaml similarity index 100% rename from stable/pyload-ng/5.1.3/templates/common.yaml rename to stable/pwm/5.2.2/templates/common.yaml diff --git a/stable/qwantify/3.1.1/values.yaml b/stable/pwm/5.2.2/values.yaml similarity index 100% rename from stable/qwantify/3.1.1/values.yaml rename to stable/pwm/5.2.2/values.yaml diff --git a/stable/pwndrop/9.1.3/CHANGELOG.md b/stable/pwndrop/9.1.3/CHANGELOG.md deleted file mode 100644 index 877701e4e3a..00000000000 --- a/stable/pwndrop/9.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/pwndrop/9.1.3/Chart.yaml b/stable/pwndrop/9.1.3/Chart.yaml deleted file mode 100644 index 901b255a96f..00000000000 --- a/stable/pwndrop/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.1 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/pwndrop/9.1.3/charts/common-18.0.3.tgz b/stable/pwndrop/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/pwndrop/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/pwndrop/9.1.3/ix_values.yaml b/stable/pwndrop/9.1.3/ix_values.yaml deleted file mode 100644 index f85d778b02f..00000000000 --- a/stable/pwndrop/9.1.3/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/pwndrop - pullPolicy: IfNotPresent - tag: 1.0.1@sha256:84bd2df54e6caaa4e828ff936e0853845c66d4c247a0c36e503f999fe9a0eed5 -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/radarrsync/5.1.1/.helmignore b/stable/pwndrop/9.2.3/.helmignore similarity index 100% rename from stable/radarrsync/5.1.1/.helmignore rename to stable/pwndrop/9.2.3/.helmignore diff --git a/stable/pwndrop/9.2.3/CHANGELOG.md b/stable/pwndrop/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..b1c91fadd7d --- /dev/null +++ b/stable/pwndrop/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/pwndrop/9.2.3/Chart.yaml b/stable/pwndrop/9.2.3/Chart.yaml new file mode 100644 index 00000000000..20ac20121f6 --- /dev/null +++ b/stable/pwndrop/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/pwndrop/9.1.3/README.md b/stable/pwndrop/9.2.3/README.md similarity index 100% rename from stable/pwndrop/9.1.3/README.md rename to stable/pwndrop/9.2.3/README.md diff --git a/stable/pwndrop/9.2.3/app-changelog.md b/stable/pwndrop/9.2.3/app-changelog.md new file mode 100644 index 00000000000..9d671464b65 --- /dev/null +++ b/stable/pwndrop/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pwndrop/9.1.3/app-readme.md b/stable/pwndrop/9.2.3/app-readme.md similarity index 100% rename from stable/pwndrop/9.1.3/app-readme.md rename to stable/pwndrop/9.2.3/app-readme.md diff --git a/stable/pwndrop/9.2.3/charts/common-18.1.6.tgz b/stable/pwndrop/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pwndrop/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/pwndrop/9.2.3/ix_values.yaml b/stable/pwndrop/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..b6ee09ce0b0 --- /dev/null +++ b/stable/pwndrop/9.2.3/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.1.3/questions.yaml b/stable/pwndrop/9.2.3/questions.yaml similarity index 100% rename from stable/pwndrop/9.1.3/questions.yaml rename to stable/pwndrop/9.2.3/questions.yaml diff --git a/stable/redisinsight/6.1.1/templates/NOTES.txt b/stable/pwndrop/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/redisinsight/6.1.1/templates/NOTES.txt rename to stable/pwndrop/9.2.3/templates/NOTES.txt diff --git a/stable/redisinsight/6.1.1/templates/common.yaml b/stable/pwndrop/9.2.3/templates/common.yaml similarity index 100% rename from stable/redisinsight/6.1.1/templates/common.yaml rename to stable/pwndrop/9.2.3/templates/common.yaml diff --git a/stable/radarrsync/5.1.1/values.yaml b/stable/pwndrop/9.2.3/values.yaml similarity index 100% rename from stable/radarrsync/5.1.1/values.yaml rename to stable/pwndrop/9.2.3/values.yaml diff --git a/stable/pyload-ng/5.1.3/CHANGELOG.md b/stable/pyload-ng/5.1.3/CHANGELOG.md deleted file mode 100644 index 182137f8dfc..00000000000 --- a/stable/pyload-ng/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [pyload-ng-4.1.10](https://github.com/truecharts/charts/compare/pyload-ng-4.1.9...pyload-ng-4.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/pyload-ng/5.1.3/Chart.yaml b/stable/pyload-ng/5.1.3/Chart.yaml deleted file mode 100644 index bc50edc60b9..00000000000 --- a/stable/pyload-ng/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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/pyload-ng/5.1.3/charts/common-18.0.2.tgz b/stable/pyload-ng/5.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pyload-ng/5.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.1.3/ix_values.yaml b/stable/pyload-ng/5.1.3/ix_values.yaml deleted file mode 100644 index 1ab4e7430a8..00000000000 --- a/stable/pyload-ng/5.1.3/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/radicale/5.1.1/.helmignore b/stable/pyload-ng/5.2.3/.helmignore similarity index 100% rename from stable/radicale/5.1.1/.helmignore rename to stable/pyload-ng/5.2.3/.helmignore diff --git a/stable/pyload-ng/5.2.3/CHANGELOG.md b/stable/pyload-ng/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ee090779f5f --- /dev/null +++ b/stable/pyload-ng/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/pyload-ng/5.2.3/Chart.yaml b/stable/pyload-ng/5.2.3/Chart.yaml new file mode 100644 index 00000000000..86d4cdfe45e --- /dev/null +++ b/stable/pyload-ng/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/pyload-ng/5.1.3/README.md b/stable/pyload-ng/5.2.3/README.md similarity index 100% rename from stable/pyload-ng/5.1.3/README.md rename to stable/pyload-ng/5.2.3/README.md diff --git a/stable/pyload-ng/5.2.3/app-changelog.md b/stable/pyload-ng/5.2.3/app-changelog.md new file mode 100644 index 00000000000..66db728b740 --- /dev/null +++ b/stable/pyload-ng/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pyload-ng/5.1.3/app-readme.md b/stable/pyload-ng/5.2.3/app-readme.md similarity index 100% rename from stable/pyload-ng/5.1.3/app-readme.md rename to stable/pyload-ng/5.2.3/app-readme.md diff --git a/stable/pyload-ng/5.2.3/charts/common-18.1.6.tgz b/stable/pyload-ng/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pyload-ng/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/pyload-ng/5.2.3/ix_values.yaml b/stable/pyload-ng/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..19474e0685b --- /dev/null +++ b/stable/pyload-ng/5.2.3/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.1.3/questions.yaml b/stable/pyload-ng/5.2.3/questions.yaml similarity index 100% rename from stable/pyload-ng/5.1.3/questions.yaml rename to stable/pyload-ng/5.2.3/questions.yaml diff --git a/stable/qbitmanage/8.1.2/templates/common.yaml b/stable/pyload-ng/5.2.3/templates/common.yaml similarity index 100% rename from stable/qbitmanage/8.1.2/templates/common.yaml rename to stable/pyload-ng/5.2.3/templates/common.yaml diff --git a/stable/radicale/5.1.1/values.yaml b/stable/pyload-ng/5.2.3/values.yaml similarity index 100% rename from stable/radicale/5.1.1/values.yaml rename to stable/pyload-ng/5.2.3/values.yaml diff --git a/stable/pyload/13.1.1/CHANGELOG.md b/stable/pyload/13.1.1/CHANGELOG.md deleted file mode 100644 index 6aa70afc804..00000000000 --- a/stable/pyload/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/pyload/13.1.1/Chart.yaml b/stable/pyload/13.1.1/Chart.yaml deleted file mode 100644 index 51dacd05f0f..00000000000 --- a/stable/pyload/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 360b2295 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/pyload/13.1.1/charts/common-18.0.2.tgz b/stable/pyload/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pyload/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rapidphotodownloader/5.1.1/.helmignore b/stable/pyload/13.2.2/.helmignore similarity index 100% rename from stable/rapidphotodownloader/5.1.1/.helmignore rename to stable/pyload/13.2.2/.helmignore diff --git a/stable/pyload/13.2.2/CHANGELOG.md b/stable/pyload/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..95cc90af504 --- /dev/null +++ b/stable/pyload/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/pyload/13.2.2/Chart.yaml b/stable/pyload/13.2.2/Chart.yaml new file mode 100644 index 00000000000..bceb0911e1e --- /dev/null +++ b/stable/pyload/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 360b2295 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/pyload/13.1.1/README.md b/stable/pyload/13.2.2/README.md similarity index 100% rename from stable/pyload/13.1.1/README.md rename to stable/pyload/13.2.2/README.md diff --git a/stable/pyload/13.2.2/app-changelog.md b/stable/pyload/13.2.2/app-changelog.md new file mode 100644 index 00000000000..2f1594b55ea --- /dev/null +++ b/stable/pyload/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pyload/13.1.1/app-readme.md b/stable/pyload/13.2.2/app-readme.md similarity index 100% rename from stable/pyload/13.1.1/app-readme.md rename to stable/pyload/13.2.2/app-readme.md diff --git a/stable/pyload/13.2.2/charts/common-18.1.6.tgz b/stable/pyload/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pyload/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/pyload/13.1.1/ix_values.yaml b/stable/pyload/13.2.2/ix_values.yaml similarity index 100% rename from stable/pyload/13.1.1/ix_values.yaml rename to stable/pyload/13.2.2/ix_values.yaml diff --git a/stable/pyload/13.1.1/questions.yaml b/stable/pyload/13.2.2/questions.yaml similarity index 100% rename from stable/pyload/13.1.1/questions.yaml rename to stable/pyload/13.2.2/questions.yaml diff --git a/stable/redmine/11.1.1/templates/NOTES.txt b/stable/pyload/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.1.1/templates/NOTES.txt rename to stable/pyload/13.2.2/templates/NOTES.txt diff --git a/stable/reg/13.1.1/templates/common.yaml b/stable/pyload/13.2.2/templates/common.yaml similarity index 100% rename from stable/reg/13.1.1/templates/common.yaml rename to stable/pyload/13.2.2/templates/common.yaml diff --git a/stable/rapidphotodownloader/5.1.1/values.yaml b/stable/pyload/13.2.2/values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.1/values.yaml rename to stable/pyload/13.2.2/values.yaml diff --git a/stable/pylon/9.1.2/CHANGELOG.md b/stable/pylon/9.1.2/CHANGELOG.md deleted file mode 100644 index 95792f0c6b5..00000000000 --- a/stable/pylon/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [pylon-8.1.8](https://github.com/truecharts/charts/compare/pylon-8.1.7...pylon-8.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/pylon/9.1.2/Chart.yaml b/stable/pylon/9.1.2/Chart.yaml deleted file mode 100644 index ceb33b147b2..00000000000 --- a/stable/pylon/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.10.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/pylon/9.1.2/charts/common-18.0.2.tgz b/stable/pylon/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/pylon/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/pylon/9.1.2/ix_values.yaml b/stable/pylon/9.1.2/ix_values.yaml deleted file mode 100644 index 81e72dedb18..00000000000 --- a/stable/pylon/9.1.2/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/rcon-webadmin/8.1.1/.helmignore b/stable/pylon/9.2.3/.helmignore similarity index 100% rename from stable/rcon-webadmin/8.1.1/.helmignore rename to stable/pylon/9.2.3/.helmignore diff --git a/stable/pylon/9.2.3/CHANGELOG.md b/stable/pylon/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..cacb659a461 --- /dev/null +++ b/stable/pylon/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/pylon/9.2.3/Chart.yaml b/stable/pylon/9.2.3/Chart.yaml new file mode 100644 index 00000000000..b66dc0715c6 --- /dev/null +++ b/stable/pylon/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/pylon/9.1.2/README.md b/stable/pylon/9.2.3/README.md similarity index 100% rename from stable/pylon/9.1.2/README.md rename to stable/pylon/9.2.3/README.md diff --git a/stable/pylon/9.2.3/app-changelog.md b/stable/pylon/9.2.3/app-changelog.md new file mode 100644 index 00000000000..e1575a55755 --- /dev/null +++ b/stable/pylon/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/pylon/9.1.2/app-readme.md b/stable/pylon/9.2.3/app-readme.md similarity index 100% rename from stable/pylon/9.1.2/app-readme.md rename to stable/pylon/9.2.3/app-readme.md diff --git a/stable/pylon/9.2.3/charts/common-18.1.6.tgz b/stable/pylon/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/pylon/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/pylon/9.2.3/ix_values.yaml b/stable/pylon/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..f5731d6e934 --- /dev/null +++ b/stable/pylon/9.2.3/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.1.2/questions.yaml b/stable/pylon/9.2.3/questions.yaml similarity index 100% rename from stable/pylon/9.1.2/questions.yaml rename to stable/pylon/9.2.3/questions.yaml diff --git a/stable/reg/13.1.1/templates/NOTES.txt b/stable/pylon/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/reg/13.1.1/templates/NOTES.txt rename to stable/pylon/9.2.3/templates/NOTES.txt diff --git a/stable/requestrr/10.1.1/templates/common.yaml b/stable/pylon/9.2.3/templates/common.yaml similarity index 100% rename from stable/requestrr/10.1.1/templates/common.yaml rename to stable/pylon/9.2.3/templates/common.yaml diff --git a/stable/rcon-webadmin/8.1.1/values.yaml b/stable/pylon/9.2.3/values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.1/values.yaml rename to stable/pylon/9.2.3/values.yaml diff --git a/stable/qbitmanage/8.1.2/CHANGELOG.md b/stable/qbitmanage/8.1.2/CHANGELOG.md deleted file mode 100644 index 18e1fbf6f8f..00000000000 --- a/stable/qbitmanage/8.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [qbitmanage-7.1.4](https://github.com/truecharts/charts/compare/qbitmanage-7.1.3...qbitmanage-7.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/qbitmanage/8.1.2/Chart.yaml b/stable/qbitmanage/8.1.2/Chart.yaml deleted file mode 100644 index e5714c16221..00000000000 --- a/stable/qbitmanage/8.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.8 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/qbitmanage/8.1.2/charts/common-18.0.2.tgz b/stable/qbitmanage/8.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qbitmanage/8.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.1.2/ix_values.yaml b/stable/qbitmanage/8.1.2/ix_values.yaml deleted file mode 100644 index de1c9c9aa70..00000000000 --- a/stable/qbitmanage/8.1.2/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/rdesktop/8.1.26/.helmignore b/stable/qbitmanage/8.2.3/.helmignore similarity index 100% rename from stable/rdesktop/8.1.26/.helmignore rename to stable/qbitmanage/8.2.3/.helmignore diff --git a/stable/qbitmanage/8.2.3/CHANGELOG.md b/stable/qbitmanage/8.2.3/CHANGELOG.md new file mode 100644 index 00000000000..3034d9c26c4 --- /dev/null +++ b/stable/qbitmanage/8.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/qbitmanage/8.2.3/Chart.yaml b/stable/qbitmanage/8.2.3/Chart.yaml new file mode 100644 index 00000000000..2c228f2a572 --- /dev/null +++ b/stable/qbitmanage/8.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.9 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/qbitmanage/8.1.2/README.md b/stable/qbitmanage/8.2.3/README.md similarity index 100% rename from stable/qbitmanage/8.1.2/README.md rename to stable/qbitmanage/8.2.3/README.md diff --git a/stable/qbitmanage/8.2.3/app-changelog.md b/stable/qbitmanage/8.2.3/app-changelog.md new file mode 100644 index 00000000000..e1b1b912cf8 --- /dev/null +++ b/stable/qbitmanage/8.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qbitmanage/8.1.2/app-readme.md b/stable/qbitmanage/8.2.3/app-readme.md similarity index 100% rename from stable/qbitmanage/8.1.2/app-readme.md rename to stable/qbitmanage/8.2.3/app-readme.md diff --git a/stable/qbitmanage/8.2.3/charts/common-18.1.6.tgz b/stable/qbitmanage/8.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qbitmanage/8.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/qbitmanage/8.2.3/ix_values.yaml b/stable/qbitmanage/8.2.3/ix_values.yaml new file mode 100644 index 00000000000..ceac569d11e --- /dev/null +++ b/stable/qbitmanage/8.2.3/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.1.2/questions.yaml b/stable/qbitmanage/8.2.3/questions.yaml similarity index 100% rename from stable/qbitmanage/8.1.2/questions.yaml rename to stable/qbitmanage/8.2.3/questions.yaml diff --git a/stable/remmina/10.1.1/templates/NOTES.txt b/stable/qbitmanage/8.2.3/templates/NOTES.txt similarity index 100% rename from stable/remmina/10.1.1/templates/NOTES.txt rename to stable/qbitmanage/8.2.3/templates/NOTES.txt diff --git a/stable/qbitrr/4.1.2/templates/common.yaml b/stable/qbitmanage/8.2.3/templates/common.yaml similarity index 100% rename from stable/qbitrr/4.1.2/templates/common.yaml rename to stable/qbitmanage/8.2.3/templates/common.yaml diff --git a/stable/rdesktop/8.1.26/values.yaml b/stable/qbitmanage/8.2.3/values.yaml similarity index 100% rename from stable/rdesktop/8.1.26/values.yaml rename to stable/qbitmanage/8.2.3/values.yaml diff --git a/stable/qbitrr/4.1.2/CHANGELOG.md b/stable/qbitrr/4.1.2/CHANGELOG.md deleted file mode 100644 index 2a5e0cacd58..00000000000 --- a/stable/qbitrr/4.1.2/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)) - - -## [qbitrr-3.2.2](https://github.com/truecharts/charts/compare/qbitrr-3.2.1...qbitrr-3.2.2) (2024-01-21) diff --git a/stable/qbitrr/4.1.2/Chart.yaml b/stable/qbitrr/4.1.2/Chart.yaml deleted file mode 100644 index 1bfebdcf291..00000000000 --- a/stable/qbitrr/4.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.3 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/qbitrr/4.1.2/charts/common-18.0.2.tgz b/stable/qbitrr/4.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qbitrr/4.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qbitrr/4.1.2/ix_values.yaml b/stable/qbitrr/4.1.2/ix_values.yaml deleted file mode 100644 index c3835aa2977..00000000000 --- a/stable/qbitrr/4.1.2/ix_values.yaml +++ /dev/null @@ -1,62 +0,0 @@ -image: - repository: feramance/qbitrr - pullPolicy: IfNotPresent - tag: v4.3.3@sha256:fe55b3294a1b89209c746c562f838fb3b6240f9ac5d3691bfcac1582bc4bce3b -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - initContainers: - 1-create-config-file: - type: install - enabled: true - imageSelector: "image" - command: - - /bin/sh - - -c - args: - - | - conf="/config/config.toml" - example="https://raw.githubusercontent.com/Feramance/qBitrr/master/config.example.toml" - if [ -f "$conf" ]; then - echo "$conf exists. Skipping..." - else - echo "$conf does not exist... Downloading the example from upstream..." - wget "$example" -O $conf || echo "Failed to download" - fi - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - QBITRR_OVERRIDES_DATA_PATH: /config -persistence: - config: - enabled: true - mountPath: /config - targetSelector: - main: - main: {} - 1-create-config-file: {} - downloads: - enabled: true - mountPath: /completed_downloads -portal: - open: - enabled: false diff --git a/stable/rdtclient/4.1.1/.helmignore b/stable/qbitrr/4.3.2/.helmignore similarity index 100% rename from stable/rdtclient/4.1.1/.helmignore rename to stable/qbitrr/4.3.2/.helmignore diff --git a/stable/qbitrr/4.3.2/CHANGELOG.md b/stable/qbitrr/4.3.2/CHANGELOG.md new file mode 100644 index 00000000000..34af6dec60e --- /dev/null +++ b/stable/qbitrr/4.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/qbitrr/4.3.2/Chart.yaml b/stable/qbitrr/4.3.2/Chart.yaml new file mode 100644 index 00000000000..f20df1e4410 --- /dev/null +++ b/stable/qbitrr/4.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/qbitrr/4.1.2/README.md b/stable/qbitrr/4.3.2/README.md similarity index 100% rename from stable/qbitrr/4.1.2/README.md rename to stable/qbitrr/4.3.2/README.md diff --git a/stable/qbitrr/4.3.2/app-changelog.md b/stable/qbitrr/4.3.2/app-changelog.md new file mode 100644 index 00000000000..ad06becaaa7 --- /dev/null +++ b/stable/qbitrr/4.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qbitrr/4.1.2/app-readme.md b/stable/qbitrr/4.3.2/app-readme.md similarity index 100% rename from stable/qbitrr/4.1.2/app-readme.md rename to stable/qbitrr/4.3.2/app-readme.md diff --git a/stable/qbitrr/4.3.2/charts/common-18.1.6.tgz b/stable/qbitrr/4.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qbitrr/4.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/qbitrr/4.3.2/ix_values.yaml b/stable/qbitrr/4.3.2/ix_values.yaml new file mode 100644 index 00000000000..72bb465813b --- /dev/null +++ b/stable/qbitrr/4.3.2/ix_values.yaml @@ -0,0 +1,62 @@ +image: + repository: feramance/qbitrr + pullPolicy: IfNotPresent + tag: v4.4.0@sha256:23ba0edd7eacfdd98c87de72350d3df14af10c1a4cb83e3f67a9a1faaee72196 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + initContainers: + 1-create-config-file: + type: install + enabled: true + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - | + conf="/config/config.toml" + example="https://raw.githubusercontent.com/Feramance/qBitrr/master/config.example.toml" + if [ -f "$conf" ]; then + echo "$conf exists. Skipping..." + else + echo "$conf does not exist... Downloading the example from upstream..." + wget "$example" -O $conf || echo "Failed to download" + fi + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + QBITRR_OVERRIDES_DATA_PATH: /config +persistence: + config: + enabled: true + mountPath: /config + targetSelector: + main: + main: {} + 1-create-config-file: {} + downloads: + enabled: true + mountPath: /completed_downloads +portal: + open: + enabled: false diff --git a/stable/qbitrr/4.1.2/questions.yaml b/stable/qbitrr/4.3.2/questions.yaml similarity index 100% rename from stable/qbitrr/4.1.2/questions.yaml rename to stable/qbitrr/4.3.2/questions.yaml diff --git a/stable/requestrr/10.1.1/templates/NOTES.txt b/stable/qbitrr/4.3.2/templates/NOTES.txt similarity index 100% rename from stable/requestrr/10.1.1/templates/NOTES.txt rename to stable/qbitrr/4.3.2/templates/NOTES.txt diff --git a/stable/qflood/5.1.1/templates/common.yaml b/stable/qbitrr/4.3.2/templates/common.yaml similarity index 100% rename from stable/qflood/5.1.1/templates/common.yaml rename to stable/qbitrr/4.3.2/templates/common.yaml diff --git a/stable/rdtclient/4.1.1/values.yaml b/stable/qbitrr/4.3.2/values.yaml similarity index 100% rename from stable/rdtclient/4.1.1/values.yaml rename to stable/qbitrr/4.3.2/values.yaml diff --git a/stable/qbittorrent/19.1.3/CHANGELOG.md b/stable/qbittorrent/19.1.3/CHANGELOG.md deleted file mode 100644 index 01cc270a308..00000000000 --- a/stable/qbittorrent/19.1.3/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/qbittorrent/19.1.3/Chart.yaml b/stable/qbittorrent/19.1.3/Chart.yaml deleted file mode 100644 index 8f7c2569b6b..00000000000 --- a/stable/qbittorrent/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: 4.6.3 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/qbittorrent/19.1.3/charts/common-18.0.3.tgz b/stable/qbittorrent/19.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/qbittorrent/19.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.1.3/ix_values.yaml b/stable/qbittorrent/19.1.3/ix_values.yaml deleted file mode 100644 index c0fd0cdc4d3..00000000000 --- a/stable/qbittorrent/19.1.3/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: Deployment - strategy: RollingUpdate - replicas: 1 - 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" $) }}' -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false diff --git a/stable/qbittorrent/19.1.3/questions.yaml b/stable/qbittorrent/19.1.3/questions.yaml deleted file mode 100755 index dff00baff08..00000000000 --- a/stable/qbittorrent/19.1.3/questions.yaml +++ /dev/null @@ -1,2919 +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: qbitportforward - group: App Configuration - label: Gluetun Port Forwarding - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Gluetun Port Forwarding Automation - description: Enable and configure Gluetun Port Forwarding Automation. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: QBT_USERNAME - label: qBittorrent Username - description: qBittorrent WebUI Username - schema: - type: string - default: "admin" - - variable: QBT_PASSWORD - label: qBittorrent Password - description: qBittorrent WebUI Password - schema: - type: string - default: "adminadmin" - - 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: 10095 - 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: torrent - 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: 6881 - 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: 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/recyclarr/9.1.1/.helmignore b/stable/qbittorrent/19.2.3/.helmignore similarity index 100% rename from stable/recyclarr/9.1.1/.helmignore rename to stable/qbittorrent/19.2.3/.helmignore diff --git a/stable/qbittorrent/19.2.3/CHANGELOG.md b/stable/qbittorrent/19.2.3/CHANGELOG.md new file mode 100644 index 00000000000..013732e5621 --- /dev/null +++ b/stable/qbittorrent/19.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/qbittorrent/19.2.3/Chart.yaml b/stable/qbittorrent/19.2.3/Chart.yaml new file mode 100644 index 00000000000..746144b0318 --- /dev/null +++ b/stable/qbittorrent/19.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/qbittorrent/19.1.3/README.md b/stable/qbittorrent/19.2.3/README.md similarity index 100% rename from stable/qbittorrent/19.1.3/README.md rename to stable/qbittorrent/19.2.3/README.md diff --git a/stable/qbittorrent/19.2.3/app-changelog.md b/stable/qbittorrent/19.2.3/app-changelog.md new file mode 100644 index 00000000000..775302c7386 --- /dev/null +++ b/stable/qbittorrent/19.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qbittorrent/19.1.3/app-readme.md b/stable/qbittorrent/19.2.3/app-readme.md similarity index 100% rename from stable/qbittorrent/19.1.3/app-readme.md rename to stable/qbittorrent/19.2.3/app-readme.md diff --git a/stable/qbittorrent/19.2.3/charts/common-18.1.6.tgz b/stable/qbittorrent/19.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qbittorrent/19.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/qbittorrent/19.2.3/ix_values.yaml b/stable/qbittorrent/19.2.3/ix_values.yaml new file mode 100644 index 00000000000..78cf5138ef3 --- /dev/null +++ b/stable/qbittorrent/19.2.3/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.3/questions.yaml b/stable/qbittorrent/19.2.3/questions.yaml new file mode 100755 index 00000000000..d49896a415a --- /dev/null +++ b/stable/qbittorrent/19.2.3/questions.yaml @@ -0,0 +1,2920 @@ +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: qbitportforward + group: App Configuration + label: Gluetun Port Forwarding + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Gluetun Port Forwarding Automation + description: Enable and configure Gluetun Port Forwarding Automation. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: QBT_USERNAME + label: qBittorrent Username + description: qBittorrent WebUI Username + schema: + type: string + default: "admin" + - variable: QBT_PASSWORD + label: qBittorrent Password + description: qBittorrent WebUI Password + schema: + type: string + private: true + default: "adminadmin" + - 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: 10095 + 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: torrent + 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: 6881 + 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: 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/resilio-sync/14.1.2/templates/NOTES.txt b/stable/qbittorrent/19.2.3/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/14.1.2/templates/NOTES.txt rename to stable/qbittorrent/19.2.3/templates/NOTES.txt diff --git a/stable/qbittorrent/19.1.3/templates/_configmap.tpl b/stable/qbittorrent/19.2.3/templates/_configmap.tpl similarity index 100% rename from stable/qbittorrent/19.1.3/templates/_configmap.tpl rename to stable/qbittorrent/19.2.3/templates/_configmap.tpl diff --git a/stable/qbittorrent/19.1.3/templates/common.yaml b/stable/qbittorrent/19.2.3/templates/common.yaml similarity index 100% rename from stable/qbittorrent/19.1.3/templates/common.yaml rename to stable/qbittorrent/19.2.3/templates/common.yaml diff --git a/stable/recyclarr/9.1.1/values.yaml b/stable/qbittorrent/19.2.3/values.yaml similarity index 100% rename from stable/recyclarr/9.1.1/values.yaml rename to stable/qbittorrent/19.2.3/values.yaml diff --git a/stable/qdirstat/9.1.1/CHANGELOG.md b/stable/qdirstat/9.1.1/CHANGELOG.md deleted file mode 100644 index 70b824fb1f2..00000000000 --- a/stable/qdirstat/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/qdirstat/9.1.1/Chart.yaml b/stable/qdirstat/9.1.1/Chart.yaml deleted file mode 100644 index c8771244592..00000000000 --- a/stable/qdirstat/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/qdirstat/9.1.1/charts/common-18.0.2.tgz b/stable/qdirstat/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qdirstat/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/red-discordbot/5.1.1/.helmignore b/stable/qdirstat/9.2.2/.helmignore similarity index 100% rename from stable/red-discordbot/5.1.1/.helmignore rename to stable/qdirstat/9.2.2/.helmignore diff --git a/stable/qdirstat/9.2.2/CHANGELOG.md b/stable/qdirstat/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e392f170f7b --- /dev/null +++ b/stable/qdirstat/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/qdirstat/9.2.2/Chart.yaml b/stable/qdirstat/9.2.2/Chart.yaml new file mode 100644 index 00000000000..f91a4543397 --- /dev/null +++ b/stable/qdirstat/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/qdirstat/9.1.1/README.md b/stable/qdirstat/9.2.2/README.md similarity index 100% rename from stable/qdirstat/9.1.1/README.md rename to stable/qdirstat/9.2.2/README.md diff --git a/stable/qdirstat/9.2.2/app-changelog.md b/stable/qdirstat/9.2.2/app-changelog.md new file mode 100644 index 00000000000..f12c2093a01 --- /dev/null +++ b/stable/qdirstat/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qdirstat/9.1.1/app-readme.md b/stable/qdirstat/9.2.2/app-readme.md similarity index 100% rename from stable/qdirstat/9.1.1/app-readme.md rename to stable/qdirstat/9.2.2/app-readme.md diff --git a/stable/qdirstat/9.2.2/charts/common-18.1.6.tgz b/stable/qdirstat/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qdirstat/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/qdirstat/9.1.1/ix_values.yaml b/stable/qdirstat/9.2.2/ix_values.yaml similarity index 100% rename from stable/qdirstat/9.1.1/ix_values.yaml rename to stable/qdirstat/9.2.2/ix_values.yaml diff --git a/stable/qdirstat/9.1.1/questions.yaml b/stable/qdirstat/9.2.2/questions.yaml similarity index 100% rename from stable/qdirstat/9.1.1/questions.yaml rename to stable/qdirstat/9.2.2/questions.yaml diff --git a/stable/retrobot/8.1.1/templates/NOTES.txt b/stable/qdirstat/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/retrobot/8.1.1/templates/NOTES.txt rename to stable/qdirstat/9.2.2/templates/NOTES.txt diff --git a/stable/resilio-sync/14.1.2/templates/common.yaml b/stable/qdirstat/9.2.2/templates/common.yaml similarity index 100% rename from stable/resilio-sync/14.1.2/templates/common.yaml rename to stable/qdirstat/9.2.2/templates/common.yaml diff --git a/stable/red-discordbot/5.1.1/values.yaml b/stable/qdirstat/9.2.2/values.yaml similarity index 100% rename from stable/red-discordbot/5.1.1/values.yaml rename to stable/qdirstat/9.2.2/values.yaml diff --git a/stable/qflood/5.1.1/CHANGELOG.md b/stable/qflood/5.1.1/CHANGELOG.md deleted file mode 100644 index 3d7ea9feec2..00000000000 --- a/stable/qflood/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/qflood/5.1.1/Chart.yaml b/stable/qflood/5.1.1/Chart.yaml deleted file mode 100644 index 04234d99bd3..00000000000 --- a/stable/qflood/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/qflood/5.1.1/charts/common-18.0.2.tgz b/stable/qflood/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qflood/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/redisinsight/6.1.1/.helmignore b/stable/qflood/5.2.2/.helmignore similarity index 100% rename from stable/redisinsight/6.1.1/.helmignore rename to stable/qflood/5.2.2/.helmignore diff --git a/stable/qflood/5.2.2/CHANGELOG.md b/stable/qflood/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..92cc5b30fd7 --- /dev/null +++ b/stable/qflood/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/qflood/5.2.2/Chart.yaml b/stable/qflood/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d0a2ed33294 --- /dev/null +++ b/stable/qflood/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/qflood/5.1.1/README.md b/stable/qflood/5.2.2/README.md similarity index 100% rename from stable/qflood/5.1.1/README.md rename to stable/qflood/5.2.2/README.md diff --git a/stable/qflood/5.2.2/app-changelog.md b/stable/qflood/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a225b32df65 --- /dev/null +++ b/stable/qflood/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qflood/5.1.1/app-readme.md b/stable/qflood/5.2.2/app-readme.md similarity index 100% rename from stable/qflood/5.1.1/app-readme.md rename to stable/qflood/5.2.2/app-readme.md diff --git a/stable/qflood/5.2.2/charts/common-18.1.6.tgz b/stable/qflood/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qflood/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/qflood/5.1.1/ix_values.yaml b/stable/qflood/5.2.2/ix_values.yaml similarity index 100% rename from stable/qflood/5.1.1/ix_values.yaml rename to stable/qflood/5.2.2/ix_values.yaml diff --git a/stable/qflood/5.1.1/questions.yaml b/stable/qflood/5.2.2/questions.yaml similarity index 100% rename from stable/qflood/5.1.1/questions.yaml rename to stable/qflood/5.2.2/questions.yaml diff --git a/stable/quake3/5.1.1/templates/common.yaml b/stable/qflood/5.2.2/templates/common.yaml similarity index 100% rename from stable/quake3/5.1.1/templates/common.yaml rename to stable/qflood/5.2.2/templates/common.yaml diff --git a/stable/redisinsight/6.1.1/values.yaml b/stable/qflood/5.2.2/values.yaml similarity index 100% rename from stable/redisinsight/6.1.1/values.yaml rename to stable/qflood/5.2.2/values.yaml diff --git a/stable/qinglong/9.1.2/CHANGELOG.md b/stable/qinglong/9.1.2/CHANGELOG.md deleted file mode 100644 index 719b601fd00..00000000000 --- a/stable/qinglong/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [qinglong-8.1.5](https://github.com/truecharts/charts/compare/qinglong-8.1.4...qinglong-8.1.5) (2024-01-02) \ No newline at end of file diff --git a/stable/qinglong/9.1.2/Chart.yaml b/stable/qinglong/9.1.2/Chart.yaml deleted file mode 100644 index 2e60aa353ed..00000000000 --- a/stable/qinglong/9.1.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: cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.1 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/qinglong/9.1.2/charts/common-18.0.2.tgz b/stable/qinglong/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qinglong/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/qinglong/9.1.2/ix_values.yaml b/stable/qinglong/9.1.2/ix_values.yaml deleted file mode 100644 index e4ea7264b91..00000000000 --- a/stable/qinglong/9.1.2/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/redm/5.1.1/.helmignore b/stable/qinglong/9.2.3/.helmignore similarity index 100% rename from stable/redm/5.1.1/.helmignore rename to stable/qinglong/9.2.3/.helmignore diff --git a/stable/qinglong/9.2.3/CHANGELOG.md b/stable/qinglong/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..89a416dbb12 --- /dev/null +++ b/stable/qinglong/9.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/qinglong/9.2.3/Chart.yaml b/stable/qinglong/9.2.3/Chart.yaml new file mode 100644 index 00000000000..5d79b3ef037 --- /dev/null +++ b/stable/qinglong/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/qinglong/9.1.2/README.md b/stable/qinglong/9.2.3/README.md similarity index 100% rename from stable/qinglong/9.1.2/README.md rename to stable/qinglong/9.2.3/README.md diff --git a/stable/qinglong/9.2.3/app-changelog.md b/stable/qinglong/9.2.3/app-changelog.md new file mode 100644 index 00000000000..eaa8e49e722 --- /dev/null +++ b/stable/qinglong/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qinglong/9.1.2/app-readme.md b/stable/qinglong/9.2.3/app-readme.md similarity index 100% rename from stable/qinglong/9.1.2/app-readme.md rename to stable/qinglong/9.2.3/app-readme.md diff --git a/stable/qinglong/9.2.3/charts/common-18.1.6.tgz b/stable/qinglong/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qinglong/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/qinglong/9.2.3/ix_values.yaml b/stable/qinglong/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..84e28a46a26 --- /dev/null +++ b/stable/qinglong/9.2.3/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.1.2/questions.yaml b/stable/qinglong/9.2.3/questions.yaml similarity index 100% rename from stable/qinglong/9.1.2/questions.yaml rename to stable/qinglong/9.2.3/questions.yaml diff --git a/stable/rickroll/6.1.2/templates/NOTES.txt b/stable/qinglong/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/rickroll/6.1.2/templates/NOTES.txt rename to stable/qinglong/9.2.3/templates/NOTES.txt diff --git a/stable/retrobot/8.1.1/templates/common.yaml b/stable/qinglong/9.2.3/templates/common.yaml similarity index 100% rename from stable/retrobot/8.1.1/templates/common.yaml rename to stable/qinglong/9.2.3/templates/common.yaml diff --git a/stable/redm/5.1.1/values.yaml b/stable/qinglong/9.2.3/values.yaml similarity index 100% rename from stable/redm/5.1.1/values.yaml rename to stable/qinglong/9.2.3/values.yaml diff --git a/stable/quake3/5.1.1/CHANGELOG.md b/stable/quake3/5.1.1/CHANGELOG.md deleted file mode 100644 index 04c4ed47e91..00000000000 --- a/stable/quake3/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/quake3/5.1.1/Chart.yaml b/stable/quake3/5.1.1/Chart.yaml deleted file mode 100644 index d412e9b6040..00000000000 --- a/stable/quake3/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/quake3/5.1.1/charts/common-18.0.2.tgz b/stable/quake3/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/quake3/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/redmine/11.1.1/.helmignore b/stable/quake3/5.2.2/.helmignore similarity index 100% rename from stable/redmine/11.1.1/.helmignore rename to stable/quake3/5.2.2/.helmignore diff --git a/stable/quake3/5.2.2/CHANGELOG.md b/stable/quake3/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4dbb597d328 --- /dev/null +++ b/stable/quake3/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/quake3/5.2.2/Chart.yaml b/stable/quake3/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bc9b1882819 --- /dev/null +++ b/stable/quake3/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/quake3/5.1.1/README.md b/stable/quake3/5.2.2/README.md similarity index 100% rename from stable/quake3/5.1.1/README.md rename to stable/quake3/5.2.2/README.md diff --git a/stable/quake3/5.2.2/app-changelog.md b/stable/quake3/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8f8835219ce --- /dev/null +++ b/stable/quake3/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/quake3/5.1.1/app-readme.md b/stable/quake3/5.2.2/app-readme.md similarity index 100% rename from stable/quake3/5.1.1/app-readme.md rename to stable/quake3/5.2.2/app-readme.md diff --git a/stable/quake3/5.2.2/charts/common-18.1.6.tgz b/stable/quake3/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/quake3/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/quake3/5.1.1/ix_values.yaml b/stable/quake3/5.2.2/ix_values.yaml similarity index 100% rename from stable/quake3/5.1.1/ix_values.yaml rename to stable/quake3/5.2.2/ix_values.yaml diff --git a/stable/quake3/5.1.1/questions.yaml b/stable/quake3/5.2.2/questions.yaml similarity index 100% rename from stable/quake3/5.1.1/questions.yaml rename to stable/quake3/5.2.2/questions.yaml diff --git a/stable/quickshare/5.1.1/templates/common.yaml b/stable/quake3/5.2.2/templates/common.yaml similarity index 100% rename from stable/quickshare/5.1.1/templates/common.yaml rename to stable/quake3/5.2.2/templates/common.yaml diff --git a/stable/redmine/11.1.1/values.yaml b/stable/quake3/5.2.2/values.yaml similarity index 100% rename from stable/redmine/11.1.1/values.yaml rename to stable/quake3/5.2.2/values.yaml diff --git a/stable/quassel-core/11.1.2/CHANGELOG.md b/stable/quassel-core/11.1.2/CHANGELOG.md deleted file mode 100644 index 9d803773667..00000000000 --- a/stable/quassel-core/11.1.2/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)) - - -## [quassel-core-10.1.9](https://github.com/truecharts/charts/compare/quassel-core-10.1.8...quassel-core-10.1.9) (2024-01-21) diff --git a/stable/quassel-core/11.1.2/Chart.yaml b/stable/quassel-core/11.1.2/Chart.yaml deleted file mode 100644 index d558d435fdc..00000000000 --- a/stable/quassel-core/11.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/quassel-core/11.1.2/charts/common-18.0.2.tgz b/stable/quassel-core/11.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/quassel-core/11.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/quassel-core/11.1.2/ix_values.yaml b/stable/quassel-core/11.1.2/ix_values.yaml deleted file mode 100644 index a425b6272a1..00000000000 --- a/stable/quassel-core/11.1.2/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: ghcr.io/linuxserver/quassel-core - pullPolicy: IfNotPresent - tag: 0.14.0@sha256:2421f5503fc2906d718c3b083593805b0576ce977ddc2ace47a041e61d177899 -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/reg/13.1.1/.helmignore b/stable/quassel-core/11.2.3/.helmignore similarity index 100% rename from stable/reg/13.1.1/.helmignore rename to stable/quassel-core/11.2.3/.helmignore diff --git a/stable/quassel-core/11.2.3/CHANGELOG.md b/stable/quassel-core/11.2.3/CHANGELOG.md new file mode 100644 index 00000000000..f2427823cb1 --- /dev/null +++ b/stable/quassel-core/11.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/quassel-core/11.2.3/Chart.yaml b/stable/quassel-core/11.2.3/Chart.yaml new file mode 100644 index 00000000000..b669d66798a --- /dev/null +++ b/stable/quassel-core/11.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/quassel-core/11.1.2/README.md b/stable/quassel-core/11.2.3/README.md similarity index 100% rename from stable/quassel-core/11.1.2/README.md rename to stable/quassel-core/11.2.3/README.md diff --git a/stable/quassel-core/11.2.3/app-changelog.md b/stable/quassel-core/11.2.3/app-changelog.md new file mode 100644 index 00000000000..da072bd1aed --- /dev/null +++ b/stable/quassel-core/11.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/quassel-core/11.1.2/app-readme.md b/stable/quassel-core/11.2.3/app-readme.md similarity index 100% rename from stable/quassel-core/11.1.2/app-readme.md rename to stable/quassel-core/11.2.3/app-readme.md diff --git a/stable/quassel-core/11.2.3/charts/common-18.1.6.tgz b/stable/quassel-core/11.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/quassel-core/11.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/quassel-core/11.2.3/ix_values.yaml b/stable/quassel-core/11.2.3/ix_values.yaml new file mode 100644 index 00000000000..46b2695a6d3 --- /dev/null +++ b/stable/quassel-core/11.2.3/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.1.2/questions.yaml b/stable/quassel-core/11.2.3/questions.yaml similarity index 100% rename from stable/quassel-core/11.1.2/questions.yaml rename to stable/quassel-core/11.2.3/questions.yaml diff --git a/stable/rimgo/6.1.4/templates/NOTES.txt b/stable/quassel-core/11.2.3/templates/NOTES.txt similarity index 100% rename from stable/rimgo/6.1.4/templates/NOTES.txt rename to stable/quassel-core/11.2.3/templates/NOTES.txt diff --git a/stable/rickroll/6.1.2/templates/common.yaml b/stable/quassel-core/11.2.3/templates/common.yaml similarity index 100% rename from stable/rickroll/6.1.2/templates/common.yaml rename to stable/quassel-core/11.2.3/templates/common.yaml diff --git a/stable/reg/13.1.1/values.yaml b/stable/quassel-core/11.2.3/values.yaml similarity index 100% rename from stable/reg/13.1.1/values.yaml rename to stable/quassel-core/11.2.3/values.yaml diff --git a/stable/quassel-web/9.1.1/CHANGELOG.md b/stable/quassel-web/9.1.1/CHANGELOG.md deleted file mode 100644 index 608200c44ea..00000000000 --- a/stable/quassel-web/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/quassel-web/9.1.1/Chart.yaml b/stable/quassel-web/9.1.1/Chart.yaml deleted file mode 100644 index c7633cd27a5..00000000000 --- a/stable/quassel-web/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2021.12.16 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/quassel-web/9.1.1/charts/common-18.0.2.tgz b/stable/quassel-web/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/quassel-web/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/remmina/10.1.1/.helmignore b/stable/quassel-web/9.2.2/.helmignore similarity index 100% rename from stable/remmina/10.1.1/.helmignore rename to stable/quassel-web/9.2.2/.helmignore diff --git a/stable/quassel-web/9.2.2/CHANGELOG.md b/stable/quassel-web/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8e72c1e6be1 --- /dev/null +++ b/stable/quassel-web/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/quassel-web/9.2.2/Chart.yaml b/stable/quassel-web/9.2.2/Chart.yaml new file mode 100644 index 00000000000..431deb512fe --- /dev/null +++ b/stable/quassel-web/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/quassel-web/9.1.1/README.md b/stable/quassel-web/9.2.2/README.md similarity index 100% rename from stable/quassel-web/9.1.1/README.md rename to stable/quassel-web/9.2.2/README.md diff --git a/stable/quassel-web/9.2.2/app-changelog.md b/stable/quassel-web/9.2.2/app-changelog.md new file mode 100644 index 00000000000..6e0000b08c4 --- /dev/null +++ b/stable/quassel-web/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/quassel-web/9.1.1/app-readme.md b/stable/quassel-web/9.2.2/app-readme.md similarity index 100% rename from stable/quassel-web/9.1.1/app-readme.md rename to stable/quassel-web/9.2.2/app-readme.md diff --git a/stable/quassel-web/9.2.2/charts/common-18.1.6.tgz b/stable/quassel-web/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/quassel-web/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/quassel-web/9.1.1/ix_values.yaml b/stable/quassel-web/9.2.2/ix_values.yaml similarity index 100% rename from stable/quassel-web/9.1.1/ix_values.yaml rename to stable/quassel-web/9.2.2/ix_values.yaml diff --git a/stable/quassel-web/9.1.1/questions.yaml b/stable/quassel-web/9.2.2/questions.yaml similarity index 100% rename from stable/quassel-web/9.1.1/questions.yaml rename to stable/quassel-web/9.2.2/questions.yaml diff --git a/stable/ring-mqtt/8.1.1/templates/NOTES.txt b/stable/quassel-web/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/ring-mqtt/8.1.1/templates/NOTES.txt rename to stable/quassel-web/9.2.2/templates/NOTES.txt diff --git a/stable/rsnapshot/9.1.2/templates/common.yaml b/stable/quassel-web/9.2.2/templates/common.yaml similarity index 100% rename from stable/rsnapshot/9.1.2/templates/common.yaml rename to stable/quassel-web/9.2.2/templates/common.yaml diff --git a/stable/remmina/10.1.1/values.yaml b/stable/quassel-web/9.2.2/values.yaml similarity index 100% rename from stable/remmina/10.1.1/values.yaml rename to stable/quassel-web/9.2.2/values.yaml diff --git a/stable/quickshare/5.1.1/CHANGELOG.md b/stable/quickshare/5.1.1/CHANGELOG.md deleted file mode 100644 index 20d9d04a530..00000000000 --- a/stable/quickshare/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/quickshare/5.1.1/Chart.yaml b/stable/quickshare/5.1.1/Chart.yaml deleted file mode 100644 index 6af26f763c1..00000000000 --- a/stable/quickshare/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/quickshare/5.1.1/charts/common-18.0.2.tgz b/stable/quickshare/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/quickshare/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/remotely/5.1.1/.helmignore b/stable/quickshare/5.2.2/.helmignore similarity index 100% rename from stable/remotely/5.1.1/.helmignore rename to stable/quickshare/5.2.2/.helmignore diff --git a/stable/quickshare/5.2.2/CHANGELOG.md b/stable/quickshare/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8206c56b0a8 --- /dev/null +++ b/stable/quickshare/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/quickshare/5.2.2/Chart.yaml b/stable/quickshare/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ddb8f088900 --- /dev/null +++ b/stable/quickshare/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/quickshare/5.1.1/README.md b/stable/quickshare/5.2.2/README.md similarity index 100% rename from stable/quickshare/5.1.1/README.md rename to stable/quickshare/5.2.2/README.md diff --git a/stable/quickshare/5.2.2/app-changelog.md b/stable/quickshare/5.2.2/app-changelog.md new file mode 100644 index 00000000000..41bd2f09e88 --- /dev/null +++ b/stable/quickshare/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/quickshare/5.1.1/app-readme.md b/stable/quickshare/5.2.2/app-readme.md similarity index 100% rename from stable/quickshare/5.1.1/app-readme.md rename to stable/quickshare/5.2.2/app-readme.md diff --git a/stable/quickshare/5.2.2/charts/common-18.1.6.tgz b/stable/quickshare/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/quickshare/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/quickshare/5.1.1/ix_values.yaml b/stable/quickshare/5.2.2/ix_values.yaml similarity index 100% rename from stable/quickshare/5.1.1/ix_values.yaml rename to stable/quickshare/5.2.2/ix_values.yaml diff --git a/stable/quickshare/5.1.1/questions.yaml b/stable/quickshare/5.2.2/questions.yaml similarity index 100% rename from stable/quickshare/5.1.1/questions.yaml rename to stable/quickshare/5.2.2/questions.yaml diff --git a/stable/quiz-game/5.1.1/templates/common.yaml b/stable/quickshare/5.2.2/templates/common.yaml similarity index 100% rename from stable/quiz-game/5.1.1/templates/common.yaml rename to stable/quickshare/5.2.2/templates/common.yaml diff --git a/stable/remotely/5.1.1/values.yaml b/stable/quickshare/5.2.2/values.yaml similarity index 100% rename from stable/remotely/5.1.1/values.yaml rename to stable/quickshare/5.2.2/values.yaml diff --git a/stable/quiz-game/5.1.1/CHANGELOG.md b/stable/quiz-game/5.1.1/CHANGELOG.md deleted file mode 100644 index 64dc70f6942..00000000000 --- a/stable/quiz-game/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/quiz-game/5.1.1/Chart.yaml b/stable/quiz-game/5.1.1/Chart.yaml deleted file mode 100644 index 6afb58b6a44..00000000000 --- a/stable/quiz-game/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/quiz-game/5.1.1/charts/common-18.0.2.tgz b/stable/quiz-game/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/quiz-game/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/requestrr/10.1.1/.helmignore b/stable/quiz-game/5.2.2/.helmignore similarity index 100% rename from stable/requestrr/10.1.1/.helmignore rename to stable/quiz-game/5.2.2/.helmignore diff --git a/stable/quiz-game/5.2.2/CHANGELOG.md b/stable/quiz-game/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5ec24340779 --- /dev/null +++ b/stable/quiz-game/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/quiz-game/5.2.2/Chart.yaml b/stable/quiz-game/5.2.2/Chart.yaml new file mode 100644 index 00000000000..235ea74f4ef --- /dev/null +++ b/stable/quiz-game/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/quiz-game/5.1.1/README.md b/stable/quiz-game/5.2.2/README.md similarity index 100% rename from stable/quiz-game/5.1.1/README.md rename to stable/quiz-game/5.2.2/README.md diff --git a/stable/quiz-game/5.2.2/app-changelog.md b/stable/quiz-game/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f5013494f6b --- /dev/null +++ b/stable/quiz-game/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/quiz-game/5.1.1/app-readme.md b/stable/quiz-game/5.2.2/app-readme.md similarity index 100% rename from stable/quiz-game/5.1.1/app-readme.md rename to stable/quiz-game/5.2.2/app-readme.md diff --git a/stable/quiz-game/5.2.2/charts/common-18.1.6.tgz b/stable/quiz-game/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/quiz-game/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/quiz-game/5.1.1/ix_values.yaml b/stable/quiz-game/5.2.2/ix_values.yaml similarity index 100% rename from stable/quiz-game/5.1.1/ix_values.yaml rename to stable/quiz-game/5.2.2/ix_values.yaml diff --git a/stable/quiz-game/5.1.1/questions.yaml b/stable/quiz-game/5.2.2/questions.yaml similarity index 100% rename from stable/quiz-game/5.1.1/questions.yaml rename to stable/quiz-game/5.2.2/questions.yaml diff --git a/stable/radarrsync/5.1.1/templates/common.yaml b/stable/quiz-game/5.2.2/templates/common.yaml similarity index 100% rename from stable/radarrsync/5.1.1/templates/common.yaml rename to stable/quiz-game/5.2.2/templates/common.yaml diff --git a/stable/requestrr/10.1.1/values.yaml b/stable/quiz-game/5.2.2/values.yaml similarity index 100% rename from stable/requestrr/10.1.1/values.yaml rename to stable/quiz-game/5.2.2/values.yaml diff --git a/stable/qwantify/3.1.1/CHANGELOG.md b/stable/qwantify/3.1.1/CHANGELOG.md deleted file mode 100644 index 529484f091f..00000000000 --- a/stable/qwantify/3.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/qwantify/3.1.1/Chart.yaml b/stable/qwantify/3.1.1/Chart.yaml deleted file mode 100644 index ad71fa6acb1..00000000000 --- a/stable/qwantify/3.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 20.04.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/qwantify/3.1.1/charts/common-18.0.2.tgz b/stable/qwantify/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/qwantify/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.1.2/.helmignore b/stable/qwantify/3.2.2/.helmignore similarity index 100% rename from stable/resilio-sync/14.1.2/.helmignore rename to stable/qwantify/3.2.2/.helmignore diff --git a/stable/qwantify/3.2.2/CHANGELOG.md b/stable/qwantify/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2734110f192 --- /dev/null +++ b/stable/qwantify/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/qwantify/3.2.2/Chart.yaml b/stable/qwantify/3.2.2/Chart.yaml new file mode 100644 index 00000000000..7e27781ac12 --- /dev/null +++ b/stable/qwantify/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 20.04.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/qwantify/3.1.1/README.md b/stable/qwantify/3.2.2/README.md similarity index 100% rename from stable/qwantify/3.1.1/README.md rename to stable/qwantify/3.2.2/README.md diff --git a/stable/qwantify/3.2.2/app-changelog.md b/stable/qwantify/3.2.2/app-changelog.md new file mode 100644 index 00000000000..d43c3518519 --- /dev/null +++ b/stable/qwantify/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/qwantify/3.1.1/app-readme.md b/stable/qwantify/3.2.2/app-readme.md similarity index 100% rename from stable/qwantify/3.1.1/app-readme.md rename to stable/qwantify/3.2.2/app-readme.md diff --git a/stable/qwantify/3.2.2/charts/common-18.1.6.tgz b/stable/qwantify/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/qwantify/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/qwantify/3.1.1/ix_values.yaml b/stable/qwantify/3.2.2/ix_values.yaml similarity index 100% rename from stable/qwantify/3.1.1/ix_values.yaml rename to stable/qwantify/3.2.2/ix_values.yaml diff --git a/stable/qwantify/3.1.1/questions.yaml b/stable/qwantify/3.2.2/questions.yaml similarity index 100% rename from stable/qwantify/3.1.1/questions.yaml rename to stable/qwantify/3.2.2/questions.yaml diff --git a/stable/rss-bridge/10.1.1/templates/common.yaml b/stable/qwantify/3.2.2/templates/common.yaml similarity index 100% rename from stable/rss-bridge/10.1.1/templates/common.yaml rename to stable/qwantify/3.2.2/templates/common.yaml diff --git a/stable/resilio-sync/14.1.2/values.yaml b/stable/qwantify/3.2.2/values.yaml similarity index 100% rename from stable/resilio-sync/14.1.2/values.yaml rename to stable/qwantify/3.2.2/values.yaml diff --git a/stable/restic-rest-server/5.1.1/.helmignore b/stable/radarr/21.0.2/.helmignore similarity index 100% rename from stable/restic-rest-server/5.1.1/.helmignore rename to stable/radarr/21.0.2/.helmignore diff --git a/stable/radarr/21.0.2/CHANGELOG.md b/stable/radarr/21.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b1891f58db8 --- /dev/null +++ b/stable/radarr/21.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [radarr-19.1.6](https://github.com/truecharts/charts/compare/radarr-19.1.5...radarr-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)) + diff --git a/stable/radarr/21.0.2/Chart.yaml b/stable/radarr/21.0.2/Chart.yaml new file mode 100644 index 00000000000..7cf51b50ab3 --- /dev/null +++ b/stable/radarr/21.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.6.8612 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/radarr/21.0.2/README.md b/stable/radarr/21.0.2/README.md new file mode 100644 index 00000000000..0915ee0aa5e --- /dev/null +++ b/stable/radarr/21.0.2/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.0.2/app-changelog.md b/stable/radarr/21.0.2/app-changelog.md new file mode 100644 index 00000000000..d0029d623c8 --- /dev/null +++ b/stable/radarr/21.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/radarr/21.0.2/app-readme.md b/stable/radarr/21.0.2/app-readme.md new file mode 100644 index 00000000000..94d71850296 --- /dev/null +++ b/stable/radarr/21.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/radarr/21.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/radarr/21.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/radarr/21.0.2/ix_values.yaml b/stable/radarr/21.0.2/ix_values.yaml new file mode 100644 index 00000000000..237139e346c --- /dev/null +++ b/stable/radarr/21.0.2/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.0.2/questions.yaml b/stable/radarr/21.0.2/questions.yaml new file mode 100755 index 00000000000..fb70bd2d477 --- /dev/null +++ b/stable/radarr/21.0.2/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/romm/7.4.0/templates/NOTES.txt b/stable/radarr/21.0.2/templates/NOTES.txt similarity index 100% rename from stable/romm/7.4.0/templates/NOTES.txt rename to stable/radarr/21.0.2/templates/NOTES.txt diff --git a/stable/radarr/21.0.2/templates/common.yaml b/stable/radarr/21.0.2/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/radarr/21.0.2/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/restic-rest-server/5.1.1/values.yaml b/stable/radarr/21.0.2/values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.1/values.yaml rename to stable/radarr/21.0.2/values.yaml diff --git a/stable/radarrsync/5.1.1/CHANGELOG.md b/stable/radarrsync/5.1.1/CHANGELOG.md deleted file mode 100644 index 24ec9d136e6..00000000000 --- a/stable/radarrsync/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/radarrsync/5.1.1/Chart.yaml b/stable/radarrsync/5.1.1/Chart.yaml deleted file mode 100644 index a0020da4225..00000000000 --- a/stable/radarrsync/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/radarrsync/5.1.1/charts/common-18.0.2.tgz b/stable/radarrsync/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/radarrsync/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/retrobot/8.1.1/.helmignore b/stable/radarrsync/5.2.2/.helmignore similarity index 100% rename from stable/retrobot/8.1.1/.helmignore rename to stable/radarrsync/5.2.2/.helmignore diff --git a/stable/radarrsync/5.2.2/CHANGELOG.md b/stable/radarrsync/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8a59fd45b92 --- /dev/null +++ b/stable/radarrsync/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/radarrsync/5.2.2/Chart.yaml b/stable/radarrsync/5.2.2/Chart.yaml new file mode 100644 index 00000000000..054b264f27d --- /dev/null +++ b/stable/radarrsync/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/radarrsync/5.1.1/README.md b/stable/radarrsync/5.2.2/README.md similarity index 100% rename from stable/radarrsync/5.1.1/README.md rename to stable/radarrsync/5.2.2/README.md diff --git a/stable/radarrsync/5.2.2/app-changelog.md b/stable/radarrsync/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ca404e8f7ef --- /dev/null +++ b/stable/radarrsync/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/radarrsync/5.1.1/app-readme.md b/stable/radarrsync/5.2.2/app-readme.md similarity index 100% rename from stable/radarrsync/5.1.1/app-readme.md rename to stable/radarrsync/5.2.2/app-readme.md diff --git a/stable/radarrsync/5.2.2/charts/common-18.1.6.tgz b/stable/radarrsync/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/radarrsync/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/radarrsync/5.1.1/ix_values.yaml b/stable/radarrsync/5.2.2/ix_values.yaml similarity index 100% rename from stable/radarrsync/5.1.1/ix_values.yaml rename to stable/radarrsync/5.2.2/ix_values.yaml diff --git a/stable/radarrsync/5.1.1/questions.yaml b/stable/radarrsync/5.2.2/questions.yaml similarity index 100% rename from stable/radarrsync/5.1.1/questions.yaml rename to stable/radarrsync/5.2.2/questions.yaml diff --git a/stable/rapidphotodownloader/5.1.1/templates/common.yaml b/stable/radarrsync/5.2.2/templates/common.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.1/templates/common.yaml rename to stable/radarrsync/5.2.2/templates/common.yaml diff --git a/stable/retrobot/8.1.1/values.yaml b/stable/radarrsync/5.2.2/values.yaml similarity index 100% rename from stable/retrobot/8.1.1/values.yaml rename to stable/radarrsync/5.2.2/values.yaml diff --git a/stable/radicale/5.1.1/CHANGELOG.md b/stable/radicale/5.1.1/CHANGELOG.md deleted file mode 100644 index 190ff994ff2..00000000000 --- a/stable/radicale/5.1.1/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.1/Chart.yaml b/stable/radicale/5.1.1/Chart.yaml deleted file mode 100644 index 5c1b42ba944..00000000000 --- a/stable/radicale/5.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.8.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/radicale/5.1.1/charts/common-18.0.2.tgz b/stable/radicale/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/radicale/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rflood/5.1.3/.helmignore b/stable/radicale/5.2.2/.helmignore similarity index 100% rename from stable/rflood/5.1.3/.helmignore rename to stable/radicale/5.2.2/.helmignore diff --git a/stable/radicale/5.2.2/CHANGELOG.md b/stable/radicale/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..84754c4c31c --- /dev/null +++ b/stable/radicale/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/radicale/5.2.2/Chart.yaml b/stable/radicale/5.2.2/Chart.yaml new file mode 100644 index 00000000000..31683c5fe9b --- /dev/null +++ b/stable/radicale/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.8.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/radicale/5.1.1/README.md b/stable/radicale/5.2.2/README.md similarity index 100% rename from stable/radicale/5.1.1/README.md rename to stable/radicale/5.2.2/README.md diff --git a/stable/radicale/5.2.2/app-changelog.md b/stable/radicale/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cc80e8b1d54 --- /dev/null +++ b/stable/radicale/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/radicale/5.1.1/app-readme.md b/stable/radicale/5.2.2/app-readme.md similarity index 100% rename from stable/radicale/5.1.1/app-readme.md rename to stable/radicale/5.2.2/app-readme.md diff --git a/stable/radicale/5.2.2/charts/common-18.1.6.tgz b/stable/radicale/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/radicale/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/radicale/5.1.1/ix_values.yaml b/stable/radicale/5.2.2/ix_values.yaml similarity index 100% rename from stable/radicale/5.1.1/ix_values.yaml rename to stable/radicale/5.2.2/ix_values.yaml diff --git a/stable/radicale/5.1.1/questions.yaml b/stable/radicale/5.2.2/questions.yaml similarity index 100% rename from stable/radicale/5.1.1/questions.yaml rename to stable/radicale/5.2.2/questions.yaml diff --git a/stable/rsnapshot/9.1.2/templates/NOTES.txt b/stable/radicale/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/9.1.2/templates/NOTES.txt rename to stable/radicale/5.2.2/templates/NOTES.txt diff --git a/stable/radicale/5.1.1/templates/_configmap.tpl b/stable/radicale/5.2.2/templates/_configmap.tpl similarity index 100% rename from stable/radicale/5.1.1/templates/_configmap.tpl rename to stable/radicale/5.2.2/templates/_configmap.tpl diff --git a/stable/radicale/5.1.1/templates/common.yaml b/stable/radicale/5.2.2/templates/common.yaml similarity index 100% rename from stable/radicale/5.1.1/templates/common.yaml rename to stable/radicale/5.2.2/templates/common.yaml diff --git a/stable/rflood/5.1.3/values.yaml b/stable/radicale/5.2.2/values.yaml similarity index 100% rename from stable/rflood/5.1.3/values.yaml rename to stable/radicale/5.2.2/values.yaml diff --git a/stable/rapidphotodownloader/5.1.1/CHANGELOG.md b/stable/rapidphotodownloader/5.1.1/CHANGELOG.md deleted file mode 100644 index 0beb9993910..00000000000 --- a/stable/rapidphotodownloader/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/rapidphotodownloader/5.1.1/Chart.yaml b/stable/rapidphotodownloader/5.1.1/Chart.yaml deleted file mode 100644 index 762b86ce2a3..00000000000 --- a/stable/rapidphotodownloader/5.1.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: MediaApp-Photos - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rapidphotodownloader/5.1.1/charts/common-18.0.2.tgz b/stable/rapidphotodownloader/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rapidphotodownloader/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rickroll/6.1.2/.helmignore b/stable/rapidphotodownloader/5.2.2/.helmignore similarity index 100% rename from stable/rickroll/6.1.2/.helmignore rename to stable/rapidphotodownloader/5.2.2/.helmignore diff --git a/stable/rapidphotodownloader/5.2.2/CHANGELOG.md b/stable/rapidphotodownloader/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f1d460fff97 --- /dev/null +++ b/stable/rapidphotodownloader/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/rapidphotodownloader/5.2.2/Chart.yaml b/stable/rapidphotodownloader/5.2.2/Chart.yaml new file mode 100644 index 00000000000..006bb26400d --- /dev/null +++ b/stable/rapidphotodownloader/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rapidphotodownloader/5.1.1/README.md b/stable/rapidphotodownloader/5.2.2/README.md similarity index 100% rename from stable/rapidphotodownloader/5.1.1/README.md rename to stable/rapidphotodownloader/5.2.2/README.md diff --git a/stable/rapidphotodownloader/5.2.2/app-changelog.md b/stable/rapidphotodownloader/5.2.2/app-changelog.md new file mode 100644 index 00000000000..ab8daf89336 --- /dev/null +++ b/stable/rapidphotodownloader/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rapidphotodownloader/5.1.1/app-readme.md b/stable/rapidphotodownloader/5.2.2/app-readme.md similarity index 100% rename from stable/rapidphotodownloader/5.1.1/app-readme.md rename to stable/rapidphotodownloader/5.2.2/app-readme.md diff --git a/stable/rapidphotodownloader/5.2.2/charts/common-18.1.6.tgz b/stable/rapidphotodownloader/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rapidphotodownloader/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rapidphotodownloader/5.1.1/ix_values.yaml b/stable/rapidphotodownloader/5.2.2/ix_values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.1/ix_values.yaml rename to stable/rapidphotodownloader/5.2.2/ix_values.yaml diff --git a/stable/rapidphotodownloader/5.1.1/questions.yaml b/stable/rapidphotodownloader/5.2.2/questions.yaml similarity index 100% rename from stable/rapidphotodownloader/5.1.1/questions.yaml rename to stable/rapidphotodownloader/5.2.2/questions.yaml diff --git a/stable/rcon-webadmin/8.1.1/templates/common.yaml b/stable/rapidphotodownloader/5.2.2/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.1/templates/common.yaml rename to stable/rapidphotodownloader/5.2.2/templates/common.yaml diff --git a/stable/rickroll/6.1.2/values.yaml b/stable/rapidphotodownloader/5.2.2/values.yaml similarity index 100% rename from stable/rickroll/6.1.2/values.yaml rename to stable/rapidphotodownloader/5.2.2/values.yaml diff --git a/stable/rcon-webadmin/8.1.1/CHANGELOG.md b/stable/rcon-webadmin/8.1.1/CHANGELOG.md deleted file mode 100644 index 6dc21199570..00000000000 --- a/stable/rcon-webadmin/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/rcon-webadmin/8.1.1/Chart.yaml b/stable/rcon-webadmin/8.1.1/Chart.yaml deleted file mode 100644 index d6c8791553c..00000000000 --- a/stable/rcon-webadmin/8.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.14.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rcon-webadmin/8.1.1/charts/common-18.0.2.tgz b/stable/rcon-webadmin/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rcon-webadmin/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rimgo/6.1.4/.helmignore b/stable/rcon-webadmin/8.2.2/.helmignore similarity index 100% rename from stable/rimgo/6.1.4/.helmignore rename to stable/rcon-webadmin/8.2.2/.helmignore diff --git a/stable/rcon-webadmin/8.2.2/CHANGELOG.md b/stable/rcon-webadmin/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c4ee76f570d --- /dev/null +++ b/stable/rcon-webadmin/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/rcon-webadmin/8.2.2/Chart.yaml b/stable/rcon-webadmin/8.2.2/Chart.yaml new file mode 100644 index 00000000000..d3d0eef1ea0 --- /dev/null +++ b/stable/rcon-webadmin/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.14.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rcon-webadmin/8.1.1/README.md b/stable/rcon-webadmin/8.2.2/README.md similarity index 100% rename from stable/rcon-webadmin/8.1.1/README.md rename to stable/rcon-webadmin/8.2.2/README.md diff --git a/stable/rcon-webadmin/8.2.2/app-changelog.md b/stable/rcon-webadmin/8.2.2/app-changelog.md new file mode 100644 index 00000000000..c6c0f0f07ed --- /dev/null +++ b/stable/rcon-webadmin/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rcon-webadmin/8.1.1/app-readme.md b/stable/rcon-webadmin/8.2.2/app-readme.md similarity index 100% rename from stable/rcon-webadmin/8.1.1/app-readme.md rename to stable/rcon-webadmin/8.2.2/app-readme.md diff --git a/stable/rcon-webadmin/8.2.2/charts/common-18.1.6.tgz b/stable/rcon-webadmin/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rcon-webadmin/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rcon-webadmin/8.1.1/ix_values.yaml b/stable/rcon-webadmin/8.2.2/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.1/ix_values.yaml rename to stable/rcon-webadmin/8.2.2/ix_values.yaml diff --git a/stable/rcon-webadmin/8.1.1/questions.yaml b/stable/rcon-webadmin/8.2.2/questions.yaml similarity index 100% rename from stable/rcon-webadmin/8.1.1/questions.yaml rename to stable/rcon-webadmin/8.2.2/questions.yaml diff --git a/stable/rss-bridge/10.1.1/templates/NOTES.txt b/stable/rcon-webadmin/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/rss-bridge/10.1.1/templates/NOTES.txt rename to stable/rcon-webadmin/8.2.2/templates/NOTES.txt diff --git a/stable/rdesktop/8.1.26/templates/common.yaml b/stable/rcon-webadmin/8.2.2/templates/common.yaml similarity index 100% rename from stable/rdesktop/8.1.26/templates/common.yaml rename to stable/rcon-webadmin/8.2.2/templates/common.yaml diff --git a/stable/rimgo/6.1.4/values.yaml b/stable/rcon-webadmin/8.2.2/values.yaml similarity index 100% rename from stable/rimgo/6.1.4/values.yaml rename to stable/rcon-webadmin/8.2.2/values.yaml diff --git a/stable/rdesktop/8.1.26/CHANGELOG.md b/stable/rdesktop/8.1.26/CHANGELOG.md deleted file mode 100644 index 019ab483990..00000000000 --- a/stable/rdesktop/8.1.26/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/rdesktop/8.1.26/Chart.yaml b/stable/rdesktop/8.1.26/Chart.yaml deleted file mode 100644 index a38ed2a1324..00000000000 --- a/stable/rdesktop/8.1.26/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.26 diff --git a/stable/rdesktop/8.1.26/charts/common-18.0.2.tgz b/stable/rdesktop/8.1.26/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rdesktop/8.1.26/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rdesktop/8.1.26/ix_values.yaml b/stable/rdesktop/8.1.26/ix_values.yaml deleted file mode 100644 index 0a71dd961ae..00000000000 --- a/stable/rdesktop/8.1.26/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/ring-mqtt/8.1.1/.helmignore b/stable/rdesktop/8.2.26/.helmignore similarity index 100% rename from stable/ring-mqtt/8.1.1/.helmignore rename to stable/rdesktop/8.2.26/.helmignore diff --git a/stable/rdesktop/8.2.26/CHANGELOG.md b/stable/rdesktop/8.2.26/CHANGELOG.md new file mode 100644 index 00000000000..7b2c48396d7 --- /dev/null +++ b/stable/rdesktop/8.2.26/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/rdesktop/8.2.26/Chart.yaml b/stable/rdesktop/8.2.26/Chart.yaml new file mode 100644 index 00000000000..ccf15135f00 --- /dev/null +++ b/stable/rdesktop/8.2.26/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.26 diff --git a/stable/rdesktop/8.1.26/README.md b/stable/rdesktop/8.2.26/README.md similarity index 100% rename from stable/rdesktop/8.1.26/README.md rename to stable/rdesktop/8.2.26/README.md diff --git a/stable/rdesktop/8.2.26/app-changelog.md b/stable/rdesktop/8.2.26/app-changelog.md new file mode 100644 index 00000000000..7720ec41f50 --- /dev/null +++ b/stable/rdesktop/8.2.26/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rdesktop/8.1.26/app-readme.md b/stable/rdesktop/8.2.26/app-readme.md similarity index 100% rename from stable/rdesktop/8.1.26/app-readme.md rename to stable/rdesktop/8.2.26/app-readme.md diff --git a/stable/rdesktop/8.2.26/charts/common-18.1.6.tgz b/stable/rdesktop/8.2.26/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rdesktop/8.2.26/charts/common-18.1.6.tgz differ diff --git a/stable/rdesktop/8.2.26/ix_values.yaml b/stable/rdesktop/8.2.26/ix_values.yaml new file mode 100644 index 00000000000..51afd01d75c --- /dev/null +++ b/stable/rdesktop/8.2.26/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.1.26/questions.yaml b/stable/rdesktop/8.2.26/questions.yaml similarity index 100% rename from stable/rdesktop/8.1.26/questions.yaml rename to stable/rdesktop/8.2.26/questions.yaml diff --git a/stable/rsshub/12.1.6/templates/NOTES.txt b/stable/rdesktop/8.2.26/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.1.6/templates/NOTES.txt rename to stable/rdesktop/8.2.26/templates/NOTES.txt diff --git a/stable/recyclarr/9.1.1/templates/common.yaml b/stable/rdesktop/8.2.26/templates/common.yaml similarity index 100% rename from stable/recyclarr/9.1.1/templates/common.yaml rename to stable/rdesktop/8.2.26/templates/common.yaml diff --git a/stable/ring-mqtt/8.1.1/values.yaml b/stable/rdesktop/8.2.26/values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.1/values.yaml rename to stable/rdesktop/8.2.26/values.yaml diff --git a/stable/rdtclient/4.1.1/CHANGELOG.md b/stable/rdtclient/4.1.1/CHANGELOG.md deleted file mode 100644 index bfe2d7fe80c..00000000000 --- a/stable/rdtclient/4.1.1/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) - -### Chore diff --git a/stable/rdtclient/4.1.1/Chart.yaml b/stable/rdtclient/4.1.1/Chart.yaml deleted file mode 100644 index 1d2df81cd28..00000000000 --- a/stable/rdtclient/4.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.62 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rdtclient/4.1.1/charts/common-18.0.2.tgz b/stable/rdtclient/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rdtclient/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rmlint/5.1.1/.helmignore b/stable/rdtclient/4.2.2/.helmignore similarity index 100% rename from stable/rmlint/5.1.1/.helmignore rename to stable/rdtclient/4.2.2/.helmignore diff --git a/stable/rdtclient/4.2.2/CHANGELOG.md b/stable/rdtclient/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f9afaf6c0f6 --- /dev/null +++ b/stable/rdtclient/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + + diff --git a/stable/rdtclient/4.2.2/Chart.yaml b/stable/rdtclient/4.2.2/Chart.yaml new file mode 100644 index 00000000000..a25e625813f --- /dev/null +++ b/stable/rdtclient/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.62 +dependencies: + - name: common + version: 18.1.6 + 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://hub.docker.com/r/p3terx/aria2-pro + - https://ghcr.io/rogerfar/rdtclient +type: application +version: 4.2.2 diff --git a/stable/rdtclient/4.1.1/README.md b/stable/rdtclient/4.2.2/README.md similarity index 100% rename from stable/rdtclient/4.1.1/README.md rename to stable/rdtclient/4.2.2/README.md diff --git a/stable/rdtclient/4.2.2/app-changelog.md b/stable/rdtclient/4.2.2/app-changelog.md new file mode 100644 index 00000000000..a7c94df73a1 --- /dev/null +++ b/stable/rdtclient/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rdtclient/4.1.1/app-readme.md b/stable/rdtclient/4.2.2/app-readme.md similarity index 100% rename from stable/rdtclient/4.1.1/app-readme.md rename to stable/rdtclient/4.2.2/app-readme.md diff --git a/stable/rdtclient/4.2.2/charts/common-18.1.6.tgz b/stable/rdtclient/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rdtclient/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rdtclient/4.1.1/ix_values.yaml b/stable/rdtclient/4.2.2/ix_values.yaml similarity index 100% rename from stable/rdtclient/4.1.1/ix_values.yaml rename to stable/rdtclient/4.2.2/ix_values.yaml diff --git a/stable/rdtclient/4.1.1/questions.yaml b/stable/rdtclient/4.2.2/questions.yaml similarity index 100% rename from stable/rdtclient/4.1.1/questions.yaml rename to stable/rdtclient/4.2.2/questions.yaml diff --git a/stable/rtorrent-rutorrent/4.1.1/templates/NOTES.txt b/stable/rdtclient/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/templates/NOTES.txt rename to stable/rdtclient/4.2.2/templates/NOTES.txt diff --git a/stable/rdtclient/4.1.1/templates/common.yaml b/stable/rdtclient/4.2.2/templates/common.yaml similarity index 100% rename from stable/rdtclient/4.1.1/templates/common.yaml rename to stable/rdtclient/4.2.2/templates/common.yaml diff --git a/stable/rmlint/5.1.1/values.yaml b/stable/rdtclient/4.2.2/values.yaml similarity index 100% rename from stable/rmlint/5.1.1/values.yaml rename to stable/rdtclient/4.2.2/values.yaml diff --git a/stable/romm/7.4.0/.helmignore b/stable/readarr/21.0.2/.helmignore similarity index 100% rename from stable/romm/7.4.0/.helmignore rename to stable/readarr/21.0.2/.helmignore diff --git a/stable/readarr/21.0.2/CHANGELOG.md b/stable/readarr/21.0.2/CHANGELOG.md new file mode 100644 index 00000000000..1bdaaca467c --- /dev/null +++ b/stable/readarr/21.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [readarr-19.1.12](https://github.com/truecharts/charts/compare/readarr-19.1.11...readarr-19.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)) + + +## [readarr-19.1.11](https://github.com/truecharts/charts/compare/readarr-19.1.10...readarr-19.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)) \ No newline at end of file diff --git a/stable/readarr/21.0.2/Chart.yaml b/stable/readarr/21.0.2/Chart.yaml new file mode 100644 index 00000000000..69011453ba0 --- /dev/null +++ b/stable/readarr/21.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.18.2411 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/readarr/21.0.2/README.md b/stable/readarr/21.0.2/README.md new file mode 100644 index 00000000000..7fa53aa4e9b --- /dev/null +++ b/stable/readarr/21.0.2/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.0.2/app-changelog.md b/stable/readarr/21.0.2/app-changelog.md new file mode 100644 index 00000000000..c7aea261e24 --- /dev/null +++ b/stable/readarr/21.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/readarr/21.0.2/app-readme.md b/stable/readarr/21.0.2/app-readme.md new file mode 100644 index 00000000000..3bc4be21cfe --- /dev/null +++ b/stable/readarr/21.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/readarr/21.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/readarr/21.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/readarr/21.0.2/ix_values.yaml b/stable/readarr/21.0.2/ix_values.yaml new file mode 100644 index 00000000000..122f3303640 --- /dev/null +++ b/stable/readarr/21.0.2/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.0.2/questions.yaml b/stable/readarr/21.0.2/questions.yaml new file mode 100755 index 00000000000..640b272465b --- /dev/null +++ b/stable/readarr/21.0.2/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/satisfactory/9.1.2/templates/NOTES.txt b/stable/readarr/21.0.2/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/9.1.2/templates/NOTES.txt rename to stable/readarr/21.0.2/templates/NOTES.txt diff --git a/stable/readarr/21.0.2/templates/common.yaml b/stable/readarr/21.0.2/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/readarr/21.0.2/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/romm/7.4.0/values.yaml b/stable/readarr/21.0.2/values.yaml similarity index 100% rename from stable/romm/7.4.0/values.yaml rename to stable/readarr/21.0.2/values.yaml diff --git a/stable/recyclarr/9.1.1/CHANGELOG.md b/stable/recyclarr/9.1.1/CHANGELOG.md deleted file mode 100644 index a41845aaf7f..00000000000 --- a/stable/recyclarr/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/recyclarr/9.1.1/Chart.yaml b/stable/recyclarr/9.1.1/Chart.yaml deleted file mode 100644 index c3e9d50b922..00000000000 --- a/stable/recyclarr/9.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.0.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/recyclarr/9.1.1/charts/common-18.0.2.tgz b/stable/recyclarr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/recyclarr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/root/5.1.1/.helmignore b/stable/recyclarr/9.2.2/.helmignore similarity index 100% rename from stable/root/5.1.1/.helmignore rename to stable/recyclarr/9.2.2/.helmignore diff --git a/stable/recyclarr/9.2.2/CHANGELOG.md b/stable/recyclarr/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..751ce7e6dfd --- /dev/null +++ b/stable/recyclarr/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/recyclarr/9.2.2/Chart.yaml b/stable/recyclarr/9.2.2/Chart.yaml new file mode 100644 index 00000000000..7e710f9e470 --- /dev/null +++ b/stable/recyclarr/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/recyclarr/9.1.1/README.md b/stable/recyclarr/9.2.2/README.md similarity index 100% rename from stable/recyclarr/9.1.1/README.md rename to stable/recyclarr/9.2.2/README.md diff --git a/stable/recyclarr/9.2.2/app-changelog.md b/stable/recyclarr/9.2.2/app-changelog.md new file mode 100644 index 00000000000..abc7fb22054 --- /dev/null +++ b/stable/recyclarr/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/recyclarr/9.1.1/app-readme.md b/stable/recyclarr/9.2.2/app-readme.md similarity index 100% rename from stable/recyclarr/9.1.1/app-readme.md rename to stable/recyclarr/9.2.2/app-readme.md diff --git a/stable/recyclarr/9.2.2/charts/common-18.1.6.tgz b/stable/recyclarr/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/recyclarr/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/recyclarr/9.1.1/ix_values.yaml b/stable/recyclarr/9.2.2/ix_values.yaml similarity index 100% rename from stable/recyclarr/9.1.1/ix_values.yaml rename to stable/recyclarr/9.2.2/ix_values.yaml diff --git a/stable/recyclarr/9.1.1/questions.yaml b/stable/recyclarr/9.2.2/questions.yaml similarity index 100% rename from stable/recyclarr/9.1.1/questions.yaml rename to stable/recyclarr/9.2.2/questions.yaml diff --git a/stable/scrutiny/10.1.2/templates/NOTES.txt b/stable/recyclarr/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/10.1.2/templates/NOTES.txt rename to stable/recyclarr/9.2.2/templates/NOTES.txt diff --git a/stable/red-discordbot/5.1.1/templates/common.yaml b/stable/recyclarr/9.2.2/templates/common.yaml similarity index 100% rename from stable/red-discordbot/5.1.1/templates/common.yaml rename to stable/recyclarr/9.2.2/templates/common.yaml diff --git a/stable/root/5.1.1/values.yaml b/stable/recyclarr/9.2.2/values.yaml similarity index 100% rename from stable/root/5.1.1/values.yaml rename to stable/recyclarr/9.2.2/values.yaml diff --git a/stable/red-discordbot/5.1.1/CHANGELOG.md b/stable/red-discordbot/5.1.1/CHANGELOG.md deleted file mode 100644 index 4a237baeeab..00000000000 --- a/stable/red-discordbot/5.1.1/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) - -### Chore diff --git a/stable/red-discordbot/5.1.1/Chart.yaml b/stable/red-discordbot/5.1.1/Chart.yaml deleted file mode 100644 index e880c4bd657..00000000000 --- a/stable/red-discordbot/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: full -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/red-discordbot/5.1.1/charts/common-18.0.2.tgz b/stable/red-discordbot/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/red-discordbot/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.1.2/.helmignore b/stable/red-discordbot/5.2.2/.helmignore similarity index 100% rename from stable/rsnapshot/9.1.2/.helmignore rename to stable/red-discordbot/5.2.2/.helmignore diff --git a/stable/red-discordbot/5.2.2/CHANGELOG.md b/stable/red-discordbot/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f65c552c05b --- /dev/null +++ b/stable/red-discordbot/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/red-discordbot/5.2.2/Chart.yaml b/stable/red-discordbot/5.2.2/Chart.yaml new file mode 100644 index 00000000000..4d14537ee17 --- /dev/null +++ b/stable/red-discordbot/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: full +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/red-discordbot/5.1.1/README.md b/stable/red-discordbot/5.2.2/README.md similarity index 100% rename from stable/red-discordbot/5.1.1/README.md rename to stable/red-discordbot/5.2.2/README.md diff --git a/stable/red-discordbot/5.2.2/app-changelog.md b/stable/red-discordbot/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6a8620fdf3b --- /dev/null +++ b/stable/red-discordbot/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/red-discordbot/5.1.1/app-readme.md b/stable/red-discordbot/5.2.2/app-readme.md similarity index 100% rename from stable/red-discordbot/5.1.1/app-readme.md rename to stable/red-discordbot/5.2.2/app-readme.md diff --git a/stable/red-discordbot/5.2.2/charts/common-18.1.6.tgz b/stable/red-discordbot/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/red-discordbot/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/red-discordbot/5.1.1/ix_values.yaml b/stable/red-discordbot/5.2.2/ix_values.yaml similarity index 100% rename from stable/red-discordbot/5.1.1/ix_values.yaml rename to stable/red-discordbot/5.2.2/ix_values.yaml diff --git a/stable/red-discordbot/5.1.1/questions.yaml b/stable/red-discordbot/5.2.2/questions.yaml similarity index 100% rename from stable/red-discordbot/5.1.1/questions.yaml rename to stable/red-discordbot/5.2.2/questions.yaml diff --git a/stable/redm/5.1.1/templates/common.yaml b/stable/red-discordbot/5.2.2/templates/common.yaml similarity index 100% rename from stable/redm/5.1.1/templates/common.yaml rename to stable/red-discordbot/5.2.2/templates/common.yaml diff --git a/stable/rsnapshot/9.1.2/values.yaml b/stable/red-discordbot/5.2.2/values.yaml similarity index 100% rename from stable/rsnapshot/9.1.2/values.yaml rename to stable/red-discordbot/5.2.2/values.yaml diff --git a/stable/redisinsight/6.1.1/CHANGELOG.md b/stable/redisinsight/6.1.1/CHANGELOG.md deleted file mode 100644 index 359acfc172f..00000000000 --- a/stable/redisinsight/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/redisinsight/6.1.1/Chart.yaml b/stable/redisinsight/6.1.1/Chart.yaml deleted file mode 100644 index 27a9e4094df..00000000000 --- a/stable/redisinsight/6.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.14.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/redisinsight/6.1.1/charts/common-18.0.2.tgz b/stable/redisinsight/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/redisinsight/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rss-bridge/10.1.1/.helmignore b/stable/redisinsight/6.2.2/.helmignore similarity index 100% rename from stable/rss-bridge/10.1.1/.helmignore rename to stable/redisinsight/6.2.2/.helmignore diff --git a/stable/redisinsight/6.2.2/CHANGELOG.md b/stable/redisinsight/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..273c1350d8b --- /dev/null +++ b/stable/redisinsight/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/redisinsight/6.2.2/Chart.yaml b/stable/redisinsight/6.2.2/Chart.yaml new file mode 100644 index 00000000000..13cd8663767 --- /dev/null +++ b/stable/redisinsight/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.14.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/redisinsight/6.1.1/README.md b/stable/redisinsight/6.2.2/README.md similarity index 100% rename from stable/redisinsight/6.1.1/README.md rename to stable/redisinsight/6.2.2/README.md diff --git a/stable/redisinsight/6.2.2/app-changelog.md b/stable/redisinsight/6.2.2/app-changelog.md new file mode 100644 index 00000000000..a41abeb551b --- /dev/null +++ b/stable/redisinsight/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/redisinsight/6.1.1/app-readme.md b/stable/redisinsight/6.2.2/app-readme.md similarity index 100% rename from stable/redisinsight/6.1.1/app-readme.md rename to stable/redisinsight/6.2.2/app-readme.md diff --git a/stable/redisinsight/6.2.2/charts/common-18.1.6.tgz b/stable/redisinsight/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/redisinsight/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/redisinsight/6.1.1/ix_values.yaml b/stable/redisinsight/6.2.2/ix_values.yaml similarity index 100% rename from stable/redisinsight/6.1.1/ix_values.yaml rename to stable/redisinsight/6.2.2/ix_values.yaml diff --git a/stable/redisinsight/6.1.1/questions.yaml b/stable/redisinsight/6.2.2/questions.yaml similarity index 100% rename from stable/redisinsight/6.1.1/questions.yaml rename to stable/redisinsight/6.2.2/questions.yaml diff --git a/stable/scrypted/4.1.1/templates/NOTES.txt b/stable/redisinsight/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/scrypted/4.1.1/templates/NOTES.txt rename to stable/redisinsight/6.2.2/templates/NOTES.txt diff --git a/stable/rsshub/12.1.6/templates/common.yaml b/stable/redisinsight/6.2.2/templates/common.yaml similarity index 100% rename from stable/rsshub/12.1.6/templates/common.yaml rename to stable/redisinsight/6.2.2/templates/common.yaml diff --git a/stable/rss-bridge/10.1.1/values.yaml b/stable/redisinsight/6.2.2/values.yaml similarity index 100% rename from stable/rss-bridge/10.1.1/values.yaml rename to stable/redisinsight/6.2.2/values.yaml diff --git a/stable/redm/5.1.1/CHANGELOG.md b/stable/redm/5.1.1/CHANGELOG.md deleted file mode 100644 index baf8a3844ba..00000000000 --- a/stable/redm/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/redm/5.1.1/Chart.yaml b/stable/redm/5.1.1/Chart.yaml deleted file mode 100644 index 1b2c10e8379..00000000000 --- a/stable/redm/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/redm/5.1.1/charts/common-18.0.2.tgz b/stable/redm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/redm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rss-proxy/5.1.1/.helmignore b/stable/redm/5.2.2/.helmignore similarity index 100% rename from stable/rss-proxy/5.1.1/.helmignore rename to stable/redm/5.2.2/.helmignore diff --git a/stable/redm/5.2.2/CHANGELOG.md b/stable/redm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..56640a72fe8 --- /dev/null +++ b/stable/redm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/redm/5.2.2/Chart.yaml b/stable/redm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8466978ee2b --- /dev/null +++ b/stable/redm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/redm/5.1.1/README.md b/stable/redm/5.2.2/README.md similarity index 100% rename from stable/redm/5.1.1/README.md rename to stable/redm/5.2.2/README.md diff --git a/stable/redm/5.2.2/app-changelog.md b/stable/redm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c95eb0d91fa --- /dev/null +++ b/stable/redm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/redm/5.1.1/app-readme.md b/stable/redm/5.2.2/app-readme.md similarity index 100% rename from stable/redm/5.1.1/app-readme.md rename to stable/redm/5.2.2/app-readme.md diff --git a/stable/redm/5.2.2/charts/common-18.1.6.tgz b/stable/redm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/redm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/redm/5.1.1/ix_values.yaml b/stable/redm/5.2.2/ix_values.yaml similarity index 100% rename from stable/redm/5.1.1/ix_values.yaml rename to stable/redm/5.2.2/ix_values.yaml diff --git a/stable/redm/5.1.1/questions.yaml b/stable/redm/5.2.2/questions.yaml similarity index 100% rename from stable/redm/5.1.1/questions.yaml rename to stable/redm/5.2.2/questions.yaml diff --git a/stable/remotely/5.1.1/templates/common.yaml b/stable/redm/5.2.2/templates/common.yaml similarity index 100% rename from stable/remotely/5.1.1/templates/common.yaml rename to stable/redm/5.2.2/templates/common.yaml diff --git a/stable/rss-proxy/5.1.1/values.yaml b/stable/redm/5.2.2/values.yaml similarity index 100% rename from stable/rss-proxy/5.1.1/values.yaml rename to stable/redm/5.2.2/values.yaml diff --git a/stable/redmine/11.1.1/CHANGELOG.md b/stable/redmine/11.1.1/CHANGELOG.md deleted file mode 100644 index 1aad8864712..00000000000 --- a/stable/redmine/11.1.1/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) - -### Chore diff --git a/stable/redmine/11.1.1/Chart.yaml b/stable/redmine/11.1.1/Chart.yaml deleted file mode 100644 index f617a767d20..00000000000 --- a/stable/redmine/11.1.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/redmine/11.1.1/charts/common-18.0.2.tgz b/stable/redmine/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/redmine/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rss-to-telegram/5.1.1/.helmignore b/stable/redmine/11.2.2/.helmignore similarity index 100% rename from stable/rss-to-telegram/5.1.1/.helmignore rename to stable/redmine/11.2.2/.helmignore diff --git a/stable/redmine/11.2.2/CHANGELOG.md b/stable/redmine/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a1ad976b1eb --- /dev/null +++ b/stable/redmine/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/redmine/11.2.2/Chart.yaml b/stable/redmine/11.2.2/Chart.yaml new file mode 100644 index 00000000000..d6c99e8d9fa --- /dev/null +++ b/stable/redmine/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/redmine/11.1.1/README.md b/stable/redmine/11.2.2/README.md similarity index 100% rename from stable/redmine/11.1.1/README.md rename to stable/redmine/11.2.2/README.md diff --git a/stable/redmine/11.2.2/app-changelog.md b/stable/redmine/11.2.2/app-changelog.md new file mode 100644 index 00000000000..f57a75c0f84 --- /dev/null +++ b/stable/redmine/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/redmine/11.1.1/app-readme.md b/stable/redmine/11.2.2/app-readme.md similarity index 100% rename from stable/redmine/11.1.1/app-readme.md rename to stable/redmine/11.2.2/app-readme.md diff --git a/stable/redmine/11.2.2/charts/common-18.1.6.tgz b/stable/redmine/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/redmine/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/redmine/11.1.1/ix_values.yaml b/stable/redmine/11.2.2/ix_values.yaml similarity index 100% rename from stable/redmine/11.1.1/ix_values.yaml rename to stable/redmine/11.2.2/ix_values.yaml diff --git a/stable/redmine/11.1.1/questions.yaml b/stable/redmine/11.2.2/questions.yaml similarity index 100% rename from stable/redmine/11.1.1/questions.yaml rename to stable/redmine/11.2.2/questions.yaml diff --git a/stable/seafile/5.2.2/templates/NOTES.txt b/stable/redmine/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/seafile/5.2.2/templates/NOTES.txt rename to stable/redmine/11.2.2/templates/NOTES.txt diff --git a/stable/redmine/11.1.1/templates/_secrets.tpl b/stable/redmine/11.2.2/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.1.1/templates/_secrets.tpl rename to stable/redmine/11.2.2/templates/_secrets.tpl diff --git a/stable/redmine/11.1.1/templates/common.yaml b/stable/redmine/11.2.2/templates/common.yaml similarity index 100% rename from stable/redmine/11.1.1/templates/common.yaml rename to stable/redmine/11.2.2/templates/common.yaml diff --git a/stable/rss-to-telegram/5.1.1/values.yaml b/stable/redmine/11.2.2/values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.1/values.yaml rename to stable/redmine/11.2.2/values.yaml diff --git a/stable/reg/13.1.1/CHANGELOG.md b/stable/reg/13.1.1/CHANGELOG.md deleted file mode 100644 index 96ace43a4e8..00000000000 --- a/stable/reg/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/reg/13.1.1/Chart.yaml b/stable/reg/13.1.1/Chart.yaml deleted file mode 100644 index 49ffbd3b4b9..00000000000 --- a/stable/reg/13.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/reg/13.1.1/charts/common-18.0.2.tgz b/stable/reg/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/reg/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rsshub/12.1.6/.helmignore b/stable/reg/13.2.2/.helmignore similarity index 100% rename from stable/rsshub/12.1.6/.helmignore rename to stable/reg/13.2.2/.helmignore diff --git a/stable/reg/13.2.2/CHANGELOG.md b/stable/reg/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8686b7ff84a --- /dev/null +++ b/stable/reg/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/reg/13.2.2/Chart.yaml b/stable/reg/13.2.2/Chart.yaml new file mode 100644 index 00000000000..163fa672609 --- /dev/null +++ b/stable/reg/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/reg/13.1.1/README.md b/stable/reg/13.2.2/README.md similarity index 100% rename from stable/reg/13.1.1/README.md rename to stable/reg/13.2.2/README.md diff --git a/stable/reg/13.2.2/app-changelog.md b/stable/reg/13.2.2/app-changelog.md new file mode 100644 index 00000000000..b1f56f88273 --- /dev/null +++ b/stable/reg/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/reg/13.1.1/app-readme.md b/stable/reg/13.2.2/app-readme.md similarity index 100% rename from stable/reg/13.1.1/app-readme.md rename to stable/reg/13.2.2/app-readme.md diff --git a/stable/reg/13.2.2/charts/common-18.1.6.tgz b/stable/reg/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/reg/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/reg/13.1.1/ix_values.yaml b/stable/reg/13.2.2/ix_values.yaml similarity index 100% rename from stable/reg/13.1.1/ix_values.yaml rename to stable/reg/13.2.2/ix_values.yaml diff --git a/stable/reg/13.1.1/questions.yaml b/stable/reg/13.2.2/questions.yaml similarity index 100% rename from stable/reg/13.1.1/questions.yaml rename to stable/reg/13.2.2/questions.yaml diff --git a/stable/searxng/7.1.3/templates/NOTES.txt b/stable/reg/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.1.3/templates/NOTES.txt rename to stable/reg/13.2.2/templates/NOTES.txt diff --git a/stable/satisfactory/9.1.2/templates/common.yaml b/stable/reg/13.2.2/templates/common.yaml similarity index 100% rename from stable/satisfactory/9.1.2/templates/common.yaml rename to stable/reg/13.2.2/templates/common.yaml diff --git a/stable/rsshub/12.1.6/values.yaml b/stable/reg/13.2.2/values.yaml similarity index 100% rename from stable/rsshub/12.1.6/values.yaml rename to stable/reg/13.2.2/values.yaml diff --git a/stable/remmina/10.1.1/CHANGELOG.md b/stable/remmina/10.1.1/CHANGELOG.md deleted file mode 100644 index 54d46d3db17..00000000000 --- a/stable/remmina/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [remmina-9.1.10](https://github.com/truecharts/charts/compare/remmina-9.1.9...remmina-9.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/remmina/10.1.1/Chart.yaml b/stable/remmina/10.1.1/Chart.yaml deleted file mode 100644 index 7c32a8c1429..00000000000 --- a/stable/remmina/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/remmina/10.1.1/charts/common-18.0.2.tgz b/stable/remmina/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/remmina/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rstudio/6.1.3/.helmignore b/stable/remmina/10.2.2/.helmignore similarity index 100% rename from stable/rstudio/6.1.3/.helmignore rename to stable/remmina/10.2.2/.helmignore diff --git a/stable/remmina/10.2.2/CHANGELOG.md b/stable/remmina/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d3de652f2c7 --- /dev/null +++ b/stable/remmina/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/remmina/10.2.2/Chart.yaml b/stable/remmina/10.2.2/Chart.yaml new file mode 100644 index 00000000000..e1ac64e93ce --- /dev/null +++ b/stable/remmina/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/remmina/10.1.1/README.md b/stable/remmina/10.2.2/README.md similarity index 100% rename from stable/remmina/10.1.1/README.md rename to stable/remmina/10.2.2/README.md diff --git a/stable/remmina/10.2.2/app-changelog.md b/stable/remmina/10.2.2/app-changelog.md new file mode 100644 index 00000000000..d12cb2b9e9d --- /dev/null +++ b/stable/remmina/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/remmina/10.1.1/app-readme.md b/stable/remmina/10.2.2/app-readme.md similarity index 100% rename from stable/remmina/10.1.1/app-readme.md rename to stable/remmina/10.2.2/app-readme.md diff --git a/stable/remmina/10.2.2/charts/common-18.1.6.tgz b/stable/remmina/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/remmina/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/remmina/10.1.1/ix_values.yaml b/stable/remmina/10.2.2/ix_values.yaml similarity index 100% rename from stable/remmina/10.1.1/ix_values.yaml rename to stable/remmina/10.2.2/ix_values.yaml diff --git a/stable/remmina/10.1.1/questions.yaml b/stable/remmina/10.2.2/questions.yaml similarity index 100% rename from stable/remmina/10.1.1/questions.yaml rename to stable/remmina/10.2.2/questions.yaml diff --git a/stable/seedsync/7.1.1/templates/NOTES.txt b/stable/remmina/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/seedsync/7.1.1/templates/NOTES.txt rename to stable/remmina/10.2.2/templates/NOTES.txt diff --git a/stable/remmina/10.1.1/templates/common.yaml b/stable/remmina/10.2.2/templates/common.yaml similarity index 100% rename from stable/remmina/10.1.1/templates/common.yaml rename to stable/remmina/10.2.2/templates/common.yaml diff --git a/stable/rstudio/6.1.3/values.yaml b/stable/remmina/10.2.2/values.yaml similarity index 100% rename from stable/rstudio/6.1.3/values.yaml rename to stable/remmina/10.2.2/values.yaml diff --git a/stable/remotely/5.1.1/CHANGELOG.md b/stable/remotely/5.1.1/CHANGELOG.md deleted file mode 100644 index b95fe5b2d7d..00000000000 --- a/stable/remotely/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/remotely/5.1.1/Chart.yaml b/stable/remotely/5.1.1/Chart.yaml deleted file mode 100644 index dd4bc78f6bf..00000000000 --- a/stable/remotely/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1380.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/remotely/5.1.1/charts/common-18.0.2.tgz b/stable/remotely/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/remotely/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rtorrent-rutorrent/4.1.1/.helmignore b/stable/remotely/5.2.2/.helmignore similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/.helmignore rename to stable/remotely/5.2.2/.helmignore diff --git a/stable/remotely/5.2.2/CHANGELOG.md b/stable/remotely/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2ca91e8d505 --- /dev/null +++ b/stable/remotely/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/remotely/5.2.2/Chart.yaml b/stable/remotely/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5244f0a0c59 --- /dev/null +++ b/stable/remotely/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1380.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/remotely/5.1.1/README.md b/stable/remotely/5.2.2/README.md similarity index 100% rename from stable/remotely/5.1.1/README.md rename to stable/remotely/5.2.2/README.md diff --git a/stable/remotely/5.2.2/app-changelog.md b/stable/remotely/5.2.2/app-changelog.md new file mode 100644 index 00000000000..aff0cb1e287 --- /dev/null +++ b/stable/remotely/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/remotely/5.1.1/app-readme.md b/stable/remotely/5.2.2/app-readme.md similarity index 100% rename from stable/remotely/5.1.1/app-readme.md rename to stable/remotely/5.2.2/app-readme.md diff --git a/stable/remotely/5.2.2/charts/common-18.1.6.tgz b/stable/remotely/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/remotely/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/remotely/5.1.1/ix_values.yaml b/stable/remotely/5.2.2/ix_values.yaml similarity index 100% rename from stable/remotely/5.1.1/ix_values.yaml rename to stable/remotely/5.2.2/ix_values.yaml diff --git a/stable/remotely/5.1.1/questions.yaml b/stable/remotely/5.2.2/questions.yaml similarity index 100% rename from stable/remotely/5.1.1/questions.yaml rename to stable/remotely/5.2.2/questions.yaml diff --git a/stable/restic-rest-server/5.1.1/templates/common.yaml b/stable/remotely/5.2.2/templates/common.yaml similarity index 100% rename from stable/restic-rest-server/5.1.1/templates/common.yaml rename to stable/remotely/5.2.2/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/4.1.1/values.yaml b/stable/remotely/5.2.2/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/values.yaml rename to stable/remotely/5.2.2/values.yaml diff --git a/stable/requestrr/10.1.1/CHANGELOG.md b/stable/requestrr/10.1.1/CHANGELOG.md deleted file mode 100644 index ac6ccc59f6c..00000000000 --- a/stable/requestrr/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- increase common version for oci fixes \ No newline at end of file diff --git a/stable/requestrr/10.1.1/Chart.yaml b/stable/requestrr/10.1.1/Chart.yaml deleted file mode 100644 index 87f7e2d1719..00000000000 --- a/stable/requestrr/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/requestrr/10.1.1/charts/common-18.0.2.tgz b/stable/requestrr/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/requestrr/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rust/5.1.1/.helmignore b/stable/requestrr/10.2.2/.helmignore similarity index 100% rename from stable/rust/5.1.1/.helmignore rename to stable/requestrr/10.2.2/.helmignore diff --git a/stable/requestrr/10.2.2/CHANGELOG.md b/stable/requestrr/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2bf5c278269 --- /dev/null +++ b/stable/requestrr/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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) diff --git a/stable/requestrr/10.2.2/Chart.yaml b/stable/requestrr/10.2.2/Chart.yaml new file mode 100644 index 00000000000..225d6e1a9c8 --- /dev/null +++ b/stable/requestrr/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/requestrr/10.1.1/README.md b/stable/requestrr/10.2.2/README.md similarity index 100% rename from stable/requestrr/10.1.1/README.md rename to stable/requestrr/10.2.2/README.md diff --git a/stable/requestrr/10.2.2/app-changelog.md b/stable/requestrr/10.2.2/app-changelog.md new file mode 100644 index 00000000000..1a89c9291bf --- /dev/null +++ b/stable/requestrr/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/requestrr/10.1.1/app-readme.md b/stable/requestrr/10.2.2/app-readme.md similarity index 100% rename from stable/requestrr/10.1.1/app-readme.md rename to stable/requestrr/10.2.2/app-readme.md diff --git a/stable/requestrr/10.2.2/charts/common-18.1.6.tgz b/stable/requestrr/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/requestrr/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/requestrr/10.1.1/ix_values.yaml b/stable/requestrr/10.2.2/ix_values.yaml similarity index 100% rename from stable/requestrr/10.1.1/ix_values.yaml rename to stable/requestrr/10.2.2/ix_values.yaml diff --git a/stable/requestrr/10.1.1/questions.yaml b/stable/requestrr/10.2.2/questions.yaml similarity index 100% rename from stable/requestrr/10.1.1/questions.yaml rename to stable/requestrr/10.2.2/questions.yaml diff --git a/stable/ser2sock/13.1.1/templates/NOTES.txt b/stable/requestrr/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/13.1.1/templates/NOTES.txt rename to stable/requestrr/10.2.2/templates/NOTES.txt diff --git a/stable/scrutiny/10.1.2/templates/common.yaml b/stable/requestrr/10.2.2/templates/common.yaml similarity index 100% rename from stable/scrutiny/10.1.2/templates/common.yaml rename to stable/requestrr/10.2.2/templates/common.yaml diff --git a/stable/rust/5.1.1/values.yaml b/stable/requestrr/10.2.2/values.yaml similarity index 100% rename from stable/rust/5.1.1/values.yaml rename to stable/requestrr/10.2.2/values.yaml diff --git a/stable/resilio-sync/14.1.2/CHANGELOG.md b/stable/resilio-sync/14.1.2/CHANGELOG.md deleted file mode 100644 index ffda94af7e8..00000000000 --- a/stable/resilio-sync/14.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [resilio-sync-13.1.8](https://github.com/truecharts/charts/compare/resilio-sync-13.1.7...resilio-sync-13.1.8) (2024-01-21) \ No newline at end of file diff --git a/stable/resilio-sync/14.1.2/Chart.yaml b/stable/resilio-sync/14.1.2/Chart.yaml deleted file mode 100644 index d9d97456275..00000000000 --- a/stable/resilio-sync/14.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.7.3 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/resilio-sync/14.1.2/charts/common-18.0.2.tgz b/stable/resilio-sync/14.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/resilio-sync/14.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.1.2/ix_values.yaml b/stable/resilio-sync/14.1.2/ix_values.yaml deleted file mode 100644 index 29eb81d4c3a..00000000000 --- a/stable/resilio-sync/14.1.2/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/rustpad/5.1.1/.helmignore b/stable/resilio-sync/14.2.3/.helmignore similarity index 100% rename from stable/rustpad/5.1.1/.helmignore rename to stable/resilio-sync/14.2.3/.helmignore diff --git a/stable/resilio-sync/14.2.3/CHANGELOG.md b/stable/resilio-sync/14.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0cdeefe69d6 --- /dev/null +++ b/stable/resilio-sync/14.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/resilio-sync/14.2.3/Chart.yaml b/stable/resilio-sync/14.2.3/Chart.yaml new file mode 100644 index 00000000000..2ea388bea06 --- /dev/null +++ b/stable/resilio-sync/14.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/resilio-sync/14.1.2/README.md b/stable/resilio-sync/14.2.3/README.md similarity index 100% rename from stable/resilio-sync/14.1.2/README.md rename to stable/resilio-sync/14.2.3/README.md diff --git a/stable/resilio-sync/14.2.3/app-changelog.md b/stable/resilio-sync/14.2.3/app-changelog.md new file mode 100644 index 00000000000..59f7a511a29 --- /dev/null +++ b/stable/resilio-sync/14.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/resilio-sync/14.1.2/app-readme.md b/stable/resilio-sync/14.2.3/app-readme.md similarity index 100% rename from stable/resilio-sync/14.1.2/app-readme.md rename to stable/resilio-sync/14.2.3/app-readme.md diff --git a/stable/resilio-sync/14.2.3/charts/common-18.1.6.tgz b/stable/resilio-sync/14.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/resilio-sync/14.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/resilio-sync/14.2.3/ix_values.yaml b/stable/resilio-sync/14.2.3/ix_values.yaml new file mode 100644 index 00000000000..35a7cf6fad2 --- /dev/null +++ b/stable/resilio-sync/14.2.3/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.1.2/questions.yaml b/stable/resilio-sync/14.2.3/questions.yaml similarity index 100% rename from stable/resilio-sync/14.1.2/questions.yaml rename to stable/resilio-sync/14.2.3/questions.yaml diff --git a/stable/servas/4.2.2/templates/NOTES.txt b/stable/resilio-sync/14.2.3/templates/NOTES.txt similarity index 100% rename from stable/servas/4.2.2/templates/NOTES.txt rename to stable/resilio-sync/14.2.3/templates/NOTES.txt diff --git a/stable/scrypted/4.1.1/templates/common.yaml b/stable/resilio-sync/14.2.3/templates/common.yaml similarity index 100% rename from stable/scrypted/4.1.1/templates/common.yaml rename to stable/resilio-sync/14.2.3/templates/common.yaml diff --git a/stable/rustpad/5.1.1/values.yaml b/stable/resilio-sync/14.2.3/values.yaml similarity index 100% rename from stable/rustpad/5.1.1/values.yaml rename to stable/resilio-sync/14.2.3/values.yaml diff --git a/stable/restic-rest-server/5.1.1/CHANGELOG.md b/stable/restic-rest-server/5.1.1/CHANGELOG.md deleted file mode 100644 index d3220f09a66..00000000000 --- a/stable/restic-rest-server/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/restic-rest-server/5.1.1/Chart.yaml b/stable/restic-rest-server/5.1.1/Chart.yaml deleted file mode 100644 index 4e0166e6fe3..00000000000 --- a/stable/restic-rest-server/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.12.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/restic-rest-server/5.1.1/charts/common-18.0.2.tgz b/stable/restic-rest-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/restic-rest-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/s3backup/5.1.1/.helmignore b/stable/restic-rest-server/5.2.2/.helmignore similarity index 100% rename from stable/s3backup/5.1.1/.helmignore rename to stable/restic-rest-server/5.2.2/.helmignore diff --git a/stable/restic-rest-server/5.2.2/CHANGELOG.md b/stable/restic-rest-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2f00d0cc5e9 --- /dev/null +++ b/stable/restic-rest-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/restic-rest-server/5.2.2/Chart.yaml b/stable/restic-rest-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c136c07a68f --- /dev/null +++ b/stable/restic-rest-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/restic-rest-server/5.1.1/README.md b/stable/restic-rest-server/5.2.2/README.md similarity index 100% rename from stable/restic-rest-server/5.1.1/README.md rename to stable/restic-rest-server/5.2.2/README.md diff --git a/stable/restic-rest-server/5.2.2/app-changelog.md b/stable/restic-rest-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4e2b5d0a0fd --- /dev/null +++ b/stable/restic-rest-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/restic-rest-server/5.1.1/app-readme.md b/stable/restic-rest-server/5.2.2/app-readme.md similarity index 100% rename from stable/restic-rest-server/5.1.1/app-readme.md rename to stable/restic-rest-server/5.2.2/app-readme.md diff --git a/stable/restic-rest-server/5.2.2/charts/common-18.1.6.tgz b/stable/restic-rest-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/restic-rest-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/restic-rest-server/5.1.1/ix_values.yaml b/stable/restic-rest-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/restic-rest-server/5.1.1/ix_values.yaml rename to stable/restic-rest-server/5.2.2/ix_values.yaml diff --git a/stable/restic-rest-server/5.1.1/questions.yaml b/stable/restic-rest-server/5.2.2/questions.yaml similarity index 100% rename from stable/restic-rest-server/5.1.1/questions.yaml rename to stable/restic-rest-server/5.2.2/questions.yaml diff --git a/stable/rflood/5.1.3/templates/common.yaml b/stable/restic-rest-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/rflood/5.1.3/templates/common.yaml rename to stable/restic-rest-server/5.2.2/templates/common.yaml diff --git a/stable/s3backup/5.1.1/values.yaml b/stable/restic-rest-server/5.2.2/values.yaml similarity index 100% rename from stable/s3backup/5.1.1/values.yaml rename to stable/restic-rest-server/5.2.2/values.yaml diff --git a/stable/retrobot/8.1.1/CHANGELOG.md b/stable/retrobot/8.1.1/CHANGELOG.md deleted file mode 100644 index a5f5f939963..00000000000 --- a/stable/retrobot/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/retrobot/8.1.1/Chart.yaml b/stable/retrobot/8.1.1/Chart.yaml deleted file mode 100644 index 8922bc1053a..00000000000 --- a/stable/retrobot/8.1.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: emulator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/retrobot/8.1.1/charts/common-18.0.2.tgz b/stable/retrobot/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/retrobot/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/s3sync/5.1.1/.helmignore b/stable/retrobot/8.2.2/.helmignore similarity index 100% rename from stable/s3sync/5.1.1/.helmignore rename to stable/retrobot/8.2.2/.helmignore diff --git a/stable/retrobot/8.2.2/CHANGELOG.md b/stable/retrobot/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e2add1ca188 --- /dev/null +++ b/stable/retrobot/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/retrobot/8.2.2/Chart.yaml b/stable/retrobot/8.2.2/Chart.yaml new file mode 100644 index 00000000000..15b4a8d04bc --- /dev/null +++ b/stable/retrobot/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/retrobot/8.1.1/README.md b/stable/retrobot/8.2.2/README.md similarity index 100% rename from stable/retrobot/8.1.1/README.md rename to stable/retrobot/8.2.2/README.md diff --git a/stable/retrobot/8.2.2/app-changelog.md b/stable/retrobot/8.2.2/app-changelog.md new file mode 100644 index 00000000000..9165c145893 --- /dev/null +++ b/stable/retrobot/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/retrobot/8.1.1/app-readme.md b/stable/retrobot/8.2.2/app-readme.md similarity index 100% rename from stable/retrobot/8.1.1/app-readme.md rename to stable/retrobot/8.2.2/app-readme.md diff --git a/stable/retrobot/8.2.2/charts/common-18.1.6.tgz b/stable/retrobot/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/retrobot/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/retrobot/8.1.1/ix_values.yaml b/stable/retrobot/8.2.2/ix_values.yaml similarity index 100% rename from stable/retrobot/8.1.1/ix_values.yaml rename to stable/retrobot/8.2.2/ix_values.yaml diff --git a/stable/retrobot/8.1.1/questions.yaml b/stable/retrobot/8.2.2/questions.yaml similarity index 100% rename from stable/retrobot/8.1.1/questions.yaml rename to stable/retrobot/8.2.2/questions.yaml diff --git a/stable/sftpgo/6.1.1/templates/NOTES.txt b/stable/retrobot/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/6.1.1/templates/NOTES.txt rename to stable/retrobot/8.2.2/templates/NOTES.txt diff --git a/stable/seafile/5.2.2/templates/common.yaml b/stable/retrobot/8.2.2/templates/common.yaml similarity index 100% rename from stable/seafile/5.2.2/templates/common.yaml rename to stable/retrobot/8.2.2/templates/common.yaml diff --git a/stable/s3sync/5.1.1/values.yaml b/stable/retrobot/8.2.2/values.yaml similarity index 100% rename from stable/s3sync/5.1.1/values.yaml rename to stable/retrobot/8.2.2/values.yaml diff --git a/stable/rflood/5.1.3/CHANGELOG.md b/stable/rflood/5.1.3/CHANGELOG.md deleted file mode 100644 index a463ceefb82..00000000000 --- a/stable/rflood/5.1.3/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 - - - -- update container image ghcr.io/hotio/rflood to latest[@0e58058](https://github.com/0e58058) by renovate ([#17502](https://github.com/truecharts/charts/issues/17502)) diff --git a/stable/rflood/5.1.3/Chart.yaml b/stable/rflood/5.1.3/Chart.yaml deleted file mode 100644 index 13de6cd4409..00000000000 --- a/stable/rflood/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/rflood/5.1.3/charts/common-18.0.2.tgz b/stable/rflood/5.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rflood/5.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rflood/5.1.3/ix_values.yaml b/stable/rflood/5.1.3/ix_values.yaml deleted file mode 100644 index 903a37c79cb..00000000000 --- a/stable/rflood/5.1.3/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/hotio/rflood - tag: latest@sha256:7803294574efb776494d278f342ed26552d9d3f8454de9d9a2bf06d92b42a98d -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/satisfactory/9.1.2/.helmignore b/stable/rflood/5.2.3/.helmignore similarity index 100% rename from stable/satisfactory/9.1.2/.helmignore rename to stable/rflood/5.2.3/.helmignore diff --git a/stable/rflood/5.2.3/CHANGELOG.md b/stable/rflood/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ab45fe90e1d --- /dev/null +++ b/stable/rflood/5.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/rflood/5.2.3/Chart.yaml b/stable/rflood/5.2.3/Chart.yaml new file mode 100644 index 00000000000..96028b8923f --- /dev/null +++ b/stable/rflood/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/rflood/5.1.3/README.md b/stable/rflood/5.2.3/README.md similarity index 100% rename from stable/rflood/5.1.3/README.md rename to stable/rflood/5.2.3/README.md diff --git a/stable/rflood/5.2.3/app-changelog.md b/stable/rflood/5.2.3/app-changelog.md new file mode 100644 index 00000000000..189dbe04165 --- /dev/null +++ b/stable/rflood/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rflood/5.1.3/app-readme.md b/stable/rflood/5.2.3/app-readme.md similarity index 100% rename from stable/rflood/5.1.3/app-readme.md rename to stable/rflood/5.2.3/app-readme.md diff --git a/stable/rflood/5.2.3/charts/common-18.1.6.tgz b/stable/rflood/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rflood/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/rflood/5.2.3/ix_values.yaml b/stable/rflood/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..01054dda651 --- /dev/null +++ b/stable/rflood/5.2.3/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.1.3/questions.yaml b/stable/rflood/5.2.3/questions.yaml similarity index 100% rename from stable/rflood/5.1.3/questions.yaml rename to stable/rflood/5.2.3/questions.yaml diff --git a/stable/rimgo/6.1.4/templates/common.yaml b/stable/rflood/5.2.3/templates/common.yaml similarity index 100% rename from stable/rimgo/6.1.4/templates/common.yaml rename to stable/rflood/5.2.3/templates/common.yaml diff --git a/stable/satisfactory/9.1.2/values.yaml b/stable/rflood/5.2.3/values.yaml similarity index 100% rename from stable/satisfactory/9.1.2/values.yaml rename to stable/rflood/5.2.3/values.yaml diff --git a/stable/rickroll/6.1.2/CHANGELOG.md b/stable/rickroll/6.1.2/CHANGELOG.md deleted file mode 100644 index 3cee350ba2c..00000000000 --- a/stable/rickroll/6.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) \ No newline at end of file diff --git a/stable/rickroll/6.1.2/Chart.yaml b/stable/rickroll/6.1.2/Chart.yaml deleted file mode 100644 index d45d0178231..00000000000 --- a/stable/rickroll/6.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/rickroll/6.1.2/charts/common-18.0.2.tgz b/stable/rickroll/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rickroll/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rickroll/6.1.2/ix_values.yaml b/stable/rickroll/6.1.2/ix_values.yaml deleted file mode 100644 index 620723c79c3..00000000000 --- a/stable/rickroll/6.1.2/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/scrutiny/10.1.2/.helmignore b/stable/rickroll/6.2.3/.helmignore similarity index 100% rename from stable/scrutiny/10.1.2/.helmignore rename to stable/rickroll/6.2.3/.helmignore diff --git a/stable/rickroll/6.2.3/CHANGELOG.md b/stable/rickroll/6.2.3/CHANGELOG.md new file mode 100644 index 00000000000..61ba7acf9b0 --- /dev/null +++ b/stable/rickroll/6.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/rickroll/6.2.3/Chart.yaml b/stable/rickroll/6.2.3/Chart.yaml new file mode 100644 index 00000000000..d96618239a9 --- /dev/null +++ b/stable/rickroll/6.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/rickroll/6.1.2/README.md b/stable/rickroll/6.2.3/README.md similarity index 100% rename from stable/rickroll/6.1.2/README.md rename to stable/rickroll/6.2.3/README.md diff --git a/stable/rickroll/6.2.3/app-changelog.md b/stable/rickroll/6.2.3/app-changelog.md new file mode 100644 index 00000000000..19df7f8ac3c --- /dev/null +++ b/stable/rickroll/6.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rickroll/6.1.2/app-readme.md b/stable/rickroll/6.2.3/app-readme.md similarity index 100% rename from stable/rickroll/6.1.2/app-readme.md rename to stable/rickroll/6.2.3/app-readme.md diff --git a/stable/rickroll/6.2.3/charts/common-18.1.6.tgz b/stable/rickroll/6.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rickroll/6.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/rickroll/6.2.3/ix_values.yaml b/stable/rickroll/6.2.3/ix_values.yaml new file mode 100644 index 00000000000..5b3e95bf362 --- /dev/null +++ b/stable/rickroll/6.2.3/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.1.2/questions.yaml b/stable/rickroll/6.2.3/questions.yaml similarity index 100% rename from stable/rickroll/6.1.2/questions.yaml rename to stable/rickroll/6.2.3/questions.yaml diff --git a/stable/shlink-web-client/10.1.1/templates/NOTES.txt b/stable/rickroll/6.2.3/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/10.1.1/templates/NOTES.txt rename to stable/rickroll/6.2.3/templates/NOTES.txt diff --git a/stable/ser2sock/13.1.1/templates/common.yaml b/stable/rickroll/6.2.3/templates/common.yaml similarity index 100% rename from stable/ser2sock/13.1.1/templates/common.yaml rename to stable/rickroll/6.2.3/templates/common.yaml diff --git a/stable/scrutiny/10.1.2/values.yaml b/stable/rickroll/6.2.3/values.yaml similarity index 100% rename from stable/scrutiny/10.1.2/values.yaml rename to stable/rickroll/6.2.3/values.yaml diff --git a/stable/rimgo/6.1.4/CHANGELOG.md b/stable/rimgo/6.1.4/CHANGELOG.md deleted file mode 100644 index 2a40f9295c6..00000000000 --- a/stable/rimgo/6.1.4/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 - - - -- update container image quay.io/pussthecatorg/rimgo to latest[@40819bd](https://github.com/40819bd) by renovate ([#17504](https://github.com/truecharts/charts/issues/17504)) diff --git a/stable/rimgo/6.1.4/Chart.yaml b/stable/rimgo/6.1.4/Chart.yaml deleted file mode 100644 index d4d9463140d..00000000000 --- a/stable/rimgo/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: 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: 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.1.4 diff --git a/stable/rimgo/6.1.4/charts/common-18.0.3.tgz b/stable/rimgo/6.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rimgo/6.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rimgo/6.1.4/ix_values.yaml b/stable/rimgo/6.1.4/ix_values.yaml deleted file mode 100644 index d0561ec6faa..00000000000 --- a/stable/rimgo/6.1.4/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: quay.io/pussthecatorg/rimgo - tag: latest@sha256:4ec3a42f38f935b4a344d49b70fbe8debab364effc095514db9e1c2fb74a6ee6 - 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/scrypted/4.1.1/.helmignore b/stable/rimgo/6.2.4/.helmignore similarity index 100% rename from stable/scrypted/4.1.1/.helmignore rename to stable/rimgo/6.2.4/.helmignore diff --git a/stable/rimgo/6.2.4/CHANGELOG.md b/stable/rimgo/6.2.4/CHANGELOG.md new file mode 100644 index 00000000000..87b0aa90bea --- /dev/null +++ b/stable/rimgo/6.2.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/rimgo/6.2.4/Chart.yaml b/stable/rimgo/6.2.4/Chart.yaml new file mode 100644 index 00000000000..255100c5bfe --- /dev/null +++ b/stable/rimgo/6.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/rimgo/6.1.4/README.md b/stable/rimgo/6.2.4/README.md similarity index 100% rename from stable/rimgo/6.1.4/README.md rename to stable/rimgo/6.2.4/README.md diff --git a/stable/rimgo/6.2.4/app-changelog.md b/stable/rimgo/6.2.4/app-changelog.md new file mode 100644 index 00000000000..639a3c9159c --- /dev/null +++ b/stable/rimgo/6.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rimgo/6.1.4/app-readme.md b/stable/rimgo/6.2.4/app-readme.md similarity index 100% rename from stable/rimgo/6.1.4/app-readme.md rename to stable/rimgo/6.2.4/app-readme.md diff --git a/stable/rimgo/6.2.4/charts/common-18.1.6.tgz b/stable/rimgo/6.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rimgo/6.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/rimgo/6.2.4/ix_values.yaml b/stable/rimgo/6.2.4/ix_values.yaml new file mode 100644 index 00000000000..aa6f7e253c5 --- /dev/null +++ b/stable/rimgo/6.2.4/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.1.4/questions.yaml b/stable/rimgo/6.2.4/questions.yaml similarity index 100% rename from stable/rimgo/6.1.4/questions.yaml rename to stable/rimgo/6.2.4/questions.yaml diff --git a/stable/shoko-server/9.1.1/templates/NOTES.txt b/stable/rimgo/6.2.4/templates/NOTES.txt similarity index 100% rename from stable/shoko-server/9.1.1/templates/NOTES.txt rename to stable/rimgo/6.2.4/templates/NOTES.txt diff --git a/stable/rmlint/5.1.1/templates/common.yaml b/stable/rimgo/6.2.4/templates/common.yaml similarity index 100% rename from stable/rmlint/5.1.1/templates/common.yaml rename to stable/rimgo/6.2.4/templates/common.yaml diff --git a/stable/scrypted/4.1.1/values.yaml b/stable/rimgo/6.2.4/values.yaml similarity index 100% rename from stable/scrypted/4.1.1/values.yaml rename to stable/rimgo/6.2.4/values.yaml diff --git a/stable/ring-mqtt/8.1.1/CHANGELOG.md b/stable/ring-mqtt/8.1.1/CHANGELOG.md deleted file mode 100644 index 5a0c5b5c196..00000000000 --- a/stable/ring-mqtt/8.1.1/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.1/Chart.yaml b/stable/ring-mqtt/8.1.1/Chart.yaml deleted file mode 100644 index 2954c5821a5..00000000000 --- a/stable/ring-mqtt/8.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.6.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ring-mqtt/8.1.1/charts/common-18.0.2.tgz b/stable/ring-mqtt/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ring-mqtt/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sdtd/7.1.1/.helmignore b/stable/ring-mqtt/8.2.2/.helmignore similarity index 100% rename from stable/sdtd/7.1.1/.helmignore rename to stable/ring-mqtt/8.2.2/.helmignore diff --git a/stable/ring-mqtt/8.2.2/CHANGELOG.md b/stable/ring-mqtt/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..348fe257c5f --- /dev/null +++ b/stable/ring-mqtt/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/ring-mqtt/8.2.2/Chart.yaml b/stable/ring-mqtt/8.2.2/Chart.yaml new file mode 100644 index 00000000000..589cb34e21c --- /dev/null +++ b/stable/ring-mqtt/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.6.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ring-mqtt/8.1.1/README.md b/stable/ring-mqtt/8.2.2/README.md similarity index 100% rename from stable/ring-mqtt/8.1.1/README.md rename to stable/ring-mqtt/8.2.2/README.md diff --git a/stable/ring-mqtt/8.2.2/app-changelog.md b/stable/ring-mqtt/8.2.2/app-changelog.md new file mode 100644 index 00000000000..4c05e351027 --- /dev/null +++ b/stable/ring-mqtt/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ring-mqtt/8.1.1/app-readme.md b/stable/ring-mqtt/8.2.2/app-readme.md similarity index 100% rename from stable/ring-mqtt/8.1.1/app-readme.md rename to stable/ring-mqtt/8.2.2/app-readme.md diff --git a/stable/ring-mqtt/8.2.2/charts/common-18.1.6.tgz b/stable/ring-mqtt/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ring-mqtt/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ring-mqtt/8.1.1/ix_values.yaml b/stable/ring-mqtt/8.2.2/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/8.1.1/ix_values.yaml rename to stable/ring-mqtt/8.2.2/ix_values.yaml diff --git a/stable/ring-mqtt/8.1.1/questions.yaml b/stable/ring-mqtt/8.2.2/questions.yaml similarity index 100% rename from stable/ring-mqtt/8.1.1/questions.yaml rename to stable/ring-mqtt/8.2.2/questions.yaml diff --git a/stable/shorturl/10.1.1/templates/NOTES.txt b/stable/ring-mqtt/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/shorturl/10.1.1/templates/NOTES.txt rename to stable/ring-mqtt/8.2.2/templates/NOTES.txt diff --git a/stable/ring-mqtt/8.1.1/templates/_configmap.tpl b/stable/ring-mqtt/8.2.2/templates/_configmap.tpl similarity index 100% rename from stable/ring-mqtt/8.1.1/templates/_configmap.tpl rename to stable/ring-mqtt/8.2.2/templates/_configmap.tpl diff --git a/stable/ring-mqtt/8.1.1/templates/common.yaml b/stable/ring-mqtt/8.2.2/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/8.1.1/templates/common.yaml rename to stable/ring-mqtt/8.2.2/templates/common.yaml diff --git a/stable/sdtd/7.1.1/values.yaml b/stable/ring-mqtt/8.2.2/values.yaml similarity index 100% rename from stable/sdtd/7.1.1/values.yaml rename to stable/ring-mqtt/8.2.2/values.yaml diff --git a/stable/rmlint/5.1.1/CHANGELOG.md b/stable/rmlint/5.1.1/CHANGELOG.md deleted file mode 100644 index 697b96d5a8d..00000000000 --- a/stable/rmlint/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/rmlint/5.1.1/Chart.yaml b/stable/rmlint/5.1.1/Chart.yaml deleted file mode 100644 index eda10830a1b..00000000000 --- a/stable/rmlint/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rmlint/5.1.1/charts/common-18.0.2.tgz b/stable/rmlint/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rmlint/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/seafile/5.2.2/.helmignore b/stable/rmlint/5.2.2/.helmignore similarity index 100% rename from stable/seafile/5.2.2/.helmignore rename to stable/rmlint/5.2.2/.helmignore diff --git a/stable/rmlint/5.2.2/CHANGELOG.md b/stable/rmlint/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..84c4d9a0aa0 --- /dev/null +++ b/stable/rmlint/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/rmlint/5.2.2/Chart.yaml b/stable/rmlint/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a6186e7d8ff --- /dev/null +++ b/stable/rmlint/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rmlint/5.1.1/README.md b/stable/rmlint/5.2.2/README.md similarity index 100% rename from stable/rmlint/5.1.1/README.md rename to stable/rmlint/5.2.2/README.md diff --git a/stable/rmlint/5.2.2/app-changelog.md b/stable/rmlint/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d5f02b06bd9 --- /dev/null +++ b/stable/rmlint/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rmlint/5.1.1/app-readme.md b/stable/rmlint/5.2.2/app-readme.md similarity index 100% rename from stable/rmlint/5.1.1/app-readme.md rename to stable/rmlint/5.2.2/app-readme.md diff --git a/stable/rmlint/5.2.2/charts/common-18.1.6.tgz b/stable/rmlint/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rmlint/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rmlint/5.1.1/ix_values.yaml b/stable/rmlint/5.2.2/ix_values.yaml similarity index 100% rename from stable/rmlint/5.1.1/ix_values.yaml rename to stable/rmlint/5.2.2/ix_values.yaml diff --git a/stable/rmlint/5.1.1/questions.yaml b/stable/rmlint/5.2.2/questions.yaml similarity index 100% rename from stable/rmlint/5.1.1/questions.yaml rename to stable/rmlint/5.2.2/questions.yaml diff --git a/stable/root/5.1.1/templates/common.yaml b/stable/rmlint/5.2.2/templates/common.yaml similarity index 100% rename from stable/root/5.1.1/templates/common.yaml rename to stable/rmlint/5.2.2/templates/common.yaml diff --git a/stable/seafile/5.2.2/values.yaml b/stable/rmlint/5.2.2/values.yaml similarity index 100% rename from stable/seafile/5.2.2/values.yaml rename to stable/rmlint/5.2.2/values.yaml diff --git a/stable/romm/7.4.0/CHANGELOG.md b/stable/romm/7.4.0/CHANGELOG.md deleted file mode 100644 index 732430737c5..00000000000 --- a/stable/romm/7.4.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) - -### Chore \ No newline at end of file diff --git a/stable/romm/7.4.0/Chart.yaml b/stable/romm/7.4.0/Chart.yaml deleted file mode 100644 index 33c7bb50b84..00000000000 --- a/stable/romm/7.4.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.3.1 -dependencies: - - name: common - version: 18.0.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.4.0 diff --git a/stable/romm/7.4.0/charts/common-18.0.2.tgz b/stable/romm/7.4.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/romm/7.4.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/romm/7.4.0/charts/mariadb-12.3.0.tgz b/stable/romm/7.4.0/charts/mariadb-12.3.0.tgz deleted file mode 100644 index 34dba3a8e5b..00000000000 Binary files a/stable/romm/7.4.0/charts/mariadb-12.3.0.tgz and /dev/null differ diff --git a/stable/searxng/7.1.3/.helmignore b/stable/romm/7.6.2/.helmignore similarity index 100% rename from stable/searxng/7.1.3/.helmignore rename to stable/romm/7.6.2/.helmignore diff --git a/stable/romm/7.6.2/CHANGELOG.md b/stable/romm/7.6.2/CHANGELOG.md new file mode 100644 index 00000000000..ee4dc236112 --- /dev/null +++ b/stable/romm/7.6.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/romm/7.6.2/Chart.yaml b/stable/romm/7.6.2/Chart.yaml new file mode 100644 index 00000000000..78f63c86241 --- /dev/null +++ b/stable/romm/7.6.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.6.2 diff --git a/stable/romm/7.4.0/README.md b/stable/romm/7.6.2/README.md similarity index 100% rename from stable/romm/7.4.0/README.md rename to stable/romm/7.6.2/README.md diff --git a/stable/romm/7.6.2/app-changelog.md b/stable/romm/7.6.2/app-changelog.md new file mode 100644 index 00000000000..7ba63f7140f --- /dev/null +++ b/stable/romm/7.6.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/romm/7.4.0/app-readme.md b/stable/romm/7.6.2/app-readme.md similarity index 100% rename from stable/romm/7.4.0/app-readme.md rename to stable/romm/7.6.2/app-readme.md diff --git a/stable/romm/7.6.2/charts/common-18.1.6.tgz b/stable/romm/7.6.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/romm/7.6.2/charts/common-18.1.6.tgz differ diff --git a/stable/romm/7.6.2/charts/mariadb-13.2.0.tgz b/stable/romm/7.6.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/romm/7.6.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/romm/7.4.0/charts/redis-11.3.0.tgz b/stable/romm/7.6.2/charts/redis-11.3.0.tgz similarity index 100% rename from stable/romm/7.4.0/charts/redis-11.3.0.tgz rename to stable/romm/7.6.2/charts/redis-11.3.0.tgz diff --git a/stable/romm/7.4.0/ix_values.yaml b/stable/romm/7.6.2/ix_values.yaml similarity index 100% rename from stable/romm/7.4.0/ix_values.yaml rename to stable/romm/7.6.2/ix_values.yaml diff --git a/stable/romm/7.4.0/questions.yaml b/stable/romm/7.6.2/questions.yaml similarity index 100% rename from stable/romm/7.4.0/questions.yaml rename to stable/romm/7.6.2/questions.yaml diff --git a/stable/sickchill/11.1.4/templates/NOTES.txt b/stable/romm/7.6.2/templates/NOTES.txt similarity index 100% rename from stable/sickchill/11.1.4/templates/NOTES.txt rename to stable/romm/7.6.2/templates/NOTES.txt diff --git a/stable/romm/7.4.0/templates/_secrets.tpl b/stable/romm/7.6.2/templates/_secrets.tpl similarity index 100% rename from stable/romm/7.4.0/templates/_secrets.tpl rename to stable/romm/7.6.2/templates/_secrets.tpl diff --git a/stable/romm/7.4.0/templates/common.yaml b/stable/romm/7.6.2/templates/common.yaml similarity index 100% rename from stable/romm/7.4.0/templates/common.yaml rename to stable/romm/7.6.2/templates/common.yaml diff --git a/stable/searxng/7.1.3/values.yaml b/stable/romm/7.6.2/values.yaml similarity index 100% rename from stable/searxng/7.1.3/values.yaml rename to stable/romm/7.6.2/values.yaml diff --git a/stable/root/5.1.1/CHANGELOG.md b/stable/root/5.1.1/CHANGELOG.md deleted file mode 100644 index f4c75b13d56..00000000000 --- a/stable/root/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/root/5.1.1/Chart.yaml b/stable/root/5.1.1/Chart.yaml deleted file mode 100644 index c69a738ad6c..00000000000 --- a/stable/root/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/root/5.1.1/charts/common-18.0.2.tgz b/stable/root/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/root/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/seedsync/7.1.1/.helmignore b/stable/root/5.2.2/.helmignore similarity index 100% rename from stable/seedsync/7.1.1/.helmignore rename to stable/root/5.2.2/.helmignore diff --git a/stable/root/5.2.2/CHANGELOG.md b/stable/root/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5e424f1830c --- /dev/null +++ b/stable/root/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/root/5.2.2/Chart.yaml b/stable/root/5.2.2/Chart.yaml new file mode 100644 index 00000000000..56794bed87a --- /dev/null +++ b/stable/root/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/root/5.1.1/README.md b/stable/root/5.2.2/README.md similarity index 100% rename from stable/root/5.1.1/README.md rename to stable/root/5.2.2/README.md diff --git a/stable/root/5.2.2/app-changelog.md b/stable/root/5.2.2/app-changelog.md new file mode 100644 index 00000000000..7d8408acfff --- /dev/null +++ b/stable/root/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/root/5.1.1/app-readme.md b/stable/root/5.2.2/app-readme.md similarity index 100% rename from stable/root/5.1.1/app-readme.md rename to stable/root/5.2.2/app-readme.md diff --git a/stable/root/5.2.2/charts/common-18.1.6.tgz b/stable/root/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/root/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/root/5.1.1/ix_values.yaml b/stable/root/5.2.2/ix_values.yaml similarity index 100% rename from stable/root/5.1.1/ix_values.yaml rename to stable/root/5.2.2/ix_values.yaml diff --git a/stable/root/5.1.1/questions.yaml b/stable/root/5.2.2/questions.yaml similarity index 100% rename from stable/root/5.1.1/questions.yaml rename to stable/root/5.2.2/questions.yaml diff --git a/stable/rss-proxy/5.1.1/templates/common.yaml b/stable/root/5.2.2/templates/common.yaml similarity index 100% rename from stable/rss-proxy/5.1.1/templates/common.yaml rename to stable/root/5.2.2/templates/common.yaml diff --git a/stable/seedsync/7.1.1/values.yaml b/stable/root/5.2.2/values.yaml similarity index 100% rename from stable/seedsync/7.1.1/values.yaml rename to stable/root/5.2.2/values.yaml diff --git a/stable/rsnapshot/9.1.2/CHANGELOG.md b/stable/rsnapshot/9.1.2/CHANGELOG.md deleted file mode 100644 index 735fd162ba9..00000000000 --- a/stable/rsnapshot/9.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/rsnapshot/9.1.2/Chart.yaml b/stable/rsnapshot/9.1.2/Chart.yaml deleted file mode 100644 index b038dbe1b9f..00000000000 --- a/stable/rsnapshot/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.5 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/rsnapshot/9.1.2/charts/common-18.0.2.tgz b/stable/rsnapshot/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rsnapshot/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.1.2/ix_values.yaml b/stable/rsnapshot/9.1.2/ix_values.yaml deleted file mode 100644 index 7e755710754..00000000000 --- a/stable/rsnapshot/9.1.2/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: ghcr.io/linuxserver/rsnapshot - pullPolicy: IfNotPresent - tag: 1.4.5@sha256:c4e12a51988288f5f511ee797840cbfd208aa95255c97e0c27ae55ecaba14a36 -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/send/5.1.1/.helmignore b/stable/rsnapshot/9.2.2/.helmignore similarity index 100% rename from stable/send/5.1.1/.helmignore rename to stable/rsnapshot/9.2.2/.helmignore diff --git a/stable/rsnapshot/9.2.2/CHANGELOG.md b/stable/rsnapshot/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3e4afaa8bd6 --- /dev/null +++ b/stable/rsnapshot/9.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/rsnapshot/9.2.2/Chart.yaml b/stable/rsnapshot/9.2.2/Chart.yaml new file mode 100644 index 00000000000..2a6be5b733e --- /dev/null +++ b/stable/rsnapshot/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rsnapshot/9.1.2/README.md b/stable/rsnapshot/9.2.2/README.md similarity index 100% rename from stable/rsnapshot/9.1.2/README.md rename to stable/rsnapshot/9.2.2/README.md diff --git a/stable/rsnapshot/9.2.2/app-changelog.md b/stable/rsnapshot/9.2.2/app-changelog.md new file mode 100644 index 00000000000..92204b9e730 --- /dev/null +++ b/stable/rsnapshot/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rsnapshot/9.1.2/app-readme.md b/stable/rsnapshot/9.2.2/app-readme.md similarity index 100% rename from stable/rsnapshot/9.1.2/app-readme.md rename to stable/rsnapshot/9.2.2/app-readme.md diff --git a/stable/rsnapshot/9.2.2/charts/common-18.1.6.tgz b/stable/rsnapshot/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rsnapshot/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rsnapshot/9.2.2/ix_values.yaml b/stable/rsnapshot/9.2.2/ix_values.yaml new file mode 100644 index 00000000000..f6e26609342 --- /dev/null +++ b/stable/rsnapshot/9.2.2/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: ghcr.io/linuxserver/rsnapshot + pullPolicy: IfNotPresent + tag: 1.4.5@sha256:c2b04cde3d56fd4708705adcfde7bc4c80896bcd42d2946e8d639d5d81a3b63f +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/rsnapshot/9.1.2/questions.yaml b/stable/rsnapshot/9.2.2/questions.yaml similarity index 100% rename from stable/rsnapshot/9.1.2/questions.yaml rename to stable/rsnapshot/9.2.2/questions.yaml diff --git a/stable/sickgear/11.1.1/templates/NOTES.txt b/stable/rsnapshot/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/sickgear/11.1.1/templates/NOTES.txt rename to stable/rsnapshot/9.2.2/templates/NOTES.txt diff --git a/stable/sftpgo/6.1.1/templates/common.yaml b/stable/rsnapshot/9.2.2/templates/common.yaml similarity index 100% rename from stable/sftpgo/6.1.1/templates/common.yaml rename to stable/rsnapshot/9.2.2/templates/common.yaml diff --git a/stable/send/5.1.1/values.yaml b/stable/rsnapshot/9.2.2/values.yaml similarity index 100% rename from stable/send/5.1.1/values.yaml rename to stable/rsnapshot/9.2.2/values.yaml diff --git a/stable/rss-bridge/10.1.1/CHANGELOG.md b/stable/rss-bridge/10.1.1/CHANGELOG.md deleted file mode 100644 index 037b6feab75..00000000000 --- a/stable/rss-bridge/10.1.1/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 - - -## [rss-bridge-8.1.4](https://github.com/truecharts/charts/compare/rss-bridge-8.1.3...rss-bridge-8.1.4) (2024-01-01) diff --git a/stable/rss-bridge/10.1.1/Chart.yaml b/stable/rss-bridge/10.1.1/Chart.yaml deleted file mode 100644 index ecbb3137210..00000000000 --- a/stable/rss-bridge/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rss-bridge/10.1.1/charts/common-18.0.2.tgz b/stable/rss-bridge/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rss-bridge/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ser2sock/13.1.1/.helmignore b/stable/rss-bridge/10.2.2/.helmignore similarity index 100% rename from stable/ser2sock/13.1.1/.helmignore rename to stable/rss-bridge/10.2.2/.helmignore diff --git a/stable/rss-bridge/10.2.2/CHANGELOG.md b/stable/rss-bridge/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4c1f62155dd --- /dev/null +++ b/stable/rss-bridge/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/rss-bridge/10.2.2/Chart.yaml b/stable/rss-bridge/10.2.2/Chart.yaml new file mode 100644 index 00000000000..cc6f1d63fd0 --- /dev/null +++ b/stable/rss-bridge/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rss-bridge/10.1.1/README.md b/stable/rss-bridge/10.2.2/README.md similarity index 100% rename from stable/rss-bridge/10.1.1/README.md rename to stable/rss-bridge/10.2.2/README.md diff --git a/stable/rss-bridge/10.2.2/app-changelog.md b/stable/rss-bridge/10.2.2/app-changelog.md new file mode 100644 index 00000000000..6502db52fa3 --- /dev/null +++ b/stable/rss-bridge/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rss-bridge/10.1.1/app-readme.md b/stable/rss-bridge/10.2.2/app-readme.md similarity index 100% rename from stable/rss-bridge/10.1.1/app-readme.md rename to stable/rss-bridge/10.2.2/app-readme.md diff --git a/stable/rss-bridge/10.2.2/charts/common-18.1.6.tgz b/stable/rss-bridge/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rss-bridge/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rss-bridge/10.1.1/ix_values.yaml b/stable/rss-bridge/10.2.2/ix_values.yaml similarity index 100% rename from stable/rss-bridge/10.1.1/ix_values.yaml rename to stable/rss-bridge/10.2.2/ix_values.yaml diff --git a/stable/rss-bridge/10.1.1/questions.yaml b/stable/rss-bridge/10.2.2/questions.yaml similarity index 100% rename from stable/rss-bridge/10.1.1/questions.yaml rename to stable/rss-bridge/10.2.2/questions.yaml diff --git a/stable/simply-shorten/8.1.1/templates/NOTES.txt b/stable/rss-bridge/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/simply-shorten/8.1.1/templates/NOTES.txt rename to stable/rss-bridge/10.2.2/templates/NOTES.txt diff --git a/stable/shiori/16.1.1/templates/common.yaml b/stable/rss-bridge/10.2.2/templates/common.yaml similarity index 100% rename from stable/shiori/16.1.1/templates/common.yaml rename to stable/rss-bridge/10.2.2/templates/common.yaml diff --git a/stable/ser2sock/13.1.1/values.yaml b/stable/rss-bridge/10.2.2/values.yaml similarity index 100% rename from stable/ser2sock/13.1.1/values.yaml rename to stable/rss-bridge/10.2.2/values.yaml diff --git a/stable/rss-proxy/5.1.1/CHANGELOG.md b/stable/rss-proxy/5.1.1/CHANGELOG.md deleted file mode 100644 index 9a3aefeb23f..00000000000 --- a/stable/rss-proxy/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/rss-proxy/5.1.1/Chart.yaml b/stable/rss-proxy/5.1.1/Chart.yaml deleted file mode 100644 index e5024575a81..00000000000 --- a/stable/rss-proxy/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rss-proxy/5.1.1/charts/common-18.0.2.tgz b/stable/rss-proxy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rss-proxy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/serpbear/3.1.2/.helmignore b/stable/rss-proxy/5.2.2/.helmignore similarity index 100% rename from stable/serpbear/3.1.2/.helmignore rename to stable/rss-proxy/5.2.2/.helmignore diff --git a/stable/rss-proxy/5.2.2/CHANGELOG.md b/stable/rss-proxy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..28b2c2aa172 --- /dev/null +++ b/stable/rss-proxy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/rss-proxy/5.2.2/Chart.yaml b/stable/rss-proxy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f05d648a95f --- /dev/null +++ b/stable/rss-proxy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rss-proxy/5.1.1/README.md b/stable/rss-proxy/5.2.2/README.md similarity index 100% rename from stable/rss-proxy/5.1.1/README.md rename to stable/rss-proxy/5.2.2/README.md diff --git a/stable/rss-proxy/5.2.2/app-changelog.md b/stable/rss-proxy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..134889d9e73 --- /dev/null +++ b/stable/rss-proxy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rss-proxy/5.1.1/app-readme.md b/stable/rss-proxy/5.2.2/app-readme.md similarity index 100% rename from stable/rss-proxy/5.1.1/app-readme.md rename to stable/rss-proxy/5.2.2/app-readme.md diff --git a/stable/rss-proxy/5.2.2/charts/common-18.1.6.tgz b/stable/rss-proxy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rss-proxy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rss-proxy/5.1.1/ix_values.yaml b/stable/rss-proxy/5.2.2/ix_values.yaml similarity index 100% rename from stable/rss-proxy/5.1.1/ix_values.yaml rename to stable/rss-proxy/5.2.2/ix_values.yaml diff --git a/stable/rss-proxy/5.1.1/questions.yaml b/stable/rss-proxy/5.2.2/questions.yaml similarity index 100% rename from stable/rss-proxy/5.1.1/questions.yaml rename to stable/rss-proxy/5.2.2/questions.yaml diff --git a/stable/rss-to-telegram/5.1.1/templates/common.yaml b/stable/rss-proxy/5.2.2/templates/common.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.1/templates/common.yaml rename to stable/rss-proxy/5.2.2/templates/common.yaml diff --git a/stable/serpbear/3.1.2/values.yaml b/stable/rss-proxy/5.2.2/values.yaml similarity index 100% rename from stable/serpbear/3.1.2/values.yaml rename to stable/rss-proxy/5.2.2/values.yaml diff --git a/stable/rss-to-telegram/5.1.1/CHANGELOG.md b/stable/rss-to-telegram/5.1.1/CHANGELOG.md deleted file mode 100644 index d345883cdc8..00000000000 --- a/stable/rss-to-telegram/5.1.1/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.1/Chart.yaml b/stable/rss-to-telegram/5.1.1/Chart.yaml deleted file mode 100644 index 2766c08cce6..00000000000 --- a/stable/rss-to-telegram/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rss-to-telegram/5.1.1/charts/common-18.0.2.tgz b/stable/rss-to-telegram/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rss-to-telegram/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/servas/4.2.2/.helmignore b/stable/rss-to-telegram/5.2.2/.helmignore similarity index 100% rename from stable/servas/4.2.2/.helmignore rename to stable/rss-to-telegram/5.2.2/.helmignore diff --git a/stable/rss-to-telegram/5.2.2/CHANGELOG.md b/stable/rss-to-telegram/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8040b4c79ec --- /dev/null +++ b/stable/rss-to-telegram/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/rss-to-telegram/5.2.2/Chart.yaml b/stable/rss-to-telegram/5.2.2/Chart.yaml new file mode 100644 index 00000000000..1e493963211 --- /dev/null +++ b/stable/rss-to-telegram/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rss-to-telegram/5.1.1/README.md b/stable/rss-to-telegram/5.2.2/README.md similarity index 100% rename from stable/rss-to-telegram/5.1.1/README.md rename to stable/rss-to-telegram/5.2.2/README.md diff --git a/stable/rss-to-telegram/5.2.2/app-changelog.md b/stable/rss-to-telegram/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1a60c65183e --- /dev/null +++ b/stable/rss-to-telegram/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rss-to-telegram/5.1.1/app-readme.md b/stable/rss-to-telegram/5.2.2/app-readme.md similarity index 100% rename from stable/rss-to-telegram/5.1.1/app-readme.md rename to stable/rss-to-telegram/5.2.2/app-readme.md diff --git a/stable/rss-to-telegram/5.2.2/charts/common-18.1.6.tgz b/stable/rss-to-telegram/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rss-to-telegram/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rss-to-telegram/5.1.1/ix_values.yaml b/stable/rss-to-telegram/5.2.2/ix_values.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.1/ix_values.yaml rename to stable/rss-to-telegram/5.2.2/ix_values.yaml diff --git a/stable/rss-to-telegram/5.1.1/questions.yaml b/stable/rss-to-telegram/5.2.2/questions.yaml similarity index 100% rename from stable/rss-to-telegram/5.1.1/questions.yaml rename to stable/rss-to-telegram/5.2.2/questions.yaml diff --git a/stable/rstudio/6.1.3/templates/common.yaml b/stable/rss-to-telegram/5.2.2/templates/common.yaml similarity index 100% rename from stable/rstudio/6.1.3/templates/common.yaml rename to stable/rss-to-telegram/5.2.2/templates/common.yaml diff --git a/stable/servas/4.2.2/values.yaml b/stable/rss-to-telegram/5.2.2/values.yaml similarity index 100% rename from stable/servas/4.2.2/values.yaml rename to stable/rss-to-telegram/5.2.2/values.yaml diff --git a/stable/rsshub/12.1.6/CHANGELOG.md b/stable/rsshub/12.1.6/CHANGELOG.md deleted file mode 100644 index d88c3d3d013..00000000000 --- a/stable/rsshub/12.1.6/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image diygod/rsshub to latest[@912b8a5](https://github.com/912b8a5) by renovate ([#17741](https://github.com/truecharts/charts/issues/17741)) \ No newline at end of file diff --git a/stable/rsshub/12.1.6/Chart.yaml b/stable/rsshub/12.1.6/Chart.yaml deleted file mode 100644 index 0d5e24046f8..00000000000 --- a/stable/rsshub/12.1.6/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.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: 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/browserless/chrome - - https://hub.docker.com/r/diygod/rsshub -type: application -version: 12.1.6 diff --git a/stable/rsshub/12.1.6/charts/common-18.0.3.tgz b/stable/rsshub/12.1.6/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rsshub/12.1.6/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rsshub/12.1.6/ix_values.yaml b/stable/rsshub/12.1.6/ix_values.yaml deleted file mode 100644 index e291a73e350..00000000000 --- a/stable/rsshub/12.1.6/ix_values.yaml +++ /dev/null @@ -1,62 +0,0 @@ -image: - repository: diygod/rsshub - pullPolicy: IfNotPresent - tag: latest@sha256:8eebff19e30eab9ff74d45ccc2f75118a05ea617d404f6ebca06cc3809d3bce1 -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/sftpgo/6.1.1/.helmignore b/stable/rsshub/12.2.4/.helmignore similarity index 100% rename from stable/sftpgo/6.1.1/.helmignore rename to stable/rsshub/12.2.4/.helmignore diff --git a/stable/rsshub/12.2.4/CHANGELOG.md b/stable/rsshub/12.2.4/CHANGELOG.md new file mode 100644 index 00000000000..911db723085 --- /dev/null +++ b/stable/rsshub/12.2.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/rsshub/12.2.4/Chart.yaml b/stable/rsshub/12.2.4/Chart.yaml new file mode 100644 index 00000000000..e3c3910e1b2 --- /dev/null +++ b/stable/rsshub/12.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/rsshub/12.1.6/README.md b/stable/rsshub/12.2.4/README.md similarity index 100% rename from stable/rsshub/12.1.6/README.md rename to stable/rsshub/12.2.4/README.md diff --git a/stable/rsshub/12.2.4/app-changelog.md b/stable/rsshub/12.2.4/app-changelog.md new file mode 100644 index 00000000000..5e948fdb66d --- /dev/null +++ b/stable/rsshub/12.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rsshub/12.1.6/app-readme.md b/stable/rsshub/12.2.4/app-readme.md similarity index 100% rename from stable/rsshub/12.1.6/app-readme.md rename to stable/rsshub/12.2.4/app-readme.md diff --git a/stable/rsshub/12.2.4/charts/common-18.1.6.tgz b/stable/rsshub/12.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rsshub/12.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/rsshub/12.1.6/charts/redis-11.2.1.tgz b/stable/rsshub/12.2.4/charts/redis-11.2.1.tgz similarity index 100% rename from stable/rsshub/12.1.6/charts/redis-11.2.1.tgz rename to stable/rsshub/12.2.4/charts/redis-11.2.1.tgz diff --git a/stable/rsshub/12.2.4/ix_values.yaml b/stable/rsshub/12.2.4/ix_values.yaml new file mode 100644 index 00000000000..39eb5f208ad --- /dev/null +++ b/stable/rsshub/12.2.4/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.1.6/questions.yaml b/stable/rsshub/12.2.4/questions.yaml similarity index 100% rename from stable/rsshub/12.1.6/questions.yaml rename to stable/rsshub/12.2.4/questions.yaml diff --git a/stable/slash/4.1.1/templates/NOTES.txt b/stable/rsshub/12.2.4/templates/NOTES.txt similarity index 100% rename from stable/slash/4.1.1/templates/NOTES.txt rename to stable/rsshub/12.2.4/templates/NOTES.txt diff --git a/stable/shlink-web-client/10.1.1/templates/common.yaml b/stable/rsshub/12.2.4/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/10.1.1/templates/common.yaml rename to stable/rsshub/12.2.4/templates/common.yaml diff --git a/stable/sftpgo/6.1.1/values.yaml b/stable/rsshub/12.2.4/values.yaml similarity index 100% rename from stable/sftpgo/6.1.1/values.yaml rename to stable/rsshub/12.2.4/values.yaml diff --git a/stable/rstudio/6.1.3/CHANGELOG.md b/stable/rstudio/6.1.3/CHANGELOG.md deleted file mode 100644 index 94639ac7963..00000000000 --- a/stable/rstudio/6.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/rstudio/6.1.3/Chart.yaml b/stable/rstudio/6.1.3/Chart.yaml deleted file mode 100644 index 24b5cf40c71..00000000000 --- a/stable/rstudio/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: 4.3.2 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/rstudio/6.1.3/charts/common-18.0.3.tgz b/stable/rstudio/6.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/rstudio/6.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/rstudio/6.1.3/ix_values.yaml b/stable/rstudio/6.1.3/ix_values.yaml deleted file mode 100644 index a9a84a539a8..00000000000 --- a/stable/rstudio/6.1.3/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: rocker/rstudio - tag: 4.3.2@sha256:249741db954b55357c2bec5d683778765d26d3dc02686c639275c8955fbfe140 -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/shaarli/5.1.1/.helmignore b/stable/rstudio/6.2.4/.helmignore similarity index 100% rename from stable/shaarli/5.1.1/.helmignore rename to stable/rstudio/6.2.4/.helmignore diff --git a/stable/rstudio/6.2.4/CHANGELOG.md b/stable/rstudio/6.2.4/CHANGELOG.md new file mode 100644 index 00000000000..5c12196db15 --- /dev/null +++ b/stable/rstudio/6.2.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/rstudio/6.2.4/Chart.yaml b/stable/rstudio/6.2.4/Chart.yaml new file mode 100644 index 00000000000..d71b54ea35e --- /dev/null +++ b/stable/rstudio/6.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.3 +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/rstudio/6.1.3/README.md b/stable/rstudio/6.2.4/README.md similarity index 100% rename from stable/rstudio/6.1.3/README.md rename to stable/rstudio/6.2.4/README.md diff --git a/stable/rstudio/6.2.4/app-changelog.md b/stable/rstudio/6.2.4/app-changelog.md new file mode 100644 index 00000000000..7c267c52bf1 --- /dev/null +++ b/stable/rstudio/6.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rstudio/6.1.3/app-readme.md b/stable/rstudio/6.2.4/app-readme.md similarity index 100% rename from stable/rstudio/6.1.3/app-readme.md rename to stable/rstudio/6.2.4/app-readme.md diff --git a/stable/rstudio/6.2.4/charts/common-18.1.6.tgz b/stable/rstudio/6.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rstudio/6.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/rstudio/6.2.4/ix_values.yaml b/stable/rstudio/6.2.4/ix_values.yaml new file mode 100644 index 00000000000..5912cfc2719 --- /dev/null +++ b/stable/rstudio/6.2.4/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.1.3/questions.yaml b/stable/rstudio/6.2.4/questions.yaml similarity index 100% rename from stable/rstudio/6.1.3/questions.yaml rename to stable/rstudio/6.2.4/questions.yaml diff --git a/stable/rust/5.1.1/templates/common.yaml b/stable/rstudio/6.2.4/templates/common.yaml similarity index 100% rename from stable/rust/5.1.1/templates/common.yaml rename to stable/rstudio/6.2.4/templates/common.yaml diff --git a/stable/shaarli/5.1.1/values.yaml b/stable/rstudio/6.2.4/values.yaml similarity index 100% rename from stable/shaarli/5.1.1/values.yaml rename to stable/rstudio/6.2.4/values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.1/CHANGELOG.md b/stable/rtorrent-rutorrent/4.1.1/CHANGELOG.md deleted file mode 100644 index 3a7c8aae7a6..00000000000 --- a/stable/rtorrent-rutorrent/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/rtorrent-rutorrent/4.1.1/Chart.yaml b/stable/rtorrent-rutorrent/4.1.1/Chart.yaml deleted file mode 100644 index 1f8991f9a49..00000000000 --- a/stable/rtorrent-rutorrent/4.1.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: torrent - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.9 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rtorrent-rutorrent/4.1.1/charts/common-18.0.2.tgz b/stable/rtorrent-rutorrent/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rtorrent-rutorrent/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/shapeshifter-obfuscator/5.1.1/.helmignore b/stable/rtorrent-rutorrent/4.2.2/.helmignore similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/.helmignore rename to stable/rtorrent-rutorrent/4.2.2/.helmignore diff --git a/stable/rtorrent-rutorrent/4.2.2/CHANGELOG.md b/stable/rtorrent-rutorrent/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d836e775b91 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/rtorrent-rutorrent/4.2.2/Chart.yaml b/stable/rtorrent-rutorrent/4.2.2/Chart.yaml new file mode 100644 index 00000000000..ed19e5ab86f --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.9 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rtorrent-rutorrent/4.1.1/README.md b/stable/rtorrent-rutorrent/4.2.2/README.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/README.md rename to stable/rtorrent-rutorrent/4.2.2/README.md diff --git a/stable/rtorrent-rutorrent/4.2.2/app-changelog.md b/stable/rtorrent-rutorrent/4.2.2/app-changelog.md new file mode 100644 index 00000000000..1d444f32f59 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rtorrent-rutorrent/4.1.1/app-readme.md b/stable/rtorrent-rutorrent/4.2.2/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/app-readme.md rename to stable/rtorrent-rutorrent/4.2.2/app-readme.md diff --git a/stable/rtorrent-rutorrent/4.2.2/charts/common-18.1.6.tgz b/stable/rtorrent-rutorrent/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rtorrent-rutorrent/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rtorrent-rutorrent/4.1.1/ix_values.yaml b/stable/rtorrent-rutorrent/4.2.2/ix_values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/ix_values.yaml rename to stable/rtorrent-rutorrent/4.2.2/ix_values.yaml diff --git a/stable/rtorrent-rutorrent/4.1.1/questions.yaml b/stable/rtorrent-rutorrent/4.2.2/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.1.1/questions.yaml rename to stable/rtorrent-rutorrent/4.2.2/questions.yaml diff --git a/stable/smartctl-exporter/2.2.0/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/smartctl-exporter/2.2.0/templates/NOTES.txt rename to stable/rtorrent-rutorrent/4.2.2/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.2.2/templates/common.yaml b/stable/rtorrent-rutorrent/4.2.2/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.2.2/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/shapeshifter-obfuscator/5.1.1/values.yaml b/stable/rtorrent-rutorrent/4.2.2/values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/values.yaml rename to stable/rtorrent-rutorrent/4.2.2/values.yaml diff --git a/stable/rust/5.1.1/CHANGELOG.md b/stable/rust/5.1.1/CHANGELOG.md deleted file mode 100644 index c62bdd5b7b7..00000000000 --- a/stable/rust/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/rust/5.1.1/Chart.yaml b/stable/rust/5.1.1/Chart.yaml deleted file mode 100644 index bae88cfab4e..00000000000 --- a/stable/rust/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rust -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rust/5.1.1/charts/common-18.0.2.tgz b/stable/rust/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rust/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sheetable/6.1.1/.helmignore b/stable/rust/5.2.2/.helmignore similarity index 100% rename from stable/sheetable/6.1.1/.helmignore rename to stable/rust/5.2.2/.helmignore diff --git a/stable/rust/5.2.2/CHANGELOG.md b/stable/rust/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d1b28307966 --- /dev/null +++ b/stable/rust/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/rust/5.2.2/Chart.yaml b/stable/rust/5.2.2/Chart.yaml new file mode 100644 index 00000000000..21f48fe107f --- /dev/null +++ b/stable/rust/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rust +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rust/5.1.1/README.md b/stable/rust/5.2.2/README.md similarity index 100% rename from stable/rust/5.1.1/README.md rename to stable/rust/5.2.2/README.md diff --git a/stable/rust/5.2.2/app-changelog.md b/stable/rust/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0a44be020cf --- /dev/null +++ b/stable/rust/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rust/5.1.1/app-readme.md b/stable/rust/5.2.2/app-readme.md similarity index 100% rename from stable/rust/5.1.1/app-readme.md rename to stable/rust/5.2.2/app-readme.md diff --git a/stable/rust/5.2.2/charts/common-18.1.6.tgz b/stable/rust/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rust/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rust/5.1.1/ix_values.yaml b/stable/rust/5.2.2/ix_values.yaml similarity index 100% rename from stable/rust/5.1.1/ix_values.yaml rename to stable/rust/5.2.2/ix_values.yaml diff --git a/stable/rust/5.1.1/questions.yaml b/stable/rust/5.2.2/questions.yaml similarity index 100% rename from stable/rust/5.1.1/questions.yaml rename to stable/rust/5.2.2/questions.yaml diff --git a/stable/rustpad/5.1.1/templates/common.yaml b/stable/rust/5.2.2/templates/common.yaml similarity index 100% rename from stable/rustpad/5.1.1/templates/common.yaml rename to stable/rust/5.2.2/templates/common.yaml diff --git a/stable/sheetable/6.1.1/values.yaml b/stable/rust/5.2.2/values.yaml similarity index 100% rename from stable/sheetable/6.1.1/values.yaml rename to stable/rust/5.2.2/values.yaml diff --git a/stable/rustpad/5.1.1/CHANGELOG.md b/stable/rustpad/5.1.1/CHANGELOG.md deleted file mode 100644 index 9a657ab3427..00000000000 --- a/stable/rustpad/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/rustpad/5.1.1/Chart.yaml b/stable/rustpad/5.1.1/Chart.yaml deleted file mode 100644 index d546af8d6b5..00000000000 --- a/stable/rustpad/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/rustpad/5.1.1/charts/common-18.0.2.tgz b/stable/rustpad/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/rustpad/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/shiori/16.1.1/.helmignore b/stable/rustpad/5.2.2/.helmignore similarity index 100% rename from stable/shiori/16.1.1/.helmignore rename to stable/rustpad/5.2.2/.helmignore diff --git a/stable/rustpad/5.2.2/CHANGELOG.md b/stable/rustpad/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..178ca08b05b --- /dev/null +++ b/stable/rustpad/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/rustpad/5.2.2/Chart.yaml b/stable/rustpad/5.2.2/Chart.yaml new file mode 100644 index 00000000000..4425d4274c8 --- /dev/null +++ b/stable/rustpad/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/rustpad/5.1.1/README.md b/stable/rustpad/5.2.2/README.md similarity index 100% rename from stable/rustpad/5.1.1/README.md rename to stable/rustpad/5.2.2/README.md diff --git a/stable/rustpad/5.2.2/app-changelog.md b/stable/rustpad/5.2.2/app-changelog.md new file mode 100644 index 00000000000..68d1d1d108e --- /dev/null +++ b/stable/rustpad/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/rustpad/5.1.1/app-readme.md b/stable/rustpad/5.2.2/app-readme.md similarity index 100% rename from stable/rustpad/5.1.1/app-readme.md rename to stable/rustpad/5.2.2/app-readme.md diff --git a/stable/rustpad/5.2.2/charts/common-18.1.6.tgz b/stable/rustpad/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/rustpad/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/rustpad/5.1.1/ix_values.yaml b/stable/rustpad/5.2.2/ix_values.yaml similarity index 100% rename from stable/rustpad/5.1.1/ix_values.yaml rename to stable/rustpad/5.2.2/ix_values.yaml diff --git a/stable/rustpad/5.1.1/questions.yaml b/stable/rustpad/5.2.2/questions.yaml similarity index 100% rename from stable/rustpad/5.1.1/questions.yaml rename to stable/rustpad/5.2.2/questions.yaml diff --git a/stable/s3backup/5.1.1/templates/common.yaml b/stable/rustpad/5.2.2/templates/common.yaml similarity index 100% rename from stable/s3backup/5.1.1/templates/common.yaml rename to stable/rustpad/5.2.2/templates/common.yaml diff --git a/stable/shiori/16.1.1/values.yaml b/stable/rustpad/5.2.2/values.yaml similarity index 100% rename from stable/shiori/16.1.1/values.yaml rename to stable/rustpad/5.2.2/values.yaml diff --git a/stable/s3backup/5.1.1/CHANGELOG.md b/stable/s3backup/5.1.1/CHANGELOG.md deleted file mode 100644 index aa0abd26529..00000000000 --- a/stable/s3backup/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/s3backup/5.1.1/Chart.yaml b/stable/s3backup/5.1.1/Chart.yaml deleted file mode 100644 index 43b57ed7942..00000000000 --- a/stable/s3backup/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/s3backup/5.1.1/charts/common-18.0.2.tgz b/stable/s3backup/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/s3backup/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/shlink-web-client/10.1.1/.helmignore b/stable/s3backup/5.2.2/.helmignore similarity index 100% rename from stable/shlink-web-client/10.1.1/.helmignore rename to stable/s3backup/5.2.2/.helmignore diff --git a/stable/s3backup/5.2.2/CHANGELOG.md b/stable/s3backup/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b3c4552462f --- /dev/null +++ b/stable/s3backup/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/s3backup/5.2.2/Chart.yaml b/stable/s3backup/5.2.2/Chart.yaml new file mode 100644 index 00000000000..8df40431f65 --- /dev/null +++ b/stable/s3backup/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/s3backup/5.1.1/README.md b/stable/s3backup/5.2.2/README.md similarity index 100% rename from stable/s3backup/5.1.1/README.md rename to stable/s3backup/5.2.2/README.md diff --git a/stable/s3backup/5.2.2/app-changelog.md b/stable/s3backup/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b5af15d7693 --- /dev/null +++ b/stable/s3backup/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/s3backup/5.1.1/app-readme.md b/stable/s3backup/5.2.2/app-readme.md similarity index 100% rename from stable/s3backup/5.1.1/app-readme.md rename to stable/s3backup/5.2.2/app-readme.md diff --git a/stable/s3backup/5.2.2/charts/common-18.1.6.tgz b/stable/s3backup/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/s3backup/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/s3backup/5.1.1/ix_values.yaml b/stable/s3backup/5.2.2/ix_values.yaml similarity index 100% rename from stable/s3backup/5.1.1/ix_values.yaml rename to stable/s3backup/5.2.2/ix_values.yaml diff --git a/stable/s3backup/5.1.1/questions.yaml b/stable/s3backup/5.2.2/questions.yaml similarity index 100% rename from stable/s3backup/5.1.1/questions.yaml rename to stable/s3backup/5.2.2/questions.yaml diff --git a/stable/s3sync/5.1.1/templates/common.yaml b/stable/s3backup/5.2.2/templates/common.yaml similarity index 100% rename from stable/s3sync/5.1.1/templates/common.yaml rename to stable/s3backup/5.2.2/templates/common.yaml diff --git a/stable/shlink-web-client/10.1.1/values.yaml b/stable/s3backup/5.2.2/values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.1/values.yaml rename to stable/s3backup/5.2.2/values.yaml diff --git a/stable/s3sync/5.1.1/CHANGELOG.md b/stable/s3sync/5.1.1/CHANGELOG.md deleted file mode 100644 index 6931bf62850..00000000000 --- a/stable/s3sync/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/s3sync/5.1.1/Chart.yaml b/stable/s3sync/5.1.1/Chart.yaml deleted file mode 100644 index ee42ea5d889..00000000000 --- a/stable/s3sync/5.1.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: Backup - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/s3sync/5.1.1/charts/common-18.0.2.tgz b/stable/s3sync/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/s3sync/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/shoko-server/9.1.1/.helmignore b/stable/s3sync/5.2.2/.helmignore similarity index 100% rename from stable/shoko-server/9.1.1/.helmignore rename to stable/s3sync/5.2.2/.helmignore diff --git a/stable/s3sync/5.2.2/CHANGELOG.md b/stable/s3sync/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..595dfad9456 --- /dev/null +++ b/stable/s3sync/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/s3sync/5.2.2/Chart.yaml b/stable/s3sync/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6959d17879e --- /dev/null +++ b/stable/s3sync/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/s3sync/5.1.1/README.md b/stable/s3sync/5.2.2/README.md similarity index 100% rename from stable/s3sync/5.1.1/README.md rename to stable/s3sync/5.2.2/README.md diff --git a/stable/s3sync/5.2.2/app-changelog.md b/stable/s3sync/5.2.2/app-changelog.md new file mode 100644 index 00000000000..4dc5051bdc2 --- /dev/null +++ b/stable/s3sync/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/s3sync/5.1.1/app-readme.md b/stable/s3sync/5.2.2/app-readme.md similarity index 100% rename from stable/s3sync/5.1.1/app-readme.md rename to stable/s3sync/5.2.2/app-readme.md diff --git a/stable/s3sync/5.2.2/charts/common-18.1.6.tgz b/stable/s3sync/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/s3sync/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/s3sync/5.1.1/ix_values.yaml b/stable/s3sync/5.2.2/ix_values.yaml similarity index 100% rename from stable/s3sync/5.1.1/ix_values.yaml rename to stable/s3sync/5.2.2/ix_values.yaml diff --git a/stable/s3sync/5.1.1/questions.yaml b/stable/s3sync/5.2.2/questions.yaml similarity index 100% rename from stable/s3sync/5.1.1/questions.yaml rename to stable/s3sync/5.2.2/questions.yaml diff --git a/stable/sdtd/7.1.1/templates/common.yaml b/stable/s3sync/5.2.2/templates/common.yaml similarity index 100% rename from stable/sdtd/7.1.1/templates/common.yaml rename to stable/s3sync/5.2.2/templates/common.yaml diff --git a/stable/shoko-server/9.1.1/values.yaml b/stable/s3sync/5.2.2/values.yaml similarity index 100% rename from stable/shoko-server/9.1.1/values.yaml rename to stable/s3sync/5.2.2/values.yaml diff --git a/stable/shortipy/5.1.1/.helmignore b/stable/sabnzbd/19.0.2/.helmignore similarity index 100% rename from stable/shortipy/5.1.1/.helmignore rename to stable/sabnzbd/19.0.2/.helmignore diff --git a/stable/sabnzbd/19.0.2/CHANGELOG.md b/stable/sabnzbd/19.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ab2725282ac --- /dev/null +++ b/stable/sabnzbd/19.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [sabnzbd-17.2.5](https://github.com/truecharts/charts/compare/sabnzbd-17.2.4...sabnzbd-17.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)) + + +## [sabnzbd-17.2.4](https://github.com/truecharts/charts/compare/sabnzbd-17.2.3...sabnzbd-17.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/sabnzbd/19.0.2/Chart.yaml b/stable/sabnzbd/19.0.2/Chart.yaml new file mode 100644 index 00000000000..090eb3f3587 --- /dev/null +++ b/stable/sabnzbd/19.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/sabnzbd/19.0.2/README.md b/stable/sabnzbd/19.0.2/README.md new file mode 100644 index 00000000000..b6b127eb799 --- /dev/null +++ b/stable/sabnzbd/19.0.2/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.0.2/app-changelog.md b/stable/sabnzbd/19.0.2/app-changelog.md new file mode 100644 index 00000000000..e0a0ce288cd --- /dev/null +++ b/stable/sabnzbd/19.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sabnzbd/19.0.2/app-readme.md b/stable/sabnzbd/19.0.2/app-readme.md new file mode 100644 index 00000000000..04be527cd64 --- /dev/null +++ b/stable/sabnzbd/19.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/sabnzbd/19.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sabnzbd/19.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/sabnzbd/19.0.2/ix_values.yaml b/stable/sabnzbd/19.0.2/ix_values.yaml new file mode 100644 index 00000000000..92560e89b82 --- /dev/null +++ b/stable/sabnzbd/19.0.2/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.0.2/questions.yaml b/stable/sabnzbd/19.0.2/questions.yaml new file mode 100755 index 00000000000..7b7c3b8d858 --- /dev/null +++ b/stable/sabnzbd/19.0.2/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/smokeping/10.1.2/templates/NOTES.txt b/stable/sabnzbd/19.0.2/templates/NOTES.txt similarity index 100% rename from stable/smokeping/10.1.2/templates/NOTES.txt rename to stable/sabnzbd/19.0.2/templates/NOTES.txt diff --git a/stable/slash/4.1.1/templates/common.yaml b/stable/sabnzbd/19.0.2/templates/common.yaml similarity index 100% rename from stable/slash/4.1.1/templates/common.yaml rename to stable/sabnzbd/19.0.2/templates/common.yaml diff --git a/stable/shortipy/5.1.1/values.yaml b/stable/sabnzbd/19.0.2/values.yaml similarity index 100% rename from stable/shortipy/5.1.1/values.yaml rename to stable/sabnzbd/19.0.2/values.yaml diff --git a/stable/satisfactory/9.1.2/CHANGELOG.md b/stable/satisfactory/9.1.2/CHANGELOG.md deleted file mode 100644 index a68d4218f76..00000000000 --- a/stable/satisfactory/9.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/satisfactory/9.1.2/Chart.yaml b/stable/satisfactory/9.1.2/Chart.yaml deleted file mode 100644 index 40523f5d045..00000000000 --- a/stable/satisfactory/9.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.6.1 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/satisfactory/9.1.2/charts/common-18.0.2.tgz b/stable/satisfactory/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/satisfactory/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/satisfactory/9.1.2/ix_values.yaml b/stable/satisfactory/9.1.2/ix_values.yaml deleted file mode 100644 index d9f026682c5..00000000000 --- a/stable/satisfactory/9.1.2/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: wolveix/satisfactory-server - pullPolicy: IfNotPresent - tag: v1.6.1@sha256:2cf5d57ecb288dc35bbf675c97022851b7344ce0788ed5101b61767f9abafd6d -persistence: - config: - enabled: true - mountPath: "/config" - tmp-dumps: - enabled: true - type: emptyDir - mountPath: "/tmp/dumps" -service: - main: - ports: - main: - targetPort: 7777 - port: 7777 - protocol: udp - beacon: - enabled: true - ports: - beacon: - enabled: true - port: 15000 - targetPort: 15000 - protocol: udp - query: - enabled: true - ports: - query: - enabled: true - port: 15777 - targetPort: 15777 - protocol: udp -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - AUTOPAUSE: true - AUTOSAVEINTERVAL: 300 - AUTOSAVENUM: 3 - AUTOSAVEONDISCONNECT: true - CRASHREPORT: true - DEBUG: false - DISABLESEASONALEVENTS: false - MAXPLAYERS: 4 - SERVERBEACONPORT: "{{ .Values.service.beacon.ports.beacon.targetPort }}" - SERVERGAMEPORT: "{{ .Values.service.main.ports.main.targetPort }}" - SERVERIP: "0.0.0.0" - SERVERQUERYPORT: "{{ .Values.service.query.ports.query.targetPort }}" - SKIPUPDATE: false - STEAMBETA: false diff --git a/stable/shorturl/10.1.1/.helmignore b/stable/satisfactory/9.2.2/.helmignore similarity index 100% rename from stable/shorturl/10.1.1/.helmignore rename to stable/satisfactory/9.2.2/.helmignore diff --git a/stable/satisfactory/9.2.2/CHANGELOG.md b/stable/satisfactory/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8da5f51da44 --- /dev/null +++ b/stable/satisfactory/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/satisfactory/9.2.2/Chart.yaml b/stable/satisfactory/9.2.2/Chart.yaml new file mode 100644 index 00000000000..9220361ec26 --- /dev/null +++ b/stable/satisfactory/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/satisfactory/9.1.2/README.md b/stable/satisfactory/9.2.2/README.md similarity index 100% rename from stable/satisfactory/9.1.2/README.md rename to stable/satisfactory/9.2.2/README.md diff --git a/stable/satisfactory/9.2.2/app-changelog.md b/stable/satisfactory/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8bf9b8bc61c --- /dev/null +++ b/stable/satisfactory/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/satisfactory/9.1.2/app-readme.md b/stable/satisfactory/9.2.2/app-readme.md similarity index 100% rename from stable/satisfactory/9.1.2/app-readme.md rename to stable/satisfactory/9.2.2/app-readme.md diff --git a/stable/satisfactory/9.2.2/charts/common-18.1.6.tgz b/stable/satisfactory/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/satisfactory/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/satisfactory/9.2.2/ix_values.yaml b/stable/satisfactory/9.2.2/ix_values.yaml new file mode 100644 index 00000000000..113fd9a1235 --- /dev/null +++ b/stable/satisfactory/9.2.2/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: wolveix/satisfactory-server + pullPolicy: IfNotPresent + tag: v1.6.2@sha256:5443b92765d330834ab767bb2dc63f303ee1775711753781a86c96b0add4a327 +persistence: + config: + enabled: true + mountPath: "/config" + tmp-dumps: + enabled: true + type: emptyDir + mountPath: "/tmp/dumps" +service: + main: + ports: + main: + targetPort: 7777 + port: 7777 + protocol: udp + beacon: + enabled: true + ports: + beacon: + enabled: true + port: 15000 + targetPort: 15000 + protocol: udp + query: + enabled: true + ports: + query: + enabled: true + port: 15777 + targetPort: 15777 + protocol: udp +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + AUTOPAUSE: true + AUTOSAVEINTERVAL: 300 + AUTOSAVENUM: 3 + AUTOSAVEONDISCONNECT: true + CRASHREPORT: true + DEBUG: false + DISABLESEASONALEVENTS: false + MAXPLAYERS: 4 + SERVERBEACONPORT: "{{ .Values.service.beacon.ports.beacon.targetPort }}" + SERVERGAMEPORT: "{{ .Values.service.main.ports.main.targetPort }}" + SERVERIP: "0.0.0.0" + SERVERQUERYPORT: "{{ .Values.service.query.ports.query.targetPort }}" + SKIPUPDATE: false + STEAMBETA: false diff --git a/stable/satisfactory/9.1.2/questions.yaml b/stable/satisfactory/9.2.2/questions.yaml similarity index 100% rename from stable/satisfactory/9.1.2/questions.yaml rename to stable/satisfactory/9.2.2/questions.yaml diff --git a/stable/smtp-relay/3.1.1/templates/NOTES.txt b/stable/satisfactory/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/3.1.1/templates/NOTES.txt rename to stable/satisfactory/9.2.2/templates/NOTES.txt diff --git a/stable/smartctl-exporter/2.2.0/templates/common.yaml b/stable/satisfactory/9.2.2/templates/common.yaml similarity index 100% rename from stable/smartctl-exporter/2.2.0/templates/common.yaml rename to stable/satisfactory/9.2.2/templates/common.yaml diff --git a/stable/shorturl/10.1.1/values.yaml b/stable/satisfactory/9.2.2/values.yaml similarity index 100% rename from stable/shorturl/10.1.1/values.yaml rename to stable/satisfactory/9.2.2/values.yaml diff --git a/stable/scrutiny/10.1.2/CHANGELOG.md b/stable/scrutiny/10.1.2/CHANGELOG.md deleted file mode 100644 index 58d90e1a929..00000000000 --- a/stable/scrutiny/10.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/scrutiny/10.1.2/Chart.yaml b/stable/scrutiny/10.1.2/Chart.yaml deleted file mode 100644 index e9b774d58da..00000000000 --- a/stable/scrutiny/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.2 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/scrutiny/10.1.2/charts/common-18.0.2.tgz b/stable/scrutiny/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/scrutiny/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/scrutiny/10.1.2/ix_values.yaml b/stable/scrutiny/10.1.2/ix_values.yaml deleted file mode 100644 index 337b9aaae8c..00000000000 --- a/stable/scrutiny/10.1.2/ix_values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -image: - repository: ghcr.io/analogj/scrutiny - pullPolicy: IfNotPresent - tag: v0.7.2-omnibus@sha256:dd3d4df5f5bced5a1932ca77f2dfe4dd2b7f2c1124996c6c061b7f7fc47750f9 -service: - main: - ports: - main: - targetPort: 8080 - port: 10151 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/opt/scrutiny/config" - influxdb: - enabled: true - mountPath: "/opt/scrutiny/influxdb" - udev: - enabled: true - type: hostPath - hostPath: "/run/udev" - mountPath: "/run/udev" - readOnly: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - privileged: true - allowPrivilegeEscalation: true - capabilities: - # RawIO is for HDDs - # SYS_ADMIN is for NVMEs - add: - - SYS_RAWIO - - SYS_ADMIN - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/api/health" - readiness: - path: "/api/health" - startup: - path: "/api/health" - env: - COLLECTOR_CRON_SCHEDULE: "0 0 * * *" - COLLECTOR_HOST_ID: "TrueNAS" diff --git a/stable/sia-daemon/5.1.1/.helmignore b/stable/scrutiny/10.2.2/.helmignore similarity index 100% rename from stable/sia-daemon/5.1.1/.helmignore rename to stable/scrutiny/10.2.2/.helmignore diff --git a/stable/scrutiny/10.2.2/CHANGELOG.md b/stable/scrutiny/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2a75766a61b --- /dev/null +++ b/stable/scrutiny/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/scrutiny/10.2.2/Chart.yaml b/stable/scrutiny/10.2.2/Chart.yaml new file mode 100644 index 00000000000..952f32afd1e --- /dev/null +++ b/stable/scrutiny/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/scrutiny/10.1.2/README.md b/stable/scrutiny/10.2.2/README.md similarity index 100% rename from stable/scrutiny/10.1.2/README.md rename to stable/scrutiny/10.2.2/README.md diff --git a/stable/scrutiny/10.2.2/app-changelog.md b/stable/scrutiny/10.2.2/app-changelog.md new file mode 100644 index 00000000000..4554fa06c9d --- /dev/null +++ b/stable/scrutiny/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/scrutiny/10.1.2/app-readme.md b/stable/scrutiny/10.2.2/app-readme.md similarity index 100% rename from stable/scrutiny/10.1.2/app-readme.md rename to stable/scrutiny/10.2.2/app-readme.md diff --git a/stable/scrutiny/10.2.2/charts/common-18.1.6.tgz b/stable/scrutiny/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/scrutiny/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/scrutiny/10.2.2/ix_values.yaml b/stable/scrutiny/10.2.2/ix_values.yaml new file mode 100644 index 00000000000..93e72e8974d --- /dev/null +++ b/stable/scrutiny/10.2.2/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: ghcr.io/analogj/scrutiny + pullPolicy: IfNotPresent + tag: v0.7.3-omnibus@sha256:3701e162a99e37fc87204c707670b47db2e8e7680b01337166c407449f1de52a +service: + main: + ports: + main: + targetPort: 8080 + port: 10151 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/opt/scrutiny/config" + influxdb: + enabled: true + mountPath: "/opt/scrutiny/influxdb" + udev: + enabled: true + type: hostPath + hostPath: "/run/udev" + mountPath: "/run/udev" + readOnly: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + privileged: true + allowPrivilegeEscalation: true + capabilities: + # RawIO is for HDDs + # SYS_ADMIN is for NVMEs + add: + - SYS_RAWIO + - SYS_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/api/health" + readiness: + path: "/api/health" + startup: + path: "/api/health" + env: + COLLECTOR_CRON_SCHEDULE: "0 0 * * *" + COLLECTOR_HOST_ID: "TrueNAS" diff --git a/stable/scrutiny/10.1.2/questions.yaml b/stable/scrutiny/10.2.2/questions.yaml similarity index 100% rename from stable/scrutiny/10.1.2/questions.yaml rename to stable/scrutiny/10.2.2/questions.yaml diff --git a/stable/snapdrop/9.1.2/templates/NOTES.txt b/stable/scrutiny/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/9.1.2/templates/NOTES.txt rename to stable/scrutiny/10.2.2/templates/NOTES.txt diff --git a/stable/smtp-relay/3.1.1/templates/common.yaml b/stable/scrutiny/10.2.2/templates/common.yaml similarity index 100% rename from stable/smtp-relay/3.1.1/templates/common.yaml rename to stable/scrutiny/10.2.2/templates/common.yaml diff --git a/stable/sia-daemon/5.1.1/values.yaml b/stable/scrutiny/10.2.2/values.yaml similarity index 100% rename from stable/sia-daemon/5.1.1/values.yaml rename to stable/scrutiny/10.2.2/values.yaml diff --git a/stable/scrypted/4.1.1/CHANGELOG.md b/stable/scrypted/4.1.1/CHANGELOG.md deleted file mode 100644 index 31f12834d1f..00000000000 --- a/stable/scrypted/4.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/scrypted/4.1.1/Chart.yaml b/stable/scrypted/4.1.1/Chart.yaml deleted file mode 100644 index 8ccecb4949a..00000000000 --- a/stable/scrypted/4.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/scrypted/4.1.1/charts/common-18.0.2.tgz b/stable/scrypted/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/scrypted/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sickchill/11.1.4/.helmignore b/stable/scrypted/4.2.2/.helmignore similarity index 100% rename from stable/sickchill/11.1.4/.helmignore rename to stable/scrypted/4.2.2/.helmignore diff --git a/stable/scrypted/4.2.2/CHANGELOG.md b/stable/scrypted/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5edd1877d21 --- /dev/null +++ b/stable/scrypted/4.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/scrypted/4.2.2/Chart.yaml b/stable/scrypted/4.2.2/Chart.yaml new file mode 100644 index 00000000000..cc02daa7062 --- /dev/null +++ b/stable/scrypted/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/scrypted/4.1.1/README.md b/stable/scrypted/4.2.2/README.md similarity index 100% rename from stable/scrypted/4.1.1/README.md rename to stable/scrypted/4.2.2/README.md diff --git a/stable/scrypted/4.2.2/app-changelog.md b/stable/scrypted/4.2.2/app-changelog.md new file mode 100644 index 00000000000..3d69d7d57c1 --- /dev/null +++ b/stable/scrypted/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/scrypted/4.1.1/app-readme.md b/stable/scrypted/4.2.2/app-readme.md similarity index 100% rename from stable/scrypted/4.1.1/app-readme.md rename to stable/scrypted/4.2.2/app-readme.md diff --git a/stable/scrypted/4.2.2/charts/common-18.1.6.tgz b/stable/scrypted/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/scrypted/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/scrypted/4.1.1/ix_values.yaml b/stable/scrypted/4.2.2/ix_values.yaml similarity index 100% rename from stable/scrypted/4.1.1/ix_values.yaml rename to stable/scrypted/4.2.2/ix_values.yaml diff --git a/stable/scrypted/4.1.1/questions.yaml b/stable/scrypted/4.2.2/questions.yaml similarity index 100% rename from stable/scrypted/4.1.1/questions.yaml rename to stable/scrypted/4.2.2/questions.yaml diff --git a/stable/soft-serve/6.1.1/templates/NOTES.txt b/stable/scrypted/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/6.1.1/templates/NOTES.txt rename to stable/scrypted/4.2.2/templates/NOTES.txt diff --git a/stable/snapdrop/9.1.2/templates/common.yaml b/stable/scrypted/4.2.2/templates/common.yaml similarity index 100% rename from stable/snapdrop/9.1.2/templates/common.yaml rename to stable/scrypted/4.2.2/templates/common.yaml diff --git a/stable/sickchill/11.1.4/values.yaml b/stable/scrypted/4.2.2/values.yaml similarity index 100% rename from stable/sickchill/11.1.4/values.yaml rename to stable/scrypted/4.2.2/values.yaml diff --git a/stable/sdtd/7.1.1/CHANGELOG.md b/stable/sdtd/7.1.1/CHANGELOG.md deleted file mode 100644 index 8a47d6a111d..00000000000 --- a/stable/sdtd/7.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sdtd/7.1.1/Chart.yaml b/stable/sdtd/7.1.1/Chart.yaml deleted file mode 100644 index 482c577e021..00000000000 --- a/stable/sdtd/7.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7dtd -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sdtd/7.1.1/charts/common-18.0.2.tgz b/stable/sdtd/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sdtd/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sickgear/11.1.1/.helmignore b/stable/sdtd/7.2.2/.helmignore similarity index 100% rename from stable/sickgear/11.1.1/.helmignore rename to stable/sdtd/7.2.2/.helmignore diff --git a/stable/sdtd/7.2.2/CHANGELOG.md b/stable/sdtd/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..eabe538e5c7 --- /dev/null +++ b/stable/sdtd/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sdtd/7.2.2/Chart.yaml b/stable/sdtd/7.2.2/Chart.yaml new file mode 100644 index 00000000000..97d8fd5a97d --- /dev/null +++ b/stable/sdtd/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7dtd +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sdtd/7.1.1/README.md b/stable/sdtd/7.2.2/README.md similarity index 100% rename from stable/sdtd/7.1.1/README.md rename to stable/sdtd/7.2.2/README.md diff --git a/stable/sdtd/7.2.2/app-changelog.md b/stable/sdtd/7.2.2/app-changelog.md new file mode 100644 index 00000000000..0dc51a121f9 --- /dev/null +++ b/stable/sdtd/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sdtd/7.1.1/app-readme.md b/stable/sdtd/7.2.2/app-readme.md similarity index 100% rename from stable/sdtd/7.1.1/app-readme.md rename to stable/sdtd/7.2.2/app-readme.md diff --git a/stable/sdtd/7.2.2/charts/common-18.1.6.tgz b/stable/sdtd/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sdtd/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sdtd/7.1.1/ix_values.yaml b/stable/sdtd/7.2.2/ix_values.yaml similarity index 100% rename from stable/sdtd/7.1.1/ix_values.yaml rename to stable/sdtd/7.2.2/ix_values.yaml diff --git a/stable/sdtd/7.1.1/questions.yaml b/stable/sdtd/7.2.2/questions.yaml similarity index 100% rename from stable/sdtd/7.1.1/questions.yaml rename to stable/sdtd/7.2.2/questions.yaml diff --git a/stable/searxng/7.1.3/templates/common.yaml b/stable/sdtd/7.2.2/templates/common.yaml similarity index 100% rename from stable/searxng/7.1.3/templates/common.yaml rename to stable/sdtd/7.2.2/templates/common.yaml diff --git a/stable/sickgear/11.1.1/values.yaml b/stable/sdtd/7.2.2/values.yaml similarity index 100% rename from stable/sickgear/11.1.1/values.yaml rename to stable/sdtd/7.2.2/values.yaml diff --git a/stable/seafile/5.2.2/CHANGELOG.md b/stable/seafile/5.2.2/CHANGELOG.md deleted file mode 100644 index fa827acd551..00000000000 --- a/stable/seafile/5.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/seafile/5.2.2/Chart.yaml b/stable/seafile/5.2.2/Chart.yaml deleted file mode 100644 index 580edf3e412..00000000000 --- a/stable/seafile/5.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.0.5 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/seafile/5.2.2/charts/common-18.0.2.tgz b/stable/seafile/5.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/seafile/5.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/seafile/5.2.2/charts/mariadb-13.0.0.tgz b/stable/seafile/5.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/seafile/5.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/simply-shorten/8.1.1/.helmignore b/stable/seafile/5.4.2/.helmignore similarity index 100% rename from stable/simply-shorten/8.1.1/.helmignore rename to stable/seafile/5.4.2/.helmignore diff --git a/stable/seafile/5.4.2/CHANGELOG.md b/stable/seafile/5.4.2/CHANGELOG.md new file mode 100644 index 00000000000..b37526031d6 --- /dev/null +++ b/stable/seafile/5.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/seafile/5.4.2/Chart.yaml b/stable/seafile/5.4.2/Chart.yaml new file mode 100644 index 00000000000..07be05c0b6a --- /dev/null +++ b/stable/seafile/5.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.5 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/seafile/5.2.2/README.md b/stable/seafile/5.4.2/README.md similarity index 100% rename from stable/seafile/5.2.2/README.md rename to stable/seafile/5.4.2/README.md diff --git a/stable/seafile/5.4.2/app-changelog.md b/stable/seafile/5.4.2/app-changelog.md new file mode 100644 index 00000000000..86a74b38572 --- /dev/null +++ b/stable/seafile/5.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/seafile/5.2.2/app-readme.md b/stable/seafile/5.4.2/app-readme.md similarity index 100% rename from stable/seafile/5.2.2/app-readme.md rename to stable/seafile/5.4.2/app-readme.md diff --git a/stable/seafile/5.4.2/charts/common-18.1.6.tgz b/stable/seafile/5.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/seafile/5.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/seafile/5.4.2/charts/mariadb-13.2.0.tgz b/stable/seafile/5.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/seafile/5.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/seafile/5.2.2/ix_values.yaml b/stable/seafile/5.4.2/ix_values.yaml similarity index 100% rename from stable/seafile/5.2.2/ix_values.yaml rename to stable/seafile/5.4.2/ix_values.yaml diff --git a/stable/seafile/5.2.2/questions.yaml b/stable/seafile/5.4.2/questions.yaml similarity index 100% rename from stable/seafile/5.2.2/questions.yaml rename to stable/seafile/5.4.2/questions.yaml diff --git a/stable/sonsoftheforest/3.1.1/templates/NOTES.txt b/stable/seafile/5.4.2/templates/NOTES.txt similarity index 100% rename from stable/sonsoftheforest/3.1.1/templates/NOTES.txt rename to stable/seafile/5.4.2/templates/NOTES.txt diff --git a/stable/snippet-box/7.1.1/templates/common.yaml b/stable/seafile/5.4.2/templates/common.yaml similarity index 100% rename from stable/snippet-box/7.1.1/templates/common.yaml rename to stable/seafile/5.4.2/templates/common.yaml diff --git a/stable/simply-shorten/8.1.1/values.yaml b/stable/seafile/5.4.2/values.yaml similarity index 100% rename from stable/simply-shorten/8.1.1/values.yaml rename to stable/seafile/5.4.2/values.yaml diff --git a/stable/searxng/7.1.3/CHANGELOG.md b/stable/searxng/7.1.3/CHANGELOG.md deleted file mode 100644 index 6cff0763614..00000000000 --- a/stable/searxng/7.1.3/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)) - - -## [searxng-6.1.13](https://github.com/truecharts/charts/compare/searxng-6.1.12...searxng-6.1.13) (2024-01-21) diff --git a/stable/searxng/7.1.3/Chart.yaml b/stable/searxng/7.1.3/Chart.yaml deleted file mode 100644 index e1d09c1c3aa..00000000000 --- a/stable/searxng/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/searxng/7.1.3/charts/common-18.0.2.tgz b/stable/searxng/7.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/searxng/7.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/searxng/7.1.3/ix_values.yaml b/stable/searxng/7.1.3/ix_values.yaml deleted file mode 100644 index c1cf0540f28..00000000000 --- a/stable/searxng/7.1.3/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/sinusbot/5.1.1/.helmignore b/stable/searxng/7.2.3/.helmignore similarity index 100% rename from stable/sinusbot/5.1.1/.helmignore rename to stable/searxng/7.2.3/.helmignore diff --git a/stable/searxng/7.2.3/CHANGELOG.md b/stable/searxng/7.2.3/CHANGELOG.md new file mode 100644 index 00000000000..8058291a977 --- /dev/null +++ b/stable/searxng/7.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/searxng/7.2.3/Chart.yaml b/stable/searxng/7.2.3/Chart.yaml new file mode 100644 index 00000000000..5e6950cda22 --- /dev/null +++ b/stable/searxng/7.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/searxng/7.1.3/README.md b/stable/searxng/7.2.3/README.md similarity index 100% rename from stable/searxng/7.1.3/README.md rename to stable/searxng/7.2.3/README.md diff --git a/stable/searxng/7.2.3/app-changelog.md b/stable/searxng/7.2.3/app-changelog.md new file mode 100644 index 00000000000..c8741c7e458 --- /dev/null +++ b/stable/searxng/7.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/searxng/7.1.3/app-readme.md b/stable/searxng/7.2.3/app-readme.md similarity index 100% rename from stable/searxng/7.1.3/app-readme.md rename to stable/searxng/7.2.3/app-readme.md diff --git a/stable/searxng/7.2.3/charts/common-18.1.6.tgz b/stable/searxng/7.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/searxng/7.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/searxng/7.2.3/ix_values.yaml b/stable/searxng/7.2.3/ix_values.yaml new file mode 100644 index 00000000000..56ea971f27b --- /dev/null +++ b/stable/searxng/7.2.3/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.1.3/questions.yaml b/stable/searxng/7.2.3/questions.yaml similarity index 100% rename from stable/searxng/7.1.3/questions.yaml rename to stable/searxng/7.2.3/questions.yaml diff --git a/stable/spaceengineers/6.1.1/templates/NOTES.txt b/stable/searxng/7.2.3/templates/NOTES.txt similarity index 100% rename from stable/spaceengineers/6.1.1/templates/NOTES.txt rename to stable/searxng/7.2.3/templates/NOTES.txt diff --git a/stable/seedsync/7.1.1/templates/common.yaml b/stable/searxng/7.2.3/templates/common.yaml similarity index 100% rename from stable/seedsync/7.1.1/templates/common.yaml rename to stable/searxng/7.2.3/templates/common.yaml diff --git a/stable/sinusbot/5.1.1/values.yaml b/stable/searxng/7.2.3/values.yaml similarity index 100% rename from stable/sinusbot/5.1.1/values.yaml rename to stable/searxng/7.2.3/values.yaml diff --git a/stable/seedsync/7.1.1/CHANGELOG.md b/stable/seedsync/7.1.1/CHANGELOG.md deleted file mode 100644 index 2b47f4188ab..00000000000 --- a/stable/seedsync/7.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/seedsync/7.1.1/Chart.yaml b/stable/seedsync/7.1.1/Chart.yaml deleted file mode 100644 index 822061253ca..00000000000 --- a/stable/seedsync/7.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/seedsync/7.1.1/charts/common-18.0.2.tgz b/stable/seedsync/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/seedsync/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/slack-invite/5.1.1/.helmignore b/stable/seedsync/7.2.2/.helmignore similarity index 100% rename from stable/slack-invite/5.1.1/.helmignore rename to stable/seedsync/7.2.2/.helmignore diff --git a/stable/seedsync/7.2.2/CHANGELOG.md b/stable/seedsync/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f069b52306d --- /dev/null +++ b/stable/seedsync/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/seedsync/7.2.2/Chart.yaml b/stable/seedsync/7.2.2/Chart.yaml new file mode 100644 index 00000000000..d6333facb95 --- /dev/null +++ b/stable/seedsync/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/seedsync/7.1.1/README.md b/stable/seedsync/7.2.2/README.md similarity index 100% rename from stable/seedsync/7.1.1/README.md rename to stable/seedsync/7.2.2/README.md diff --git a/stable/seedsync/7.2.2/app-changelog.md b/stable/seedsync/7.2.2/app-changelog.md new file mode 100644 index 00000000000..a90171be6a3 --- /dev/null +++ b/stable/seedsync/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/seedsync/7.1.1/app-readme.md b/stable/seedsync/7.2.2/app-readme.md similarity index 100% rename from stable/seedsync/7.1.1/app-readme.md rename to stable/seedsync/7.2.2/app-readme.md diff --git a/stable/seedsync/7.2.2/charts/common-18.1.6.tgz b/stable/seedsync/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/seedsync/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/seedsync/7.1.1/ix_values.yaml b/stable/seedsync/7.2.2/ix_values.yaml similarity index 100% rename from stable/seedsync/7.1.1/ix_values.yaml rename to stable/seedsync/7.2.2/ix_values.yaml diff --git a/stable/seedsync/7.1.1/questions.yaml b/stable/seedsync/7.2.2/questions.yaml similarity index 100% rename from stable/seedsync/7.1.1/questions.yaml rename to stable/seedsync/7.2.2/questions.yaml diff --git a/stable/speedtest-exporter/10.1.3/templates/NOTES.txt b/stable/seedsync/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/speedtest-exporter/10.1.3/templates/NOTES.txt rename to stable/seedsync/7.2.2/templates/NOTES.txt diff --git a/stable/send/5.1.1/templates/common.yaml b/stable/seedsync/7.2.2/templates/common.yaml similarity index 100% rename from stable/send/5.1.1/templates/common.yaml rename to stable/seedsync/7.2.2/templates/common.yaml diff --git a/stable/slack-invite/5.1.1/values.yaml b/stable/seedsync/7.2.2/values.yaml similarity index 100% rename from stable/slack-invite/5.1.1/values.yaml rename to stable/seedsync/7.2.2/values.yaml diff --git a/stable/send/5.1.1/CHANGELOG.md b/stable/send/5.1.1/CHANGELOG.md deleted file mode 100644 index 183c39e8be1..00000000000 --- a/stable/send/5.1.1/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) - -### Chore diff --git a/stable/send/5.1.1/Chart.yaml b/stable/send/5.1.1/Chart.yaml deleted file mode 100644 index bc0c0fe5242..00000000000 --- a/stable/send/5.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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 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.1 diff --git a/stable/send/5.1.1/charts/common-18.0.2.tgz b/stable/send/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/send/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/slash/4.1.1/.helmignore b/stable/send/5.2.2/.helmignore similarity index 100% rename from stable/slash/4.1.1/.helmignore rename to stable/send/5.2.2/.helmignore diff --git a/stable/send/5.2.2/CHANGELOG.md b/stable/send/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..073249cb439 --- /dev/null +++ b/stable/send/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) diff --git a/stable/send/5.2.2/Chart.yaml b/stable/send/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a83db6f5910 --- /dev/null +++ b/stable/send/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/send/5.1.1/README.md b/stable/send/5.2.2/README.md similarity index 100% rename from stable/send/5.1.1/README.md rename to stable/send/5.2.2/README.md diff --git a/stable/send/5.2.2/app-changelog.md b/stable/send/5.2.2/app-changelog.md new file mode 100644 index 00000000000..503b86688aa --- /dev/null +++ b/stable/send/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/send/5.1.1/app-readme.md b/stable/send/5.2.2/app-readme.md similarity index 100% rename from stable/send/5.1.1/app-readme.md rename to stable/send/5.2.2/app-readme.md diff --git a/stable/send/5.2.2/charts/common-18.1.6.tgz b/stable/send/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/send/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/send/5.1.1/charts/redis-11.2.1.tgz b/stable/send/5.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/send/5.1.1/charts/redis-11.2.1.tgz rename to stable/send/5.2.2/charts/redis-11.2.1.tgz diff --git a/stable/send/5.1.1/ix_values.yaml b/stable/send/5.2.2/ix_values.yaml similarity index 100% rename from stable/send/5.1.1/ix_values.yaml rename to stable/send/5.2.2/ix_values.yaml diff --git a/stable/send/5.1.1/questions.yaml b/stable/send/5.2.2/questions.yaml similarity index 100% rename from stable/send/5.1.1/questions.yaml rename to stable/send/5.2.2/questions.yaml diff --git a/stable/shaarli/5.1.1/templates/common.yaml b/stable/send/5.2.2/templates/common.yaml similarity index 100% rename from stable/shaarli/5.1.1/templates/common.yaml rename to stable/send/5.2.2/templates/common.yaml diff --git a/stable/slash/4.1.1/values.yaml b/stable/send/5.2.2/values.yaml similarity index 100% rename from stable/slash/4.1.1/values.yaml rename to stable/send/5.2.2/values.yaml diff --git a/stable/ser2sock/13.1.1/CHANGELOG.md b/stable/ser2sock/13.1.1/CHANGELOG.md deleted file mode 100644 index d6492d1b7c7..00000000000 --- a/stable/ser2sock/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/ser2sock/13.1.1/Chart.yaml b/stable/ser2sock/13.1.1/Chart.yaml deleted file mode 100644 index 6e34c7c0469..00000000000 --- a/stable/ser2sock/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ser2sock/13.1.1/charts/common-18.0.2.tgz b/stable/ser2sock/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ser2sock/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.2.0/.helmignore b/stable/ser2sock/13.2.2/.helmignore similarity index 100% rename from stable/smartctl-exporter/2.2.0/.helmignore rename to stable/ser2sock/13.2.2/.helmignore diff --git a/stable/ser2sock/13.2.2/CHANGELOG.md b/stable/ser2sock/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..aa08341bf59 --- /dev/null +++ b/stable/ser2sock/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/ser2sock/13.2.2/Chart.yaml b/stable/ser2sock/13.2.2/Chart.yaml new file mode 100644 index 00000000000..802faed7ab0 --- /dev/null +++ b/stable/ser2sock/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ser2sock/13.1.1/README.md b/stable/ser2sock/13.2.2/README.md similarity index 100% rename from stable/ser2sock/13.1.1/README.md rename to stable/ser2sock/13.2.2/README.md diff --git a/stable/ser2sock/13.2.2/app-changelog.md b/stable/ser2sock/13.2.2/app-changelog.md new file mode 100644 index 00000000000..7163ba6a5e6 --- /dev/null +++ b/stable/ser2sock/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ser2sock/13.1.1/app-readme.md b/stable/ser2sock/13.2.2/app-readme.md similarity index 100% rename from stable/ser2sock/13.1.1/app-readme.md rename to stable/ser2sock/13.2.2/app-readme.md diff --git a/stable/ser2sock/13.2.2/charts/common-18.1.6.tgz b/stable/ser2sock/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ser2sock/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ser2sock/13.1.1/ix_values.yaml b/stable/ser2sock/13.2.2/ix_values.yaml similarity index 100% rename from stable/ser2sock/13.1.1/ix_values.yaml rename to stable/ser2sock/13.2.2/ix_values.yaml diff --git a/stable/ser2sock/13.1.1/questions.yaml b/stable/ser2sock/13.2.2/questions.yaml similarity index 100% rename from stable/ser2sock/13.1.1/questions.yaml rename to stable/ser2sock/13.2.2/questions.yaml diff --git a/stable/splunk/7.1.1/templates/NOTES.txt b/stable/ser2sock/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/splunk/7.1.1/templates/NOTES.txt rename to stable/ser2sock/13.2.2/templates/NOTES.txt diff --git a/stable/spaceengineers/6.1.1/templates/common.yaml b/stable/ser2sock/13.2.2/templates/common.yaml similarity index 100% rename from stable/spaceengineers/6.1.1/templates/common.yaml rename to stable/ser2sock/13.2.2/templates/common.yaml diff --git a/stable/smartctl-exporter/2.2.0/values.yaml b/stable/ser2sock/13.2.2/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.2.0/values.yaml rename to stable/ser2sock/13.2.2/values.yaml diff --git a/stable/serpbear/3.1.2/CHANGELOG.md b/stable/serpbear/3.1.2/CHANGELOG.md deleted file mode 100644 index 8a5e0c5c22e..00000000000 --- a/stable/serpbear/3.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - - - -## [serpbear-2.1.6](https://github.com/truecharts/charts/compare/serpbear-2.1.5...serpbear-2.1.6) (2024-01-09) \ No newline at end of file diff --git a/stable/serpbear/3.1.2/Chart.yaml b/stable/serpbear/3.1.2/Chart.yaml deleted file mode 100644 index 00da186c85b..00000000000 --- a/stable/serpbear/3.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/serpbear/3.1.2/charts/common-18.0.2.tgz b/stable/serpbear/3.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/serpbear/3.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/serpbear/3.1.2/ix_values.yaml b/stable/serpbear/3.1.2/ix_values.yaml deleted file mode 100644 index 5df846b9b9e..00000000000 --- a/stable/serpbear/3.1.2/ix_values.yaml +++ /dev/null @@ -1,32 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: towfiqi/serpbear - tag: latest@sha256:54e23130cf44ead798af27e924dd5a91dd3599304fbec04ae2ebad9e8bf38e2e -persistence: - data: - enabled: true - mountPath: /app/data -portal: - open: - enabled: true -serpbear: - api_key: "" - app_url: http://localhost:10605 - password: secret - session_duration: 24 - user: admin -service: - main: - ports: - main: - port: 10605 - protocol: http - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - envFrom: - - secretRef: - name: serpbear-secret diff --git a/stable/smokeping/10.1.2/.helmignore b/stable/serpbear/3.2.2/.helmignore similarity index 100% rename from stable/smokeping/10.1.2/.helmignore rename to stable/serpbear/3.2.2/.helmignore diff --git a/stable/serpbear/3.2.2/CHANGELOG.md b/stable/serpbear/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b3434e34faa --- /dev/null +++ b/stable/serpbear/3.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/serpbear/3.2.2/Chart.yaml b/stable/serpbear/3.2.2/Chart.yaml new file mode 100644 index 00000000000..8cff4f52f88 --- /dev/null +++ b/stable/serpbear/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/serpbear/3.1.2/README.md b/stable/serpbear/3.2.2/README.md similarity index 100% rename from stable/serpbear/3.1.2/README.md rename to stable/serpbear/3.2.2/README.md diff --git a/stable/serpbear/3.2.2/app-changelog.md b/stable/serpbear/3.2.2/app-changelog.md new file mode 100644 index 00000000000..15efa7b6b40 --- /dev/null +++ b/stable/serpbear/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/serpbear/3.1.2/app-readme.md b/stable/serpbear/3.2.2/app-readme.md similarity index 100% rename from stable/serpbear/3.1.2/app-readme.md rename to stable/serpbear/3.2.2/app-readme.md diff --git a/stable/serpbear/3.2.2/charts/common-18.1.6.tgz b/stable/serpbear/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/serpbear/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/serpbear/3.2.2/ix_values.yaml b/stable/serpbear/3.2.2/ix_values.yaml new file mode 100644 index 00000000000..bdbdd915bed --- /dev/null +++ b/stable/serpbear/3.2.2/ix_values.yaml @@ -0,0 +1,32 @@ +image: + pullPolicy: IfNotPresent + repository: towfiqi/serpbear + tag: latest@sha256:63304b607c882cde3ffd17910187a1007ef81977c48640b9d3674fd5eb57995e +persistence: + data: + enabled: true + mountPath: /app/data +portal: + open: + enabled: true +serpbear: + api_key: "" + app_url: http://localhost:10605 + password: secret + session_duration: 24 + user: admin +service: + main: + ports: + main: + port: 10605 + protocol: http + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + envFrom: + - secretRef: + name: serpbear-secret diff --git a/stable/serpbear/3.1.2/questions.yaml b/stable/serpbear/3.2.2/questions.yaml similarity index 100% rename from stable/serpbear/3.1.2/questions.yaml rename to stable/serpbear/3.2.2/questions.yaml diff --git a/stable/serpbear/3.1.2/templates/_secret.tpl b/stable/serpbear/3.2.2/templates/_secret.tpl similarity index 100% rename from stable/serpbear/3.1.2/templates/_secret.tpl rename to stable/serpbear/3.2.2/templates/_secret.tpl diff --git a/stable/serpbear/3.1.2/templates/common.yaml b/stable/serpbear/3.2.2/templates/common.yaml similarity index 100% rename from stable/serpbear/3.1.2/templates/common.yaml rename to stable/serpbear/3.2.2/templates/common.yaml diff --git a/stable/smokeping/10.1.2/values.yaml b/stable/serpbear/3.2.2/values.yaml similarity index 100% rename from stable/smokeping/10.1.2/values.yaml rename to stable/serpbear/3.2.2/values.yaml diff --git a/stable/servas/4.2.2/CHANGELOG.md b/stable/servas/4.2.2/CHANGELOG.md deleted file mode 100644 index 5d3d3c13ba8..00000000000 --- a/stable/servas/4.2.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/servas/4.2.2/Chart.yaml b/stable/servas/4.2.2/Chart.yaml deleted file mode 100644 index 90a498640c0..00000000000 --- a/stable/servas/4.2.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 18.0.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.2.2 diff --git a/stable/servas/4.2.2/charts/common-18.0.2.tgz b/stable/servas/4.2.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/servas/4.2.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/servas/4.2.2/charts/mariadb-13.0.0.tgz b/stable/servas/4.2.2/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/servas/4.2.2/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/smtp-relay/3.1.1/.helmignore b/stable/servas/4.4.2/.helmignore similarity index 100% rename from stable/smtp-relay/3.1.1/.helmignore rename to stable/servas/4.4.2/.helmignore diff --git a/stable/servas/4.4.2/CHANGELOG.md b/stable/servas/4.4.2/CHANGELOG.md new file mode 100644 index 00000000000..8c7b0854ccd --- /dev/null +++ b/stable/servas/4.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + diff --git a/stable/servas/4.4.2/Chart.yaml b/stable/servas/4.4.2/Chart.yaml new file mode 100644 index 00000000000..1766bdbdc40 --- /dev/null +++ b/stable/servas/4.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/servas/4.2.2/README.md b/stable/servas/4.4.2/README.md similarity index 100% rename from stable/servas/4.2.2/README.md rename to stable/servas/4.4.2/README.md diff --git a/stable/servas/4.4.2/app-changelog.md b/stable/servas/4.4.2/app-changelog.md new file mode 100644 index 00000000000..775105110d3 --- /dev/null +++ b/stable/servas/4.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/servas/4.2.2/app-readme.md b/stable/servas/4.4.2/app-readme.md similarity index 100% rename from stable/servas/4.2.2/app-readme.md rename to stable/servas/4.4.2/app-readme.md diff --git a/stable/servas/4.4.2/charts/common-18.1.6.tgz b/stable/servas/4.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/servas/4.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/servas/4.4.2/charts/mariadb-13.2.0.tgz b/stable/servas/4.4.2/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/servas/4.4.2/charts/mariadb-13.2.0.tgz differ diff --git a/stable/servas/4.2.2/ix_values.yaml b/stable/servas/4.4.2/ix_values.yaml similarity index 100% rename from stable/servas/4.2.2/ix_values.yaml rename to stable/servas/4.4.2/ix_values.yaml diff --git a/stable/servas/4.2.2/questions.yaml b/stable/servas/4.4.2/questions.yaml similarity index 100% rename from stable/servas/4.2.2/questions.yaml rename to stable/servas/4.4.2/questions.yaml diff --git a/stable/spotweb/12.1.1/templates/NOTES.txt b/stable/servas/4.4.2/templates/NOTES.txt similarity index 100% rename from stable/spotweb/12.1.1/templates/NOTES.txt rename to stable/servas/4.4.2/templates/NOTES.txt diff --git a/stable/servas/4.2.2/templates/_secrets.tpl b/stable/servas/4.4.2/templates/_secrets.tpl similarity index 100% rename from stable/servas/4.2.2/templates/_secrets.tpl rename to stable/servas/4.4.2/templates/_secrets.tpl diff --git a/stable/servas/4.2.2/templates/common.yaml b/stable/servas/4.4.2/templates/common.yaml similarity index 100% rename from stable/servas/4.2.2/templates/common.yaml rename to stable/servas/4.4.2/templates/common.yaml diff --git a/stable/smtp-relay/3.1.1/values.yaml b/stable/servas/4.4.2/values.yaml similarity index 100% rename from stable/smtp-relay/3.1.1/values.yaml rename to stable/servas/4.4.2/values.yaml diff --git a/stable/sftpgo/6.1.1/CHANGELOG.md b/stable/sftpgo/6.1.1/CHANGELOG.md deleted file mode 100644 index 4b1d88b7954..00000000000 --- a/stable/sftpgo/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sftpgo/6.1.1/Chart.yaml b/stable/sftpgo/6.1.1/Chart.yaml deleted file mode 100644 index 96953829fa6..00000000000 --- a/stable/sftpgo/6.1.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: Network-FTP - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.6 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sftpgo/6.1.1/charts/common-18.0.2.tgz b/stable/sftpgo/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sftpgo/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/snapdrop/9.1.2/.helmignore b/stable/sftpgo/6.2.2/.helmignore similarity index 100% rename from stable/snapdrop/9.1.2/.helmignore rename to stable/sftpgo/6.2.2/.helmignore diff --git a/stable/sftpgo/6.2.2/CHANGELOG.md b/stable/sftpgo/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a5edccc931e --- /dev/null +++ b/stable/sftpgo/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sftpgo/6.2.2/Chart.yaml b/stable/sftpgo/6.2.2/Chart.yaml new file mode 100644 index 00000000000..59b1efb3c58 --- /dev/null +++ b/stable/sftpgo/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.6 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sftpgo/6.1.1/README.md b/stable/sftpgo/6.2.2/README.md similarity index 100% rename from stable/sftpgo/6.1.1/README.md rename to stable/sftpgo/6.2.2/README.md diff --git a/stable/sftpgo/6.2.2/app-changelog.md b/stable/sftpgo/6.2.2/app-changelog.md new file mode 100644 index 00000000000..04611ae27e4 --- /dev/null +++ b/stable/sftpgo/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sftpgo/6.1.1/app-readme.md b/stable/sftpgo/6.2.2/app-readme.md similarity index 100% rename from stable/sftpgo/6.1.1/app-readme.md rename to stable/sftpgo/6.2.2/app-readme.md diff --git a/stable/sftpgo/6.2.2/charts/common-18.1.6.tgz b/stable/sftpgo/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sftpgo/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sftpgo/6.1.1/ix_values.yaml b/stable/sftpgo/6.2.2/ix_values.yaml similarity index 100% rename from stable/sftpgo/6.1.1/ix_values.yaml rename to stable/sftpgo/6.2.2/ix_values.yaml diff --git a/stable/sftpgo/6.1.1/questions.yaml b/stable/sftpgo/6.2.2/questions.yaml similarity index 100% rename from stable/sftpgo/6.1.1/questions.yaml rename to stable/sftpgo/6.2.2/questions.yaml diff --git a/stable/sqlitebrowser/10.1.1/templates/NOTES.txt b/stable/sftpgo/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/sqlitebrowser/10.1.1/templates/NOTES.txt rename to stable/sftpgo/6.2.2/templates/NOTES.txt diff --git a/stable/speedtest-exporter/10.1.3/templates/common.yaml b/stable/sftpgo/6.2.2/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.3/templates/common.yaml rename to stable/sftpgo/6.2.2/templates/common.yaml diff --git a/stable/snapdrop/9.1.2/values.yaml b/stable/sftpgo/6.2.2/values.yaml similarity index 100% rename from stable/snapdrop/9.1.2/values.yaml rename to stable/sftpgo/6.2.2/values.yaml diff --git a/stable/shaarli/5.1.1/CHANGELOG.md b/stable/shaarli/5.1.1/CHANGELOG.md deleted file mode 100644 index 275b33c3113..00000000000 --- a/stable/shaarli/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shaarli/5.1.1/Chart.yaml b/stable/shaarli/5.1.1/Chart.yaml deleted file mode 100644 index b928890b829..00000000000 --- a/stable/shaarli/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shaarli/5.1.1/charts/common-18.0.2.tgz b/stable/shaarli/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shaarli/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/snippet-box/7.1.1/.helmignore b/stable/shaarli/5.2.2/.helmignore similarity index 100% rename from stable/snippet-box/7.1.1/.helmignore rename to stable/shaarli/5.2.2/.helmignore diff --git a/stable/shaarli/5.2.2/CHANGELOG.md b/stable/shaarli/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0536931957f --- /dev/null +++ b/stable/shaarli/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shaarli/5.2.2/Chart.yaml b/stable/shaarli/5.2.2/Chart.yaml new file mode 100644 index 00000000000..b641b651402 --- /dev/null +++ b/stable/shaarli/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shaarli/5.1.1/README.md b/stable/shaarli/5.2.2/README.md similarity index 100% rename from stable/shaarli/5.1.1/README.md rename to stable/shaarli/5.2.2/README.md diff --git a/stable/shaarli/5.2.2/app-changelog.md b/stable/shaarli/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cd64c0280d4 --- /dev/null +++ b/stable/shaarli/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shaarli/5.1.1/app-readme.md b/stable/shaarli/5.2.2/app-readme.md similarity index 100% rename from stable/shaarli/5.1.1/app-readme.md rename to stable/shaarli/5.2.2/app-readme.md diff --git a/stable/shaarli/5.2.2/charts/common-18.1.6.tgz b/stable/shaarli/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shaarli/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shaarli/5.1.1/ix_values.yaml b/stable/shaarli/5.2.2/ix_values.yaml similarity index 100% rename from stable/shaarli/5.1.1/ix_values.yaml rename to stable/shaarli/5.2.2/ix_values.yaml diff --git a/stable/shaarli/5.1.1/questions.yaml b/stable/shaarli/5.2.2/questions.yaml similarity index 100% rename from stable/shaarli/5.1.1/questions.yaml rename to stable/shaarli/5.2.2/questions.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.1/templates/common.yaml b/stable/shaarli/5.2.2/templates/common.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/templates/common.yaml rename to stable/shaarli/5.2.2/templates/common.yaml diff --git a/stable/snippet-box/7.1.1/values.yaml b/stable/shaarli/5.2.2/values.yaml similarity index 100% rename from stable/snippet-box/7.1.1/values.yaml rename to stable/shaarli/5.2.2/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.1/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.1.1/CHANGELOG.md deleted file mode 100644 index d80a1247cec..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.1.1/Chart.yaml b/stable/shapeshifter-obfuscator/5.1.1/Chart.yaml deleted file mode 100644 index c377fb8e0f6..00000000000 --- a/stable/shapeshifter-obfuscator/5.1.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: Security - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shapeshifter-obfuscator/5.1.1/charts/common-18.0.2.tgz b/stable/shapeshifter-obfuscator/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shapeshifter-obfuscator/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/socials/5.1.1/.helmignore b/stable/shapeshifter-obfuscator/5.2.2/.helmignore similarity index 100% rename from stable/socials/5.1.1/.helmignore rename to stable/shapeshifter-obfuscator/5.2.2/.helmignore diff --git a/stable/shapeshifter-obfuscator/5.2.2/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..10fbb0669d2 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shapeshifter-obfuscator/5.2.2/Chart.yaml b/stable/shapeshifter-obfuscator/5.2.2/Chart.yaml new file mode 100644 index 00000000000..9fea5844861 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shapeshifter-obfuscator/5.1.1/README.md b/stable/shapeshifter-obfuscator/5.2.2/README.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/README.md rename to stable/shapeshifter-obfuscator/5.2.2/README.md diff --git a/stable/shapeshifter-obfuscator/5.2.2/app-changelog.md b/stable/shapeshifter-obfuscator/5.2.2/app-changelog.md new file mode 100644 index 00000000000..10e9e6e9f59 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shapeshifter-obfuscator/5.1.1/app-readme.md b/stable/shapeshifter-obfuscator/5.2.2/app-readme.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/app-readme.md rename to stable/shapeshifter-obfuscator/5.2.2/app-readme.md diff --git a/stable/shapeshifter-obfuscator/5.2.2/charts/common-18.1.6.tgz b/stable/shapeshifter-obfuscator/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shapeshifter-obfuscator/5.1.1/ix_values.yaml b/stable/shapeshifter-obfuscator/5.2.2/ix_values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/ix_values.yaml rename to stable/shapeshifter-obfuscator/5.2.2/ix_values.yaml diff --git a/stable/shapeshifter-obfuscator/5.1.1/questions.yaml b/stable/shapeshifter-obfuscator/5.2.2/questions.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.1.1/questions.yaml rename to stable/shapeshifter-obfuscator/5.2.2/questions.yaml diff --git a/stable/shoko-server/9.1.1/templates/common.yaml b/stable/shapeshifter-obfuscator/5.2.2/templates/common.yaml similarity index 100% rename from stable/shoko-server/9.1.1/templates/common.yaml rename to stable/shapeshifter-obfuscator/5.2.2/templates/common.yaml diff --git a/stable/socials/5.1.1/values.yaml b/stable/shapeshifter-obfuscator/5.2.2/values.yaml similarity index 100% rename from stable/socials/5.1.1/values.yaml rename to stable/shapeshifter-obfuscator/5.2.2/values.yaml diff --git a/stable/sheetable/6.1.1/CHANGELOG.md b/stable/sheetable/6.1.1/CHANGELOG.md deleted file mode 100644 index 8ee997275ba..00000000000 --- a/stable/sheetable/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sheetable/6.1.1/Chart.yaml b/stable/sheetable/6.1.1/Chart.yaml deleted file mode 100644 index eafecc6a71f..00000000000 --- a/stable/sheetable/6.1.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: music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sheetable/6.1.1/charts/common-18.0.2.tgz b/stable/sheetable/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sheetable/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/soft-serve/6.1.1/.helmignore b/stable/sheetable/6.2.2/.helmignore similarity index 100% rename from stable/soft-serve/6.1.1/.helmignore rename to stable/sheetable/6.2.2/.helmignore diff --git a/stable/sheetable/6.2.2/CHANGELOG.md b/stable/sheetable/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3ff265b3d63 --- /dev/null +++ b/stable/sheetable/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sheetable/6.2.2/Chart.yaml b/stable/sheetable/6.2.2/Chart.yaml new file mode 100644 index 00000000000..604c62ee75b --- /dev/null +++ b/stable/sheetable/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sheetable/6.1.1/README.md b/stable/sheetable/6.2.2/README.md similarity index 100% rename from stable/sheetable/6.1.1/README.md rename to stable/sheetable/6.2.2/README.md diff --git a/stable/sheetable/6.2.2/app-changelog.md b/stable/sheetable/6.2.2/app-changelog.md new file mode 100644 index 00000000000..9cf919ce38e --- /dev/null +++ b/stable/sheetable/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sheetable/6.1.1/app-readme.md b/stable/sheetable/6.2.2/app-readme.md similarity index 100% rename from stable/sheetable/6.1.1/app-readme.md rename to stable/sheetable/6.2.2/app-readme.md diff --git a/stable/sheetable/6.2.2/charts/common-18.1.6.tgz b/stable/sheetable/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sheetable/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sheetable/6.1.1/ix_values.yaml b/stable/sheetable/6.2.2/ix_values.yaml similarity index 100% rename from stable/sheetable/6.1.1/ix_values.yaml rename to stable/sheetable/6.2.2/ix_values.yaml diff --git a/stable/sheetable/6.1.1/questions.yaml b/stable/sheetable/6.2.2/questions.yaml similarity index 100% rename from stable/sheetable/6.1.1/questions.yaml rename to stable/sheetable/6.2.2/questions.yaml diff --git a/stable/sheetable/6.1.1/templates/_secrets.tpl b/stable/sheetable/6.2.2/templates/_secrets.tpl similarity index 100% rename from stable/sheetable/6.1.1/templates/_secrets.tpl rename to stable/sheetable/6.2.2/templates/_secrets.tpl diff --git a/stable/sheetable/6.1.1/templates/common.yaml b/stable/sheetable/6.2.2/templates/common.yaml similarity index 100% rename from stable/sheetable/6.1.1/templates/common.yaml rename to stable/sheetable/6.2.2/templates/common.yaml diff --git a/stable/soft-serve/6.1.1/values.yaml b/stable/sheetable/6.2.2/values.yaml similarity index 100% rename from stable/soft-serve/6.1.1/values.yaml rename to stable/sheetable/6.2.2/values.yaml diff --git a/stable/shiori/16.1.1/CHANGELOG.md b/stable/shiori/16.1.1/CHANGELOG.md deleted file mode 100644 index 430681ef7eb..00000000000 --- a/stable/shiori/16.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shiori/16.1.1/Chart.yaml b/stable/shiori/16.1.1/Chart.yaml deleted file mode 100644 index aa6a1baeb33..00000000000 --- a/stable/shiori/16.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shiori/16.1.1/charts/common-18.0.2.tgz b/stable/shiori/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shiori/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/songkong/5.1.2/.helmignore b/stable/shiori/16.2.2/.helmignore similarity index 100% rename from stable/songkong/5.1.2/.helmignore rename to stable/shiori/16.2.2/.helmignore diff --git a/stable/shiori/16.2.2/CHANGELOG.md b/stable/shiori/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..713a8db923b --- /dev/null +++ b/stable/shiori/16.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shiori/16.2.2/Chart.yaml b/stable/shiori/16.2.2/Chart.yaml new file mode 100644 index 00000000000..67307d7976f --- /dev/null +++ b/stable/shiori/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shiori/16.1.1/README.md b/stable/shiori/16.2.2/README.md similarity index 100% rename from stable/shiori/16.1.1/README.md rename to stable/shiori/16.2.2/README.md diff --git a/stable/shiori/16.2.2/app-changelog.md b/stable/shiori/16.2.2/app-changelog.md new file mode 100644 index 00000000000..65b0dbd7f80 --- /dev/null +++ b/stable/shiori/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shiori/16.1.1/app-readme.md b/stable/shiori/16.2.2/app-readme.md similarity index 100% rename from stable/shiori/16.1.1/app-readme.md rename to stable/shiori/16.2.2/app-readme.md diff --git a/stable/shiori/16.2.2/charts/common-18.1.6.tgz b/stable/shiori/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shiori/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shiori/16.1.1/ix_values.yaml b/stable/shiori/16.2.2/ix_values.yaml similarity index 100% rename from stable/shiori/16.1.1/ix_values.yaml rename to stable/shiori/16.2.2/ix_values.yaml diff --git a/stable/shiori/16.1.1/questions.yaml b/stable/shiori/16.2.2/questions.yaml similarity index 100% rename from stable/shiori/16.1.1/questions.yaml rename to stable/shiori/16.2.2/questions.yaml diff --git a/stable/spotweb/12.1.1/templates/common.yaml b/stable/shiori/16.2.2/templates/common.yaml similarity index 100% rename from stable/spotweb/12.1.1/templates/common.yaml rename to stable/shiori/16.2.2/templates/common.yaml diff --git a/stable/songkong/5.1.2/values.yaml b/stable/shiori/16.2.2/values.yaml similarity index 100% rename from stable/songkong/5.1.2/values.yaml rename to stable/shiori/16.2.2/values.yaml diff --git a/stable/shlink-web-client/10.1.1/CHANGELOG.md b/stable/shlink-web-client/10.1.1/CHANGELOG.md deleted file mode 100644 index 81be7dfa42b..00000000000 --- a/stable/shlink-web-client/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shlink-web-client/10.1.1/Chart.yaml b/stable/shlink-web-client/10.1.1/Chart.yaml deleted file mode 100644 index 32708443fbd..00000000000 --- a/stable/shlink-web-client/10.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.10.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shlink-web-client/10.1.1/charts/common-18.0.2.tgz b/stable/shlink-web-client/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shlink-web-client/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sonsoftheforest/3.1.1/.helmignore b/stable/shlink-web-client/10.2.2/.helmignore similarity index 100% rename from stable/sonsoftheforest/3.1.1/.helmignore rename to stable/shlink-web-client/10.2.2/.helmignore diff --git a/stable/shlink-web-client/10.2.2/CHANGELOG.md b/stable/shlink-web-client/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b746876c1c0 --- /dev/null +++ b/stable/shlink-web-client/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shlink-web-client/10.2.2/Chart.yaml b/stable/shlink-web-client/10.2.2/Chart.yaml new file mode 100644 index 00000000000..8019f83a2d4 --- /dev/null +++ b/stable/shlink-web-client/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.10.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shlink-web-client/10.1.1/README.md b/stable/shlink-web-client/10.2.2/README.md similarity index 100% rename from stable/shlink-web-client/10.1.1/README.md rename to stable/shlink-web-client/10.2.2/README.md diff --git a/stable/shlink-web-client/10.2.2/app-changelog.md b/stable/shlink-web-client/10.2.2/app-changelog.md new file mode 100644 index 00000000000..04f7c4a1604 --- /dev/null +++ b/stable/shlink-web-client/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shlink-web-client/10.1.1/app-readme.md b/stable/shlink-web-client/10.2.2/app-readme.md similarity index 100% rename from stable/shlink-web-client/10.1.1/app-readme.md rename to stable/shlink-web-client/10.2.2/app-readme.md diff --git a/stable/shlink-web-client/10.2.2/charts/common-18.1.6.tgz b/stable/shlink-web-client/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shlink-web-client/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shlink-web-client/10.1.1/ix_values.yaml b/stable/shlink-web-client/10.2.2/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/10.1.1/ix_values.yaml rename to stable/shlink-web-client/10.2.2/ix_values.yaml diff --git a/stable/shlink-web-client/10.1.1/questions.yaml b/stable/shlink-web-client/10.2.2/questions.yaml similarity index 100% rename from stable/shlink-web-client/10.1.1/questions.yaml rename to stable/shlink-web-client/10.2.2/questions.yaml diff --git a/stable/sshwifty/5.1.1/templates/NOTES.txt b/stable/shlink-web-client/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/sshwifty/5.1.1/templates/NOTES.txt rename to stable/shlink-web-client/10.2.2/templates/NOTES.txt diff --git a/stable/sshwifty/5.1.1/templates/common.yaml b/stable/shlink-web-client/10.2.2/templates/common.yaml similarity index 100% rename from stable/sshwifty/5.1.1/templates/common.yaml rename to stable/shlink-web-client/10.2.2/templates/common.yaml diff --git a/stable/sonsoftheforest/3.1.1/values.yaml b/stable/shlink-web-client/10.2.2/values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.1/values.yaml rename to stable/shlink-web-client/10.2.2/values.yaml diff --git a/stable/sourcegraph/5.1.2/.helmignore b/stable/shlink/14.0.2/.helmignore similarity index 100% rename from stable/sourcegraph/5.1.2/.helmignore rename to stable/shlink/14.0.2/.helmignore diff --git a/stable/shlink/14.0.2/CHANGELOG.md b/stable/shlink/14.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c9b109e6a53 --- /dev/null +++ b/stable/shlink/14.0.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [shlink-12.1.11](https://github.com/truecharts/charts/compare/shlink-12.1.10...shlink-12.1.11) (2024-01-09) + +### 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-12.1.10](https://github.com/truecharts/charts/compare/shlink-12.1.9...shlink-12.1.10) (2024-01-08) \ No newline at end of file diff --git a/stable/shlink/14.0.2/Chart.yaml b/stable/shlink/14.0.2/Chart.yaml new file mode 100644 index 00000000000..dc2e6a5f84d --- /dev/null +++ b/stable/shlink/14.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/shlink/14.0.2/README.md b/stable/shlink/14.0.2/README.md new file mode 100644 index 00000000000..a18f3ec2e58 --- /dev/null +++ b/stable/shlink/14.0.2/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.0.2/app-changelog.md b/stable/shlink/14.0.2/app-changelog.md new file mode 100644 index 00000000000..ffabd563515 --- /dev/null +++ b/stable/shlink/14.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shlink/14.0.2/app-readme.md b/stable/shlink/14.0.2/app-readme.md new file mode 100644 index 00000000000..9d58e01696f --- /dev/null +++ b/stable/shlink/14.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/shlink/14.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shlink/14.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/van-dam/4.1.1/charts/redis-11.2.1.tgz b/stable/shlink/14.0.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/van-dam/4.1.1/charts/redis-11.2.1.tgz rename to stable/shlink/14.0.2/charts/redis-11.2.1.tgz diff --git a/stable/shlink/14.0.2/ix_values.yaml b/stable/shlink/14.0.2/ix_values.yaml new file mode 100644 index 00000000000..0f9a9162b37 --- /dev/null +++ b/stable/shlink/14.0.2/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.0.2/questions.yaml b/stable/shlink/14.0.2/questions.yaml new file mode 100755 index 00000000000..d2f3f30b740 --- /dev/null +++ b/stable/shlink/14.0.2/questions.yaml @@ -0,0 +1,3047 @@ +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: 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/stash/15.1.1/templates/NOTES.txt b/stable/shlink/14.0.2/templates/NOTES.txt similarity index 100% rename from stable/stash/15.1.1/templates/NOTES.txt rename to stable/shlink/14.0.2/templates/NOTES.txt diff --git a/stable/st-reborn-server/5.1.1/templates/common.yaml b/stable/shlink/14.0.2/templates/common.yaml similarity index 100% rename from stable/st-reborn-server/5.1.1/templates/common.yaml rename to stable/shlink/14.0.2/templates/common.yaml diff --git a/stable/sourcegraph/5.1.2/values.yaml b/stable/shlink/14.0.2/values.yaml similarity index 100% rename from stable/sourcegraph/5.1.2/values.yaml rename to stable/shlink/14.0.2/values.yaml diff --git a/stable/shoko-server/9.1.1/CHANGELOG.md b/stable/shoko-server/9.1.1/CHANGELOG.md deleted file mode 100644 index f227e4c2075..00000000000 --- a/stable/shoko-server/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shoko-server/9.1.1/Chart.yaml b/stable/shoko-server/9.1.1/Chart.yaml deleted file mode 100644 index a4bd94756fc..00000000000 --- a/stable/shoko-server/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.2.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shoko-server/9.1.1/charts/common-18.0.2.tgz b/stable/shoko-server/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shoko-server/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/spaceengineers/6.1.1/.helmignore b/stable/shoko-server/9.2.2/.helmignore similarity index 100% rename from stable/spaceengineers/6.1.1/.helmignore rename to stable/shoko-server/9.2.2/.helmignore diff --git a/stable/shoko-server/9.2.2/CHANGELOG.md b/stable/shoko-server/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8ad468fdc80 --- /dev/null +++ b/stable/shoko-server/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shoko-server/9.2.2/Chart.yaml b/stable/shoko-server/9.2.2/Chart.yaml new file mode 100644 index 00000000000..3c33f971fdb --- /dev/null +++ b/stable/shoko-server/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.2.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shoko-server/9.1.1/README.md b/stable/shoko-server/9.2.2/README.md similarity index 100% rename from stable/shoko-server/9.1.1/README.md rename to stable/shoko-server/9.2.2/README.md diff --git a/stable/shoko-server/9.2.2/app-changelog.md b/stable/shoko-server/9.2.2/app-changelog.md new file mode 100644 index 00000000000..f3f8d9b0a77 --- /dev/null +++ b/stable/shoko-server/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shoko-server/9.1.1/app-readme.md b/stable/shoko-server/9.2.2/app-readme.md similarity index 100% rename from stable/shoko-server/9.1.1/app-readme.md rename to stable/shoko-server/9.2.2/app-readme.md diff --git a/stable/shoko-server/9.2.2/charts/common-18.1.6.tgz b/stable/shoko-server/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shoko-server/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shoko-server/9.1.1/ix_values.yaml b/stable/shoko-server/9.2.2/ix_values.yaml similarity index 100% rename from stable/shoko-server/9.1.1/ix_values.yaml rename to stable/shoko-server/9.2.2/ix_values.yaml diff --git a/stable/shoko-server/9.1.1/questions.yaml b/stable/shoko-server/9.2.2/questions.yaml similarity index 100% rename from stable/shoko-server/9.1.1/questions.yaml rename to stable/shoko-server/9.2.2/questions.yaml diff --git a/stable/static-web-server/4.1.1/templates/NOTES.txt b/stable/shoko-server/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/4.1.1/templates/NOTES.txt rename to stable/shoko-server/9.2.2/templates/NOTES.txt diff --git a/stable/shortipy/5.1.1/templates/common.yaml b/stable/shoko-server/9.2.2/templates/common.yaml similarity index 100% rename from stable/shortipy/5.1.1/templates/common.yaml rename to stable/shoko-server/9.2.2/templates/common.yaml diff --git a/stable/spaceengineers/6.1.1/values.yaml b/stable/shoko-server/9.2.2/values.yaml similarity index 100% rename from stable/spaceengineers/6.1.1/values.yaml rename to stable/shoko-server/9.2.2/values.yaml diff --git a/stable/shortipy/5.1.1/CHANGELOG.md b/stable/shortipy/5.1.1/CHANGELOG.md deleted file mode 100644 index e8848971bd7..00000000000 --- a/stable/shortipy/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shortipy/5.1.1/Chart.yaml b/stable/shortipy/5.1.1/Chart.yaml deleted file mode 100644 index 6cd6df3f50f..00000000000 --- a/stable/shortipy/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shortipy/5.1.1/charts/common-18.0.2.tgz b/stable/shortipy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shortipy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/speedtest-exporter/10.1.3/.helmignore b/stable/shortipy/5.2.2/.helmignore similarity index 100% rename from stable/speedtest-exporter/10.1.3/.helmignore rename to stable/shortipy/5.2.2/.helmignore diff --git a/stable/shortipy/5.2.2/CHANGELOG.md b/stable/shortipy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c5937c1278b --- /dev/null +++ b/stable/shortipy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shortipy/5.2.2/Chart.yaml b/stable/shortipy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2cd41ae7750 --- /dev/null +++ b/stable/shortipy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shortipy/5.1.1/README.md b/stable/shortipy/5.2.2/README.md similarity index 100% rename from stable/shortipy/5.1.1/README.md rename to stable/shortipy/5.2.2/README.md diff --git a/stable/shortipy/5.2.2/app-changelog.md b/stable/shortipy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9b0645028e2 --- /dev/null +++ b/stable/shortipy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shortipy/5.1.1/app-readme.md b/stable/shortipy/5.2.2/app-readme.md similarity index 100% rename from stable/shortipy/5.1.1/app-readme.md rename to stable/shortipy/5.2.2/app-readme.md diff --git a/stable/shortipy/5.2.2/charts/common-18.1.6.tgz b/stable/shortipy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shortipy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shortipy/5.1.1/ix_values.yaml b/stable/shortipy/5.2.2/ix_values.yaml similarity index 100% rename from stable/shortipy/5.1.1/ix_values.yaml rename to stable/shortipy/5.2.2/ix_values.yaml diff --git a/stable/shortipy/5.1.1/questions.yaml b/stable/shortipy/5.2.2/questions.yaml similarity index 100% rename from stable/shortipy/5.1.1/questions.yaml rename to stable/shortipy/5.2.2/questions.yaml diff --git a/stable/sia-daemon/5.1.1/templates/common.yaml b/stable/shortipy/5.2.2/templates/common.yaml similarity index 100% rename from stable/sia-daemon/5.1.1/templates/common.yaml rename to stable/shortipy/5.2.2/templates/common.yaml diff --git a/stable/speedtest-exporter/10.1.3/values.yaml b/stable/shortipy/5.2.2/values.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.3/values.yaml rename to stable/shortipy/5.2.2/values.yaml diff --git a/stable/shorturl/10.1.1/CHANGELOG.md b/stable/shorturl/10.1.1/CHANGELOG.md deleted file mode 100644 index 87385293939..00000000000 --- a/stable/shorturl/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/shorturl/10.1.1/Chart.yaml b/stable/shorturl/10.1.1/Chart.yaml deleted file mode 100644 index 8d155aa780a..00000000000 --- a/stable/shorturl/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/shorturl/10.1.1/charts/common-18.0.2.tgz b/stable/shorturl/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/shorturl/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/splunk/7.1.1/.helmignore b/stable/shorturl/10.2.2/.helmignore similarity index 100% rename from stable/splunk/7.1.1/.helmignore rename to stable/shorturl/10.2.2/.helmignore diff --git a/stable/shorturl/10.2.2/CHANGELOG.md b/stable/shorturl/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..65ae5c2e1af --- /dev/null +++ b/stable/shorturl/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/shorturl/10.2.2/Chart.yaml b/stable/shorturl/10.2.2/Chart.yaml new file mode 100644 index 00000000000..6342cc8e897 --- /dev/null +++ b/stable/shorturl/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/shorturl/10.1.1/README.md b/stable/shorturl/10.2.2/README.md similarity index 100% rename from stable/shorturl/10.1.1/README.md rename to stable/shorturl/10.2.2/README.md diff --git a/stable/shorturl/10.2.2/app-changelog.md b/stable/shorturl/10.2.2/app-changelog.md new file mode 100644 index 00000000000..e35b0ad43ff --- /dev/null +++ b/stable/shorturl/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/shorturl/10.1.1/app-readme.md b/stable/shorturl/10.2.2/app-readme.md similarity index 100% rename from stable/shorturl/10.1.1/app-readme.md rename to stable/shorturl/10.2.2/app-readme.md diff --git a/stable/shorturl/10.2.2/charts/common-18.1.6.tgz b/stable/shorturl/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/shorturl/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/shorturl/10.1.1/ix_values.yaml b/stable/shorturl/10.2.2/ix_values.yaml similarity index 100% rename from stable/shorturl/10.1.1/ix_values.yaml rename to stable/shorturl/10.2.2/ix_values.yaml diff --git a/stable/shorturl/10.1.1/questions.yaml b/stable/shorturl/10.2.2/questions.yaml similarity index 100% rename from stable/shorturl/10.1.1/questions.yaml rename to stable/shorturl/10.2.2/questions.yaml diff --git a/stable/static/10.1.1/templates/NOTES.txt b/stable/shorturl/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/static/10.1.1/templates/NOTES.txt rename to stable/shorturl/10.2.2/templates/NOTES.txt diff --git a/stable/shorturl/10.1.1/templates/common.yaml b/stable/shorturl/10.2.2/templates/common.yaml similarity index 100% rename from stable/shorturl/10.1.1/templates/common.yaml rename to stable/shorturl/10.2.2/templates/common.yaml diff --git a/stable/splunk/7.1.1/values.yaml b/stable/shorturl/10.2.2/values.yaml similarity index 100% rename from stable/splunk/7.1.1/values.yaml rename to stable/shorturl/10.2.2/values.yaml diff --git a/stable/sia-daemon/5.1.1/CHANGELOG.md b/stable/sia-daemon/5.1.1/CHANGELOG.md deleted file mode 100644 index 2a9311c399e..00000000000 --- a/stable/sia-daemon/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sia-daemon/5.1.1/Chart.yaml b/stable/sia-daemon/5.1.1/Chart.yaml deleted file mode 100644 index 47ec6d133c1..00000000000 --- a/stable/sia-daemon/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: master -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sia-daemon/5.1.1/charts/common-18.0.2.tgz b/stable/sia-daemon/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sia-daemon/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/spotweb/12.1.1/.helmignore b/stable/sia-daemon/5.2.2/.helmignore similarity index 100% rename from stable/spotweb/12.1.1/.helmignore rename to stable/sia-daemon/5.2.2/.helmignore diff --git a/stable/sia-daemon/5.2.2/CHANGELOG.md b/stable/sia-daemon/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f2465c683d3 --- /dev/null +++ b/stable/sia-daemon/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sia-daemon/5.2.2/Chart.yaml b/stable/sia-daemon/5.2.2/Chart.yaml new file mode 100644 index 00000000000..db03f61b73a --- /dev/null +++ b/stable/sia-daemon/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sia-daemon/5.1.1/README.md b/stable/sia-daemon/5.2.2/README.md similarity index 100% rename from stable/sia-daemon/5.1.1/README.md rename to stable/sia-daemon/5.2.2/README.md diff --git a/stable/sia-daemon/5.2.2/app-changelog.md b/stable/sia-daemon/5.2.2/app-changelog.md new file mode 100644 index 00000000000..11d9046cc25 --- /dev/null +++ b/stable/sia-daemon/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sia-daemon/5.1.1/app-readme.md b/stable/sia-daemon/5.2.2/app-readme.md similarity index 100% rename from stable/sia-daemon/5.1.1/app-readme.md rename to stable/sia-daemon/5.2.2/app-readme.md diff --git a/stable/sia-daemon/5.2.2/charts/common-18.1.6.tgz b/stable/sia-daemon/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sia-daemon/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sia-daemon/5.1.1/ix_values.yaml b/stable/sia-daemon/5.2.2/ix_values.yaml similarity index 100% rename from stable/sia-daemon/5.1.1/ix_values.yaml rename to stable/sia-daemon/5.2.2/ix_values.yaml diff --git a/stable/sia-daemon/5.1.1/questions.yaml b/stable/sia-daemon/5.2.2/questions.yaml similarity index 100% rename from stable/sia-daemon/5.1.1/questions.yaml rename to stable/sia-daemon/5.2.2/questions.yaml diff --git a/stable/simply-shorten/8.1.1/templates/common.yaml b/stable/sia-daemon/5.2.2/templates/common.yaml similarity index 100% rename from stable/simply-shorten/8.1.1/templates/common.yaml rename to stable/sia-daemon/5.2.2/templates/common.yaml diff --git a/stable/spotweb/12.1.1/values.yaml b/stable/sia-daemon/5.2.2/values.yaml similarity index 100% rename from stable/spotweb/12.1.1/values.yaml rename to stable/sia-daemon/5.2.2/values.yaml diff --git a/stable/sickchill/11.1.4/CHANGELOG.md b/stable/sickchill/11.1.4/CHANGELOG.md deleted file mode 100644 index 605ad6c435d..00000000000 --- a/stable/sickchill/11.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/sickchill/11.1.4/Chart.yaml b/stable/sickchill/11.1.4/Chart.yaml deleted file mode 100644 index 2d715f026dc..00000000000 --- a/stable/sickchill/11.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.2.20 -dependencies: - - name: common - version: 18.0.3 - 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.1.4 diff --git a/stable/sickchill/11.1.4/charts/common-18.0.3.tgz b/stable/sickchill/11.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/sickchill/11.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/sickchill/11.1.4/ix_values.yaml b/stable/sickchill/11.1.4/ix_values.yaml deleted file mode 100644 index 68da67e8fcf..00000000000 --- a/stable/sickchill/11.1.4/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/sickchill - pullPolicy: IfNotPresent - tag: 2024.2.20@sha256:2cef394c2a7fbcb8015be4164b081607742bd417126939a9283e927e5b600da8 -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/sqlite-web/5.1.1/.helmignore b/stable/sickchill/11.3.2/.helmignore similarity index 100% rename from stable/sqlite-web/5.1.1/.helmignore rename to stable/sickchill/11.3.2/.helmignore diff --git a/stable/sickchill/11.3.2/CHANGELOG.md b/stable/sickchill/11.3.2/CHANGELOG.md new file mode 100644 index 00000000000..064bbe445d0 --- /dev/null +++ b/stable/sickchill/11.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/sickchill/11.3.2/Chart.yaml b/stable/sickchill/11.3.2/Chart.yaml new file mode 100644 index 00000000000..f785ae64eaf --- /dev/null +++ b/stable/sickchill/11.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/sickchill/11.1.4/README.md b/stable/sickchill/11.3.2/README.md similarity index 100% rename from stable/sickchill/11.1.4/README.md rename to stable/sickchill/11.3.2/README.md diff --git a/stable/sickchill/11.3.2/app-changelog.md b/stable/sickchill/11.3.2/app-changelog.md new file mode 100644 index 00000000000..d1cfac8b970 --- /dev/null +++ b/stable/sickchill/11.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sickchill/11.1.4/app-readme.md b/stable/sickchill/11.3.2/app-readme.md similarity index 100% rename from stable/sickchill/11.1.4/app-readme.md rename to stable/sickchill/11.3.2/app-readme.md diff --git a/stable/sickchill/11.3.2/charts/common-18.1.6.tgz b/stable/sickchill/11.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sickchill/11.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/sickchill/11.3.2/ix_values.yaml b/stable/sickchill/11.3.2/ix_values.yaml new file mode 100644 index 00000000000..456c4fcd7ca --- /dev/null +++ b/stable/sickchill/11.3.2/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.1.4/questions.yaml b/stable/sickchill/11.3.2/questions.yaml similarity index 100% rename from stable/sickchill/11.1.4/questions.yaml rename to stable/sickchill/11.3.2/questions.yaml diff --git a/stable/steam-headless/3.1.2/templates/NOTES.txt b/stable/sickchill/11.3.2/templates/NOTES.txt similarity index 100% rename from stable/steam-headless/3.1.2/templates/NOTES.txt rename to stable/sickchill/11.3.2/templates/NOTES.txt diff --git a/stable/sickchill/11.1.4/templates/common.yaml b/stable/sickchill/11.3.2/templates/common.yaml similarity index 100% rename from stable/sickchill/11.1.4/templates/common.yaml rename to stable/sickchill/11.3.2/templates/common.yaml diff --git a/stable/sqlite-web/5.1.1/values.yaml b/stable/sickchill/11.3.2/values.yaml similarity index 100% rename from stable/sqlite-web/5.1.1/values.yaml rename to stable/sickchill/11.3.2/values.yaml diff --git a/stable/sickgear/11.1.1/CHANGELOG.md b/stable/sickgear/11.1.1/CHANGELOG.md deleted file mode 100644 index 837260c2ca2..00000000000 --- a/stable/sickgear/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sickgear/11.1.1/Chart.yaml b/stable/sickgear/11.1.1/Chart.yaml deleted file mode 100644 index 32b855e00ac..00000000000 --- a/stable/sickgear/11.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sickgear/11.1.1/charts/common-18.0.2.tgz b/stable/sickgear/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sickgear/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/10.1.1/.helmignore b/stable/sickgear/11.2.2/.helmignore similarity index 100% rename from stable/sqlitebrowser/10.1.1/.helmignore rename to stable/sickgear/11.2.2/.helmignore diff --git a/stable/sickgear/11.2.2/CHANGELOG.md b/stable/sickgear/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e29253d8f49 --- /dev/null +++ b/stable/sickgear/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sickgear/11.2.2/Chart.yaml b/stable/sickgear/11.2.2/Chart.yaml new file mode 100644 index 00000000000..53f957a418a --- /dev/null +++ b/stable/sickgear/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sickgear/11.1.1/README.md b/stable/sickgear/11.2.2/README.md similarity index 100% rename from stable/sickgear/11.1.1/README.md rename to stable/sickgear/11.2.2/README.md diff --git a/stable/sickgear/11.2.2/app-changelog.md b/stable/sickgear/11.2.2/app-changelog.md new file mode 100644 index 00000000000..83b79c2d689 --- /dev/null +++ b/stable/sickgear/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sickgear/11.1.1/app-readme.md b/stable/sickgear/11.2.2/app-readme.md similarity index 100% rename from stable/sickgear/11.1.1/app-readme.md rename to stable/sickgear/11.2.2/app-readme.md diff --git a/stable/sickgear/11.2.2/charts/common-18.1.6.tgz b/stable/sickgear/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sickgear/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sickgear/11.1.1/ix_values.yaml b/stable/sickgear/11.2.2/ix_values.yaml similarity index 100% rename from stable/sickgear/11.1.1/ix_values.yaml rename to stable/sickgear/11.2.2/ix_values.yaml diff --git a/stable/sickgear/11.1.1/questions.yaml b/stable/sickgear/11.2.2/questions.yaml similarity index 100% rename from stable/sickgear/11.1.1/questions.yaml rename to stable/sickgear/11.2.2/questions.yaml diff --git a/stable/storj-node/9.1.1/templates/NOTES.txt b/stable/sickgear/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/storj-node/9.1.1/templates/NOTES.txt rename to stable/sickgear/11.2.2/templates/NOTES.txt diff --git a/stable/sickgear/11.1.1/templates/common.yaml b/stable/sickgear/11.2.2/templates/common.yaml similarity index 100% rename from stable/sickgear/11.1.1/templates/common.yaml rename to stable/sickgear/11.2.2/templates/common.yaml diff --git a/stable/sqlitebrowser/10.1.1/values.yaml b/stable/sickgear/11.2.2/values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.1/values.yaml rename to stable/sickgear/11.2.2/values.yaml diff --git a/stable/simply-shorten/8.1.1/CHANGELOG.md b/stable/simply-shorten/8.1.1/CHANGELOG.md deleted file mode 100644 index 2fe89ba1759..00000000000 --- a/stable/simply-shorten/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/simply-shorten/8.1.1/Chart.yaml b/stable/simply-shorten/8.1.1/Chart.yaml deleted file mode 100644 index f16678b9fba..00000000000 --- a/stable/simply-shorten/8.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.1.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/simply-shorten/8.1.1/charts/common-18.0.2.tgz b/stable/simply-shorten/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/simply-shorten/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sshwifty/5.1.1/.helmignore b/stable/simply-shorten/8.2.2/.helmignore similarity index 100% rename from stable/sshwifty/5.1.1/.helmignore rename to stable/simply-shorten/8.2.2/.helmignore diff --git a/stable/simply-shorten/8.2.2/CHANGELOG.md b/stable/simply-shorten/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e9b3d662671 --- /dev/null +++ b/stable/simply-shorten/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/simply-shorten/8.2.2/Chart.yaml b/stable/simply-shorten/8.2.2/Chart.yaml new file mode 100644 index 00000000000..e896eaa6cd9 --- /dev/null +++ b/stable/simply-shorten/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/simply-shorten/8.1.1/README.md b/stable/simply-shorten/8.2.2/README.md similarity index 100% rename from stable/simply-shorten/8.1.1/README.md rename to stable/simply-shorten/8.2.2/README.md diff --git a/stable/simply-shorten/8.2.2/app-changelog.md b/stable/simply-shorten/8.2.2/app-changelog.md new file mode 100644 index 00000000000..154e6c2bd29 --- /dev/null +++ b/stable/simply-shorten/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/simply-shorten/8.1.1/app-readme.md b/stable/simply-shorten/8.2.2/app-readme.md similarity index 100% rename from stable/simply-shorten/8.1.1/app-readme.md rename to stable/simply-shorten/8.2.2/app-readme.md diff --git a/stable/simply-shorten/8.2.2/charts/common-18.1.6.tgz b/stable/simply-shorten/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/simply-shorten/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/simply-shorten/8.1.1/ix_values.yaml b/stable/simply-shorten/8.2.2/ix_values.yaml similarity index 100% rename from stable/simply-shorten/8.1.1/ix_values.yaml rename to stable/simply-shorten/8.2.2/ix_values.yaml diff --git a/stable/simply-shorten/8.1.1/questions.yaml b/stable/simply-shorten/8.2.2/questions.yaml similarity index 100% rename from stable/simply-shorten/8.1.1/questions.yaml rename to stable/simply-shorten/8.2.2/questions.yaml diff --git a/stable/storm/5.1.1/templates/NOTES.txt b/stable/simply-shorten/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/storm/5.1.1/templates/NOTES.txt rename to stable/simply-shorten/8.2.2/templates/NOTES.txt diff --git a/stable/sinusbot/5.1.1/templates/common.yaml b/stable/simply-shorten/8.2.2/templates/common.yaml similarity index 100% rename from stable/sinusbot/5.1.1/templates/common.yaml rename to stable/simply-shorten/8.2.2/templates/common.yaml diff --git a/stable/sshwifty/5.1.1/values.yaml b/stable/simply-shorten/8.2.2/values.yaml similarity index 100% rename from stable/sshwifty/5.1.1/values.yaml rename to stable/simply-shorten/8.2.2/values.yaml diff --git a/stable/sinusbot/5.1.1/CHANGELOG.md b/stable/sinusbot/5.1.1/CHANGELOG.md deleted file mode 100644 index 28de8a8571c..00000000000 --- a/stable/sinusbot/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sinusbot/5.1.1/Chart.yaml b/stable/sinusbot/5.1.1/Chart.yaml deleted file mode 100644 index 157b61e15b9..00000000000 --- a/stable/sinusbot/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sinusbot/5.1.1/charts/common-18.0.2.tgz b/stable/sinusbot/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sinusbot/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/st-reborn-server/5.1.1/.helmignore b/stable/sinusbot/5.2.2/.helmignore similarity index 100% rename from stable/st-reborn-server/5.1.1/.helmignore rename to stable/sinusbot/5.2.2/.helmignore diff --git a/stable/sinusbot/5.2.2/CHANGELOG.md b/stable/sinusbot/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ae942f287b3 --- /dev/null +++ b/stable/sinusbot/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sinusbot/5.2.2/Chart.yaml b/stable/sinusbot/5.2.2/Chart.yaml new file mode 100644 index 00000000000..cbbcebfcd54 --- /dev/null +++ b/stable/sinusbot/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sinusbot/5.1.1/README.md b/stable/sinusbot/5.2.2/README.md similarity index 100% rename from stable/sinusbot/5.1.1/README.md rename to stable/sinusbot/5.2.2/README.md diff --git a/stable/sinusbot/5.2.2/app-changelog.md b/stable/sinusbot/5.2.2/app-changelog.md new file mode 100644 index 00000000000..9bca76869bf --- /dev/null +++ b/stable/sinusbot/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sinusbot/5.1.1/app-readme.md b/stable/sinusbot/5.2.2/app-readme.md similarity index 100% rename from stable/sinusbot/5.1.1/app-readme.md rename to stable/sinusbot/5.2.2/app-readme.md diff --git a/stable/sinusbot/5.2.2/charts/common-18.1.6.tgz b/stable/sinusbot/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sinusbot/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sinusbot/5.1.1/ix_values.yaml b/stable/sinusbot/5.2.2/ix_values.yaml similarity index 100% rename from stable/sinusbot/5.1.1/ix_values.yaml rename to stable/sinusbot/5.2.2/ix_values.yaml diff --git a/stable/sinusbot/5.1.1/questions.yaml b/stable/sinusbot/5.2.2/questions.yaml similarity index 100% rename from stable/sinusbot/5.1.1/questions.yaml rename to stable/sinusbot/5.2.2/questions.yaml diff --git a/stable/slack-invite/5.1.1/templates/common.yaml b/stable/sinusbot/5.2.2/templates/common.yaml similarity index 100% rename from stable/slack-invite/5.1.1/templates/common.yaml rename to stable/sinusbot/5.2.2/templates/common.yaml diff --git a/stable/st-reborn-server/5.1.1/values.yaml b/stable/sinusbot/5.2.2/values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.1/values.yaml rename to stable/sinusbot/5.2.2/values.yaml diff --git a/stable/slack-invite/5.1.1/CHANGELOG.md b/stable/slack-invite/5.1.1/CHANGELOG.md deleted file mode 100644 index 8f468c4b9e8..00000000000 --- a/stable/slack-invite/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/slack-invite/5.1.1/Chart.yaml b/stable/slack-invite/5.1.1/Chart.yaml deleted file mode 100644 index 474de4463ba..00000000000 --- a/stable/slack-invite/5.1.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: Network-Messenger - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/slack-invite/5.1.1/charts/common-18.0.2.tgz b/stable/slack-invite/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/slack-invite/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/stackedit/5.1.1/.helmignore b/stable/slack-invite/5.2.2/.helmignore similarity index 100% rename from stable/stackedit/5.1.1/.helmignore rename to stable/slack-invite/5.2.2/.helmignore diff --git a/stable/slack-invite/5.2.2/CHANGELOG.md b/stable/slack-invite/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c4e52fc4a65 --- /dev/null +++ b/stable/slack-invite/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/slack-invite/5.2.2/Chart.yaml b/stable/slack-invite/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f4584f817f0 --- /dev/null +++ b/stable/slack-invite/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/slack-invite/5.1.1/README.md b/stable/slack-invite/5.2.2/README.md similarity index 100% rename from stable/slack-invite/5.1.1/README.md rename to stable/slack-invite/5.2.2/README.md diff --git a/stable/slack-invite/5.2.2/app-changelog.md b/stable/slack-invite/5.2.2/app-changelog.md new file mode 100644 index 00000000000..412874ea821 --- /dev/null +++ b/stable/slack-invite/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/slack-invite/5.1.1/app-readme.md b/stable/slack-invite/5.2.2/app-readme.md similarity index 100% rename from stable/slack-invite/5.1.1/app-readme.md rename to stable/slack-invite/5.2.2/app-readme.md diff --git a/stable/slack-invite/5.2.2/charts/common-18.1.6.tgz b/stable/slack-invite/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/slack-invite/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/slack-invite/5.1.1/ix_values.yaml b/stable/slack-invite/5.2.2/ix_values.yaml similarity index 100% rename from stable/slack-invite/5.1.1/ix_values.yaml rename to stable/slack-invite/5.2.2/ix_values.yaml diff --git a/stable/slack-invite/5.1.1/questions.yaml b/stable/slack-invite/5.2.2/questions.yaml similarity index 100% rename from stable/slack-invite/5.1.1/questions.yaml rename to stable/slack-invite/5.2.2/questions.yaml diff --git a/stable/socials/5.1.1/templates/common.yaml b/stable/slack-invite/5.2.2/templates/common.yaml similarity index 100% rename from stable/socials/5.1.1/templates/common.yaml rename to stable/slack-invite/5.2.2/templates/common.yaml diff --git a/stable/stackedit/5.1.1/values.yaml b/stable/slack-invite/5.2.2/values.yaml similarity index 100% rename from stable/stackedit/5.1.1/values.yaml rename to stable/slack-invite/5.2.2/values.yaml diff --git a/stable/slash/4.1.1/CHANGELOG.md b/stable/slash/4.1.1/CHANGELOG.md deleted file mode 100644 index a8c41ee1afd..00000000000 --- a/stable/slash/4.1.1/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) - -### Chore \ No newline at end of file diff --git a/stable/slash/4.1.1/Chart.yaml b/stable/slash/4.1.1/Chart.yaml deleted file mode 100644 index 6388cfd21b3..00000000000 --- a/stable/slash/4.1.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: bookmarks - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/slash/4.1.1/charts/common-18.0.2.tgz b/stable/slash/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/slash/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/standardnotes-web/5.1.1/.helmignore b/stable/slash/4.2.2/.helmignore similarity index 100% rename from stable/standardnotes-web/5.1.1/.helmignore rename to stable/slash/4.2.2/.helmignore diff --git a/stable/slash/4.2.2/CHANGELOG.md b/stable/slash/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..81b99485860 --- /dev/null +++ b/stable/slash/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/slash/4.2.2/Chart.yaml b/stable/slash/4.2.2/Chart.yaml new file mode 100644 index 00000000000..cde7697deae --- /dev/null +++ b/stable/slash/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/slash/4.1.1/README.md b/stable/slash/4.2.2/README.md similarity index 100% rename from stable/slash/4.1.1/README.md rename to stable/slash/4.2.2/README.md diff --git a/stable/slash/4.2.2/app-changelog.md b/stable/slash/4.2.2/app-changelog.md new file mode 100644 index 00000000000..fa45ee9ab70 --- /dev/null +++ b/stable/slash/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/slash/4.1.1/app-readme.md b/stable/slash/4.2.2/app-readme.md similarity index 100% rename from stable/slash/4.1.1/app-readme.md rename to stable/slash/4.2.2/app-readme.md diff --git a/stable/slash/4.2.2/charts/common-18.1.6.tgz b/stable/slash/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/slash/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/slash/4.1.1/ix_values.yaml b/stable/slash/4.2.2/ix_values.yaml similarity index 100% rename from stable/slash/4.1.1/ix_values.yaml rename to stable/slash/4.2.2/ix_values.yaml diff --git a/stable/slash/4.1.1/questions.yaml b/stable/slash/4.2.2/questions.yaml similarity index 100% rename from stable/slash/4.1.1/questions.yaml rename to stable/slash/4.2.2/questions.yaml diff --git a/stable/strapi/13.1.1/templates/NOTES.txt b/stable/slash/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/strapi/13.1.1/templates/NOTES.txt rename to stable/slash/4.2.2/templates/NOTES.txt diff --git a/stable/stash/15.1.1/templates/common.yaml b/stable/slash/4.2.2/templates/common.yaml similarity index 100% rename from stable/stash/15.1.1/templates/common.yaml rename to stable/slash/4.2.2/templates/common.yaml diff --git a/stable/standardnotes-web/5.1.1/values.yaml b/stable/slash/4.2.2/values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.1/values.yaml rename to stable/slash/4.2.2/values.yaml diff --git a/stable/smartctl-exporter/2.2.0/Chart.yaml b/stable/smartctl-exporter/2.2.0/Chart.yaml deleted file mode 100644 index 5ada524edf8..00000000000 --- a/stable/smartctl-exporter/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: 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.2.0 diff --git a/stable/smartctl-exporter/2.2.0/charts/common-18.1.2.tgz b/stable/smartctl-exporter/2.2.0/charts/common-18.1.2.tgz deleted file mode 100644 index afb1de8120d..00000000000 Binary files a/stable/smartctl-exporter/2.2.0/charts/common-18.1.2.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.2.0/ix_values.yaml b/stable/smartctl-exporter/2.2.0/ix_values.yaml deleted file mode 100644 index 4d8aa4e04ae..00000000000 --- a/stable/smartctl-exporter/2.2.0/ix_values.yaml +++ /dev/null @@ -1,67 +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 -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 diff --git a/stable/starmade/5.1.1/.helmignore b/stable/smartctl-exporter/2.4.2/.helmignore similarity index 100% rename from stable/starmade/5.1.1/.helmignore rename to stable/smartctl-exporter/2.4.2/.helmignore diff --git a/stable/smartctl-exporter/2.4.2/CHANGELOG.md b/stable/smartctl-exporter/2.4.2/CHANGELOG.md new file mode 100644 index 00000000000..8cb0b394828 --- /dev/null +++ b/stable/smartctl-exporter/2.4.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.4.2/Chart.yaml b/stable/smartctl-exporter/2.4.2/Chart.yaml new file mode 100644 index 00000000000..55c81302922 --- /dev/null +++ b/stable/smartctl-exporter/2.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.12.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/smartctl-exporter/2.2.0/README.md b/stable/smartctl-exporter/2.4.2/README.md similarity index 100% rename from stable/smartctl-exporter/2.2.0/README.md rename to stable/smartctl-exporter/2.4.2/README.md diff --git a/stable/smartctl-exporter/2.4.2/app-changelog.md b/stable/smartctl-exporter/2.4.2/app-changelog.md new file mode 100644 index 00000000000..5a47d79ba76 --- /dev/null +++ b/stable/smartctl-exporter/2.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.2.0/app-readme.md b/stable/smartctl-exporter/2.4.2/app-readme.md similarity index 100% rename from stable/smartctl-exporter/2.2.0/app-readme.md rename to stable/smartctl-exporter/2.4.2/app-readme.md diff --git a/stable/smartctl-exporter/2.4.2/charts/common-18.1.6.tgz b/stable/smartctl-exporter/2.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/smartctl-exporter/2.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/smartctl-exporter/2.4.2/dashboard.json b/stable/smartctl-exporter/2.4.2/dashboard.json new file mode 100644 index 00000000000..682af2f33a2 --- /dev/null +++ b/stable/smartctl-exporter/2.4.2/dashboard.json @@ -0,0 +1,3721 @@ +{ + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 1, + "links": [], + "panels": [ + { + "type": "row", + "title": "Overview", + "panels": [], + "collapsed": false, + "gridPos": { + "x": 0, + "y": 0, + "w": 24, + "h": 1 + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_devices{instance=~\"$instance\"}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Devices count", + "gridPos": { + "x": 0, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_devices{instance=~\"$instance\"} - sum(smartctl_device{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Missing devices", + "gridPos": { + "x": 3, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(smartctl_device_smartctl_exit_status{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Exit status", + "gridPos": { + "x": 6, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(smartctl_device_num_err_log_entries{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Error log entries", + "gridPos": { + "x": 9, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(smartctl_device_media_errors{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Media errors", + "gridPos": { + "x": 12, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(smartctl_device_error_log_count{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "SMART error log count", + "gridPos": { + "x": 15, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(smartctl_device_critical_warning{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "Critical warnings", + "gridPos": { + "x": 18, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum(1 - smartctl_device_smart_status{instance=~\"$instance\"})", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "stat", + "title": "SMART failed", + "gridPos": { + "x": 21, + "y": 1, + "w": 3, + "h": 3 + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": ["lastNotNull"], + "fields": "" + }, + "orientation": "auto", + "textMode": "auto", + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "text": {} + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device{instance=~\"$instance\"}", + "range": false, + "instant": true, + "format": "table", + "refId": "A" + } + ], + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "__name__": true, + "Time": true, + "Value": true, + "instance": true, + "job": true + }, + "indexByName": { + "device": 0, + "model_name": 1, + "form_factor": 2, + "serial_number": 3, + "protocol": 4, + "ata_version": 5, + "firmware_version": 6, + "ata_additional_product_id": 7, + "interface": 8, + "model_family": 9, + "sata_version": 10 + }, + "renameByName": { + "device": "Device", + "model_name": "Model name", + "form_factor": "Form factor", + "serial_number": "Serial number", + "protocol": "Protocol", + "ata_version": "ATA version", + "firmware_version": "Firmware version", + "ata_additional_product_id": "ATA additional product ID", + "interface": "Interface", + "model_family": "Model family", + "sata_version": "SATA version" + } + } + } + ], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "table", + "title": "Device Info", + "gridPos": { + "x": 0, + "y": 4, + "w": 24, + "h": 8 + }, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "options": { + "cellHeight": "md", + "frameIndex": -1, + "showHeader": true + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "label_keep(smartctl_device{instance=~\"$instance\"}, \"device\", \"model_name\")", + "range": false, + "instant": true, + "format": "table", + "refId": "DEVICE" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_temperature{instance=~\"$instance\", temperature_type=\"current\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "TEMP" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_smartctl_exit_status{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "EXIT" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_smart_status{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "PASSED" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_power_on_seconds{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "POWON" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_power_cycle_count{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "PCC" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_interface_speed{instance=~\"$instance\", speed_type=\"current\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "INTSPEED" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_capacity_bytes{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "CAPBYTES" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_capacity_blocks{instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "CAPBLOCKS" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_block_size{blocks_type=\"logical\", instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "BLKSIZELOG" + }, + { + "editorMode": "code", + "expr": "label_keep(smartctl_device_block_size{blocks_type=\"physical\", instance=~\"$instance\"}, \"device\")", + "range": false, + "instant": true, + "format": "table", + "refId": "BLKSIZEPHY" + } + ], + "transformations": [ + { + "id": "joinByField", + "options": { + "byField": "device", + "mode": "outer" + } + }, + { + "id": "filterFieldsByName", + "options": { + "include": { + "pattern": "(device|model_name|Value\\s.*)" + } + } + }, + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value #DEVICE": true + }, + "indexByName": {}, + "renameByName": { + "device": "Device", + "model_name": "Model name", + "Value #TEMP": "Temperature", + "Value #EXIT": "Exit status", + "Value #PASSED": "Passed", + "Value #POWON": "Power on seconds", + "Value #PCC": "Power Cycle Count", + "Value #INTSPEED": "Device interface speed", + "Value #CAPBYTES": "Capacity Bytes", + "Value #CAPBLOCKS": "Capacity Blocks", + "Value #BLKSIZELOG": "Block size (logical)", + "Value #BLKSIZEPHY": "Block size (physical)" + } + } + } + ], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "table", + "title": "SMART overview", + "gridPos": { + "x": 0, + "y": 12, + "w": 24, + "h": 8 + }, + "fieldConfig": { + "defaults": {}, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Temperature" + }, + "properties": [ + { + "id": "unit", + "value": "celsius" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Power on seconds" + }, + "properties": [ + { + "id": "unit", + "value": "s" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Device interface speed" + }, + "properties": [ + { + "id": "unit", + "value": "bps" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Capacity Bytes" + }, + "properties": [ + { + "id": "unit", + "value": "bytes" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Capacity Blocks" + }, + "properties": [ + { + "id": "unit", + "value": "short" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Block size (logical)" + }, + "properties": [ + { + "id": "unit", + "value": "bytes" + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Block size (physical)" + }, + "properties": [ + { + "id": "unit", + "value": "bytes" + } + ] + } + ] + }, + "options": { + "cellHeight": "md", + "frameIndex": -1, + "showHeader": true + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_attribute{instance=~\"$instance\"}", + "range": false, + "instant": true, + "format": "table", + "refId": "A" + } + ], + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "__name__": true, + "Time": true, + "instance": true, + "job": true + }, + "indexByName": { + "device": 0, + "attribute_id": 1, + "attribute_name": 2, + "attribute_value_type": 3, + "attribute_flags_long": 4, + "attribute_flags_short": 5, + "Value": 6 + }, + "renameByName": { + "device": "Device", + "attribute_flags_long": "Attribute flags (long)", + "attribute_flags_short": "Attribute flags (short)", + "attribute_id": "Attribute ID", + "attribute_name": "Attribute name", + "attribute_value_type": "Attribute value type" + } + } + } + ], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "table", + "title": "SMART attributes", + "gridPos": { + "x": 0, + "y": 20, + "w": 24, + "h": 8 + }, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "options": { + "cellHeight": "md", + "frameIndex": -1, + "showHeader": true + } + }, + { + "type": "row", + "title": "Metrics", + "panels": [], + "collapsed": false, + "gridPos": { + "x": 0, + "y": 28, + "w": 24, + "h": 1 + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_temperature{instance=~\"$instance\", temperature_type=\"current\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Temperature", + "gridPos": { + "x": 0, + "y": 29, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "celsius" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_smartctl_exit_status{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Smartctl exit status", + "gridPos": { + "x": 6, + "y": 29, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_smart_status{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "SMART passed", + "gridPos": { + "x": 12, + "y": 29, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_power_on_seconds{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Power on seconds", + "gridPos": { + "x": 18, + "y": 29, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "s" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_power_cycle_count{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Power cycle count", + "gridPos": { + "x": 0, + "y": 37, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_percentage_used{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Write percentage used", + "gridPos": { + "x": 6, + "y": 37, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_nvme_capacity_bytes{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "NVMe capacity bytes", + "gridPos": { + "x": 12, + "y": 37, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_num_err_log_entries{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Number of error log entries", + "description": "Contains the number of Error Information log entries over the life of the controller", + "gridPos": { + "x": 18, + "y": 37, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_media_errors{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Number of media errors", + "description": "Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field", + "gridPos": { + "x": 0, + "y": 45, + "w": 8, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_error_log_count{instance=~\"$instance\", error_log_type=\"summary\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "SMART error log count", + "gridPos": { + "x": 8, + "y": 45, + "w": 8, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_critical_warning{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Critical warnings for state of controller", + "gridPos": { + "x": 16, + "y": 45, + "w": 8, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_interface_speed{instance=~\"$instance\", speed_type=\"current\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Interface speed (current)", + "gridPos": { + "x": 0, + "y": 53, + "w": 12, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_interface_speed{instance=~\"$instance\", speed_type=\"max\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Interface speed (max)", + "gridPos": { + "x": 12, + "y": 53, + "w": 12, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_capacity_bytes{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Capacity Bytes", + "gridPos": { + "x": 0, + "y": 61, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_capacity_blocks{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Capacity Blocks", + "gridPos": { + "x": 6, + "y": 61, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_bytes_written{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Bytes written", + "gridPos": { + "x": 12, + "y": 61, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_bytes_read{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Bytes read", + "gridPos": { + "x": 18, + "y": 61, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_block_size{blocks_type=\"logical\", instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Block size (logical)", + "gridPos": { + "x": 0, + "y": 69, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_block_size{blocks_type=\"physical\", instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Block size (physical)", + "gridPos": { + "x": 6, + "y": 69, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "bytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_available_spare_threshold{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Available spare threshold", + "description": "When the Available Spare falls below the threshold indicated in this field, an asynchronous event completion may occur. The value is indicated as a normalized percentage (0 to 100%)", + "gridPos": { + "x": 12, + "y": 69, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "percent" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "smartctl_device_available_spare{instance=~\"$instance\"}", + "legendFormat": "{{ device }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Available spare", + "description": "Normalized percentage (0 to 100%) of the remaining spare capacity available", + "gridPos": { + "x": 18, + "y": 69, + "w": 6, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "percent" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "type": "row", + "title": "Go Runtime Metrics", + "panels": [], + "collapsed": false, + "gridPos": { + "x": 0, + "y": 77, + "w": 24, + "h": 1 + } + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (process_open_fds{instance=~\"$instance\"})", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "File Descriptors", + "gridPos": { + "x": 0, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (rate(process_cpu_seconds_total{instance=~\"$instance\"}[$__rate_interval]))", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "CPU Usage", + "gridPos": { + "x": 4, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (process_resident_memory_bytes{instance=~\"$instance\"}[$__rate_interval])", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Memory Usage", + "gridPos": { + "x": 8, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "decbytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "avg(go_memstats_stack_sys_bytes{instance=~\"$instance\"})", + "legendFormat": "sys", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_stack_inuse_bytes{instance=~\"$instance\"})", + "legendFormat": "inuse", + "range": true, + "instant": false, + "format": "time_series", + "refId": "B" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Stack Memory Usage", + "gridPos": { + "x": 12, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "decbytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "avg(go_memstats_heap_sys_bytes{instance=~\"$instance\"})", + "legendFormat": "sys", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_heap_idle_bytes{instance=~\"$instance\"})", + "legendFormat": "idle", + "range": true, + "instant": false, + "format": "time_series", + "refId": "B" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_heap_released_bytes{instance=~\"$instance\"})", + "legendFormat": "released", + "range": true, + "instant": false, + "format": "time_series", + "refId": "C" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_next_gc_bytes{instance=~\"$instance\"})", + "legendFormat": "next_gc", + "range": true, + "instant": false, + "format": "time_series", + "refId": "D" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_heap_inuse_bytes{instance=~\"$instance\"})", + "legendFormat": "inuse", + "range": true, + "instant": false, + "format": "time_series", + "refId": "E" + }, + { + "editorMode": "code", + "expr": "avg(go_memstats_heap_alloc_bytes{instance=~\"$instance\"})", + "legendFormat": "alloc", + "range": true, + "instant": false, + "format": "time_series", + "refId": "F" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Heap Memory Usage", + "gridPos": { + "x": 16, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "decbytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "avg by (pod) (go_memstats_heap_objects{instance=~\"$instance\"})", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Heap Objects", + "gridPos": { + "x": 20, + "y": 78, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (go_threads{instance=~\"$instance\"})", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Threads", + "gridPos": { + "x": 0, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (go_goroutines{instance=~\"$instance\"})", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Goroutines", + "gridPos": { + "x": 4, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (rate(go_memstats_alloc_bytes_total{instance=~\"$instance\"}[$__rate_interval]))", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Go Alloc Rate", + "gridPos": { + "x": 8, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (go_memstats_alloc_bytes{instance=~\"$instance\"})", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Go Alloc Bytes", + "gridPos": { + "x": 12, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "decbytes" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (rate(go_gc_duration_seconds_count{instance=~\"$instance\"}[$__rate_interval]))", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Go GC Per Second", + "gridPos": { + "x": 16, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "short" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + }, + { + "links": [], + "repeatDirection": "h", + "tags": [], + "targets": [ + { + "editorMode": "code", + "expr": "sum by (pod) (rate(go_gc_duration_seconds_sum{instance=~\"$instance\"}[$__rate_interval]))", + "legendFormat": "{{ pod }}", + "range": true, + "instant": false, + "format": "time_series", + "refId": "A" + } + ], + "transformations": [], + "transparent": false, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "timeseries", + "title": "Go GC Duration Seconds", + "gridPos": { + "x": 20, + "y": 86, + "w": 4, + "h": 8 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "unit": "s" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "maxDataPoints": 100 + } + ], + "schemaVersion": 36, + "style": "dark", + "tags": ["smartctl"], + "timezone": "browser", + "description": "Dashboard for smartctl", + "time": { + "from": "now-6h", + "to": "now" + }, + "title": "Smartctl", + "uid": "smartctl", + "version": 1, + "templating": { + "list": [ + { + "multi": false, + "options": [], + "skipUrlSync": false, + "description": null, + "hide": 0, + "datasource": null, + "type": "datasource", + "label": "Prometheus", + "name": "DS_PROMETHEUS", + "query": "prometheus" + }, + { + "multi": true, + "options": [], + "skipUrlSync": false, + "description": null, + "hide": 0, + "datasource": { + "uid": "${DS_PROMETHEUS}" + }, + "type": "query", + "label": "Instance", + "name": "instance", + "query": "label_values(smartctl_version, instance)", + "includeAll": true, + "sort": 1, + "refresh": 2 + } + ] + } +} diff --git a/stable/smartctl-exporter/2.4.2/ix_values.yaml b/stable/smartctl-exporter/2.4.2/ix_values.yaml new file mode 100644 index 00000000000..1548254dd37 --- /dev/null +++ b/stable/smartctl-exporter/2.4.2/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.2.0/questions.yaml b/stable/smartctl-exporter/2.4.2/questions.yaml similarity index 100% rename from stable/smartctl-exporter/2.2.0/questions.yaml rename to stable/smartctl-exporter/2.4.2/questions.yaml diff --git a/stable/stun-turn-server/6.1.1/templates/NOTES.txt b/stable/smartctl-exporter/2.4.2/templates/NOTES.txt similarity index 100% rename from stable/stun-turn-server/6.1.1/templates/NOTES.txt rename to stable/smartctl-exporter/2.4.2/templates/NOTES.txt diff --git a/stable/static-web-server/4.1.1/templates/common.yaml b/stable/smartctl-exporter/2.4.2/templates/common.yaml similarity index 100% rename from stable/static-web-server/4.1.1/templates/common.yaml rename to stable/smartctl-exporter/2.4.2/templates/common.yaml diff --git a/stable/starmade/5.1.1/values.yaml b/stable/smartctl-exporter/2.4.2/values.yaml similarity index 100% rename from stable/starmade/5.1.1/values.yaml rename to stable/smartctl-exporter/2.4.2/values.yaml diff --git a/stable/smokeping/10.1.2/CHANGELOG.md b/stable/smokeping/10.1.2/CHANGELOG.md deleted file mode 100644 index cb79040b0a1..00000000000 --- a/stable/smokeping/10.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [smokeping-9.1.10](https://github.com/truecharts/charts/compare/smokeping-9.1.9...smokeping-9.1.10) (2024-01-21) \ No newline at end of file diff --git a/stable/smokeping/10.1.2/Chart.yaml b/stable/smokeping/10.1.2/Chart.yaml deleted file mode 100644 index 4a0962e6551..00000000000 --- a/stable/smokeping/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.2 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/smokeping/10.1.2/charts/common-18.0.2.tgz b/stable/smokeping/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/smokeping/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/smokeping/10.1.2/ix_values.yaml b/stable/smokeping/10.1.2/ix_values.yaml deleted file mode 100644 index 3cefb064e36..00000000000 --- a/stable/smokeping/10.1.2/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/stash/15.1.1/.helmignore b/stable/smokeping/10.2.3/.helmignore similarity index 100% rename from stable/stash/15.1.1/.helmignore rename to stable/smokeping/10.2.3/.helmignore diff --git a/stable/smokeping/10.2.3/CHANGELOG.md b/stable/smokeping/10.2.3/CHANGELOG.md new file mode 100644 index 00000000000..919803ac2eb --- /dev/null +++ b/stable/smokeping/10.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/smokeping/10.2.3/Chart.yaml b/stable/smokeping/10.2.3/Chart.yaml new file mode 100644 index 00000000000..0cc589ce527 --- /dev/null +++ b/stable/smokeping/10.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.8.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/smokeping/10.1.2/README.md b/stable/smokeping/10.2.3/README.md similarity index 100% rename from stable/smokeping/10.1.2/README.md rename to stable/smokeping/10.2.3/README.md diff --git a/stable/smokeping/10.2.3/app-changelog.md b/stable/smokeping/10.2.3/app-changelog.md new file mode 100644 index 00000000000..241f469256a --- /dev/null +++ b/stable/smokeping/10.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/smokeping/10.1.2/app-readme.md b/stable/smokeping/10.2.3/app-readme.md similarity index 100% rename from stable/smokeping/10.1.2/app-readme.md rename to stable/smokeping/10.2.3/app-readme.md diff --git a/stable/smokeping/10.2.3/charts/common-18.1.6.tgz b/stable/smokeping/10.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/smokeping/10.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/smokeping/10.2.3/ix_values.yaml b/stable/smokeping/10.2.3/ix_values.yaml new file mode 100644 index 00000000000..d68325763c6 --- /dev/null +++ b/stable/smokeping/10.2.3/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.1.2/questions.yaml b/stable/smokeping/10.2.3/questions.yaml similarity index 100% rename from stable/smokeping/10.1.2/questions.yaml rename to stable/smokeping/10.2.3/questions.yaml diff --git a/stable/synclounge/9.1.3/templates/NOTES.txt b/stable/smokeping/10.2.3/templates/NOTES.txt similarity index 100% rename from stable/synclounge/9.1.3/templates/NOTES.txt rename to stable/smokeping/10.2.3/templates/NOTES.txt diff --git a/stable/smokeping/10.1.2/templates/common.yaml b/stable/smokeping/10.2.3/templates/common.yaml similarity index 100% rename from stable/smokeping/10.1.2/templates/common.yaml rename to stable/smokeping/10.2.3/templates/common.yaml diff --git a/stable/stash/15.1.1/values.yaml b/stable/smokeping/10.2.3/values.yaml similarity index 100% rename from stable/stash/15.1.1/values.yaml rename to stable/smokeping/10.2.3/values.yaml diff --git a/stable/smtp-relay/3.1.1/CHANGELOG.md b/stable/smtp-relay/3.1.1/CHANGELOG.md deleted file mode 100644 index 544a50475bf..00000000000 --- a/stable/smtp-relay/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/smtp-relay/3.1.1/Chart.yaml b/stable/smtp-relay/3.1.1/Chart.yaml deleted file mode 100644 index 93967b0fdf0..00000000000 --- a/stable/smtp-relay/3.1.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: smtp - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.5.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/smtp-relay/3.1.1/charts/common-18.0.2.tgz b/stable/smtp-relay/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/smtp-relay/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/static-web-server/4.1.1/.helmignore b/stable/smtp-relay/3.2.2/.helmignore similarity index 100% rename from stable/static-web-server/4.1.1/.helmignore rename to stable/smtp-relay/3.2.2/.helmignore diff --git a/stable/smtp-relay/3.2.2/CHANGELOG.md b/stable/smtp-relay/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2239a9d169a --- /dev/null +++ b/stable/smtp-relay/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/smtp-relay/3.2.2/Chart.yaml b/stable/smtp-relay/3.2.2/Chart.yaml new file mode 100644 index 00000000000..3672c3f19f4 --- /dev/null +++ b/stable/smtp-relay/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.5.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/smtp-relay/3.1.1/README.md b/stable/smtp-relay/3.2.2/README.md similarity index 100% rename from stable/smtp-relay/3.1.1/README.md rename to stable/smtp-relay/3.2.2/README.md diff --git a/stable/smtp-relay/3.2.2/app-changelog.md b/stable/smtp-relay/3.2.2/app-changelog.md new file mode 100644 index 00000000000..ce56e2ff3cc --- /dev/null +++ b/stable/smtp-relay/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/smtp-relay/3.1.1/app-readme.md b/stable/smtp-relay/3.2.2/app-readme.md similarity index 100% rename from stable/smtp-relay/3.1.1/app-readme.md rename to stable/smtp-relay/3.2.2/app-readme.md diff --git a/stable/smtp-relay/3.2.2/charts/common-18.1.6.tgz b/stable/smtp-relay/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/smtp-relay/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/smtp-relay/3.1.1/ix_values.yaml b/stable/smtp-relay/3.2.2/ix_values.yaml similarity index 100% rename from stable/smtp-relay/3.1.1/ix_values.yaml rename to stable/smtp-relay/3.2.2/ix_values.yaml diff --git a/stable/smtp-relay/3.1.1/questions.yaml b/stable/smtp-relay/3.2.2/questions.yaml similarity index 100% rename from stable/smtp-relay/3.1.1/questions.yaml rename to stable/smtp-relay/3.2.2/questions.yaml diff --git a/stable/syncthing/18.1.2/templates/NOTES.txt b/stable/smtp-relay/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/syncthing/18.1.2/templates/NOTES.txt rename to stable/smtp-relay/3.2.2/templates/NOTES.txt diff --git a/stable/steam-headless/3.1.2/templates/common.yaml b/stable/smtp-relay/3.2.2/templates/common.yaml similarity index 100% rename from stable/steam-headless/3.1.2/templates/common.yaml rename to stable/smtp-relay/3.2.2/templates/common.yaml diff --git a/stable/static-web-server/4.1.1/values.yaml b/stable/smtp-relay/3.2.2/values.yaml similarity index 100% rename from stable/static-web-server/4.1.1/values.yaml rename to stable/smtp-relay/3.2.2/values.yaml diff --git a/stable/snapdrop/9.1.2/CHANGELOG.md b/stable/snapdrop/9.1.2/CHANGELOG.md deleted file mode 100644 index a09812256ce..00000000000 --- a/stable/snapdrop/9.1.2/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.1.2/Chart.yaml b/stable/snapdrop/9.1.2/Chart.yaml deleted file mode 100644 index 851fbea1439..00000000000 --- a/stable/snapdrop/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/snapdrop/9.1.2/charts/common-18.0.2.tgz b/stable/snapdrop/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/snapdrop/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/snapdrop/9.1.2/ix_values.yaml b/stable/snapdrop/9.1.2/ix_values.yaml deleted file mode 100644 index fdbedb749e6..00000000000 --- a/stable/snapdrop/9.1.2/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/static/10.1.1/.helmignore b/stable/snapdrop/9.2.3/.helmignore similarity index 100% rename from stable/static/10.1.1/.helmignore rename to stable/snapdrop/9.2.3/.helmignore diff --git a/stable/snapdrop/9.2.3/CHANGELOG.md b/stable/snapdrop/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c3e8a944bb2 --- /dev/null +++ b/stable/snapdrop/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/snapdrop/9.2.3/Chart.yaml b/stable/snapdrop/9.2.3/Chart.yaml new file mode 100644 index 00000000000..22ce2ca2b25 --- /dev/null +++ b/stable/snapdrop/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/snapdrop/9.1.2/README.md b/stable/snapdrop/9.2.3/README.md similarity index 100% rename from stable/snapdrop/9.1.2/README.md rename to stable/snapdrop/9.2.3/README.md diff --git a/stable/snapdrop/9.2.3/app-changelog.md b/stable/snapdrop/9.2.3/app-changelog.md new file mode 100644 index 00000000000..a1e64bef963 --- /dev/null +++ b/stable/snapdrop/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/snapdrop/9.1.2/app-readme.md b/stable/snapdrop/9.2.3/app-readme.md similarity index 100% rename from stable/snapdrop/9.1.2/app-readme.md rename to stable/snapdrop/9.2.3/app-readme.md diff --git a/stable/snapdrop/9.2.3/charts/common-18.1.6.tgz b/stable/snapdrop/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/snapdrop/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/snapdrop/9.2.3/ix_values.yaml b/stable/snapdrop/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..c6a3e137551 --- /dev/null +++ b/stable/snapdrop/9.2.3/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.1.2/questions.yaml b/stable/snapdrop/9.2.3/questions.yaml similarity index 100% rename from stable/snapdrop/9.1.2/questions.yaml rename to stable/snapdrop/9.2.3/questions.yaml diff --git a/stable/synctube/7.1.1/templates/NOTES.txt b/stable/snapdrop/9.2.3/templates/NOTES.txt similarity index 100% rename from stable/synctube/7.1.1/templates/NOTES.txt rename to stable/snapdrop/9.2.3/templates/NOTES.txt diff --git a/stable/storj-node/9.1.1/templates/common.yaml b/stable/snapdrop/9.2.3/templates/common.yaml similarity index 100% rename from stable/storj-node/9.1.1/templates/common.yaml rename to stable/snapdrop/9.2.3/templates/common.yaml diff --git a/stable/static/10.1.1/values.yaml b/stable/snapdrop/9.2.3/values.yaml similarity index 100% rename from stable/static/10.1.1/values.yaml rename to stable/snapdrop/9.2.3/values.yaml diff --git a/stable/snippet-box/7.1.1/CHANGELOG.md b/stable/snippet-box/7.1.1/CHANGELOG.md deleted file mode 100644 index 7e588121a99..00000000000 --- a/stable/snippet-box/7.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/snippet-box/7.1.1/Chart.yaml b/stable/snippet-box/7.1.1/Chart.yaml deleted file mode 100644 index 28f5bfdbf46..00000000000 --- a/stable/snippet-box/7.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/snippet-box/7.1.1/charts/common-18.0.2.tgz b/stable/snippet-box/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/snippet-box/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/stationeers/5.1.1/.helmignore b/stable/snippet-box/7.2.2/.helmignore similarity index 100% rename from stable/stationeers/5.1.1/.helmignore rename to stable/snippet-box/7.2.2/.helmignore diff --git a/stable/snippet-box/7.2.2/CHANGELOG.md b/stable/snippet-box/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..34e95ab2359 --- /dev/null +++ b/stable/snippet-box/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/snippet-box/7.2.2/Chart.yaml b/stable/snippet-box/7.2.2/Chart.yaml new file mode 100644 index 00000000000..00e01409929 --- /dev/null +++ b/stable/snippet-box/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/snippet-box/7.1.1/README.md b/stable/snippet-box/7.2.2/README.md similarity index 100% rename from stable/snippet-box/7.1.1/README.md rename to stable/snippet-box/7.2.2/README.md diff --git a/stable/snippet-box/7.2.2/app-changelog.md b/stable/snippet-box/7.2.2/app-changelog.md new file mode 100644 index 00000000000..06efb09a807 --- /dev/null +++ b/stable/snippet-box/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/snippet-box/7.1.1/app-readme.md b/stable/snippet-box/7.2.2/app-readme.md similarity index 100% rename from stable/snippet-box/7.1.1/app-readme.md rename to stable/snippet-box/7.2.2/app-readme.md diff --git a/stable/snippet-box/7.2.2/charts/common-18.1.6.tgz b/stable/snippet-box/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/snippet-box/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/snippet-box/7.1.1/ix_values.yaml b/stable/snippet-box/7.2.2/ix_values.yaml similarity index 100% rename from stable/snippet-box/7.1.1/ix_values.yaml rename to stable/snippet-box/7.2.2/ix_values.yaml diff --git a/stable/snippet-box/7.1.1/questions.yaml b/stable/snippet-box/7.2.2/questions.yaml similarity index 100% rename from stable/snippet-box/7.1.1/questions.yaml rename to stable/snippet-box/7.2.2/questions.yaml diff --git a/stable/strapi/13.1.1/templates/common.yaml b/stable/snippet-box/7.2.2/templates/common.yaml similarity index 100% rename from stable/strapi/13.1.1/templates/common.yaml rename to stable/snippet-box/7.2.2/templates/common.yaml diff --git a/stable/stationeers/5.1.1/values.yaml b/stable/snippet-box/7.2.2/values.yaml similarity index 100% rename from stable/stationeers/5.1.1/values.yaml rename to stable/snippet-box/7.2.2/values.yaml diff --git a/stable/socials/5.1.1/CHANGELOG.md b/stable/socials/5.1.1/CHANGELOG.md deleted file mode 100644 index a989a0da1a5..00000000000 --- a/stable/socials/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/socials/5.1.1/Chart.yaml b/stable/socials/5.1.1/Chart.yaml deleted file mode 100644 index 72c7b4a1f8c..00000000000 --- a/stable/socials/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: main -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/socials/5.1.1/charts/common-18.0.2.tgz b/stable/socials/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/socials/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/steam-headless/3.1.2/.helmignore b/stable/socials/5.2.2/.helmignore similarity index 100% rename from stable/steam-headless/3.1.2/.helmignore rename to stable/socials/5.2.2/.helmignore diff --git a/stable/socials/5.2.2/CHANGELOG.md b/stable/socials/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0ac93eeacf7 --- /dev/null +++ b/stable/socials/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/socials/5.2.2/Chart.yaml b/stable/socials/5.2.2/Chart.yaml new file mode 100644 index 00000000000..74c5c6b5130 --- /dev/null +++ b/stable/socials/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/socials/5.1.1/README.md b/stable/socials/5.2.2/README.md similarity index 100% rename from stable/socials/5.1.1/README.md rename to stable/socials/5.2.2/README.md diff --git a/stable/socials/5.2.2/app-changelog.md b/stable/socials/5.2.2/app-changelog.md new file mode 100644 index 00000000000..12d7532064d --- /dev/null +++ b/stable/socials/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/socials/5.1.1/app-readme.md b/stable/socials/5.2.2/app-readme.md similarity index 100% rename from stable/socials/5.1.1/app-readme.md rename to stable/socials/5.2.2/app-readme.md diff --git a/stable/socials/5.2.2/charts/common-18.1.6.tgz b/stable/socials/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/socials/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/socials/5.1.1/ix_values.yaml b/stable/socials/5.2.2/ix_values.yaml similarity index 100% rename from stable/socials/5.1.1/ix_values.yaml rename to stable/socials/5.2.2/ix_values.yaml diff --git a/stable/socials/5.1.1/questions.yaml b/stable/socials/5.2.2/questions.yaml similarity index 100% rename from stable/socials/5.1.1/questions.yaml rename to stable/socials/5.2.2/questions.yaml diff --git a/stable/songkong/5.1.2/templates/common.yaml b/stable/socials/5.2.2/templates/common.yaml similarity index 100% rename from stable/songkong/5.1.2/templates/common.yaml rename to stable/socials/5.2.2/templates/common.yaml diff --git a/stable/steam-headless/3.1.2/values.yaml b/stable/socials/5.2.2/values.yaml similarity index 100% rename from stable/steam-headless/3.1.2/values.yaml rename to stable/socials/5.2.2/values.yaml diff --git a/stable/soft-serve/6.1.1/CHANGELOG.md b/stable/soft-serve/6.1.1/CHANGELOG.md deleted file mode 100644 index dc071dbb0a9..00000000000 --- a/stable/soft-serve/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/soft-serve/6.1.1/Chart.yaml b/stable/soft-serve/6.1.1/Chart.yaml deleted file mode 100644 index b01216908cf..00000000000 --- a/stable/soft-serve/6.1.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: git - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/soft-serve/6.1.1/charts/common-18.0.2.tgz b/stable/soft-serve/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/soft-serve/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/storj-node/9.1.1/.helmignore b/stable/soft-serve/6.2.2/.helmignore similarity index 100% rename from stable/storj-node/9.1.1/.helmignore rename to stable/soft-serve/6.2.2/.helmignore diff --git a/stable/soft-serve/6.2.2/CHANGELOG.md b/stable/soft-serve/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..86b9eec6676 --- /dev/null +++ b/stable/soft-serve/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/soft-serve/6.2.2/Chart.yaml b/stable/soft-serve/6.2.2/Chart.yaml new file mode 100644 index 00000000000..a30ec513e86 --- /dev/null +++ b/stable/soft-serve/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.7.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/soft-serve/6.1.1/README.md b/stable/soft-serve/6.2.2/README.md similarity index 100% rename from stable/soft-serve/6.1.1/README.md rename to stable/soft-serve/6.2.2/README.md diff --git a/stable/soft-serve/6.2.2/app-changelog.md b/stable/soft-serve/6.2.2/app-changelog.md new file mode 100644 index 00000000000..2d7e51427e9 --- /dev/null +++ b/stable/soft-serve/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/soft-serve/6.1.1/app-readme.md b/stable/soft-serve/6.2.2/app-readme.md similarity index 100% rename from stable/soft-serve/6.1.1/app-readme.md rename to stable/soft-serve/6.2.2/app-readme.md diff --git a/stable/soft-serve/6.2.2/charts/common-18.1.6.tgz b/stable/soft-serve/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/soft-serve/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/soft-serve/6.1.1/ix_values.yaml b/stable/soft-serve/6.2.2/ix_values.yaml similarity index 100% rename from stable/soft-serve/6.1.1/ix_values.yaml rename to stable/soft-serve/6.2.2/ix_values.yaml diff --git a/stable/soft-serve/6.1.1/questions.yaml b/stable/soft-serve/6.2.2/questions.yaml similarity index 100% rename from stable/soft-serve/6.1.1/questions.yaml rename to stable/soft-serve/6.2.2/questions.yaml diff --git a/stable/syslog-ng/9.1.1/templates/NOTES.txt b/stable/soft-serve/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/syslog-ng/9.1.1/templates/NOTES.txt rename to stable/soft-serve/6.2.2/templates/NOTES.txt diff --git a/stable/soft-serve/6.1.1/templates/_secret.tpl b/stable/soft-serve/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/6.1.1/templates/_secret.tpl rename to stable/soft-serve/6.2.2/templates/_secret.tpl diff --git a/stable/soft-serve/6.1.1/templates/common.yaml b/stable/soft-serve/6.2.2/templates/common.yaml similarity index 100% rename from stable/soft-serve/6.1.1/templates/common.yaml rename to stable/soft-serve/6.2.2/templates/common.yaml diff --git a/stable/storj-node/9.1.1/values.yaml b/stable/soft-serve/6.2.2/values.yaml similarity index 100% rename from stable/storj-node/9.1.1/values.yaml rename to stable/soft-serve/6.2.2/values.yaml diff --git a/stable/storm/5.1.1/.helmignore b/stable/sonarr/21.0.2/.helmignore similarity index 100% rename from stable/storm/5.1.1/.helmignore rename to stable/sonarr/21.0.2/.helmignore diff --git a/stable/sonarr/21.0.2/CHANGELOG.md b/stable/sonarr/21.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b9546e827dc --- /dev/null +++ b/stable/sonarr/21.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [sonarr-19.0.28](https://github.com/truecharts/charts/compare/sonarr-19.0.27...sonarr-19.0.28) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + +## [sonarr-19.0.27](https://github.com/truecharts/charts/compare/sonarr-19.0.26...sonarr-19.0.27) (2024-01-21) + +### Chore diff --git a/stable/sonarr/21.0.2/Chart.yaml b/stable/sonarr/21.0.2/Chart.yaml new file mode 100644 index 00000000000..100e93442af --- /dev/null +++ b/stable/sonarr/21.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.2.1183 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/sonarr/21.0.2/README.md b/stable/sonarr/21.0.2/README.md new file mode 100644 index 00000000000..d347b8af5b9 --- /dev/null +++ b/stable/sonarr/21.0.2/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.0.2/app-changelog.md b/stable/sonarr/21.0.2/app-changelog.md new file mode 100644 index 00000000000..444969333f8 --- /dev/null +++ b/stable/sonarr/21.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sonarr/21.0.2/app-readme.md b/stable/sonarr/21.0.2/app-readme.md new file mode 100644 index 00000000000..ec61484a6bd --- /dev/null +++ b/stable/sonarr/21.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/sonarr/21.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sonarr/21.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/sonarr/21.0.2/ix_values.yaml b/stable/sonarr/21.0.2/ix_values.yaml new file mode 100644 index 00000000000..851b9add787 --- /dev/null +++ b/stable/sonarr/21.0.2/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.0.2/questions.yaml b/stable/sonarr/21.0.2/questions.yaml new file mode 100755 index 00000000000..a7373fd8a34 --- /dev/null +++ b/stable/sonarr/21.0.2/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/tagspaces/3.1.1/templates/NOTES.txt b/stable/sonarr/21.0.2/templates/NOTES.txt similarity index 100% rename from stable/tagspaces/3.1.1/templates/NOTES.txt rename to stable/sonarr/21.0.2/templates/NOTES.txt diff --git a/stable/sonarr/21.0.2/templates/common.yaml b/stable/sonarr/21.0.2/templates/common.yaml new file mode 100644 index 00000000000..3c93f578611 --- /dev/null +++ b/stable/sonarr/21.0.2/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/storm/5.1.1/values.yaml b/stable/sonarr/21.0.2/values.yaml similarity index 100% rename from stable/storm/5.1.1/values.yaml rename to stable/sonarr/21.0.2/values.yaml diff --git a/stable/songkong/5.1.2/CHANGELOG.md b/stable/songkong/5.1.2/CHANGELOG.md deleted file mode 100644 index 944121112e6..00000000000 --- a/stable/songkong/5.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/songkong/5.1.2/Chart.yaml b/stable/songkong/5.1.2/Chart.yaml deleted file mode 100644 index b7c1ca1a343..00000000000 --- a/stable/songkong/5.1.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: MediaApp-Music - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/songkong/5.1.2/charts/common-18.0.2.tgz b/stable/songkong/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/songkong/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/songkong/5.1.2/ix_values.yaml b/stable/songkong/5.1.2/ix_values.yaml deleted file mode 100644 index 1734c871593..00000000000 --- a/stable/songkong/5.1.2/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/strapi/13.1.1/.helmignore b/stable/songkong/5.2.3/.helmignore similarity index 100% rename from stable/strapi/13.1.1/.helmignore rename to stable/songkong/5.2.3/.helmignore diff --git a/stable/songkong/5.2.3/CHANGELOG.md b/stable/songkong/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..1d78030b44a --- /dev/null +++ b/stable/songkong/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/songkong/5.2.3/Chart.yaml b/stable/songkong/5.2.3/Chart.yaml new file mode 100644 index 00000000000..6f8bf107512 --- /dev/null +++ b/stable/songkong/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/songkong/5.1.2/README.md b/stable/songkong/5.2.3/README.md similarity index 100% rename from stable/songkong/5.1.2/README.md rename to stable/songkong/5.2.3/README.md diff --git a/stable/songkong/5.2.3/app-changelog.md b/stable/songkong/5.2.3/app-changelog.md new file mode 100644 index 00000000000..5f356ed392d --- /dev/null +++ b/stable/songkong/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/songkong/5.1.2/app-readme.md b/stable/songkong/5.2.3/app-readme.md similarity index 100% rename from stable/songkong/5.1.2/app-readme.md rename to stable/songkong/5.2.3/app-readme.md diff --git a/stable/songkong/5.2.3/charts/common-18.1.6.tgz b/stable/songkong/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/songkong/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/songkong/5.2.3/ix_values.yaml b/stable/songkong/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..d6a377b3185 --- /dev/null +++ b/stable/songkong/5.2.3/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.1.2/questions.yaml b/stable/songkong/5.2.3/questions.yaml similarity index 100% rename from stable/songkong/5.1.2/questions.yaml rename to stable/songkong/5.2.3/questions.yaml diff --git a/stable/sourcegraph/5.1.2/templates/common.yaml b/stable/songkong/5.2.3/templates/common.yaml similarity index 100% rename from stable/sourcegraph/5.1.2/templates/common.yaml rename to stable/songkong/5.2.3/templates/common.yaml diff --git a/stable/strapi/13.1.1/values.yaml b/stable/songkong/5.2.3/values.yaml similarity index 100% rename from stable/strapi/13.1.1/values.yaml rename to stable/songkong/5.2.3/values.yaml diff --git a/stable/sonsoftheforest/3.1.1/CHANGELOG.md b/stable/sonsoftheforest/3.1.1/CHANGELOG.md deleted file mode 100644 index bc920c60980..00000000000 --- a/stable/sonsoftheforest/3.1.1/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)) - - -## [sonsoftheforest-2.1.4](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.3...sonsoftheforest-2.1.4) (2024-01-01) diff --git a/stable/sonsoftheforest/3.1.1/Chart.yaml b/stable/sonsoftheforest/3.1.1/Chart.yaml deleted file mode 100644 index b53e1699950..00000000000 --- a/stable/sonsoftheforest/3.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: sonsoftheforest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sonsoftheforest/3.1.1/charts/common-18.0.2.tgz b/stable/sonsoftheforest/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sonsoftheforest/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/stun-turn-server/6.1.1/.helmignore b/stable/sonsoftheforest/3.2.2/.helmignore similarity index 100% rename from stable/stun-turn-server/6.1.1/.helmignore rename to stable/sonsoftheforest/3.2.2/.helmignore diff --git a/stable/sonsoftheforest/3.2.2/CHANGELOG.md b/stable/sonsoftheforest/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..46562292417 --- /dev/null +++ b/stable/sonsoftheforest/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sonsoftheforest/3.2.2/Chart.yaml b/stable/sonsoftheforest/3.2.2/Chart.yaml new file mode 100644 index 00000000000..83e59e7cee5 --- /dev/null +++ b/stable/sonsoftheforest/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: sonsoftheforest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sonsoftheforest/3.1.1/README.md b/stable/sonsoftheforest/3.2.2/README.md similarity index 100% rename from stable/sonsoftheforest/3.1.1/README.md rename to stable/sonsoftheforest/3.2.2/README.md diff --git a/stable/sonsoftheforest/3.2.2/app-changelog.md b/stable/sonsoftheforest/3.2.2/app-changelog.md new file mode 100644 index 00000000000..f1e00827ad1 --- /dev/null +++ b/stable/sonsoftheforest/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sonsoftheforest/3.1.1/app-readme.md b/stable/sonsoftheforest/3.2.2/app-readme.md similarity index 100% rename from stable/sonsoftheforest/3.1.1/app-readme.md rename to stable/sonsoftheforest/3.2.2/app-readme.md diff --git a/stable/sonsoftheforest/3.2.2/charts/common-18.1.6.tgz b/stable/sonsoftheforest/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sonsoftheforest/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sonsoftheforest/3.1.1/ix_values.yaml b/stable/sonsoftheforest/3.2.2/ix_values.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.1/ix_values.yaml rename to stable/sonsoftheforest/3.2.2/ix_values.yaml diff --git a/stable/sonsoftheforest/3.1.1/questions.yaml b/stable/sonsoftheforest/3.2.2/questions.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.1/questions.yaml rename to stable/sonsoftheforest/3.2.2/questions.yaml diff --git a/stable/tailscale/8.2.1/templates/NOTES.txt b/stable/sonsoftheforest/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/tailscale/8.2.1/templates/NOTES.txt rename to stable/sonsoftheforest/3.2.2/templates/NOTES.txt diff --git a/stable/sonsoftheforest/3.1.1/templates/_configmap.tpl b/stable/sonsoftheforest/3.2.2/templates/_configmap.tpl similarity index 100% rename from stable/sonsoftheforest/3.1.1/templates/_configmap.tpl rename to stable/sonsoftheforest/3.2.2/templates/_configmap.tpl diff --git a/stable/sonsoftheforest/3.1.1/templates/common.yaml b/stable/sonsoftheforest/3.2.2/templates/common.yaml similarity index 100% rename from stable/sonsoftheforest/3.1.1/templates/common.yaml rename to stable/sonsoftheforest/3.2.2/templates/common.yaml diff --git a/stable/stun-turn-server/6.1.1/values.yaml b/stable/sonsoftheforest/3.2.2/values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.1/values.yaml rename to stable/sonsoftheforest/3.2.2/values.yaml diff --git a/stable/sourcegraph/5.1.2/CHANGELOG.md b/stable/sourcegraph/5.1.2/CHANGELOG.md deleted file mode 100644 index 033f0bfd211..00000000000 --- a/stable/sourcegraph/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/sourcegraph/5.1.2/Chart.yaml b/stable/sourcegraph/5.1.2/Chart.yaml deleted file mode 100644 index 43bdb741aec..00000000000 --- a/stable/sourcegraph/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/sourcegraph/5.1.2/charts/common-18.0.2.tgz b/stable/sourcegraph/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sourcegraph/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/sourcegraph/5.1.2/ix_values.yaml b/stable/sourcegraph/5.1.2/ix_values.yaml deleted file mode 100644 index 18a02e95645..00000000000 --- a/stable/sourcegraph/5.1.2/ix_values.yaml +++ /dev/null @@ -1,42 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: sourcegraph/server - tag: 5.3.0@sha256:2328fdc6ed9c39e76fd93293e4027f8c3c660142e6c1972d079bebe271c665db -persistence: - applicationdatastoragepath: - enabled: true - mountPath: /var/opt/sourcegraph - configstoragepath: - enabled: true - mountPath: /etc/sourcegraph -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - adminconsolepo: - enabled: true - ports: - adminconsolepo: - enabled: true - port: 2633 - protocol: tcp - targetPort: 2633 - grafanaport: - enabled: true - ports: - grafanaport: - enabled: true - port: 3370 - protocol: tcp - targetPort: 3370 - main: - ports: - main: - port: 7080 - protocol: http - targetPort: 7080 diff --git a/stable/suistartpage/5.1.1/.helmignore b/stable/sourcegraph/5.2.2/.helmignore similarity index 100% rename from stable/suistartpage/5.1.1/.helmignore rename to stable/sourcegraph/5.2.2/.helmignore diff --git a/stable/sourcegraph/5.2.2/CHANGELOG.md b/stable/sourcegraph/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1ad30704ba4 --- /dev/null +++ b/stable/sourcegraph/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/sourcegraph/5.2.2/Chart.yaml b/stable/sourcegraph/5.2.2/Chart.yaml new file mode 100644 index 00000000000..7aa0ba7d957 --- /dev/null +++ b/stable/sourcegraph/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sourcegraph/5.1.2/README.md b/stable/sourcegraph/5.2.2/README.md similarity index 100% rename from stable/sourcegraph/5.1.2/README.md rename to stable/sourcegraph/5.2.2/README.md diff --git a/stable/sourcegraph/5.2.2/app-changelog.md b/stable/sourcegraph/5.2.2/app-changelog.md new file mode 100644 index 00000000000..24a1602d77f --- /dev/null +++ b/stable/sourcegraph/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sourcegraph/5.1.2/app-readme.md b/stable/sourcegraph/5.2.2/app-readme.md similarity index 100% rename from stable/sourcegraph/5.1.2/app-readme.md rename to stable/sourcegraph/5.2.2/app-readme.md diff --git a/stable/sourcegraph/5.2.2/charts/common-18.1.6.tgz b/stable/sourcegraph/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sourcegraph/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sourcegraph/5.2.2/ix_values.yaml b/stable/sourcegraph/5.2.2/ix_values.yaml new file mode 100644 index 00000000000..c94b553d8cf --- /dev/null +++ b/stable/sourcegraph/5.2.2/ix_values.yaml @@ -0,0 +1,42 @@ +image: + pullPolicy: IfNotPresent + repository: sourcegraph/server + tag: 5.3.1@sha256:87d55b9acd410401d1c08a236c8c8a2bf8903d87d201129f0abfbed1535a646e +persistence: + applicationdatastoragepath: + enabled: true + mountPath: /var/opt/sourcegraph + configstoragepath: + enabled: true + mountPath: /etc/sourcegraph +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + adminconsolepo: + enabled: true + ports: + adminconsolepo: + enabled: true + port: 2633 + protocol: tcp + targetPort: 2633 + grafanaport: + enabled: true + ports: + grafanaport: + enabled: true + port: 3370 + protocol: tcp + targetPort: 3370 + main: + ports: + main: + port: 7080 + protocol: http + targetPort: 7080 diff --git a/stable/sourcegraph/5.1.2/questions.yaml b/stable/sourcegraph/5.2.2/questions.yaml similarity index 100% rename from stable/sourcegraph/5.1.2/questions.yaml rename to stable/sourcegraph/5.2.2/questions.yaml diff --git a/stable/sqlite-web/5.1.1/templates/common.yaml b/stable/sourcegraph/5.2.2/templates/common.yaml similarity index 100% rename from stable/sqlite-web/5.1.1/templates/common.yaml rename to stable/sourcegraph/5.2.2/templates/common.yaml diff --git a/stable/suistartpage/5.1.1/values.yaml b/stable/sourcegraph/5.2.2/values.yaml similarity index 100% rename from stable/suistartpage/5.1.1/values.yaml rename to stable/sourcegraph/5.2.2/values.yaml diff --git a/stable/spaceengineers/6.1.1/CHANGELOG.md b/stable/spaceengineers/6.1.1/CHANGELOG.md deleted file mode 100644 index 7abcf1d8b72..00000000000 --- a/stable/spaceengineers/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/spaceengineers/6.1.1/Chart.yaml b/stable/spaceengineers/6.1.1/Chart.yaml deleted file mode 100644 index b2fa0c99a4e..00000000000 --- a/stable/spaceengineers/6.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/spaceengineers/6.1.1/charts/common-18.0.2.tgz b/stable/spaceengineers/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/spaceengineers/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/survivethenights/5.1.1/.helmignore b/stable/spaceengineers/6.2.2/.helmignore similarity index 100% rename from stable/survivethenights/5.1.1/.helmignore rename to stable/spaceengineers/6.2.2/.helmignore diff --git a/stable/spaceengineers/6.2.2/CHANGELOG.md b/stable/spaceengineers/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..52d19d55730 --- /dev/null +++ b/stable/spaceengineers/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/spaceengineers/6.2.2/Chart.yaml b/stable/spaceengineers/6.2.2/Chart.yaml new file mode 100644 index 00000000000..3fa3deb54d2 --- /dev/null +++ b/stable/spaceengineers/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/spaceengineers/6.1.1/README.md b/stable/spaceengineers/6.2.2/README.md similarity index 100% rename from stable/spaceengineers/6.1.1/README.md rename to stable/spaceengineers/6.2.2/README.md diff --git a/stable/spaceengineers/6.2.2/app-changelog.md b/stable/spaceengineers/6.2.2/app-changelog.md new file mode 100644 index 00000000000..0f1c821a459 --- /dev/null +++ b/stable/spaceengineers/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/spaceengineers/6.1.1/app-readme.md b/stable/spaceengineers/6.2.2/app-readme.md similarity index 100% rename from stable/spaceengineers/6.1.1/app-readme.md rename to stable/spaceengineers/6.2.2/app-readme.md diff --git a/stable/spaceengineers/6.2.2/charts/common-18.1.6.tgz b/stable/spaceengineers/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/spaceengineers/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/spaceengineers/6.1.1/ix_values.yaml b/stable/spaceengineers/6.2.2/ix_values.yaml similarity index 100% rename from stable/spaceengineers/6.1.1/ix_values.yaml rename to stable/spaceengineers/6.2.2/ix_values.yaml diff --git a/stable/spaceengineers/6.1.1/questions.yaml b/stable/spaceengineers/6.2.2/questions.yaml similarity index 100% rename from stable/spaceengineers/6.1.1/questions.yaml rename to stable/spaceengineers/6.2.2/questions.yaml diff --git a/stable/tauticord/3.1.2/templates/NOTES.txt b/stable/spaceengineers/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/tauticord/3.1.2/templates/NOTES.txt rename to stable/spaceengineers/6.2.2/templates/NOTES.txt diff --git a/stable/stun-turn-server/6.1.1/templates/common.yaml b/stable/spaceengineers/6.2.2/templates/common.yaml similarity index 100% rename from stable/stun-turn-server/6.1.1/templates/common.yaml rename to stable/spaceengineers/6.2.2/templates/common.yaml diff --git a/stable/survivethenights/5.1.1/values.yaml b/stable/spaceengineers/6.2.2/values.yaml similarity index 100% rename from stable/survivethenights/5.1.1/values.yaml rename to stable/spaceengineers/6.2.2/values.yaml diff --git a/stable/speedtest-exporter/10.1.3/CHANGELOG.md b/stable/speedtest-exporter/10.1.3/CHANGELOG.md deleted file mode 100644 index 354d006e0fb..00000000000 --- a/stable/speedtest-exporter/10.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [speedtest-exporter-9.1.3](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.0...speedtest-exporter-9.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/speedtest-exporter/10.1.3/Chart.yaml b/stable/speedtest-exporter/10.1.3/Chart.yaml deleted file mode 100644 index 1519d548b20..00000000000 --- a/stable/speedtest-exporter/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: 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.0.3 - 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.1.3 diff --git a/stable/speedtest-exporter/10.1.3/charts/common-18.0.3.tgz b/stable/speedtest-exporter/10.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/speedtest-exporter/10.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/speedtest-exporter/10.1.3/ix_values.yaml b/stable/speedtest-exporter/10.1.3/ix_values.yaml deleted file mode 100644 index 98a3a73e1b4..00000000000 --- a/stable/speedtest-exporter/10.1.3/ix_values.yaml +++ /dev/null @@ -1,37 +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 diff --git a/stable/synclounge/9.1.3/.helmignore b/stable/speedtest-exporter/10.3.3/.helmignore similarity index 100% rename from stable/synclounge/9.1.3/.helmignore rename to stable/speedtest-exporter/10.3.3/.helmignore diff --git a/stable/speedtest-exporter/10.3.3/CHANGELOG.md b/stable/speedtest-exporter/10.3.3/CHANGELOG.md new file mode 100644 index 00000000000..0f3ccdbd7f2 --- /dev/null +++ b/stable/speedtest-exporter/10.3.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 \ No newline at end of file diff --git a/stable/speedtest-exporter/10.3.3/Chart.yaml b/stable/speedtest-exporter/10.3.3/Chart.yaml new file mode 100644 index 00000000000..94e9a6bccb0 --- /dev/null +++ b/stable/speedtest-exporter/10.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.4 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/speedtest-exporter/10.1.3/README.md b/stable/speedtest-exporter/10.3.3/README.md similarity index 100% rename from stable/speedtest-exporter/10.1.3/README.md rename to stable/speedtest-exporter/10.3.3/README.md diff --git a/stable/speedtest-exporter/10.3.3/app-changelog.md b/stable/speedtest-exporter/10.3.3/app-changelog.md new file mode 100644 index 00000000000..1029899a50e --- /dev/null +++ b/stable/speedtest-exporter/10.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/speedtest-exporter/10.1.3/app-readme.md b/stable/speedtest-exporter/10.3.3/app-readme.md similarity index 100% rename from stable/speedtest-exporter/10.1.3/app-readme.md rename to stable/speedtest-exporter/10.3.3/app-readme.md diff --git a/stable/speedtest-exporter/10.3.3/charts/common-18.1.6.tgz b/stable/speedtest-exporter/10.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/speedtest-exporter/10.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/speedtest-exporter/10.3.3/dashboard.json b/stable/speedtest-exporter/10.3.3/dashboard.json new file mode 100644 index 00000000000..0de30f7dcd1 --- /dev/null +++ b/stable/speedtest-exporter/10.3.3/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.3.3/ix_values.yaml b/stable/speedtest-exporter/10.3.3/ix_values.yaml new file mode 100644 index 00000000000..980c0e5a605 --- /dev/null +++ b/stable/speedtest-exporter/10.3.3/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.1.3/questions.yaml b/stable/speedtest-exporter/10.3.3/questions.yaml similarity index 100% rename from stable/speedtest-exporter/10.1.3/questions.yaml rename to stable/speedtest-exporter/10.3.3/questions.yaml diff --git a/stable/tautulli/18.1.1/templates/NOTES.txt b/stable/speedtest-exporter/10.3.3/templates/NOTES.txt similarity index 100% rename from stable/tautulli/18.1.1/templates/NOTES.txt rename to stable/speedtest-exporter/10.3.3/templates/NOTES.txt diff --git a/stable/synclounge/9.1.3/templates/common.yaml b/stable/speedtest-exporter/10.3.3/templates/common.yaml similarity index 100% rename from stable/synclounge/9.1.3/templates/common.yaml rename to stable/speedtest-exporter/10.3.3/templates/common.yaml diff --git a/stable/synclounge/9.1.3/values.yaml b/stable/speedtest-exporter/10.3.3/values.yaml similarity index 100% rename from stable/synclounge/9.1.3/values.yaml rename to stable/speedtest-exporter/10.3.3/values.yaml diff --git a/stable/syncthing/18.1.2/.helmignore b/stable/speedtest-tracker/1.2.2/.helmignore similarity index 100% rename from stable/syncthing/18.1.2/.helmignore rename to stable/speedtest-tracker/1.2.2/.helmignore diff --git a/stable/speedtest-tracker/1.2.2/CHANGELOG.md b/stable/speedtest-tracker/1.2.2/CHANGELOG.md new file mode 100644 index 00000000000..45333be62b2 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.2.2/Chart.yaml b/stable/speedtest-tracker/1.2.2/Chart.yaml new file mode 100644 index 00000000000..a16588af8d4 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.18.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/speedtest-tracker/1.2.2/README.md b/stable/speedtest-tracker/1.2.2/README.md new file mode 100644 index 00000000000..af5f62f0311 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/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/speedtest-tracker) + +**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/speedtest-tracker/1.2.2/app-changelog.md b/stable/speedtest-tracker/1.2.2/app-changelog.md new file mode 100644 index 00000000000..d3556a45843 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.2.2/app-readme.md b/stable/speedtest-tracker/1.2.2/app-readme.md new file mode 100644 index 00000000000..4e62f544697 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/app-readme.md @@ -0,0 +1,8 @@ +Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/speedtest-tracker](https://truecharts.org/charts/stable/speedtest-tracker) + +--- + +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/speedtest-tracker/1.2.2/charts/common-18.1.6.tgz b/stable/speedtest-tracker/1.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/speedtest-tracker/1.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/vikunja/13.1.1/charts/redis-11.2.1.tgz b/stable/speedtest-tracker/1.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/vikunja/13.1.1/charts/redis-11.2.1.tgz rename to stable/speedtest-tracker/1.2.2/charts/redis-11.2.1.tgz diff --git a/stable/speedtest-tracker/1.2.2/ix_values.yaml b/stable/speedtest-tracker/1.2.2/ix_values.yaml new file mode 100644 index 00000000000..f7f72173251 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/ix_values.yaml @@ -0,0 +1,94 @@ +image: + repository: ghcr.io/linuxserver/speedtest-tracker + pullPolicy: IfNotPresent + tag: 0.18.2@sha256:e48732dd576a261b4ea5bd932e0fee58ac9b7598044fb94cb5e8d7dd4b09bebb +service: + main: + ports: + main: + targetPort: 80 + port: 9004 +ingress: + main: + integrations: + homepage: + widget: + type: speedtest +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: false +redis: + enabled: true + redisUsername: default +cnpg: + main: + enabled: true + user: speedtest-tracker + database: speedtest-tracker +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - SYS_CHROOT + - KILL + probes: + liveness: + enabled: true + type: http + path: /api/healthcheck + startup: + enabled: true + type: http + path: /api/healthcheck + readiness: + enabled: true + type: http + path: /api/healthcheck + env: + APP_URL: "" + DB_CONNECTION: pgsql + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PORT: "5432" + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + APP_KEY: + secretKeyRef: + name: speedtest-tracker-secrets + key: APP_KEY + MAIL_MAILER: "smtp" + MAIL_PORT: 465 + MAIL_USERNAME: "" + MAIL_PASSWORD: "" + MAIL_ENCRYPTION: "SSL" + MAIL_FROM_ADDRESS: "" + MAIL_FROM_NAME: "Speedtest Tracker" + TELEGRAM_BOT_TOKEN: "" + CACHE_DRIVER: redis + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/speedtest-tracker/1.2.2/questions.yaml b/stable/speedtest-tracker/1.2.2/questions.yaml new file mode 100755 index 00000000000..11da0846194 --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/questions.yaml @@ -0,0 +1,3374 @@ +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/tdarr-node/9.1.1/templates/NOTES.txt b/stable/speedtest-tracker/1.2.2/templates/NOTES.txt similarity index 100% rename from stable/tdarr-node/9.1.1/templates/NOTES.txt rename to stable/speedtest-tracker/1.2.2/templates/NOTES.txt diff --git a/stable/speedtest-tracker/1.2.2/templates/_secrets.tpl b/stable/speedtest-tracker/1.2.2/templates/_secrets.tpl new file mode 100644 index 00000000000..7159a4757ce --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/templates/_secrets.tpl @@ -0,0 +1,11 @@ +{{/* Define the secrets */}} +{{- define "speedtest-tracker.secrets" -}} +{{- $secretName := (printf "%s-speedtest-tracker-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}} +{{- $key := randAlphaNum 32 -}} +{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}} + {{- $key = index .data "APP_KEY" | b64dec -}} +{{- end }} +enabled: true +data: + APP_KEY: {{ $key }} +{{- end -}} diff --git a/stable/speedtest-tracker/1.2.2/templates/common.yaml b/stable/speedtest-tracker/1.2.2/templates/common.yaml new file mode 100644 index 00000000000..5fb28a10c7a --- /dev/null +++ b/stable/speedtest-tracker/1.2.2/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{ include "tc.v1.common.loader.init" . }} + +{{/* Render secrets for speedtest-tracker */}} +{{- $secrets := include "speedtest-tracker.secrets" . | fromYaml -}} +{{- if $secrets -}} +{{- $_ := set .Values.secret "speedtest-tracker-secrets" $secrets -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/syncthing/18.1.2/values.yaml b/stable/speedtest-tracker/1.2.2/values.yaml similarity index 100% rename from stable/syncthing/18.1.2/values.yaml rename to stable/speedtest-tracker/1.2.2/values.yaml diff --git a/stable/splunk/7.1.1/CHANGELOG.md b/stable/splunk/7.1.1/CHANGELOG.md deleted file mode 100644 index 06d9a5c0eaa..00000000000 --- a/stable/splunk/7.1.1/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)) - - -## [splunk-6.1.5](https://github.com/truecharts/charts/compare/splunk-6.1.4...splunk-6.1.5) (2024-01-02) diff --git a/stable/splunk/7.1.1/Chart.yaml b/stable/splunk/7.1.1/Chart.yaml deleted file mode 100644 index f6712213f15..00000000000 --- a/stable/splunk/7.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/splunk/7.1.1/charts/common-18.0.2.tgz b/stable/splunk/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/splunk/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/synctube/7.1.1/.helmignore b/stable/splunk/7.2.2/.helmignore similarity index 100% rename from stable/synctube/7.1.1/.helmignore rename to stable/splunk/7.2.2/.helmignore diff --git a/stable/splunk/7.2.2/CHANGELOG.md b/stable/splunk/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c55dcf1e400 --- /dev/null +++ b/stable/splunk/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/splunk/7.2.2/Chart.yaml b/stable/splunk/7.2.2/Chart.yaml new file mode 100644 index 00000000000..d8854979492 --- /dev/null +++ b/stable/splunk/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/splunk/7.1.1/README.md b/stable/splunk/7.2.2/README.md similarity index 100% rename from stable/splunk/7.1.1/README.md rename to stable/splunk/7.2.2/README.md diff --git a/stable/splunk/7.2.2/app-changelog.md b/stable/splunk/7.2.2/app-changelog.md new file mode 100644 index 00000000000..a9d617fef76 --- /dev/null +++ b/stable/splunk/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/splunk/7.1.1/app-readme.md b/stable/splunk/7.2.2/app-readme.md similarity index 100% rename from stable/splunk/7.1.1/app-readme.md rename to stable/splunk/7.2.2/app-readme.md diff --git a/stable/splunk/7.2.2/charts/common-18.1.6.tgz b/stable/splunk/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/splunk/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/splunk/7.1.1/ix_values.yaml b/stable/splunk/7.2.2/ix_values.yaml similarity index 100% rename from stable/splunk/7.1.1/ix_values.yaml rename to stable/splunk/7.2.2/ix_values.yaml diff --git a/stable/splunk/7.1.1/questions.yaml b/stable/splunk/7.2.2/questions.yaml similarity index 100% rename from stable/splunk/7.1.1/questions.yaml rename to stable/splunk/7.2.2/questions.yaml diff --git a/stable/tdarr/9.1.1/templates/NOTES.txt b/stable/splunk/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/tdarr/9.1.1/templates/NOTES.txt rename to stable/splunk/7.2.2/templates/NOTES.txt diff --git a/stable/splunk/7.1.1/templates/_config.tpl b/stable/splunk/7.2.2/templates/_config.tpl similarity index 100% rename from stable/splunk/7.1.1/templates/_config.tpl rename to stable/splunk/7.2.2/templates/_config.tpl diff --git a/stable/splunk/7.1.1/templates/common.yaml b/stable/splunk/7.2.2/templates/common.yaml similarity index 100% rename from stable/splunk/7.1.1/templates/common.yaml rename to stable/splunk/7.2.2/templates/common.yaml diff --git a/stable/synctube/7.1.1/values.yaml b/stable/splunk/7.2.2/values.yaml similarity index 100% rename from stable/synctube/7.1.1/values.yaml rename to stable/splunk/7.2.2/values.yaml diff --git a/stable/spotweb/12.1.1/CHANGELOG.md b/stable/spotweb/12.1.1/CHANGELOG.md deleted file mode 100644 index 742cd8da4ab..00000000000 --- a/stable/spotweb/12.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/spotweb/12.1.1/Chart.yaml b/stable/spotweb/12.1.1/Chart.yaml deleted file mode 100644 index cc359df6879..00000000000 --- a/stable/spotweb/12.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/spotweb/12.1.1/charts/common-18.0.2.tgz b/stable/spotweb/12.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/spotweb/12.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/syslog-ng/9.1.1/.helmignore b/stable/spotweb/12.2.2/.helmignore similarity index 100% rename from stable/syslog-ng/9.1.1/.helmignore rename to stable/spotweb/12.2.2/.helmignore diff --git a/stable/spotweb/12.2.2/CHANGELOG.md b/stable/spotweb/12.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cf0f699e54c --- /dev/null +++ b/stable/spotweb/12.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/spotweb/12.2.2/Chart.yaml b/stable/spotweb/12.2.2/Chart.yaml new file mode 100644 index 00000000000..2c79d7ae4e7 --- /dev/null +++ b/stable/spotweb/12.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/spotweb/12.1.1/README.md b/stable/spotweb/12.2.2/README.md similarity index 100% rename from stable/spotweb/12.1.1/README.md rename to stable/spotweb/12.2.2/README.md diff --git a/stable/spotweb/12.2.2/app-changelog.md b/stable/spotweb/12.2.2/app-changelog.md new file mode 100644 index 00000000000..5963ee64a54 --- /dev/null +++ b/stable/spotweb/12.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/spotweb/12.1.1/app-readme.md b/stable/spotweb/12.2.2/app-readme.md similarity index 100% rename from stable/spotweb/12.1.1/app-readme.md rename to stable/spotweb/12.2.2/app-readme.md diff --git a/stable/spotweb/12.2.2/charts/common-18.1.6.tgz b/stable/spotweb/12.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/spotweb/12.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/spotweb/12.1.1/ix_values.yaml b/stable/spotweb/12.2.2/ix_values.yaml similarity index 100% rename from stable/spotweb/12.1.1/ix_values.yaml rename to stable/spotweb/12.2.2/ix_values.yaml diff --git a/stable/spotweb/12.1.1/questions.yaml b/stable/spotweb/12.2.2/questions.yaml similarity index 100% rename from stable/spotweb/12.1.1/questions.yaml rename to stable/spotweb/12.2.2/questions.yaml diff --git a/stable/teedy/15.1.1/templates/NOTES.txt b/stable/spotweb/12.2.2/templates/NOTES.txt similarity index 100% rename from stable/teedy/15.1.1/templates/NOTES.txt rename to stable/spotweb/12.2.2/templates/NOTES.txt diff --git a/stable/syncthing/18.1.2/templates/common.yaml b/stable/spotweb/12.2.2/templates/common.yaml similarity index 100% rename from stable/syncthing/18.1.2/templates/common.yaml rename to stable/spotweb/12.2.2/templates/common.yaml diff --git a/stable/syslog-ng/9.1.1/values.yaml b/stable/spotweb/12.2.2/values.yaml similarity index 100% rename from stable/syslog-ng/9.1.1/values.yaml rename to stable/spotweb/12.2.2/values.yaml diff --git a/stable/sqlite-web/5.1.1/CHANGELOG.md b/stable/sqlite-web/5.1.1/CHANGELOG.md deleted file mode 100644 index 7831760159f..00000000000 --- a/stable/sqlite-web/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sqlite-web/5.1.1/Chart.yaml b/stable/sqlite-web/5.1.1/Chart.yaml deleted file mode 100644 index 3d0f0f5bf09..00000000000 --- a/stable/sqlite-web/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sqlite-web/5.1.1/charts/common-18.0.2.tgz b/stable/sqlite-web/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sqlite-web/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.1.3/.helmignore b/stable/sqlite-web/5.2.2/.helmignore similarity index 100% rename from stable/tachidesk-docker/6.1.3/.helmignore rename to stable/sqlite-web/5.2.2/.helmignore diff --git a/stable/sqlite-web/5.2.2/CHANGELOG.md b/stable/sqlite-web/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..e7fa6e8f184 --- /dev/null +++ b/stable/sqlite-web/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sqlite-web/5.2.2/Chart.yaml b/stable/sqlite-web/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5f1c40b7f67 --- /dev/null +++ b/stable/sqlite-web/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sqlite-web/5.1.1/README.md b/stable/sqlite-web/5.2.2/README.md similarity index 100% rename from stable/sqlite-web/5.1.1/README.md rename to stable/sqlite-web/5.2.2/README.md diff --git a/stable/sqlite-web/5.2.2/app-changelog.md b/stable/sqlite-web/5.2.2/app-changelog.md new file mode 100644 index 00000000000..55b6b6f7bfd --- /dev/null +++ b/stable/sqlite-web/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sqlite-web/5.1.1/app-readme.md b/stable/sqlite-web/5.2.2/app-readme.md similarity index 100% rename from stable/sqlite-web/5.1.1/app-readme.md rename to stable/sqlite-web/5.2.2/app-readme.md diff --git a/stable/sqlite-web/5.2.2/charts/common-18.1.6.tgz b/stable/sqlite-web/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sqlite-web/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sqlite-web/5.1.1/ix_values.yaml b/stable/sqlite-web/5.2.2/ix_values.yaml similarity index 100% rename from stable/sqlite-web/5.1.1/ix_values.yaml rename to stable/sqlite-web/5.2.2/ix_values.yaml diff --git a/stable/sqlite-web/5.1.1/questions.yaml b/stable/sqlite-web/5.2.2/questions.yaml similarity index 100% rename from stable/sqlite-web/5.1.1/questions.yaml rename to stable/sqlite-web/5.2.2/questions.yaml diff --git a/stable/stackedit/5.1.1/templates/common.yaml b/stable/sqlite-web/5.2.2/templates/common.yaml similarity index 100% rename from stable/stackedit/5.1.1/templates/common.yaml rename to stable/sqlite-web/5.2.2/templates/common.yaml diff --git a/stable/tachidesk-docker/6.1.3/values.yaml b/stable/sqlite-web/5.2.2/values.yaml similarity index 100% rename from stable/tachidesk-docker/6.1.3/values.yaml rename to stable/sqlite-web/5.2.2/values.yaml diff --git a/stable/sqlitebrowser/10.1.1/CHANGELOG.md b/stable/sqlitebrowser/10.1.1/CHANGELOG.md deleted file mode 100644 index 8a80b553eca..00000000000 --- a/stable/sqlitebrowser/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/sqlitebrowser/10.1.1/Chart.yaml b/stable/sqlitebrowser/10.1.1/Chart.yaml deleted file mode 100644 index 8b56cda30e2..00000000000 --- a/stable/sqlitebrowser/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 18.04.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sqlitebrowser/10.1.1/charts/common-18.0.2.tgz b/stable/sqlitebrowser/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sqlitebrowser/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tagspaces/3.1.1/.helmignore b/stable/sqlitebrowser/10.2.2/.helmignore similarity index 100% rename from stable/tagspaces/3.1.1/.helmignore rename to stable/sqlitebrowser/10.2.2/.helmignore diff --git a/stable/sqlitebrowser/10.2.2/CHANGELOG.md b/stable/sqlitebrowser/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bff5aac4c45 --- /dev/null +++ b/stable/sqlitebrowser/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sqlitebrowser/10.2.2/Chart.yaml b/stable/sqlitebrowser/10.2.2/Chart.yaml new file mode 100644 index 00000000000..40c93d049be --- /dev/null +++ b/stable/sqlitebrowser/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 18.04.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sqlitebrowser/10.1.1/README.md b/stable/sqlitebrowser/10.2.2/README.md similarity index 100% rename from stable/sqlitebrowser/10.1.1/README.md rename to stable/sqlitebrowser/10.2.2/README.md diff --git a/stable/sqlitebrowser/10.2.2/app-changelog.md b/stable/sqlitebrowser/10.2.2/app-changelog.md new file mode 100644 index 00000000000..79fd42d5973 --- /dev/null +++ b/stable/sqlitebrowser/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sqlitebrowser/10.1.1/app-readme.md b/stable/sqlitebrowser/10.2.2/app-readme.md similarity index 100% rename from stable/sqlitebrowser/10.1.1/app-readme.md rename to stable/sqlitebrowser/10.2.2/app-readme.md diff --git a/stable/sqlitebrowser/10.2.2/charts/common-18.1.6.tgz b/stable/sqlitebrowser/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sqlitebrowser/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sqlitebrowser/10.1.1/ix_values.yaml b/stable/sqlitebrowser/10.2.2/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.1/ix_values.yaml rename to stable/sqlitebrowser/10.2.2/ix_values.yaml diff --git a/stable/sqlitebrowser/10.1.1/questions.yaml b/stable/sqlitebrowser/10.2.2/questions.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.1/questions.yaml rename to stable/sqlitebrowser/10.2.2/questions.yaml diff --git a/stable/thelounge/13.1.1/templates/NOTES.txt b/stable/sqlitebrowser/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/thelounge/13.1.1/templates/NOTES.txt rename to stable/sqlitebrowser/10.2.2/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.1.1/templates/common.yaml b/stable/sqlitebrowser/10.2.2/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/10.1.1/templates/common.yaml rename to stable/sqlitebrowser/10.2.2/templates/common.yaml diff --git a/stable/tagspaces/3.1.1/values.yaml b/stable/sqlitebrowser/10.2.2/values.yaml similarity index 100% rename from stable/tagspaces/3.1.1/values.yaml rename to stable/sqlitebrowser/10.2.2/values.yaml diff --git a/stable/sshwifty/5.1.1/CHANGELOG.md b/stable/sshwifty/5.1.1/CHANGELOG.md deleted file mode 100644 index 12509db8454..00000000000 --- a/stable/sshwifty/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/sshwifty/5.1.1/Chart.yaml b/stable/sshwifty/5.1.1/Chart.yaml deleted file mode 100644 index f5edb83f5cd..00000000000 --- a/stable/sshwifty/5.1.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: ssh - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/sshwifty/5.1.1/charts/common-18.0.2.tgz b/stable/sshwifty/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/sshwifty/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tailscale/8.2.1/.helmignore b/stable/sshwifty/5.2.2/.helmignore similarity index 100% rename from stable/tailscale/8.2.1/.helmignore rename to stable/sshwifty/5.2.2/.helmignore diff --git a/stable/sshwifty/5.2.2/CHANGELOG.md b/stable/sshwifty/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..331a57a6b0c --- /dev/null +++ b/stable/sshwifty/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/sshwifty/5.2.2/Chart.yaml b/stable/sshwifty/5.2.2/Chart.yaml new file mode 100644 index 00000000000..9ed6cf7793b --- /dev/null +++ b/stable/sshwifty/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/sshwifty/5.1.1/README.md b/stable/sshwifty/5.2.2/README.md similarity index 100% rename from stable/sshwifty/5.1.1/README.md rename to stable/sshwifty/5.2.2/README.md diff --git a/stable/sshwifty/5.2.2/app-changelog.md b/stable/sshwifty/5.2.2/app-changelog.md new file mode 100644 index 00000000000..404feaf2634 --- /dev/null +++ b/stable/sshwifty/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/sshwifty/5.1.1/app-readme.md b/stable/sshwifty/5.2.2/app-readme.md similarity index 100% rename from stable/sshwifty/5.1.1/app-readme.md rename to stable/sshwifty/5.2.2/app-readme.md diff --git a/stable/sshwifty/5.2.2/charts/common-18.1.6.tgz b/stable/sshwifty/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/sshwifty/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/sshwifty/5.1.1/ix_values.yaml b/stable/sshwifty/5.2.2/ix_values.yaml similarity index 100% rename from stable/sshwifty/5.1.1/ix_values.yaml rename to stable/sshwifty/5.2.2/ix_values.yaml diff --git a/stable/sshwifty/5.1.1/questions.yaml b/stable/sshwifty/5.2.2/questions.yaml similarity index 100% rename from stable/sshwifty/5.1.1/questions.yaml rename to stable/sshwifty/5.2.2/questions.yaml diff --git a/stable/theme-park/9.1.2/templates/NOTES.txt b/stable/sshwifty/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/theme-park/9.1.2/templates/NOTES.txt rename to stable/sshwifty/5.2.2/templates/NOTES.txt diff --git a/stable/syslog-ng/9.1.1/templates/common.yaml b/stable/sshwifty/5.2.2/templates/common.yaml similarity index 100% rename from stable/syslog-ng/9.1.1/templates/common.yaml rename to stable/sshwifty/5.2.2/templates/common.yaml diff --git a/stable/tailscale/8.2.1/values.yaml b/stable/sshwifty/5.2.2/values.yaml similarity index 100% rename from stable/tailscale/8.2.1/values.yaml rename to stable/sshwifty/5.2.2/values.yaml diff --git a/stable/st-reborn-server/5.1.1/CHANGELOG.md b/stable/st-reborn-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 9c3563b677a..00000000000 --- a/stable/st-reborn-server/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/st-reborn-server/5.1.1/Chart.yaml b/stable/st-reborn-server/5.1.1/Chart.yaml deleted file mode 100644 index 1f460d89f2d..00000000000 --- a/stable/st-reborn-server/5.1.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/st-reborn-server/5.1.1/charts/common-18.0.2.tgz b/stable/st-reborn-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/st-reborn-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.1.1/.helmignore b/stable/st-reborn-server/5.2.2/.helmignore similarity index 100% rename from stable/tandoor-recipes/16.1.1/.helmignore rename to stable/st-reborn-server/5.2.2/.helmignore diff --git a/stable/st-reborn-server/5.2.2/CHANGELOG.md b/stable/st-reborn-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b2efc2e48b1 --- /dev/null +++ b/stable/st-reborn-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/st-reborn-server/5.2.2/Chart.yaml b/stable/st-reborn-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..d9d20ba4785 --- /dev/null +++ b/stable/st-reborn-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/st-reborn-server/5.1.1/README.md b/stable/st-reborn-server/5.2.2/README.md similarity index 100% rename from stable/st-reborn-server/5.1.1/README.md rename to stable/st-reborn-server/5.2.2/README.md diff --git a/stable/st-reborn-server/5.2.2/app-changelog.md b/stable/st-reborn-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d01d013fe01 --- /dev/null +++ b/stable/st-reborn-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/st-reborn-server/5.1.1/app-readme.md b/stable/st-reborn-server/5.2.2/app-readme.md similarity index 100% rename from stable/st-reborn-server/5.1.1/app-readme.md rename to stable/st-reborn-server/5.2.2/app-readme.md diff --git a/stable/st-reborn-server/5.2.2/charts/common-18.1.6.tgz b/stable/st-reborn-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/st-reborn-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/st-reborn-server/5.1.1/ix_values.yaml b/stable/st-reborn-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/st-reborn-server/5.1.1/ix_values.yaml rename to stable/st-reborn-server/5.2.2/ix_values.yaml diff --git a/stable/st-reborn-server/5.1.1/questions.yaml b/stable/st-reborn-server/5.2.2/questions.yaml similarity index 100% rename from stable/st-reborn-server/5.1.1/questions.yaml rename to stable/st-reborn-server/5.2.2/questions.yaml diff --git a/stable/tasmoadmin/8.1.1/templates/common.yaml b/stable/st-reborn-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/tasmoadmin/8.1.1/templates/common.yaml rename to stable/st-reborn-server/5.2.2/templates/common.yaml diff --git a/stable/tandoor-recipes/16.1.1/values.yaml b/stable/st-reborn-server/5.2.2/values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.1/values.yaml rename to stable/st-reborn-server/5.2.2/values.yaml diff --git a/stable/stackedit/5.1.1/CHANGELOG.md b/stable/stackedit/5.1.1/CHANGELOG.md deleted file mode 100644 index 1b15b87b325..00000000000 --- a/stable/stackedit/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/stackedit/5.1.1/Chart.yaml b/stable/stackedit/5.1.1/Chart.yaml deleted file mode 100644 index 8697e1d81d3..00000000000 --- a/stable/stackedit/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/stackedit/5.1.1/charts/common-18.0.2.tgz b/stable/stackedit/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/stackedit/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tanoshi/5.1.1/.helmignore b/stable/stackedit/5.2.2/.helmignore similarity index 100% rename from stable/tanoshi/5.1.1/.helmignore rename to stable/stackedit/5.2.2/.helmignore diff --git a/stable/stackedit/5.2.2/CHANGELOG.md b/stable/stackedit/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..78add505cd4 --- /dev/null +++ b/stable/stackedit/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/stackedit/5.2.2/Chart.yaml b/stable/stackedit/5.2.2/Chart.yaml new file mode 100644 index 00000000000..410f3c99fce --- /dev/null +++ b/stable/stackedit/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/stackedit/5.1.1/README.md b/stable/stackedit/5.2.2/README.md similarity index 100% rename from stable/stackedit/5.1.1/README.md rename to stable/stackedit/5.2.2/README.md diff --git a/stable/stackedit/5.2.2/app-changelog.md b/stable/stackedit/5.2.2/app-changelog.md new file mode 100644 index 00000000000..2bbbe64db7a --- /dev/null +++ b/stable/stackedit/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/stackedit/5.1.1/app-readme.md b/stable/stackedit/5.2.2/app-readme.md similarity index 100% rename from stable/stackedit/5.1.1/app-readme.md rename to stable/stackedit/5.2.2/app-readme.md diff --git a/stable/stackedit/5.2.2/charts/common-18.1.6.tgz b/stable/stackedit/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/stackedit/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/stackedit/5.1.1/ix_values.yaml b/stable/stackedit/5.2.2/ix_values.yaml similarity index 100% rename from stable/stackedit/5.1.1/ix_values.yaml rename to stable/stackedit/5.2.2/ix_values.yaml diff --git a/stable/stackedit/5.1.1/questions.yaml b/stable/stackedit/5.2.2/questions.yaml similarity index 100% rename from stable/stackedit/5.1.1/questions.yaml rename to stable/stackedit/5.2.2/questions.yaml diff --git a/stable/standardnotes-web/5.1.1/templates/common.yaml b/stable/stackedit/5.2.2/templates/common.yaml similarity index 100% rename from stable/standardnotes-web/5.1.1/templates/common.yaml rename to stable/stackedit/5.2.2/templates/common.yaml diff --git a/stable/tanoshi/5.1.1/values.yaml b/stable/stackedit/5.2.2/values.yaml similarity index 100% rename from stable/tanoshi/5.1.1/values.yaml rename to stable/stackedit/5.2.2/values.yaml diff --git a/stable/standardnotes-web/5.1.1/CHANGELOG.md b/stable/standardnotes-web/5.1.1/CHANGELOG.md deleted file mode 100644 index b236ad5b481..00000000000 --- a/stable/standardnotes-web/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/standardnotes-web/5.1.1/Chart.yaml b/stable/standardnotes-web/5.1.1/Chart.yaml deleted file mode 100644 index 9500d11be53..00000000000 --- a/stable/standardnotes-web/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/standardnotes-web/5.1.1/charts/common-18.0.2.tgz b/stable/standardnotes-web/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/standardnotes-web/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tar1090/5.1.5/.helmignore b/stable/standardnotes-web/5.2.2/.helmignore similarity index 100% rename from stable/tar1090/5.1.5/.helmignore rename to stable/standardnotes-web/5.2.2/.helmignore diff --git a/stable/standardnotes-web/5.2.2/CHANGELOG.md b/stable/standardnotes-web/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..42e40c4aa81 --- /dev/null +++ b/stable/standardnotes-web/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/standardnotes-web/5.2.2/Chart.yaml b/stable/standardnotes-web/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a53b5204c57 --- /dev/null +++ b/stable/standardnotes-web/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/standardnotes-web/5.1.1/README.md b/stable/standardnotes-web/5.2.2/README.md similarity index 100% rename from stable/standardnotes-web/5.1.1/README.md rename to stable/standardnotes-web/5.2.2/README.md diff --git a/stable/standardnotes-web/5.2.2/app-changelog.md b/stable/standardnotes-web/5.2.2/app-changelog.md new file mode 100644 index 00000000000..b05f9c48ac5 --- /dev/null +++ b/stable/standardnotes-web/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/standardnotes-web/5.1.1/app-readme.md b/stable/standardnotes-web/5.2.2/app-readme.md similarity index 100% rename from stable/standardnotes-web/5.1.1/app-readme.md rename to stable/standardnotes-web/5.2.2/app-readme.md diff --git a/stable/standardnotes-web/5.2.2/charts/common-18.1.6.tgz b/stable/standardnotes-web/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/standardnotes-web/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/standardnotes-web/5.1.1/ix_values.yaml b/stable/standardnotes-web/5.2.2/ix_values.yaml similarity index 100% rename from stable/standardnotes-web/5.1.1/ix_values.yaml rename to stable/standardnotes-web/5.2.2/ix_values.yaml diff --git a/stable/standardnotes-web/5.1.1/questions.yaml b/stable/standardnotes-web/5.2.2/questions.yaml similarity index 100% rename from stable/standardnotes-web/5.1.1/questions.yaml rename to stable/standardnotes-web/5.2.2/questions.yaml diff --git a/stable/starmade/5.1.1/templates/common.yaml b/stable/standardnotes-web/5.2.2/templates/common.yaml similarity index 100% rename from stable/starmade/5.1.1/templates/common.yaml rename to stable/standardnotes-web/5.2.2/templates/common.yaml diff --git a/stable/tar1090/5.1.5/values.yaml b/stable/standardnotes-web/5.2.2/values.yaml similarity index 100% rename from stable/tar1090/5.1.5/values.yaml rename to stable/standardnotes-web/5.2.2/values.yaml diff --git a/stable/starmade/5.1.1/CHANGELOG.md b/stable/starmade/5.1.1/CHANGELOG.md deleted file mode 100644 index 756d22817eb..00000000000 --- a/stable/starmade/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/starmade/5.1.1/Chart.yaml b/stable/starmade/5.1.1/Chart.yaml deleted file mode 100644 index 99de613d1da..00000000000 --- a/stable/starmade/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/starmade/5.1.1/charts/common-18.0.2.tgz b/stable/starmade/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/starmade/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tasmoadmin/8.1.1/.helmignore b/stable/starmade/5.2.2/.helmignore similarity index 100% rename from stable/tasmoadmin/8.1.1/.helmignore rename to stable/starmade/5.2.2/.helmignore diff --git a/stable/starmade/5.2.2/CHANGELOG.md b/stable/starmade/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b5ccf01dd07 --- /dev/null +++ b/stable/starmade/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/starmade/5.2.2/Chart.yaml b/stable/starmade/5.2.2/Chart.yaml new file mode 100644 index 00000000000..9b8edc1db9b --- /dev/null +++ b/stable/starmade/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/starmade/5.1.1/README.md b/stable/starmade/5.2.2/README.md similarity index 100% rename from stable/starmade/5.1.1/README.md rename to stable/starmade/5.2.2/README.md diff --git a/stable/starmade/5.2.2/app-changelog.md b/stable/starmade/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f21e67705ab --- /dev/null +++ b/stable/starmade/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/starmade/5.1.1/app-readme.md b/stable/starmade/5.2.2/app-readme.md similarity index 100% rename from stable/starmade/5.1.1/app-readme.md rename to stable/starmade/5.2.2/app-readme.md diff --git a/stable/starmade/5.2.2/charts/common-18.1.6.tgz b/stable/starmade/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/starmade/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/starmade/5.1.1/ix_values.yaml b/stable/starmade/5.2.2/ix_values.yaml similarity index 100% rename from stable/starmade/5.1.1/ix_values.yaml rename to stable/starmade/5.2.2/ix_values.yaml diff --git a/stable/starmade/5.1.1/questions.yaml b/stable/starmade/5.2.2/questions.yaml similarity index 100% rename from stable/starmade/5.1.1/questions.yaml rename to stable/starmade/5.2.2/questions.yaml diff --git a/stable/stationeers/5.1.1/templates/common.yaml b/stable/starmade/5.2.2/templates/common.yaml similarity index 100% rename from stable/stationeers/5.1.1/templates/common.yaml rename to stable/starmade/5.2.2/templates/common.yaml diff --git a/stable/tasmoadmin/8.1.1/values.yaml b/stable/starmade/5.2.2/values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.1/values.yaml rename to stable/starmade/5.2.2/values.yaml diff --git a/stable/stash/15.1.1/CHANGELOG.md b/stable/stash/15.1.1/CHANGELOG.md deleted file mode 100644 index 7c3be69e9ec..00000000000 --- a/stable/stash/15.1.1/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 - - -## [stash-14.2.4](https://github.com/truecharts/charts/compare/stash-14.2.3...stash-14.2.4) (2024-01-01) diff --git a/stable/stash/15.1.1/Chart.yaml b/stable/stash/15.1.1/Chart.yaml deleted file mode 100644 index 2c512a1ec3b..00000000000 --- a/stable/stash/15.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.24.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/stash/15.1.1/charts/common-18.0.2.tgz b/stable/stash/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/stash/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tasmobackup/6.1.1/.helmignore b/stable/stash/15.2.2/.helmignore similarity index 100% rename from stable/tasmobackup/6.1.1/.helmignore rename to stable/stash/15.2.2/.helmignore diff --git a/stable/stash/15.2.2/CHANGELOG.md b/stable/stash/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c0e09664e1b --- /dev/null +++ b/stable/stash/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/stash/15.2.2/Chart.yaml b/stable/stash/15.2.2/Chart.yaml new file mode 100644 index 00000000000..0ba92b12a86 --- /dev/null +++ b/stable/stash/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.24.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/stash/15.1.1/README.md b/stable/stash/15.2.2/README.md similarity index 100% rename from stable/stash/15.1.1/README.md rename to stable/stash/15.2.2/README.md diff --git a/stable/stash/15.2.2/app-changelog.md b/stable/stash/15.2.2/app-changelog.md new file mode 100644 index 00000000000..2e2c28c58a1 --- /dev/null +++ b/stable/stash/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/stash/15.1.1/app-readme.md b/stable/stash/15.2.2/app-readme.md similarity index 100% rename from stable/stash/15.1.1/app-readme.md rename to stable/stash/15.2.2/app-readme.md diff --git a/stable/stash/15.2.2/charts/common-18.1.6.tgz b/stable/stash/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/stash/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/stash/15.1.1/ix_values.yaml b/stable/stash/15.2.2/ix_values.yaml similarity index 100% rename from stable/stash/15.1.1/ix_values.yaml rename to stable/stash/15.2.2/ix_values.yaml diff --git a/stable/stash/15.1.1/questions.yaml b/stable/stash/15.2.2/questions.yaml similarity index 100% rename from stable/stash/15.1.1/questions.yaml rename to stable/stash/15.2.2/questions.yaml diff --git a/stable/tinymediamanager/10.1.2/templates/NOTES.txt b/stable/stash/15.2.2/templates/NOTES.txt similarity index 100% rename from stable/tinymediamanager/10.1.2/templates/NOTES.txt rename to stable/stash/15.2.2/templates/NOTES.txt diff --git a/stable/tasmobackup/6.1.1/templates/common.yaml b/stable/stash/15.2.2/templates/common.yaml similarity index 100% rename from stable/tasmobackup/6.1.1/templates/common.yaml rename to stable/stash/15.2.2/templates/common.yaml diff --git a/stable/tasmobackup/6.1.1/values.yaml b/stable/stash/15.2.2/values.yaml similarity index 100% rename from stable/tasmobackup/6.1.1/values.yaml rename to stable/stash/15.2.2/values.yaml diff --git a/stable/static-web-server/4.1.1/CHANGELOG.md b/stable/static-web-server/4.1.1/CHANGELOG.md deleted file mode 100644 index 74b6d46d4ad..00000000000 --- a/stable/static-web-server/4.1.1/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 - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/static-web-server/4.1.1/Chart.yaml b/stable/static-web-server/4.1.1/Chart.yaml deleted file mode 100644 index ad996c1371c..00000000000 --- a/stable/static-web-server/4.1.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: web-server - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.27.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/static-web-server/4.1.1/charts/common-18.0.2.tgz b/stable/static-web-server/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/static-web-server/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.1.2/.helmignore b/stable/static-web-server/4.2.2/.helmignore similarity index 100% rename from stable/tasmocompiler/6.1.2/.helmignore rename to stable/static-web-server/4.2.2/.helmignore diff --git a/stable/static-web-server/4.2.2/CHANGELOG.md b/stable/static-web-server/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a9a968a2346 --- /dev/null +++ b/stable/static-web-server/4.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/static-web-server/4.2.2/Chart.yaml b/stable/static-web-server/4.2.2/Chart.yaml new file mode 100644 index 00000000000..61b5388893c --- /dev/null +++ b/stable/static-web-server/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/static-web-server/4.1.1/README.md b/stable/static-web-server/4.2.2/README.md similarity index 100% rename from stable/static-web-server/4.1.1/README.md rename to stable/static-web-server/4.2.2/README.md diff --git a/stable/static-web-server/4.2.2/app-changelog.md b/stable/static-web-server/4.2.2/app-changelog.md new file mode 100644 index 00000000000..f01c8ff920b --- /dev/null +++ b/stable/static-web-server/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/static-web-server/4.1.1/app-readme.md b/stable/static-web-server/4.2.2/app-readme.md similarity index 100% rename from stable/static-web-server/4.1.1/app-readme.md rename to stable/static-web-server/4.2.2/app-readme.md diff --git a/stable/static-web-server/4.2.2/charts/common-18.1.6.tgz b/stable/static-web-server/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/static-web-server/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/static-web-server/4.1.1/ix_values.yaml b/stable/static-web-server/4.2.2/ix_values.yaml similarity index 100% rename from stable/static-web-server/4.1.1/ix_values.yaml rename to stable/static-web-server/4.2.2/ix_values.yaml diff --git a/stable/static-web-server/4.1.1/questions.yaml b/stable/static-web-server/4.2.2/questions.yaml similarity index 100% rename from stable/static-web-server/4.1.1/questions.yaml rename to stable/static-web-server/4.2.2/questions.yaml diff --git a/stable/traccar/15.1.1/templates/NOTES.txt b/stable/static-web-server/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/traccar/15.1.1/templates/NOTES.txt rename to stable/static-web-server/4.2.2/templates/NOTES.txt diff --git a/stable/tasmocompiler/6.1.2/templates/common.yaml b/stable/static-web-server/4.2.2/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/6.1.2/templates/common.yaml rename to stable/static-web-server/4.2.2/templates/common.yaml diff --git a/stable/tasmocompiler/6.1.2/values.yaml b/stable/static-web-server/4.2.2/values.yaml similarity index 100% rename from stable/tasmocompiler/6.1.2/values.yaml rename to stable/static-web-server/4.2.2/values.yaml diff --git a/stable/static/10.1.1/CHANGELOG.md b/stable/static/10.1.1/CHANGELOG.md deleted file mode 100644 index 81af4528296..00000000000 --- a/stable/static/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/static/10.1.1/Chart.yaml b/stable/static/10.1.1/Chart.yaml deleted file mode 100644 index 3581665401d..00000000000 --- a/stable/static/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: ee8a20c -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/static/10.1.1/charts/common-18.0.2.tgz b/stable/static/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/static/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tauticord/3.1.2/.helmignore b/stable/static/10.2.2/.helmignore similarity index 100% rename from stable/tauticord/3.1.2/.helmignore rename to stable/static/10.2.2/.helmignore diff --git a/stable/static/10.2.2/CHANGELOG.md b/stable/static/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..81771aa951f --- /dev/null +++ b/stable/static/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/static/10.2.2/Chart.yaml b/stable/static/10.2.2/Chart.yaml new file mode 100644 index 00000000000..4eed2658507 --- /dev/null +++ b/stable/static/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: ee8a20c +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/static/10.1.1/README.md b/stable/static/10.2.2/README.md similarity index 100% rename from stable/static/10.1.1/README.md rename to stable/static/10.2.2/README.md diff --git a/stable/static/10.2.2/app-changelog.md b/stable/static/10.2.2/app-changelog.md new file mode 100644 index 00000000000..09e80e9f657 --- /dev/null +++ b/stable/static/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/static/10.1.1/app-readme.md b/stable/static/10.2.2/app-readme.md similarity index 100% rename from stable/static/10.1.1/app-readme.md rename to stable/static/10.2.2/app-readme.md diff --git a/stable/static/10.2.2/charts/common-18.1.6.tgz b/stable/static/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/static/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/static/10.1.1/ix_values.yaml b/stable/static/10.2.2/ix_values.yaml similarity index 100% rename from stable/static/10.1.1/ix_values.yaml rename to stable/static/10.2.2/ix_values.yaml diff --git a/stable/static/10.1.1/questions.yaml b/stable/static/10.2.2/questions.yaml similarity index 100% rename from stable/static/10.1.1/questions.yaml rename to stable/static/10.2.2/questions.yaml diff --git a/stable/traggo/6.1.1/templates/NOTES.txt b/stable/static/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/traggo/6.1.1/templates/NOTES.txt rename to stable/static/10.2.2/templates/NOTES.txt diff --git a/stable/static/10.1.1/templates/common.yaml b/stable/static/10.2.2/templates/common.yaml similarity index 100% rename from stable/static/10.1.1/templates/common.yaml rename to stable/static/10.2.2/templates/common.yaml diff --git a/stable/tauticord/3.1.2/values.yaml b/stable/static/10.2.2/values.yaml similarity index 100% rename from stable/tauticord/3.1.2/values.yaml rename to stable/static/10.2.2/values.yaml diff --git a/stable/stationeers/5.1.1/CHANGELOG.md b/stable/stationeers/5.1.1/CHANGELOG.md deleted file mode 100644 index 87cf4e8f988..00000000000 --- a/stable/stationeers/5.1.1/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 - - -## [stationeers-4.1.4](https://github.com/truecharts/charts/compare/stationeers-4.1.3...stationeers-4.1.4) (2024-01-01) diff --git a/stable/stationeers/5.1.1/Chart.yaml b/stable/stationeers/5.1.1/Chart.yaml deleted file mode 100644 index ddcd183cdf8..00000000000 --- a/stable/stationeers/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stationeers -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/stationeers/5.1.1/charts/common-18.0.2.tgz b/stable/stationeers/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/stationeers/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tautulli/18.1.1/.helmignore b/stable/stationeers/5.2.2/.helmignore similarity index 100% rename from stable/tautulli/18.1.1/.helmignore rename to stable/stationeers/5.2.2/.helmignore diff --git a/stable/stationeers/5.2.2/CHANGELOG.md b/stable/stationeers/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fbe47b3e8b0 --- /dev/null +++ b/stable/stationeers/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/stationeers/5.2.2/Chart.yaml b/stable/stationeers/5.2.2/Chart.yaml new file mode 100644 index 00000000000..4315f691f55 --- /dev/null +++ b/stable/stationeers/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stationeers +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/stationeers/5.1.1/README.md b/stable/stationeers/5.2.2/README.md similarity index 100% rename from stable/stationeers/5.1.1/README.md rename to stable/stationeers/5.2.2/README.md diff --git a/stable/stationeers/5.2.2/app-changelog.md b/stable/stationeers/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6a014651e15 --- /dev/null +++ b/stable/stationeers/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/stationeers/5.1.1/app-readme.md b/stable/stationeers/5.2.2/app-readme.md similarity index 100% rename from stable/stationeers/5.1.1/app-readme.md rename to stable/stationeers/5.2.2/app-readme.md diff --git a/stable/stationeers/5.2.2/charts/common-18.1.6.tgz b/stable/stationeers/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/stationeers/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/stationeers/5.1.1/ix_values.yaml b/stable/stationeers/5.2.2/ix_values.yaml similarity index 100% rename from stable/stationeers/5.1.1/ix_values.yaml rename to stable/stationeers/5.2.2/ix_values.yaml diff --git a/stable/stationeers/5.1.1/questions.yaml b/stable/stationeers/5.2.2/questions.yaml similarity index 100% rename from stable/stationeers/5.1.1/questions.yaml rename to stable/stationeers/5.2.2/questions.yaml diff --git a/stable/storm/5.1.1/templates/common.yaml b/stable/stationeers/5.2.2/templates/common.yaml similarity index 100% rename from stable/storm/5.1.1/templates/common.yaml rename to stable/stationeers/5.2.2/templates/common.yaml diff --git a/stable/tautulli/18.1.1/values.yaml b/stable/stationeers/5.2.2/values.yaml similarity index 100% rename from stable/tautulli/18.1.1/values.yaml rename to stable/stationeers/5.2.2/values.yaml diff --git a/stable/steam-headless/3.1.2/CHANGELOG.md b/stable/steam-headless/3.1.2/CHANGELOG.md deleted file mode 100644 index f8b8cd6cfe2..00000000000 --- a/stable/steam-headless/3.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [steam-headless-2.1.11](https://github.com/truecharts/charts/compare/steam-headless-2.1.10...steam-headless-2.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/steam-headless/3.1.2/Chart.yaml b/stable/steam-headless/3.1.2/Chart.yaml deleted file mode 100644 index 048bc65d3a8..00000000000 --- a/stable/steam-headless/3.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/steam-headless/3.1.2/charts/common-18.0.2.tgz b/stable/steam-headless/3.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/steam-headless/3.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/steam-headless/3.1.2/ix_values.yaml b/stable/steam-headless/3.1.2/ix_values.yaml deleted file mode 100644 index a1bf8741de1..00000000000 --- a/stable/steam-headless/3.1.2/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/tdarr-node/9.1.1/.helmignore b/stable/steam-headless/3.2.3/.helmignore similarity index 100% rename from stable/tdarr-node/9.1.1/.helmignore rename to stable/steam-headless/3.2.3/.helmignore diff --git a/stable/steam-headless/3.2.3/CHANGELOG.md b/stable/steam-headless/3.2.3/CHANGELOG.md new file mode 100644 index 00000000000..98743da0759 --- /dev/null +++ b/stable/steam-headless/3.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/steam-headless/3.2.3/Chart.yaml b/stable/steam-headless/3.2.3/Chart.yaml new file mode 100644 index 00000000000..5898deff6fd --- /dev/null +++ b/stable/steam-headless/3.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/steam-headless/3.1.2/README.md b/stable/steam-headless/3.2.3/README.md similarity index 100% rename from stable/steam-headless/3.1.2/README.md rename to stable/steam-headless/3.2.3/README.md diff --git a/stable/steam-headless/3.2.3/app-changelog.md b/stable/steam-headless/3.2.3/app-changelog.md new file mode 100644 index 00000000000..5e2edf77239 --- /dev/null +++ b/stable/steam-headless/3.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/steam-headless/3.1.2/app-readme.md b/stable/steam-headless/3.2.3/app-readme.md similarity index 100% rename from stable/steam-headless/3.1.2/app-readme.md rename to stable/steam-headless/3.2.3/app-readme.md diff --git a/stable/steam-headless/3.2.3/charts/common-18.1.6.tgz b/stable/steam-headless/3.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/steam-headless/3.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/steam-headless/3.2.3/ix_values.yaml b/stable/steam-headless/3.2.3/ix_values.yaml new file mode 100644 index 00000000000..d76d8bd6fd9 --- /dev/null +++ b/stable/steam-headless/3.2.3/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.1.2/questions.yaml b/stable/steam-headless/3.2.3/questions.yaml similarity index 100% rename from stable/steam-headless/3.1.2/questions.yaml rename to stable/steam-headless/3.2.3/questions.yaml diff --git a/stable/transmission/20.1.1/templates/NOTES.txt b/stable/steam-headless/3.2.3/templates/NOTES.txt similarity index 100% rename from stable/transmission/20.1.1/templates/NOTES.txt rename to stable/steam-headless/3.2.3/templates/NOTES.txt diff --git a/stable/tauticord/3.1.2/templates/common.yaml b/stable/steam-headless/3.2.3/templates/common.yaml similarity index 100% rename from stable/tauticord/3.1.2/templates/common.yaml rename to stable/steam-headless/3.2.3/templates/common.yaml diff --git a/stable/tdarr-node/9.1.1/values.yaml b/stable/steam-headless/3.2.3/values.yaml similarity index 100% rename from stable/tdarr-node/9.1.1/values.yaml rename to stable/steam-headless/3.2.3/values.yaml diff --git a/stable/storj-node/9.1.1/CHANGELOG.md b/stable/storj-node/9.1.1/CHANGELOG.md deleted file mode 100644 index 9c69e17cc7b..00000000000 --- a/stable/storj-node/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/storj-node/9.1.1/Chart.yaml b/stable/storj-node/9.1.1/Chart.yaml deleted file mode 100644 index 73e96de4169..00000000000 --- a/stable/storj-node/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.71.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/storj-node/9.1.1/charts/common-18.0.2.tgz b/stable/storj-node/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/storj-node/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tdarr/9.1.1/.helmignore b/stable/storj-node/9.2.2/.helmignore similarity index 100% rename from stable/tdarr/9.1.1/.helmignore rename to stable/storj-node/9.2.2/.helmignore diff --git a/stable/storj-node/9.2.2/CHANGELOG.md b/stable/storj-node/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8976c9b80ad --- /dev/null +++ b/stable/storj-node/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/storj-node/9.2.2/Chart.yaml b/stable/storj-node/9.2.2/Chart.yaml new file mode 100644 index 00000000000..706bcbda01d --- /dev/null +++ b/stable/storj-node/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.71.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/storj-node/9.1.1/README.md b/stable/storj-node/9.2.2/README.md similarity index 100% rename from stable/storj-node/9.1.1/README.md rename to stable/storj-node/9.2.2/README.md diff --git a/stable/storj-node/9.1.1/SKIPINSTALL b/stable/storj-node/9.2.2/SKIPINSTALL similarity index 100% rename from stable/storj-node/9.1.1/SKIPINSTALL rename to stable/storj-node/9.2.2/SKIPINSTALL diff --git a/stable/storj-node/9.2.2/app-changelog.md b/stable/storj-node/9.2.2/app-changelog.md new file mode 100644 index 00000000000..1aa8ba25cdb --- /dev/null +++ b/stable/storj-node/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/storj-node/9.1.1/app-readme.md b/stable/storj-node/9.2.2/app-readme.md similarity index 100% rename from stable/storj-node/9.1.1/app-readme.md rename to stable/storj-node/9.2.2/app-readme.md diff --git a/stable/storj-node/9.2.2/charts/common-18.1.6.tgz b/stable/storj-node/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/storj-node/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/storj-node/9.1.1/ix_values.yaml b/stable/storj-node/9.2.2/ix_values.yaml similarity index 100% rename from stable/storj-node/9.1.1/ix_values.yaml rename to stable/storj-node/9.2.2/ix_values.yaml diff --git a/stable/storj-node/9.1.1/questions.yaml b/stable/storj-node/9.2.2/questions.yaml similarity index 100% rename from stable/storj-node/9.1.1/questions.yaml rename to stable/storj-node/9.2.2/questions.yaml diff --git a/stable/trilium-notes/12.1.2/templates/NOTES.txt b/stable/storj-node/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/trilium-notes/12.1.2/templates/NOTES.txt rename to stable/storj-node/9.2.2/templates/NOTES.txt diff --git a/stable/tautulli/18.1.1/templates/common.yaml b/stable/storj-node/9.2.2/templates/common.yaml similarity index 100% rename from stable/tautulli/18.1.1/templates/common.yaml rename to stable/storj-node/9.2.2/templates/common.yaml diff --git a/stable/tdarr/9.1.1/values.yaml b/stable/storj-node/9.2.2/values.yaml similarity index 100% rename from stable/tdarr/9.1.1/values.yaml rename to stable/storj-node/9.2.2/values.yaml diff --git a/stable/storm/5.1.1/CHANGELOG.md b/stable/storm/5.1.1/CHANGELOG.md deleted file mode 100644 index 94d541676e6..00000000000 --- a/stable/storm/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/storm/5.1.1/Chart.yaml b/stable/storm/5.1.1/Chart.yaml deleted file mode 100644 index cc4db52cbf0..00000000000 --- a/stable/storm/5.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.3.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/storm/5.1.1/charts/common-18.0.2.tgz b/stable/storm/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/storm/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.1.1/.helmignore b/stable/storm/5.2.2/.helmignore similarity index 100% rename from stable/teamspeak3/10.1.1/.helmignore rename to stable/storm/5.2.2/.helmignore diff --git a/stable/storm/5.2.2/CHANGELOG.md b/stable/storm/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cdea26d3789 --- /dev/null +++ b/stable/storm/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/storm/5.2.2/Chart.yaml b/stable/storm/5.2.2/Chart.yaml new file mode 100644 index 00000000000..473928db0db --- /dev/null +++ b/stable/storm/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/storm/5.1.1/README.md b/stable/storm/5.2.2/README.md similarity index 100% rename from stable/storm/5.1.1/README.md rename to stable/storm/5.2.2/README.md diff --git a/stable/storm/5.2.2/app-changelog.md b/stable/storm/5.2.2/app-changelog.md new file mode 100644 index 00000000000..21d889e9ecb --- /dev/null +++ b/stable/storm/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/storm/5.1.1/app-readme.md b/stable/storm/5.2.2/app-readme.md similarity index 100% rename from stable/storm/5.1.1/app-readme.md rename to stable/storm/5.2.2/app-readme.md diff --git a/stable/storm/5.2.2/charts/common-18.1.6.tgz b/stable/storm/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/storm/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/storm/5.1.1/ix_values.yaml b/stable/storm/5.2.2/ix_values.yaml similarity index 100% rename from stable/storm/5.1.1/ix_values.yaml rename to stable/storm/5.2.2/ix_values.yaml diff --git a/stable/storm/5.1.1/questions.yaml b/stable/storm/5.2.2/questions.yaml similarity index 100% rename from stable/storm/5.1.1/questions.yaml rename to stable/storm/5.2.2/questions.yaml diff --git a/stable/truecommand/19.1.1/templates/NOTES.txt b/stable/storm/5.2.2/templates/NOTES.txt similarity index 100% rename from stable/truecommand/19.1.1/templates/NOTES.txt rename to stable/storm/5.2.2/templates/NOTES.txt diff --git a/stable/suistartpage/5.1.1/templates/common.yaml b/stable/storm/5.2.2/templates/common.yaml similarity index 100% rename from stable/suistartpage/5.1.1/templates/common.yaml rename to stable/storm/5.2.2/templates/common.yaml diff --git a/stable/teamspeak3/10.1.1/values.yaml b/stable/storm/5.2.2/values.yaml similarity index 100% rename from stable/teamspeak3/10.1.1/values.yaml rename to stable/storm/5.2.2/values.yaml diff --git a/stable/strapi/13.1.1/CHANGELOG.md b/stable/strapi/13.1.1/CHANGELOG.md deleted file mode 100644 index e8661ad11cd..00000000000 --- a/stable/strapi/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/strapi/13.1.1/Chart.yaml b/stable/strapi/13.1.1/Chart.yaml deleted file mode 100644 index 564f825e672..00000000000 --- a/stable/strapi/13.1.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: cms - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/strapi/13.1.1/charts/common-18.0.2.tgz b/stable/strapi/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/strapi/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.1.2/.helmignore b/stable/strapi/13.2.2/.helmignore similarity index 100% rename from stable/teedy-docs/5.1.2/.helmignore rename to stable/strapi/13.2.2/.helmignore diff --git a/stable/strapi/13.2.2/CHANGELOG.md b/stable/strapi/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8eb56abaa21 --- /dev/null +++ b/stable/strapi/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/strapi/13.2.2/Chart.yaml b/stable/strapi/13.2.2/Chart.yaml new file mode 100644 index 00000000000..1c9275a3e50 --- /dev/null +++ b/stable/strapi/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/strapi/13.1.1/README.md b/stable/strapi/13.2.2/README.md similarity index 100% rename from stable/strapi/13.1.1/README.md rename to stable/strapi/13.2.2/README.md diff --git a/stable/strapi/13.2.2/app-changelog.md b/stable/strapi/13.2.2/app-changelog.md new file mode 100644 index 00000000000..45608f6fe1a --- /dev/null +++ b/stable/strapi/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/strapi/13.1.1/app-readme.md b/stable/strapi/13.2.2/app-readme.md similarity index 100% rename from stable/strapi/13.1.1/app-readme.md rename to stable/strapi/13.2.2/app-readme.md diff --git a/stable/strapi/13.2.2/charts/common-18.1.6.tgz b/stable/strapi/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/strapi/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/strapi/13.1.1/ix_values.yaml b/stable/strapi/13.2.2/ix_values.yaml similarity index 100% rename from stable/strapi/13.1.1/ix_values.yaml rename to stable/strapi/13.2.2/ix_values.yaml diff --git a/stable/strapi/13.1.1/questions.yaml b/stable/strapi/13.2.2/questions.yaml similarity index 100% rename from stable/strapi/13.1.1/questions.yaml rename to stable/strapi/13.2.2/questions.yaml diff --git a/stable/tsmuxer/9.1.1/templates/NOTES.txt b/stable/strapi/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/tsmuxer/9.1.1/templates/NOTES.txt rename to stable/strapi/13.2.2/templates/NOTES.txt diff --git a/stable/tdarr-node/9.1.1/templates/common.yaml b/stable/strapi/13.2.2/templates/common.yaml similarity index 100% rename from stable/tdarr-node/9.1.1/templates/common.yaml rename to stable/strapi/13.2.2/templates/common.yaml diff --git a/stable/teedy-docs/5.1.2/values.yaml b/stable/strapi/13.2.2/values.yaml similarity index 100% rename from stable/teedy-docs/5.1.2/values.yaml rename to stable/strapi/13.2.2/values.yaml diff --git a/stable/stun-turn-server/6.1.1/CHANGELOG.md b/stable/stun-turn-server/6.1.1/CHANGELOG.md deleted file mode 100644 index 14938e8e352..00000000000 --- a/stable/stun-turn-server/6.1.1/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)) - - -## [stun-turn-server-5.1.4](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.3...stun-turn-server-5.1.4) (2024-01-01) diff --git a/stable/stun-turn-server/6.1.1/Chart.yaml b/stable/stun-turn-server/6.1.1/Chart.yaml deleted file mode 100644 index 37df75aeff4..00000000000 --- a/stable/stun-turn-server/6.1.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 - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/stun-turn-server/6.1.1/charts/common-18.0.2.tgz b/stable/stun-turn-server/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/stun-turn-server/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/teedy/15.1.1/.helmignore b/stable/stun-turn-server/6.2.2/.helmignore similarity index 100% rename from stable/teedy/15.1.1/.helmignore rename to stable/stun-turn-server/6.2.2/.helmignore diff --git a/stable/stun-turn-server/6.2.2/CHANGELOG.md b/stable/stun-turn-server/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..376f536b139 --- /dev/null +++ b/stable/stun-turn-server/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/stun-turn-server/6.2.2/Chart.yaml b/stable/stun-turn-server/6.2.2/Chart.yaml new file mode 100644 index 00000000000..e21e87eb3b3 --- /dev/null +++ b/stable/stun-turn-server/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/stun-turn-server/6.1.1/README.md b/stable/stun-turn-server/6.2.2/README.md similarity index 100% rename from stable/stun-turn-server/6.1.1/README.md rename to stable/stun-turn-server/6.2.2/README.md diff --git a/stable/stun-turn-server/6.2.2/app-changelog.md b/stable/stun-turn-server/6.2.2/app-changelog.md new file mode 100644 index 00000000000..dc238aa7b00 --- /dev/null +++ b/stable/stun-turn-server/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/stun-turn-server/6.1.1/app-readme.md b/stable/stun-turn-server/6.2.2/app-readme.md similarity index 100% rename from stable/stun-turn-server/6.1.1/app-readme.md rename to stable/stun-turn-server/6.2.2/app-readme.md diff --git a/stable/stun-turn-server/6.2.2/charts/common-18.1.6.tgz b/stable/stun-turn-server/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/stun-turn-server/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/stun-turn-server/6.1.1/ix_values.yaml b/stable/stun-turn-server/6.2.2/ix_values.yaml similarity index 100% rename from stable/stun-turn-server/6.1.1/ix_values.yaml rename to stable/stun-turn-server/6.2.2/ix_values.yaml diff --git a/stable/stun-turn-server/6.1.1/questions.yaml b/stable/stun-turn-server/6.2.2/questions.yaml similarity index 100% rename from stable/stun-turn-server/6.1.1/questions.yaml rename to stable/stun-turn-server/6.2.2/questions.yaml diff --git a/stable/tt-rss/16.1.4/templates/NOTES.txt b/stable/stun-turn-server/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/tt-rss/16.1.4/templates/NOTES.txt rename to stable/stun-turn-server/6.2.2/templates/NOTES.txt diff --git a/stable/tdarr/9.1.1/templates/common.yaml b/stable/stun-turn-server/6.2.2/templates/common.yaml similarity index 100% rename from stable/tdarr/9.1.1/templates/common.yaml rename to stable/stun-turn-server/6.2.2/templates/common.yaml diff --git a/stable/teedy/15.1.1/values.yaml b/stable/stun-turn-server/6.2.2/values.yaml similarity index 100% rename from stable/teedy/15.1.1/values.yaml rename to stable/stun-turn-server/6.2.2/values.yaml diff --git a/stable/suistartpage/5.1.1/CHANGELOG.md b/stable/suistartpage/5.1.1/CHANGELOG.md deleted file mode 100644 index 1c035f6e0e6..00000000000 --- a/stable/suistartpage/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/suistartpage/5.1.1/Chart.yaml b/stable/suistartpage/5.1.1/Chart.yaml deleted file mode 100644 index ffce2245804..00000000000 --- a/stable/suistartpage/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/suistartpage/5.1.1/charts/common-18.0.2.tgz b/stable/suistartpage/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/suistartpage/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.1.2/.helmignore b/stable/suistartpage/5.2.2/.helmignore similarity index 100% rename from stable/telethon-downloader/5.1.2/.helmignore rename to stable/suistartpage/5.2.2/.helmignore diff --git a/stable/suistartpage/5.2.2/CHANGELOG.md b/stable/suistartpage/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9aed382878d --- /dev/null +++ b/stable/suistartpage/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/suistartpage/5.2.2/Chart.yaml b/stable/suistartpage/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5b423338ede --- /dev/null +++ b/stable/suistartpage/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/suistartpage/5.1.1/README.md b/stable/suistartpage/5.2.2/README.md similarity index 100% rename from stable/suistartpage/5.1.1/README.md rename to stable/suistartpage/5.2.2/README.md diff --git a/stable/suistartpage/5.2.2/app-changelog.md b/stable/suistartpage/5.2.2/app-changelog.md new file mode 100644 index 00000000000..c4d58f268f9 --- /dev/null +++ b/stable/suistartpage/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/suistartpage/5.1.1/app-readme.md b/stable/suistartpage/5.2.2/app-readme.md similarity index 100% rename from stable/suistartpage/5.1.1/app-readme.md rename to stable/suistartpage/5.2.2/app-readme.md diff --git a/stable/suistartpage/5.2.2/charts/common-18.1.6.tgz b/stable/suistartpage/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/suistartpage/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/suistartpage/5.1.1/ix_values.yaml b/stable/suistartpage/5.2.2/ix_values.yaml similarity index 100% rename from stable/suistartpage/5.1.1/ix_values.yaml rename to stable/suistartpage/5.2.2/ix_values.yaml diff --git a/stable/suistartpage/5.1.1/questions.yaml b/stable/suistartpage/5.2.2/questions.yaml similarity index 100% rename from stable/suistartpage/5.1.1/questions.yaml rename to stable/suistartpage/5.2.2/questions.yaml diff --git a/stable/survivethenights/5.1.1/templates/common.yaml b/stable/suistartpage/5.2.2/templates/common.yaml similarity index 100% rename from stable/survivethenights/5.1.1/templates/common.yaml rename to stable/suistartpage/5.2.2/templates/common.yaml diff --git a/stable/telethon-downloader/5.1.2/values.yaml b/stable/suistartpage/5.2.2/values.yaml similarity index 100% rename from stable/telethon-downloader/5.1.2/values.yaml rename to stable/suistartpage/5.2.2/values.yaml diff --git a/stable/survivethenights/5.1.1/CHANGELOG.md b/stable/survivethenights/5.1.1/CHANGELOG.md deleted file mode 100644 index 290b6c642e8..00000000000 --- a/stable/survivethenights/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/survivethenights/5.1.1/Chart.yaml b/stable/survivethenights/5.1.1/Chart.yaml deleted file mode 100644 index 94ae948327f..00000000000 --- a/stable/survivethenights/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stn -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/survivethenights/5.1.1/charts/common-18.0.2.tgz b/stable/survivethenights/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/survivethenights/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/terraria-tshock/6.1.1/.helmignore b/stable/survivethenights/5.2.2/.helmignore similarity index 100% rename from stable/terraria-tshock/6.1.1/.helmignore rename to stable/survivethenights/5.2.2/.helmignore diff --git a/stable/survivethenights/5.2.2/CHANGELOG.md b/stable/survivethenights/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..88b695f26e3 --- /dev/null +++ b/stable/survivethenights/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/survivethenights/5.2.2/Chart.yaml b/stable/survivethenights/5.2.2/Chart.yaml new file mode 100644 index 00000000000..2a7bce7c81c --- /dev/null +++ b/stable/survivethenights/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stn +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/survivethenights/5.1.1/README.md b/stable/survivethenights/5.2.2/README.md similarity index 100% rename from stable/survivethenights/5.1.1/README.md rename to stable/survivethenights/5.2.2/README.md diff --git a/stable/survivethenights/5.2.2/app-changelog.md b/stable/survivethenights/5.2.2/app-changelog.md new file mode 100644 index 00000000000..928f697fb2d --- /dev/null +++ b/stable/survivethenights/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/survivethenights/5.1.1/app-readme.md b/stable/survivethenights/5.2.2/app-readme.md similarity index 100% rename from stable/survivethenights/5.1.1/app-readme.md rename to stable/survivethenights/5.2.2/app-readme.md diff --git a/stable/survivethenights/5.2.2/charts/common-18.1.6.tgz b/stable/survivethenights/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/survivethenights/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/survivethenights/5.1.1/ix_values.yaml b/stable/survivethenights/5.2.2/ix_values.yaml similarity index 100% rename from stable/survivethenights/5.1.1/ix_values.yaml rename to stable/survivethenights/5.2.2/ix_values.yaml diff --git a/stable/survivethenights/5.1.1/questions.yaml b/stable/survivethenights/5.2.2/questions.yaml similarity index 100% rename from stable/survivethenights/5.1.1/questions.yaml rename to stable/survivethenights/5.2.2/questions.yaml diff --git a/stable/synctube/7.1.1/templates/common.yaml b/stable/survivethenights/5.2.2/templates/common.yaml similarity index 100% rename from stable/synctube/7.1.1/templates/common.yaml rename to stable/survivethenights/5.2.2/templates/common.yaml diff --git a/stable/terraria-tshock/6.1.1/values.yaml b/stable/survivethenights/5.2.2/values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.1/values.yaml rename to stable/survivethenights/5.2.2/values.yaml diff --git a/stable/synclounge/9.1.3/CHANGELOG.md b/stable/synclounge/9.1.3/CHANGELOG.md deleted file mode 100644 index e6b32e113aa..00000000000 --- a/stable/synclounge/9.1.3/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 - - - -- 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/synclounge/9.1.3/Chart.yaml b/stable/synclounge/9.1.3/Chart.yaml deleted file mode 100644 index cc20a15cd8c..00000000000 --- a/stable/synclounge/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: 5.2.25 -dependencies: - - name: common - version: 18.0.3 - 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.1.3 diff --git a/stable/synclounge/9.1.3/charts/common-18.0.3.tgz b/stable/synclounge/9.1.3/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/synclounge/9.1.3/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/synclounge/9.1.3/ix_values.yaml b/stable/synclounge/9.1.3/ix_values.yaml deleted file mode 100644 index 730b1d9b50a..00000000000 --- a/stable/synclounge/9.1.3/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/synclounge - pullPolicy: IfNotPresent - tag: 5.2.25@sha256:c932d3cabb872a67f65374c41705874cff0f9d8acc78a6de5141ea842761202a -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/theforest/5.1.1/.helmignore b/stable/synclounge/9.2.4/.helmignore similarity index 100% rename from stable/theforest/5.1.1/.helmignore rename to stable/synclounge/9.2.4/.helmignore diff --git a/stable/synclounge/9.2.4/CHANGELOG.md b/stable/synclounge/9.2.4/CHANGELOG.md new file mode 100644 index 00000000000..942eabc4985 --- /dev/null +++ b/stable/synclounge/9.2.4/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/synclounge/9.2.4/Chart.yaml b/stable/synclounge/9.2.4/Chart.yaml new file mode 100644 index 00000000000..d74d1ef962b --- /dev/null +++ b/stable/synclounge/9.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.2.26 +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/synclounge/9.1.3/README.md b/stable/synclounge/9.2.4/README.md similarity index 100% rename from stable/synclounge/9.1.3/README.md rename to stable/synclounge/9.2.4/README.md diff --git a/stable/synclounge/9.2.4/app-changelog.md b/stable/synclounge/9.2.4/app-changelog.md new file mode 100644 index 00000000000..07ebdb2c7b3 --- /dev/null +++ b/stable/synclounge/9.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/synclounge/9.1.3/app-readme.md b/stable/synclounge/9.2.4/app-readme.md similarity index 100% rename from stable/synclounge/9.1.3/app-readme.md rename to stable/synclounge/9.2.4/app-readme.md diff --git a/stable/synclounge/9.2.4/charts/common-18.1.6.tgz b/stable/synclounge/9.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/synclounge/9.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/synclounge/9.2.4/ix_values.yaml b/stable/synclounge/9.2.4/ix_values.yaml new file mode 100644 index 00000000000..ee67ba90c5e --- /dev/null +++ b/stable/synclounge/9.2.4/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.1.3/questions.yaml b/stable/synclounge/9.2.4/questions.yaml similarity index 100% rename from stable/synclounge/9.1.3/questions.yaml rename to stable/synclounge/9.2.4/questions.yaml diff --git a/stable/tvheadend/19.1.3/templates/NOTES.txt b/stable/synclounge/9.2.4/templates/NOTES.txt similarity index 100% rename from stable/tvheadend/19.1.3/templates/NOTES.txt rename to stable/synclounge/9.2.4/templates/NOTES.txt diff --git a/stable/teamspeak3/10.1.1/templates/common.yaml b/stable/synclounge/9.2.4/templates/common.yaml similarity index 100% rename from stable/teamspeak3/10.1.1/templates/common.yaml rename to stable/synclounge/9.2.4/templates/common.yaml diff --git a/stable/theforest/5.1.1/values.yaml b/stable/synclounge/9.2.4/values.yaml similarity index 100% rename from stable/theforest/5.1.1/values.yaml rename to stable/synclounge/9.2.4/values.yaml diff --git a/stable/syncthing/18.1.2/CHANGELOG.md b/stable/syncthing/18.1.2/CHANGELOG.md deleted file mode 100644 index 61584ca3fb3..00000000000 --- a/stable/syncthing/18.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [syncthing-17.1.4](https://github.com/truecharts/charts/compare/syncthing-17.1.3...syncthing-17.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/syncthing/18.1.2/Chart.yaml b/stable/syncthing/18.1.2/Chart.yaml deleted file mode 100644 index 72b7ee3f9f1..00000000000 --- a/stable/syncthing/18.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.27.3 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/syncthing/18.1.2/charts/common-18.0.2.tgz b/stable/syncthing/18.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/syncthing/18.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/syncthing/18.1.2/ix_values.yaml b/stable/syncthing/18.1.2/ix_values.yaml deleted file mode 100644 index a96abed9ed2..00000000000 --- a/stable/syncthing/18.1.2/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/thelounge/13.1.1/.helmignore b/stable/syncthing/18.2.3/.helmignore similarity index 100% rename from stable/thelounge/13.1.1/.helmignore rename to stable/syncthing/18.2.3/.helmignore diff --git a/stable/syncthing/18.2.3/CHANGELOG.md b/stable/syncthing/18.2.3/CHANGELOG.md new file mode 100644 index 00000000000..96c8204a20c --- /dev/null +++ b/stable/syncthing/18.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/syncthing/18.2.3/Chart.yaml b/stable/syncthing/18.2.3/Chart.yaml new file mode 100644 index 00000000000..f35d4d80f8e --- /dev/null +++ b/stable/syncthing/18.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.27.4 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/syncthing/18.1.2/README.md b/stable/syncthing/18.2.3/README.md similarity index 100% rename from stable/syncthing/18.1.2/README.md rename to stable/syncthing/18.2.3/README.md diff --git a/stable/syncthing/18.2.3/app-changelog.md b/stable/syncthing/18.2.3/app-changelog.md new file mode 100644 index 00000000000..25697511bb4 --- /dev/null +++ b/stable/syncthing/18.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/syncthing/18.1.2/app-readme.md b/stable/syncthing/18.2.3/app-readme.md similarity index 100% rename from stable/syncthing/18.1.2/app-readme.md rename to stable/syncthing/18.2.3/app-readme.md diff --git a/stable/syncthing/18.2.3/charts/common-18.1.6.tgz b/stable/syncthing/18.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/syncthing/18.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/syncthing/18.2.3/ix_values.yaml b/stable/syncthing/18.2.3/ix_values.yaml new file mode 100644 index 00000000000..39468c3ef40 --- /dev/null +++ b/stable/syncthing/18.2.3/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.1.2/questions.yaml b/stable/syncthing/18.2.3/questions.yaml similarity index 100% rename from stable/syncthing/18.1.2/questions.yaml rename to stable/syncthing/18.2.3/questions.yaml diff --git a/stable/twtxt/10.1.1/templates/NOTES.txt b/stable/syncthing/18.2.3/templates/NOTES.txt similarity index 100% rename from stable/twtxt/10.1.1/templates/NOTES.txt rename to stable/syncthing/18.2.3/templates/NOTES.txt diff --git a/stable/teedy/15.1.1/templates/common.yaml b/stable/syncthing/18.2.3/templates/common.yaml similarity index 100% rename from stable/teedy/15.1.1/templates/common.yaml rename to stable/syncthing/18.2.3/templates/common.yaml diff --git a/stable/thelounge/13.1.1/values.yaml b/stable/syncthing/18.2.3/values.yaml similarity index 100% rename from stable/thelounge/13.1.1/values.yaml rename to stable/syncthing/18.2.3/values.yaml diff --git a/stable/synctube/7.1.1/CHANGELOG.md b/stable/synctube/7.1.1/CHANGELOG.md deleted file mode 100644 index f07585207fe..00000000000 --- a/stable/synctube/7.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/synctube/7.1.1/Chart.yaml b/stable/synctube/7.1.1/Chart.yaml deleted file mode 100644 index 55b6eb40400..00000000000 --- a/stable/synctube/7.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/synctube/7.1.1/charts/common-18.0.2.tgz b/stable/synctube/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/synctube/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/theme-park/9.1.2/.helmignore b/stable/synctube/7.2.2/.helmignore similarity index 100% rename from stable/theme-park/9.1.2/.helmignore rename to stable/synctube/7.2.2/.helmignore diff --git a/stable/synctube/7.2.2/CHANGELOG.md b/stable/synctube/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f2e9f4d098c --- /dev/null +++ b/stable/synctube/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/synctube/7.2.2/Chart.yaml b/stable/synctube/7.2.2/Chart.yaml new file mode 100644 index 00000000000..0f1f092dc43 --- /dev/null +++ b/stable/synctube/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/synctube/7.1.1/README.md b/stable/synctube/7.2.2/README.md similarity index 100% rename from stable/synctube/7.1.1/README.md rename to stable/synctube/7.2.2/README.md diff --git a/stable/synctube/7.2.2/app-changelog.md b/stable/synctube/7.2.2/app-changelog.md new file mode 100644 index 00000000000..e2fb441f5fe --- /dev/null +++ b/stable/synctube/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/synctube/7.1.1/app-readme.md b/stable/synctube/7.2.2/app-readme.md similarity index 100% rename from stable/synctube/7.1.1/app-readme.md rename to stable/synctube/7.2.2/app-readme.md diff --git a/stable/synctube/7.2.2/charts/common-18.1.6.tgz b/stable/synctube/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/synctube/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/synctube/7.1.1/ix_values.yaml b/stable/synctube/7.2.2/ix_values.yaml similarity index 100% rename from stable/synctube/7.1.1/ix_values.yaml rename to stable/synctube/7.2.2/ix_values.yaml diff --git a/stable/synctube/7.1.1/questions.yaml b/stable/synctube/7.2.2/questions.yaml similarity index 100% rename from stable/synctube/7.1.1/questions.yaml rename to stable/synctube/7.2.2/questions.yaml diff --git a/stable/ubooquity/10.1.2/templates/NOTES.txt b/stable/synctube/7.2.2/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/10.1.2/templates/NOTES.txt rename to stable/synctube/7.2.2/templates/NOTES.txt diff --git a/stable/tachidesk-docker/6.1.3/templates/common.yaml b/stable/synctube/7.2.2/templates/common.yaml similarity index 100% rename from stable/tachidesk-docker/6.1.3/templates/common.yaml rename to stable/synctube/7.2.2/templates/common.yaml diff --git a/stable/theme-park/9.1.2/values.yaml b/stable/synctube/7.2.2/values.yaml similarity index 100% rename from stable/theme-park/9.1.2/values.yaml rename to stable/synctube/7.2.2/values.yaml diff --git a/stable/syslog-ng/9.1.1/CHANGELOG.md b/stable/syslog-ng/9.1.1/CHANGELOG.md deleted file mode 100644 index 80e593a2a44..00000000000 --- a/stable/syslog-ng/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/syslog-ng/9.1.1/Chart.yaml b/stable/syslog-ng/9.1.1/Chart.yaml deleted file mode 100644 index 11d04f82a0c..00000000000 --- a/stable/syslog-ng/9.1.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.6.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/syslog-ng/9.1.1/charts/common-18.0.2.tgz b/stable/syslog-ng/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/syslog-ng/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/thunderbird/5.1.2/.helmignore b/stable/syslog-ng/9.2.2/.helmignore similarity index 100% rename from stable/thunderbird/5.1.2/.helmignore rename to stable/syslog-ng/9.2.2/.helmignore diff --git a/stable/syslog-ng/9.2.2/CHANGELOG.md b/stable/syslog-ng/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4cae2162e8a --- /dev/null +++ b/stable/syslog-ng/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/syslog-ng/9.2.2/Chart.yaml b/stable/syslog-ng/9.2.2/Chart.yaml new file mode 100644 index 00000000000..c93ace3b9b0 --- /dev/null +++ b/stable/syslog-ng/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.6.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/syslog-ng/9.1.1/README.md b/stable/syslog-ng/9.2.2/README.md similarity index 100% rename from stable/syslog-ng/9.1.1/README.md rename to stable/syslog-ng/9.2.2/README.md diff --git a/stable/syslog-ng/9.2.2/app-changelog.md b/stable/syslog-ng/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8a0945e750b --- /dev/null +++ b/stable/syslog-ng/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/syslog-ng/9.1.1/app-readme.md b/stable/syslog-ng/9.2.2/app-readme.md similarity index 100% rename from stable/syslog-ng/9.1.1/app-readme.md rename to stable/syslog-ng/9.2.2/app-readme.md diff --git a/stable/syslog-ng/9.2.2/charts/common-18.1.6.tgz b/stable/syslog-ng/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/syslog-ng/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/syslog-ng/9.1.1/ix_values.yaml b/stable/syslog-ng/9.2.2/ix_values.yaml similarity index 100% rename from stable/syslog-ng/9.1.1/ix_values.yaml rename to stable/syslog-ng/9.2.2/ix_values.yaml diff --git a/stable/syslog-ng/9.1.1/questions.yaml b/stable/syslog-ng/9.2.2/questions.yaml similarity index 100% rename from stable/syslog-ng/9.1.1/questions.yaml rename to stable/syslog-ng/9.2.2/questions.yaml diff --git a/stable/unifi/20.1.1/templates/NOTES.txt b/stable/syslog-ng/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/unifi/20.1.1/templates/NOTES.txt rename to stable/syslog-ng/9.2.2/templates/NOTES.txt diff --git a/stable/thelounge/13.1.1/templates/common.yaml b/stable/syslog-ng/9.2.2/templates/common.yaml similarity index 100% rename from stable/thelounge/13.1.1/templates/common.yaml rename to stable/syslog-ng/9.2.2/templates/common.yaml diff --git a/stable/thunderbird/5.1.2/values.yaml b/stable/syslog-ng/9.2.2/values.yaml similarity index 100% rename from stable/thunderbird/5.1.2/values.yaml rename to stable/syslog-ng/9.2.2/values.yaml diff --git a/stable/tachidesk-docker/6.1.3/CHANGELOG.md b/stable/tachidesk-docker/6.1.3/CHANGELOG.md deleted file mode 100644 index 6c5d908bb94..00000000000 --- a/stable/tachidesk-docker/6.1.3/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) - -### Chore diff --git a/stable/tachidesk-docker/6.1.3/Chart.yaml b/stable/tachidesk-docker/6.1.3/Chart.yaml deleted file mode 100644 index 238ec21efae..00000000000 --- a/stable/tachidesk-docker/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: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: preiew -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/tachidesk-docker/6.1.3/charts/common-18.0.2.tgz b/stable/tachidesk-docker/6.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tachidesk-docker/6.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.1.3/ix_values.yaml b/stable/tachidesk-docker/6.1.3/ix_values.yaml deleted file mode 100644 index d343751a7ec..00000000000 --- a/stable/tachidesk-docker/6.1.3/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.1.3/questions.yaml b/stable/tachidesk-docker/6.1.3/questions.yaml deleted file mode 100755 index b4faedc2f3b..00000000000 --- a/stable/tachidesk-docker/6.1.3/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/tinymediamanager/10.1.2/.helmignore b/stable/tachidesk-docker/6.2.3/.helmignore similarity index 100% rename from stable/tinymediamanager/10.1.2/.helmignore rename to stable/tachidesk-docker/6.2.3/.helmignore diff --git a/stable/tachidesk-docker/6.2.3/CHANGELOG.md b/stable/tachidesk-docker/6.2.3/CHANGELOG.md new file mode 100644 index 00000000000..23122fc1798 --- /dev/null +++ b/stable/tachidesk-docker/6.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.2.3/Chart.yaml b/stable/tachidesk-docker/6.2.3/Chart.yaml new file mode 100644 index 00000000000..9d6251373e2 --- /dev/null +++ b/stable/tachidesk-docker/6.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: preiew +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/tachidesk-docker/6.1.3/README.md b/stable/tachidesk-docker/6.2.3/README.md similarity index 100% rename from stable/tachidesk-docker/6.1.3/README.md rename to stable/tachidesk-docker/6.2.3/README.md diff --git a/stable/tachidesk-docker/6.2.3/app-changelog.md b/stable/tachidesk-docker/6.2.3/app-changelog.md new file mode 100644 index 00000000000..594762418e7 --- /dev/null +++ b/stable/tachidesk-docker/6.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tachidesk-docker/6.1.3/app-readme.md b/stable/tachidesk-docker/6.2.3/app-readme.md similarity index 100% rename from stable/tachidesk-docker/6.1.3/app-readme.md rename to stable/tachidesk-docker/6.2.3/app-readme.md diff --git a/stable/tachidesk-docker/6.2.3/charts/common-18.1.6.tgz b/stable/tachidesk-docker/6.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tachidesk-docker/6.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/tachidesk-docker/6.2.3/ix_values.yaml b/stable/tachidesk-docker/6.2.3/ix_values.yaml new file mode 100644 index 00000000000..407b7a33449 --- /dev/null +++ b/stable/tachidesk-docker/6.2.3/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.2.3/questions.yaml b/stable/tachidesk-docker/6.2.3/questions.yaml new file mode 100755 index 00000000000..9d7ed76c1fb --- /dev/null +++ b/stable/tachidesk-docker/6.2.3/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/tanoshi/5.1.1/templates/common.yaml b/stable/tachidesk-docker/6.2.3/templates/common.yaml similarity index 100% rename from stable/tanoshi/5.1.1/templates/common.yaml rename to stable/tachidesk-docker/6.2.3/templates/common.yaml diff --git a/stable/tinymediamanager/10.1.2/values.yaml b/stable/tachidesk-docker/6.2.3/values.yaml similarity index 100% rename from stable/tinymediamanager/10.1.2/values.yaml rename to stable/tachidesk-docker/6.2.3/values.yaml diff --git a/stable/tagspaces/3.1.1/CHANGELOG.md b/stable/tagspaces/3.1.1/CHANGELOG.md deleted file mode 100644 index 72b2a6523ce..00000000000 --- a/stable/tagspaces/3.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tagspaces/3.1.1/Chart.yaml b/stable/tagspaces/3.1.1/Chart.yaml deleted file mode 100644 index f537cd8fe82..00000000000 --- a/stable/tagspaces/3.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.5.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tagspaces/3.1.1/charts/common-18.0.2.tgz b/stable/tagspaces/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tagspaces/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tonido/5.1.1/.helmignore b/stable/tagspaces/3.2.2/.helmignore similarity index 100% rename from stable/tonido/5.1.1/.helmignore rename to stable/tagspaces/3.2.2/.helmignore diff --git a/stable/tagspaces/3.2.2/CHANGELOG.md b/stable/tagspaces/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..040cbeddbb7 --- /dev/null +++ b/stable/tagspaces/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tagspaces/3.2.2/Chart.yaml b/stable/tagspaces/3.2.2/Chart.yaml new file mode 100644 index 00000000000..679a37528a6 --- /dev/null +++ b/stable/tagspaces/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.5.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tagspaces/3.1.1/README.md b/stable/tagspaces/3.2.2/README.md similarity index 100% rename from stable/tagspaces/3.1.1/README.md rename to stable/tagspaces/3.2.2/README.md diff --git a/stable/tagspaces/3.2.2/app-changelog.md b/stable/tagspaces/3.2.2/app-changelog.md new file mode 100644 index 00000000000..970582784cb --- /dev/null +++ b/stable/tagspaces/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tagspaces/3.1.1/app-readme.md b/stable/tagspaces/3.2.2/app-readme.md similarity index 100% rename from stable/tagspaces/3.1.1/app-readme.md rename to stable/tagspaces/3.2.2/app-readme.md diff --git a/stable/tagspaces/3.2.2/charts/common-18.1.6.tgz b/stable/tagspaces/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tagspaces/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tagspaces/3.1.1/ix_values.yaml b/stable/tagspaces/3.2.2/ix_values.yaml similarity index 100% rename from stable/tagspaces/3.1.1/ix_values.yaml rename to stable/tagspaces/3.2.2/ix_values.yaml diff --git a/stable/tagspaces/3.1.1/questions.yaml b/stable/tagspaces/3.2.2/questions.yaml similarity index 100% rename from stable/tagspaces/3.1.1/questions.yaml rename to stable/tagspaces/3.2.2/questions.yaml diff --git a/stable/unmanic/10.1.1/templates/NOTES.txt b/stable/tagspaces/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/unmanic/10.1.1/templates/NOTES.txt rename to stable/tagspaces/3.2.2/templates/NOTES.txt diff --git a/stable/tagspaces/3.1.1/templates/_secrets.tpl b/stable/tagspaces/3.2.2/templates/_secrets.tpl similarity index 100% rename from stable/tagspaces/3.1.1/templates/_secrets.tpl rename to stable/tagspaces/3.2.2/templates/_secrets.tpl diff --git a/stable/tagspaces/3.1.1/templates/common.yaml b/stable/tagspaces/3.2.2/templates/common.yaml similarity index 100% rename from stable/tagspaces/3.1.1/templates/common.yaml rename to stable/tagspaces/3.2.2/templates/common.yaml diff --git a/stable/tonido/5.1.1/values.yaml b/stable/tagspaces/3.2.2/values.yaml similarity index 100% rename from stable/tonido/5.1.1/values.yaml rename to stable/tagspaces/3.2.2/values.yaml diff --git a/stable/tailscale/8.2.1/CHANGELOG.md b/stable/tailscale/8.2.1/CHANGELOG.md deleted file mode 100644 index bde7215c9ef..00000000000 --- a/stable/tailscale/8.2.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/tailscale/8.2.1/Chart.yaml b/stable/tailscale/8.2.1/Chart.yaml deleted file mode 100644 index 4c9bfe9fbd2..00000000000 --- a/stable/tailscale/8.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: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.11 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tailscale/8.2.1/charts/common-18.0.2.tgz b/stable/tailscale/8.2.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tailscale/8.2.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/traccar/15.1.1/.helmignore b/stable/tailscale/8.3.2/.helmignore similarity index 100% rename from stable/traccar/15.1.1/.helmignore rename to stable/tailscale/8.3.2/.helmignore diff --git a/stable/tailscale/8.3.2/CHANGELOG.md b/stable/tailscale/8.3.2/CHANGELOG.md new file mode 100644 index 00000000000..4a157c961a3 --- /dev/null +++ b/stable/tailscale/8.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/tailscale/8.3.2/Chart.yaml b/stable/tailscale/8.3.2/Chart.yaml new file mode 100644 index 00000000000..0f3e7aee45f --- /dev/null +++ b/stable/tailscale/8.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.61.11 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/tailscale/8.2.1/README.md b/stable/tailscale/8.3.2/README.md similarity index 100% rename from stable/tailscale/8.2.1/README.md rename to stable/tailscale/8.3.2/README.md diff --git a/stable/tailscale/8.3.2/app-changelog.md b/stable/tailscale/8.3.2/app-changelog.md new file mode 100644 index 00000000000..958beaaa989 --- /dev/null +++ b/stable/tailscale/8.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tailscale/8.2.1/app-readme.md b/stable/tailscale/8.3.2/app-readme.md similarity index 100% rename from stable/tailscale/8.2.1/app-readme.md rename to stable/tailscale/8.3.2/app-readme.md diff --git a/stable/tailscale/8.3.2/charts/common-18.1.6.tgz b/stable/tailscale/8.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tailscale/8.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/tailscale/8.2.1/ix_values.yaml b/stable/tailscale/8.3.2/ix_values.yaml similarity index 100% rename from stable/tailscale/8.2.1/ix_values.yaml rename to stable/tailscale/8.3.2/ix_values.yaml diff --git a/stable/tailscale/8.2.1/questions.yaml b/stable/tailscale/8.3.2/questions.yaml similarity index 100% rename from stable/tailscale/8.2.1/questions.yaml rename to stable/tailscale/8.3.2/questions.yaml diff --git a/stable/unpackerr/13.1.1/templates/NOTES.txt b/stable/tailscale/8.3.2/templates/NOTES.txt similarity index 100% rename from stable/unpackerr/13.1.1/templates/NOTES.txt rename to stable/tailscale/8.3.2/templates/NOTES.txt diff --git a/stable/tailscale/8.2.1/templates/_configmap.tpl b/stable/tailscale/8.3.2/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/8.2.1/templates/_configmap.tpl rename to stable/tailscale/8.3.2/templates/_configmap.tpl diff --git a/stable/tailscale/8.2.1/templates/_secret.tpl b/stable/tailscale/8.3.2/templates/_secret.tpl similarity index 100% rename from stable/tailscale/8.2.1/templates/_secret.tpl rename to stable/tailscale/8.3.2/templates/_secret.tpl diff --git a/stable/tailscale/8.2.1/templates/common.yaml b/stable/tailscale/8.3.2/templates/common.yaml similarity index 100% rename from stable/tailscale/8.2.1/templates/common.yaml rename to stable/tailscale/8.3.2/templates/common.yaml diff --git a/stable/traccar/15.1.1/values.yaml b/stable/tailscale/8.3.2/values.yaml similarity index 100% rename from stable/traccar/15.1.1/values.yaml rename to stable/tailscale/8.3.2/values.yaml diff --git a/stable/tandoor-recipes/16.1.1/CHANGELOG.md b/stable/tandoor-recipes/16.1.1/CHANGELOG.md deleted file mode 100644 index 1adb9325c86..00000000000 --- a/stable/tandoor-recipes/16.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/tandoor-recipes/16.1.1/Chart.yaml b/stable/tandoor-recipes/16.1.1/Chart.yaml deleted file mode 100644 index c3fbd00bc96..00000000000 --- a/stable/tandoor-recipes/16.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.5.13 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tandoor-recipes/16.1.1/charts/common-18.0.2.tgz b/stable/tandoor-recipes/16.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tandoor-recipes/16.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tracks/5.1.1/.helmignore b/stable/tandoor-recipes/16.2.2/.helmignore similarity index 100% rename from stable/tracks/5.1.1/.helmignore rename to stable/tandoor-recipes/16.2.2/.helmignore diff --git a/stable/tandoor-recipes/16.2.2/CHANGELOG.md b/stable/tandoor-recipes/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ce03cf0715e --- /dev/null +++ b/stable/tandoor-recipes/16.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + + + diff --git a/stable/tandoor-recipes/16.2.2/Chart.yaml b/stable/tandoor-recipes/16.2.2/Chart.yaml new file mode 100644 index 00000000000..f4898b2bb48 --- /dev/null +++ b/stable/tandoor-recipes/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.13 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tandoor-recipes/16.1.1/README.md b/stable/tandoor-recipes/16.2.2/README.md similarity index 100% rename from stable/tandoor-recipes/16.1.1/README.md rename to stable/tandoor-recipes/16.2.2/README.md diff --git a/stable/tandoor-recipes/16.2.2/app-changelog.md b/stable/tandoor-recipes/16.2.2/app-changelog.md new file mode 100644 index 00000000000..a4c4b33c5c1 --- /dev/null +++ b/stable/tandoor-recipes/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tandoor-recipes/16.1.1/app-readme.md b/stable/tandoor-recipes/16.2.2/app-readme.md similarity index 100% rename from stable/tandoor-recipes/16.1.1/app-readme.md rename to stable/tandoor-recipes/16.2.2/app-readme.md diff --git a/stable/tandoor-recipes/16.2.2/charts/common-18.1.6.tgz b/stable/tandoor-recipes/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tandoor-recipes/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tandoor-recipes/16.1.1/ix_values.yaml b/stable/tandoor-recipes/16.2.2/ix_values.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.1/ix_values.yaml rename to stable/tandoor-recipes/16.2.2/ix_values.yaml diff --git a/stable/tandoor-recipes/16.1.1/questions.yaml b/stable/tandoor-recipes/16.2.2/questions.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.1/questions.yaml rename to stable/tandoor-recipes/16.2.2/questions.yaml diff --git a/stable/tandoor-recipes/16.1.1/templates/_secrets.tpl b/stable/tandoor-recipes/16.2.2/templates/_secrets.tpl similarity index 100% rename from stable/tandoor-recipes/16.1.1/templates/_secrets.tpl rename to stable/tandoor-recipes/16.2.2/templates/_secrets.tpl diff --git a/stable/tandoor-recipes/16.1.1/templates/common.yaml b/stable/tandoor-recipes/16.2.2/templates/common.yaml similarity index 100% rename from stable/tandoor-recipes/16.1.1/templates/common.yaml rename to stable/tandoor-recipes/16.2.2/templates/common.yaml diff --git a/stable/tracks/5.1.1/values.yaml b/stable/tandoor-recipes/16.2.2/values.yaml similarity index 100% rename from stable/tracks/5.1.1/values.yaml rename to stable/tandoor-recipes/16.2.2/values.yaml diff --git a/stable/tanoshi/5.1.1/CHANGELOG.md b/stable/tanoshi/5.1.1/CHANGELOG.md deleted file mode 100644 index d017479dd15..00000000000 --- a/stable/tanoshi/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tanoshi/5.1.1/Chart.yaml b/stable/tanoshi/5.1.1/Chart.yaml deleted file mode 100644 index a3c1bbaaf16..00000000000 --- a/stable/tanoshi/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tanoshi/5.1.1/charts/common-18.0.2.tgz b/stable/tanoshi/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tanoshi/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/traefik-forward-auth/3.1.1/.helmignore b/stable/tanoshi/5.2.2/.helmignore similarity index 100% rename from stable/traefik-forward-auth/3.1.1/.helmignore rename to stable/tanoshi/5.2.2/.helmignore diff --git a/stable/tanoshi/5.2.2/CHANGELOG.md b/stable/tanoshi/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2e05fdcf7b7 --- /dev/null +++ b/stable/tanoshi/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tanoshi/5.2.2/Chart.yaml b/stable/tanoshi/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ad8b0986a8b --- /dev/null +++ b/stable/tanoshi/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tanoshi/5.1.1/README.md b/stable/tanoshi/5.2.2/README.md similarity index 100% rename from stable/tanoshi/5.1.1/README.md rename to stable/tanoshi/5.2.2/README.md diff --git a/stable/tanoshi/5.2.2/app-changelog.md b/stable/tanoshi/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f9b7ccb6542 --- /dev/null +++ b/stable/tanoshi/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tanoshi/5.1.1/app-readme.md b/stable/tanoshi/5.2.2/app-readme.md similarity index 100% rename from stable/tanoshi/5.1.1/app-readme.md rename to stable/tanoshi/5.2.2/app-readme.md diff --git a/stable/tanoshi/5.2.2/charts/common-18.1.6.tgz b/stable/tanoshi/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tanoshi/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tanoshi/5.1.1/ix_values.yaml b/stable/tanoshi/5.2.2/ix_values.yaml similarity index 100% rename from stable/tanoshi/5.1.1/ix_values.yaml rename to stable/tanoshi/5.2.2/ix_values.yaml diff --git a/stable/tanoshi/5.1.1/questions.yaml b/stable/tanoshi/5.2.2/questions.yaml similarity index 100% rename from stable/tanoshi/5.1.1/questions.yaml rename to stable/tanoshi/5.2.2/questions.yaml diff --git a/stable/tar1090/5.1.5/templates/common.yaml b/stable/tanoshi/5.2.2/templates/common.yaml similarity index 100% rename from stable/tar1090/5.1.5/templates/common.yaml rename to stable/tanoshi/5.2.2/templates/common.yaml diff --git a/stable/traefik-forward-auth/3.1.1/values.yaml b/stable/tanoshi/5.2.2/values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.1/values.yaml rename to stable/tanoshi/5.2.2/values.yaml diff --git a/stable/tar1090/5.1.5/CHANGELOG.md b/stable/tar1090/5.1.5/CHANGELOG.md deleted file mode 100644 index 70cadf63ec3..00000000000 --- a/stable/tar1090/5.1.5/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tar1090/5.1.5/Chart.yaml b/stable/tar1090/5.1.5/Chart.yaml deleted file mode 100644 index 2c9397d0c03..00000000000 --- a/stable/tar1090/5.1.5/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: 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.1.5 diff --git a/stable/tar1090/5.1.5/charts/common-18.0.3.tgz b/stable/tar1090/5.1.5/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/tar1090/5.1.5/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/tar1090/5.1.5/ix_values.yaml b/stable/tar1090/5.1.5/ix_values.yaml deleted file mode 100644 index 5dc54f25785..00000000000 --- a/stable/tar1090/5.1.5/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikenye/tar1090 - tag: latest@sha256:c2c4d6c1c4508c678d9d29da54c017ebd7176784ef4a177bfddbc5fd582b984f -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/traggo/6.1.1/.helmignore b/stable/tar1090/5.2.4/.helmignore similarity index 100% rename from stable/traggo/6.1.1/.helmignore rename to stable/tar1090/5.2.4/.helmignore diff --git a/stable/tar1090/5.2.4/CHANGELOG.md b/stable/tar1090/5.2.4/CHANGELOG.md new file mode 100644 index 00000000000..00c769c56c8 --- /dev/null +++ b/stable/tar1090/5.2.4/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/tar1090/5.2.4/Chart.yaml b/stable/tar1090/5.2.4/Chart.yaml new file mode 100644 index 00000000000..b2cb22fd203 --- /dev/null +++ b/stable/tar1090/5.2.4/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.4 diff --git a/stable/tar1090/5.1.5/README.md b/stable/tar1090/5.2.4/README.md similarity index 100% rename from stable/tar1090/5.1.5/README.md rename to stable/tar1090/5.2.4/README.md diff --git a/stable/tar1090/5.2.4/app-changelog.md b/stable/tar1090/5.2.4/app-changelog.md new file mode 100644 index 00000000000..37d82cf5fe5 --- /dev/null +++ b/stable/tar1090/5.2.4/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tar1090/5.1.5/app-readme.md b/stable/tar1090/5.2.4/app-readme.md similarity index 100% rename from stable/tar1090/5.1.5/app-readme.md rename to stable/tar1090/5.2.4/app-readme.md diff --git a/stable/tar1090/5.2.4/charts/common-18.1.6.tgz b/stable/tar1090/5.2.4/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tar1090/5.2.4/charts/common-18.1.6.tgz differ diff --git a/stable/tar1090/5.2.4/ix_values.yaml b/stable/tar1090/5.2.4/ix_values.yaml new file mode 100644 index 00000000000..011e339a4d3 --- /dev/null +++ b/stable/tar1090/5.2.4/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.1.5/questions.yaml b/stable/tar1090/5.2.4/questions.yaml similarity index 100% rename from stable/tar1090/5.1.5/questions.yaml rename to stable/tar1090/5.2.4/questions.yaml diff --git a/stable/teedy-docs/5.1.2/templates/common.yaml b/stable/tar1090/5.2.4/templates/common.yaml similarity index 100% rename from stable/teedy-docs/5.1.2/templates/common.yaml rename to stable/tar1090/5.2.4/templates/common.yaml diff --git a/stable/traggo/6.1.1/values.yaml b/stable/tar1090/5.2.4/values.yaml similarity index 100% rename from stable/traggo/6.1.1/values.yaml rename to stable/tar1090/5.2.4/values.yaml diff --git a/stable/tasmoadmin/8.1.1/CHANGELOG.md b/stable/tasmoadmin/8.1.1/CHANGELOG.md deleted file mode 100644 index d1296165708..00000000000 --- a/stable/tasmoadmin/8.1.1/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.1/Chart.yaml b/stable/tasmoadmin/8.1.1/Chart.yaml deleted file mode 100644 index 8a588087dc3..00000000000 --- a/stable/tasmoadmin/8.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tasmoadmin/8.1.1/charts/common-18.0.2.tgz b/stable/tasmoadmin/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tasmoadmin/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/traktarr/5.1.1/.helmignore b/stable/tasmoadmin/8.2.2/.helmignore similarity index 100% rename from stable/traktarr/5.1.1/.helmignore rename to stable/tasmoadmin/8.2.2/.helmignore diff --git a/stable/tasmoadmin/8.2.2/CHANGELOG.md b/stable/tasmoadmin/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b5f20af1b44 --- /dev/null +++ b/stable/tasmoadmin/8.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/tasmoadmin/8.2.2/Chart.yaml b/stable/tasmoadmin/8.2.2/Chart.yaml new file mode 100644 index 00000000000..852979735cd --- /dev/null +++ b/stable/tasmoadmin/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tasmoadmin/8.1.1/README.md b/stable/tasmoadmin/8.2.2/README.md similarity index 100% rename from stable/tasmoadmin/8.1.1/README.md rename to stable/tasmoadmin/8.2.2/README.md diff --git a/stable/tasmoadmin/8.2.2/app-changelog.md b/stable/tasmoadmin/8.2.2/app-changelog.md new file mode 100644 index 00000000000..f705fae264a --- /dev/null +++ b/stable/tasmoadmin/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tasmoadmin/8.1.1/app-readme.md b/stable/tasmoadmin/8.2.2/app-readme.md similarity index 100% rename from stable/tasmoadmin/8.1.1/app-readme.md rename to stable/tasmoadmin/8.2.2/app-readme.md diff --git a/stable/tasmoadmin/8.2.2/charts/common-18.1.6.tgz b/stable/tasmoadmin/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tasmoadmin/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tasmoadmin/8.1.1/ix_values.yaml b/stable/tasmoadmin/8.2.2/ix_values.yaml similarity index 100% rename from stable/tasmoadmin/8.1.1/ix_values.yaml rename to stable/tasmoadmin/8.2.2/ix_values.yaml diff --git a/stable/tasmoadmin/8.1.1/questions.yaml b/stable/tasmoadmin/8.2.2/questions.yaml similarity index 100% rename from stable/tasmoadmin/8.1.1/questions.yaml rename to stable/tasmoadmin/8.2.2/questions.yaml diff --git a/stable/theme-park/9.1.2/templates/common.yaml b/stable/tasmoadmin/8.2.2/templates/common.yaml similarity index 100% rename from stable/theme-park/9.1.2/templates/common.yaml rename to stable/tasmoadmin/8.2.2/templates/common.yaml diff --git a/stable/traktarr/5.1.1/values.yaml b/stable/tasmoadmin/8.2.2/values.yaml similarity index 100% rename from stable/traktarr/5.1.1/values.yaml rename to stable/tasmoadmin/8.2.2/values.yaml diff --git a/stable/tasmobackup/6.1.1/CHANGELOG.md b/stable/tasmobackup/6.1.1/CHANGELOG.md deleted file mode 100644 index 63805d8aad5..00000000000 --- a/stable/tasmobackup/6.1.1/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 - - - -- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749)) diff --git a/stable/tasmobackup/6.1.1/Chart.yaml b/stable/tasmobackup/6.1.1/Chart.yaml deleted file mode 100644 index aac448e35e6..00000000000 --- a/stable/tasmobackup/6.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.05.00 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tasmobackup/6.1.1/charts/common-18.0.2.tgz b/stable/tasmobackup/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tasmobackup/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/trango/5.1.1/.helmignore b/stable/tasmobackup/6.2.2/.helmignore similarity index 100% rename from stable/trango/5.1.1/.helmignore rename to stable/tasmobackup/6.2.2/.helmignore diff --git a/stable/tasmobackup/6.2.2/CHANGELOG.md b/stable/tasmobackup/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cb7f867e956 --- /dev/null +++ b/stable/tasmobackup/6.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/tasmobackup/6.2.2/Chart.yaml b/stable/tasmobackup/6.2.2/Chart.yaml new file mode 100644 index 00000000000..71d216fcb40 --- /dev/null +++ b/stable/tasmobackup/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.05.00 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tasmobackup/6.1.1/README.md b/stable/tasmobackup/6.2.2/README.md similarity index 100% rename from stable/tasmobackup/6.1.1/README.md rename to stable/tasmobackup/6.2.2/README.md diff --git a/stable/tasmobackup/6.2.2/app-changelog.md b/stable/tasmobackup/6.2.2/app-changelog.md new file mode 100644 index 00000000000..02bd5300002 --- /dev/null +++ b/stable/tasmobackup/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tasmobackup/6.1.1/app-readme.md b/stable/tasmobackup/6.2.2/app-readme.md similarity index 100% rename from stable/tasmobackup/6.1.1/app-readme.md rename to stable/tasmobackup/6.2.2/app-readme.md diff --git a/stable/tasmobackup/6.2.2/charts/common-18.1.6.tgz b/stable/tasmobackup/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tasmobackup/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tasmobackup/6.1.1/ix_values.yaml b/stable/tasmobackup/6.2.2/ix_values.yaml similarity index 100% rename from stable/tasmobackup/6.1.1/ix_values.yaml rename to stable/tasmobackup/6.2.2/ix_values.yaml diff --git a/stable/tasmobackup/6.1.1/questions.yaml b/stable/tasmobackup/6.2.2/questions.yaml similarity index 100% rename from stable/tasmobackup/6.1.1/questions.yaml rename to stable/tasmobackup/6.2.2/questions.yaml diff --git a/stable/tinymediamanager/10.1.2/templates/common.yaml b/stable/tasmobackup/6.2.2/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/10.1.2/templates/common.yaml rename to stable/tasmobackup/6.2.2/templates/common.yaml diff --git a/stable/trango/5.1.1/values.yaml b/stable/tasmobackup/6.2.2/values.yaml similarity index 100% rename from stable/trango/5.1.1/values.yaml rename to stable/tasmobackup/6.2.2/values.yaml diff --git a/stable/tasmocompiler/6.1.2/CHANGELOG.md b/stable/tasmocompiler/6.1.2/CHANGELOG.md deleted file mode 100644 index 29fcb9d01c9..00000000000 --- a/stable/tasmocompiler/6.1.2/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)) - - -## [tasmocompiler-5.1.8](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.7...tasmocompiler-5.1.8) (2024-01-03) diff --git a/stable/tasmocompiler/6.1.2/Chart.yaml b/stable/tasmocompiler/6.1.2/Chart.yaml deleted file mode 100644 index 8e559b0ed0b..00000000000 --- a/stable/tasmocompiler/6.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/tasmocompiler/6.1.2/charts/common-18.0.2.tgz b/stable/tasmocompiler/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tasmocompiler/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.1.2/ix_values.yaml b/stable/tasmocompiler/6.1.2/ix_values.yaml deleted file mode 100644 index 154bcfe5a8c..00000000000 --- a/stable/tasmocompiler/6.1.2/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/transmission/20.1.1/.helmignore b/stable/tasmocompiler/6.2.3/.helmignore similarity index 100% rename from stable/transmission/20.1.1/.helmignore rename to stable/tasmocompiler/6.2.3/.helmignore diff --git a/stable/tasmocompiler/6.2.3/CHANGELOG.md b/stable/tasmocompiler/6.2.3/CHANGELOG.md new file mode 100644 index 00000000000..e0905ad3325 --- /dev/null +++ b/stable/tasmocompiler/6.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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 + + diff --git a/stable/tasmocompiler/6.2.3/Chart.yaml b/stable/tasmocompiler/6.2.3/Chart.yaml new file mode 100644 index 00000000000..638d42bcf14 --- /dev/null +++ b/stable/tasmocompiler/6.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/tasmocompiler/6.1.2/README.md b/stable/tasmocompiler/6.2.3/README.md similarity index 100% rename from stable/tasmocompiler/6.1.2/README.md rename to stable/tasmocompiler/6.2.3/README.md diff --git a/stable/tasmocompiler/6.2.3/app-changelog.md b/stable/tasmocompiler/6.2.3/app-changelog.md new file mode 100644 index 00000000000..fd36f274942 --- /dev/null +++ b/stable/tasmocompiler/6.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tasmocompiler/6.1.2/app-readme.md b/stable/tasmocompiler/6.2.3/app-readme.md similarity index 100% rename from stable/tasmocompiler/6.1.2/app-readme.md rename to stable/tasmocompiler/6.2.3/app-readme.md diff --git a/stable/tasmocompiler/6.2.3/charts/common-18.1.6.tgz b/stable/tasmocompiler/6.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tasmocompiler/6.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/tasmocompiler/6.2.3/ix_values.yaml b/stable/tasmocompiler/6.2.3/ix_values.yaml new file mode 100644 index 00000000000..a1f04d08c72 --- /dev/null +++ b/stable/tasmocompiler/6.2.3/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.1.2/questions.yaml b/stable/tasmocompiler/6.2.3/questions.yaml similarity index 100% rename from stable/tasmocompiler/6.1.2/questions.yaml rename to stable/tasmocompiler/6.2.3/questions.yaml diff --git a/stable/traccar/15.1.1/templates/common.yaml b/stable/tasmocompiler/6.2.3/templates/common.yaml similarity index 100% rename from stable/traccar/15.1.1/templates/common.yaml rename to stable/tasmocompiler/6.2.3/templates/common.yaml diff --git a/stable/transmission/20.1.1/values.yaml b/stable/tasmocompiler/6.2.3/values.yaml similarity index 100% rename from stable/transmission/20.1.1/values.yaml rename to stable/tasmocompiler/6.2.3/values.yaml diff --git a/stable/tauticord/3.1.2/CHANGELOG.md b/stable/tauticord/3.1.2/CHANGELOG.md deleted file mode 100644 index 35775f37602..00000000000 --- a/stable/tauticord/3.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tauticord/3.1.2/Chart.yaml b/stable/tauticord/3.1.2/Chart.yaml deleted file mode 100644 index 30f29dd678e..00000000000 --- a/stable/tauticord/3.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.18.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/tauticord/3.1.2/charts/common-18.0.2.tgz b/stable/tauticord/3.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tauticord/3.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tauticord/3.1.2/ix_values.yaml b/stable/tauticord/3.1.2/ix_values.yaml deleted file mode 100644 index e64286d113e..00000000000 --- a/stable/tauticord/3.1.2/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/trilium-notes/12.1.2/.helmignore b/stable/tauticord/3.3.2/.helmignore similarity index 100% rename from stable/trilium-notes/12.1.2/.helmignore rename to stable/tauticord/3.3.2/.helmignore diff --git a/stable/tauticord/3.3.2/CHANGELOG.md b/stable/tauticord/3.3.2/CHANGELOG.md new file mode 100644 index 00000000000..a1d4fd87dea --- /dev/null +++ b/stable/tauticord/3.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tauticord/3.3.2/Chart.yaml b/stable/tauticord/3.3.2/Chart.yaml new file mode 100644 index 00000000000..8ed2dbcb7ec --- /dev/null +++ b/stable/tauticord/3.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.19.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/tauticord/3.1.2/README.md b/stable/tauticord/3.3.2/README.md similarity index 100% rename from stable/tauticord/3.1.2/README.md rename to stable/tauticord/3.3.2/README.md diff --git a/stable/tauticord/3.3.2/app-changelog.md b/stable/tauticord/3.3.2/app-changelog.md new file mode 100644 index 00000000000..81f050c9063 --- /dev/null +++ b/stable/tauticord/3.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tauticord/3.1.2/app-readme.md b/stable/tauticord/3.3.2/app-readme.md similarity index 100% rename from stable/tauticord/3.1.2/app-readme.md rename to stable/tauticord/3.3.2/app-readme.md diff --git a/stable/tauticord/3.3.2/charts/common-18.1.6.tgz b/stable/tauticord/3.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tauticord/3.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/tauticord/3.3.2/ix_values.yaml b/stable/tauticord/3.3.2/ix_values.yaml new file mode 100644 index 00000000000..d64810f9ab5 --- /dev/null +++ b/stable/tauticord/3.3.2/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.1.2/questions.yaml b/stable/tauticord/3.3.2/questions.yaml similarity index 100% rename from stable/tauticord/3.1.2/questions.yaml rename to stable/tauticord/3.3.2/questions.yaml diff --git a/stable/unpoller/10.1.2/templates/NOTES.txt b/stable/tauticord/3.3.2/templates/NOTES.txt similarity index 100% rename from stable/unpoller/10.1.2/templates/NOTES.txt rename to stable/tauticord/3.3.2/templates/NOTES.txt diff --git a/stable/trilium-notes/12.1.2/templates/common.yaml b/stable/tauticord/3.3.2/templates/common.yaml similarity index 100% rename from stable/trilium-notes/12.1.2/templates/common.yaml rename to stable/tauticord/3.3.2/templates/common.yaml diff --git a/stable/trilium-notes/12.1.2/values.yaml b/stable/tauticord/3.3.2/values.yaml similarity index 100% rename from stable/trilium-notes/12.1.2/values.yaml rename to stable/tauticord/3.3.2/values.yaml diff --git a/stable/tautulli/18.1.1/CHANGELOG.md b/stable/tautulli/18.1.1/CHANGELOG.md deleted file mode 100644 index 28b3d6cca44..00000000000 --- a/stable/tautulli/18.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tautulli/18.1.1/Chart.yaml b/stable/tautulli/18.1.1/Chart.yaml deleted file mode 100644 index 643bbb54050..00000000000 --- a/stable/tautulli/18.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.13.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tautulli/18.1.1/charts/common-18.0.2.tgz b/stable/tautulli/18.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tautulli/18.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/troddit/5.1.1/.helmignore b/stable/tautulli/18.2.2/.helmignore similarity index 100% rename from stable/troddit/5.1.1/.helmignore rename to stable/tautulli/18.2.2/.helmignore diff --git a/stable/tautulli/18.2.2/CHANGELOG.md b/stable/tautulli/18.2.2/CHANGELOG.md new file mode 100644 index 00000000000..73471e795dc --- /dev/null +++ b/stable/tautulli/18.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/tautulli/18.2.2/Chart.yaml b/stable/tautulli/18.2.2/Chart.yaml new file mode 100644 index 00000000000..427efd57149 --- /dev/null +++ b/stable/tautulli/18.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.13.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tautulli/18.1.1/README.md b/stable/tautulli/18.2.2/README.md similarity index 100% rename from stable/tautulli/18.1.1/README.md rename to stable/tautulli/18.2.2/README.md diff --git a/stable/tautulli/18.2.2/app-changelog.md b/stable/tautulli/18.2.2/app-changelog.md new file mode 100644 index 00000000000..eea5bb35cc4 --- /dev/null +++ b/stable/tautulli/18.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tautulli/18.1.1/app-readme.md b/stable/tautulli/18.2.2/app-readme.md similarity index 100% rename from stable/tautulli/18.1.1/app-readme.md rename to stable/tautulli/18.2.2/app-readme.md diff --git a/stable/tautulli/18.2.2/charts/common-18.1.6.tgz b/stable/tautulli/18.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tautulli/18.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tautulli/18.1.1/ix_values.yaml b/stable/tautulli/18.2.2/ix_values.yaml similarity index 100% rename from stable/tautulli/18.1.1/ix_values.yaml rename to stable/tautulli/18.2.2/ix_values.yaml diff --git a/stable/tautulli/18.1.1/questions.yaml b/stable/tautulli/18.2.2/questions.yaml similarity index 100% rename from stable/tautulli/18.1.1/questions.yaml rename to stable/tautulli/18.2.2/questions.yaml diff --git a/stable/unturned/6.1.1/templates/NOTES.txt b/stable/tautulli/18.2.2/templates/NOTES.txt similarity index 100% rename from stable/unturned/6.1.1/templates/NOTES.txt rename to stable/tautulli/18.2.2/templates/NOTES.txt diff --git a/stable/truecommand/19.1.1/templates/common.yaml b/stable/tautulli/18.2.2/templates/common.yaml similarity index 100% rename from stable/truecommand/19.1.1/templates/common.yaml rename to stable/tautulli/18.2.2/templates/common.yaml diff --git a/stable/troddit/5.1.1/values.yaml b/stable/tautulli/18.2.2/values.yaml similarity index 100% rename from stable/troddit/5.1.1/values.yaml rename to stable/tautulli/18.2.2/values.yaml diff --git a/stable/tdarr-node/9.1.1/CHANGELOG.md b/stable/tdarr-node/9.1.1/CHANGELOG.md deleted file mode 100644 index e3a0d9a98fa..00000000000 --- a/stable/tdarr-node/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tdarr-node/9.1.1/Chart.yaml b/stable/tdarr-node/9.1.1/Chart.yaml deleted file mode 100644 index 16d10dad229..00000000000 --- a/stable/tdarr-node/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tdarr-node/9.1.1/charts/common-18.0.2.tgz b/stable/tdarr-node/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tdarr-node/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/truecommand/19.1.1/.helmignore b/stable/tdarr-node/9.2.2/.helmignore similarity index 100% rename from stable/truecommand/19.1.1/.helmignore rename to stable/tdarr-node/9.2.2/.helmignore diff --git a/stable/tdarr-node/9.2.2/CHANGELOG.md b/stable/tdarr-node/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9ef6e06c0a8 --- /dev/null +++ b/stable/tdarr-node/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tdarr-node/9.2.2/Chart.yaml b/stable/tdarr-node/9.2.2/Chart.yaml new file mode 100644 index 00000000000..c8fa3a4b088 --- /dev/null +++ b/stable/tdarr-node/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tdarr-node/9.1.1/README.md b/stable/tdarr-node/9.2.2/README.md similarity index 100% rename from stable/tdarr-node/9.1.1/README.md rename to stable/tdarr-node/9.2.2/README.md diff --git a/stable/tdarr-node/9.2.2/app-changelog.md b/stable/tdarr-node/9.2.2/app-changelog.md new file mode 100644 index 00000000000..d45d94be57c --- /dev/null +++ b/stable/tdarr-node/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tdarr-node/9.1.1/app-readme.md b/stable/tdarr-node/9.2.2/app-readme.md similarity index 100% rename from stable/tdarr-node/9.1.1/app-readme.md rename to stable/tdarr-node/9.2.2/app-readme.md diff --git a/stable/tdarr-node/9.2.2/charts/common-18.1.6.tgz b/stable/tdarr-node/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tdarr-node/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tdarr-node/9.1.1/ix_values.yaml b/stable/tdarr-node/9.2.2/ix_values.yaml similarity index 100% rename from stable/tdarr-node/9.1.1/ix_values.yaml rename to stable/tdarr-node/9.2.2/ix_values.yaml diff --git a/stable/tdarr-node/9.1.1/questions.yaml b/stable/tdarr-node/9.2.2/questions.yaml similarity index 100% rename from stable/tdarr-node/9.1.1/questions.yaml rename to stable/tdarr-node/9.2.2/questions.yaml diff --git a/stable/uptime-kuma/10.1.1/templates/NOTES.txt b/stable/tdarr-node/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/10.1.1/templates/NOTES.txt rename to stable/tdarr-node/9.2.2/templates/NOTES.txt diff --git a/stable/tsmuxer/9.1.1/templates/common.yaml b/stable/tdarr-node/9.2.2/templates/common.yaml similarity index 100% rename from stable/tsmuxer/9.1.1/templates/common.yaml rename to stable/tdarr-node/9.2.2/templates/common.yaml diff --git a/stable/truecommand/19.1.1/values.yaml b/stable/tdarr-node/9.2.2/values.yaml similarity index 100% rename from stable/truecommand/19.1.1/values.yaml rename to stable/tdarr-node/9.2.2/values.yaml diff --git a/stable/tdarr/9.1.1/CHANGELOG.md b/stable/tdarr/9.1.1/CHANGELOG.md deleted file mode 100644 index 534b10e5070..00000000000 --- a/stable/tdarr/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tdarr/9.1.1/Chart.yaml b/stable/tdarr/9.1.1/Chart.yaml deleted file mode 100644 index c4cddd064df..00000000000 --- a/stable/tdarr/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.01 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tdarr/9.1.1/charts/common-18.0.2.tgz b/stable/tdarr/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tdarr/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tsmuxer/9.1.1/.helmignore b/stable/tdarr/9.2.2/.helmignore similarity index 100% rename from stable/tsmuxer/9.1.1/.helmignore rename to stable/tdarr/9.2.2/.helmignore diff --git a/stable/tdarr/9.2.2/CHANGELOG.md b/stable/tdarr/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c4aa96c4fec --- /dev/null +++ b/stable/tdarr/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tdarr/9.2.2/Chart.yaml b/stable/tdarr/9.2.2/Chart.yaml new file mode 100644 index 00000000000..df1bd33b092 --- /dev/null +++ b/stable/tdarr/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.01 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tdarr/9.1.1/README.md b/stable/tdarr/9.2.2/README.md similarity index 100% rename from stable/tdarr/9.1.1/README.md rename to stable/tdarr/9.2.2/README.md diff --git a/stable/tdarr/9.2.2/app-changelog.md b/stable/tdarr/9.2.2/app-changelog.md new file mode 100644 index 00000000000..83a16d940f9 --- /dev/null +++ b/stable/tdarr/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tdarr/9.1.1/app-readme.md b/stable/tdarr/9.2.2/app-readme.md similarity index 100% rename from stable/tdarr/9.1.1/app-readme.md rename to stable/tdarr/9.2.2/app-readme.md diff --git a/stable/tdarr/9.2.2/charts/common-18.1.6.tgz b/stable/tdarr/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tdarr/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tdarr/9.1.1/ix_values.yaml b/stable/tdarr/9.2.2/ix_values.yaml similarity index 100% rename from stable/tdarr/9.1.1/ix_values.yaml rename to stable/tdarr/9.2.2/ix_values.yaml diff --git a/stable/tdarr/9.1.1/questions.yaml b/stable/tdarr/9.2.2/questions.yaml similarity index 100% rename from stable/tdarr/9.1.1/questions.yaml rename to stable/tdarr/9.2.2/questions.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/templates/NOTES.txt b/stable/tdarr/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/templates/NOTES.txt rename to stable/tdarr/9.2.2/templates/NOTES.txt diff --git a/stable/tvheadend/19.1.3/templates/common.yaml b/stable/tdarr/9.2.2/templates/common.yaml similarity index 100% rename from stable/tvheadend/19.1.3/templates/common.yaml rename to stable/tdarr/9.2.2/templates/common.yaml diff --git a/stable/tsmuxer/9.1.1/values.yaml b/stable/tdarr/9.2.2/values.yaml similarity index 100% rename from stable/tsmuxer/9.1.1/values.yaml rename to stable/tdarr/9.2.2/values.yaml diff --git a/stable/teamspeak3/10.1.1/CHANGELOG.md b/stable/teamspeak3/10.1.1/CHANGELOG.md deleted file mode 100644 index a0d98f0fc9d..00000000000 --- a/stable/teamspeak3/10.1.1/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) - diff --git a/stable/teamspeak3/10.1.1/Chart.yaml b/stable/teamspeak3/10.1.1/Chart.yaml deleted file mode 100644 index ff9f64b4856..00000000000 --- a/stable/teamspeak3/10.1.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: voice - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.13.7 -dependencies: - - name: common - version: 18.0.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.1.1 diff --git a/stable/teamspeak3/10.1.1/charts/common-18.0.2.tgz b/stable/teamspeak3/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/teamspeak3/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.1.1/ix_values.yaml b/stable/teamspeak3/10.1.1/ix_values.yaml deleted file mode 100644 index edde701720b..00000000000 --- a/stable/teamspeak3/10.1.1/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.1.1/questions.yaml b/stable/teamspeak3/10.1.1/questions.yaml deleted file mode 100755 index 7f646d7fde7..00000000000 --- a/stable/teamspeak3/10.1.1/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/tt-rss/16.1.4/.helmignore b/stable/teamspeak3/10.2.2/.helmignore similarity index 100% rename from stable/tt-rss/16.1.4/.helmignore rename to stable/teamspeak3/10.2.2/.helmignore diff --git a/stable/teamspeak3/10.2.2/CHANGELOG.md b/stable/teamspeak3/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1acd5192667 --- /dev/null +++ b/stable/teamspeak3/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) + diff --git a/stable/teamspeak3/10.2.2/Chart.yaml b/stable/teamspeak3/10.2.2/Chart.yaml new file mode 100644 index 00000000000..f817392fdf7 --- /dev/null +++ b/stable/teamspeak3/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.13.7 +dependencies: + - name: common + version: 18.1.6 + 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.2 diff --git a/stable/teamspeak3/10.1.1/README.md b/stable/teamspeak3/10.2.2/README.md similarity index 100% rename from stable/teamspeak3/10.1.1/README.md rename to stable/teamspeak3/10.2.2/README.md diff --git a/stable/teamspeak3/10.2.2/app-changelog.md b/stable/teamspeak3/10.2.2/app-changelog.md new file mode 100644 index 00000000000..e53a98d5b55 --- /dev/null +++ b/stable/teamspeak3/10.2.2/app-changelog.md @@ -0,0 +1,17 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/teamspeak3/10.1.1/app-readme.md b/stable/teamspeak3/10.2.2/app-readme.md similarity index 100% rename from stable/teamspeak3/10.1.1/app-readme.md rename to stable/teamspeak3/10.2.2/app-readme.md diff --git a/stable/teamspeak3/10.2.2/charts/common-18.1.6.tgz b/stable/teamspeak3/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/teamspeak3/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/teamspeak3/10.2.2/ix_values.yaml b/stable/teamspeak3/10.2.2/ix_values.yaml new file mode 100644 index 00000000000..552560569a6 --- /dev/null +++ b/stable/teamspeak3/10.2.2/ix_values.yaml @@ -0,0 +1,57 @@ +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: + ports: + main: + 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.2.2/questions.yaml b/stable/teamspeak3/10.2.2/questions.yaml new file mode 100755 index 00000000000..119e1f7a1d6 --- /dev/null +++ b/stable/teamspeak3/10.2.2/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/ubooquity/10.1.2/templates/common.yaml b/stable/teamspeak3/10.2.2/templates/common.yaml similarity index 100% rename from stable/ubooquity/10.1.2/templates/common.yaml rename to stable/teamspeak3/10.2.2/templates/common.yaml diff --git a/stable/tt-rss/16.1.4/values.yaml b/stable/teamspeak3/10.2.2/values.yaml similarity index 100% rename from stable/tt-rss/16.1.4/values.yaml rename to stable/teamspeak3/10.2.2/values.yaml diff --git a/stable/teedy-docs/5.1.2/CHANGELOG.md b/stable/teedy-docs/5.1.2/CHANGELOG.md deleted file mode 100644 index 74e5258ce1f..00000000000 --- a/stable/teedy-docs/5.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/teedy-docs/5.1.2/Chart.yaml b/stable/teedy-docs/5.1.2/Chart.yaml deleted file mode 100644 index 0e7e1ba1e67..00000000000 --- a/stable/teedy-docs/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/teedy-docs/5.1.2/charts/common-18.0.2.tgz b/stable/teedy-docs/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/teedy-docs/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.1.2/ix_values.yaml b/stable/teedy-docs/5.1.2/ix_values.yaml deleted file mode 100644 index 0e4e25f6647..00000000000 --- a/stable/teedy-docs/5.1.2/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/tubearchivist-redisjson/5.1.1/.helmignore b/stable/teedy-docs/5.2.3/.helmignore similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/.helmignore rename to stable/teedy-docs/5.2.3/.helmignore diff --git a/stable/teedy-docs/5.2.3/CHANGELOG.md b/stable/teedy-docs/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..1108701ab53 --- /dev/null +++ b/stable/teedy-docs/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/teedy-docs/5.2.3/Chart.yaml b/stable/teedy-docs/5.2.3/Chart.yaml new file mode 100644 index 00000000000..d5ab8f395f4 --- /dev/null +++ b/stable/teedy-docs/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/teedy-docs/5.1.2/README.md b/stable/teedy-docs/5.2.3/README.md similarity index 100% rename from stable/teedy-docs/5.1.2/README.md rename to stable/teedy-docs/5.2.3/README.md diff --git a/stable/teedy-docs/5.2.3/app-changelog.md b/stable/teedy-docs/5.2.3/app-changelog.md new file mode 100644 index 00000000000..00f8f4c2d16 --- /dev/null +++ b/stable/teedy-docs/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/teedy-docs/5.1.2/app-readme.md b/stable/teedy-docs/5.2.3/app-readme.md similarity index 100% rename from stable/teedy-docs/5.1.2/app-readme.md rename to stable/teedy-docs/5.2.3/app-readme.md diff --git a/stable/teedy-docs/5.2.3/charts/common-18.1.6.tgz b/stable/teedy-docs/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/teedy-docs/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/teedy-docs/5.2.3/ix_values.yaml b/stable/teedy-docs/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..8953b08b52a --- /dev/null +++ b/stable/teedy-docs/5.2.3/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.1.2/questions.yaml b/stable/teedy-docs/5.2.3/questions.yaml similarity index 100% rename from stable/teedy-docs/5.1.2/questions.yaml rename to stable/teedy-docs/5.2.3/questions.yaml diff --git a/stable/telethon-downloader/5.1.2/templates/common.yaml b/stable/teedy-docs/5.2.3/templates/common.yaml similarity index 100% rename from stable/telethon-downloader/5.1.2/templates/common.yaml rename to stable/teedy-docs/5.2.3/templates/common.yaml diff --git a/stable/tubearchivist-redisjson/5.1.1/values.yaml b/stable/teedy-docs/5.2.3/values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/values.yaml rename to stable/teedy-docs/5.2.3/values.yaml diff --git a/stable/teedy/15.1.1/CHANGELOG.md b/stable/teedy/15.1.1/CHANGELOG.md deleted file mode 100644 index a56e83c1294..00000000000 --- a/stable/teedy/15.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/teedy/15.1.1/Chart.yaml b/stable/teedy/15.1.1/Chart.yaml deleted file mode 100644 index 1ec34d68d25..00000000000 --- a/stable/teedy/15.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.11.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/teedy/15.1.1/charts/common-18.0.2.tgz b/stable/teedy/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/teedy/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tubesync/5.1.1/.helmignore b/stable/teedy/15.2.2/.helmignore similarity index 100% rename from stable/tubesync/5.1.1/.helmignore rename to stable/teedy/15.2.2/.helmignore diff --git a/stable/teedy/15.2.2/CHANGELOG.md b/stable/teedy/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..7ea01b67341 --- /dev/null +++ b/stable/teedy/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/teedy/15.2.2/Chart.yaml b/stable/teedy/15.2.2/Chart.yaml new file mode 100644 index 00000000000..8a80f7b175b --- /dev/null +++ b/stable/teedy/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/teedy/15.1.1/README.md b/stable/teedy/15.2.2/README.md similarity index 100% rename from stable/teedy/15.1.1/README.md rename to stable/teedy/15.2.2/README.md diff --git a/stable/teedy/15.2.2/app-changelog.md b/stable/teedy/15.2.2/app-changelog.md new file mode 100644 index 00000000000..e7349a4eaed --- /dev/null +++ b/stable/teedy/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/teedy/15.1.1/app-readme.md b/stable/teedy/15.2.2/app-readme.md similarity index 100% rename from stable/teedy/15.1.1/app-readme.md rename to stable/teedy/15.2.2/app-readme.md diff --git a/stable/teedy/15.2.2/charts/common-18.1.6.tgz b/stable/teedy/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/teedy/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/teedy/15.1.1/ix_values.yaml b/stable/teedy/15.2.2/ix_values.yaml similarity index 100% rename from stable/teedy/15.1.1/ix_values.yaml rename to stable/teedy/15.2.2/ix_values.yaml diff --git a/stable/teedy/15.1.1/questions.yaml b/stable/teedy/15.2.2/questions.yaml similarity index 100% rename from stable/teedy/15.1.1/questions.yaml rename to stable/teedy/15.2.2/questions.yaml diff --git a/stable/valheim/10.1.1/templates/NOTES.txt b/stable/teedy/15.2.2/templates/NOTES.txt similarity index 100% rename from stable/valheim/10.1.1/templates/NOTES.txt rename to stable/teedy/15.2.2/templates/NOTES.txt diff --git a/stable/unifi/20.1.1/templates/common.yaml b/stable/teedy/15.2.2/templates/common.yaml similarity index 100% rename from stable/unifi/20.1.1/templates/common.yaml rename to stable/teedy/15.2.2/templates/common.yaml diff --git a/stable/tubesync/5.1.1/values.yaml b/stable/teedy/15.2.2/values.yaml similarity index 100% rename from stable/tubesync/5.1.1/values.yaml rename to stable/teedy/15.2.2/values.yaml diff --git a/stable/telethon-downloader/5.1.2/CHANGELOG.md b/stable/telethon-downloader/5.1.2/CHANGELOG.md deleted file mode 100644 index a6c2396c1df..00000000000 --- a/stable/telethon-downloader/5.1.2/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 - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/telethon-downloader/5.1.2/Chart.yaml b/stable/telethon-downloader/5.1.2/Chart.yaml deleted file mode 100644 index c9d7d319c01..00000000000 --- a/stable/telethon-downloader/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/telethon-downloader/5.1.2/charts/common-18.0.2.tgz b/stable/telethon-downloader/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/telethon-downloader/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.1.2/ix_values.yaml b/stable/telethon-downloader/5.1.2/ix_values.yaml deleted file mode 100644 index cbc586daf78..00000000000 --- a/stable/telethon-downloader/5.1.2/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/tvheadend/19.1.3/.helmignore b/stable/telethon-downloader/5.2.3/.helmignore similarity index 100% rename from stable/tvheadend/19.1.3/.helmignore rename to stable/telethon-downloader/5.2.3/.helmignore diff --git a/stable/telethon-downloader/5.2.3/CHANGELOG.md b/stable/telethon-downloader/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..72e85a4f8c0 --- /dev/null +++ b/stable/telethon-downloader/5.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/telethon-downloader/5.2.3/Chart.yaml b/stable/telethon-downloader/5.2.3/Chart.yaml new file mode 100644 index 00000000000..f38cb640c82 --- /dev/null +++ b/stable/telethon-downloader/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/telethon-downloader/5.1.2/README.md b/stable/telethon-downloader/5.2.3/README.md similarity index 100% rename from stable/telethon-downloader/5.1.2/README.md rename to stable/telethon-downloader/5.2.3/README.md diff --git a/stable/telethon-downloader/5.2.3/app-changelog.md b/stable/telethon-downloader/5.2.3/app-changelog.md new file mode 100644 index 00000000000..9a3a396f405 --- /dev/null +++ b/stable/telethon-downloader/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/telethon-downloader/5.1.2/app-readme.md b/stable/telethon-downloader/5.2.3/app-readme.md similarity index 100% rename from stable/telethon-downloader/5.1.2/app-readme.md rename to stable/telethon-downloader/5.2.3/app-readme.md diff --git a/stable/telethon-downloader/5.2.3/charts/common-18.1.6.tgz b/stable/telethon-downloader/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/telethon-downloader/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/telethon-downloader/5.2.3/ix_values.yaml b/stable/telethon-downloader/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..2efafdc34a0 --- /dev/null +++ b/stable/telethon-downloader/5.2.3/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.1.2/questions.yaml b/stable/telethon-downloader/5.2.3/questions.yaml similarity index 100% rename from stable/telethon-downloader/5.1.2/questions.yaml rename to stable/telethon-downloader/5.2.3/questions.yaml diff --git a/stable/theforest/5.1.1/templates/common.yaml b/stable/telethon-downloader/5.2.3/templates/common.yaml similarity index 100% rename from stable/theforest/5.1.1/templates/common.yaml rename to stable/telethon-downloader/5.2.3/templates/common.yaml diff --git a/stable/tvheadend/19.1.3/values.yaml b/stable/telethon-downloader/5.2.3/values.yaml similarity index 100% rename from stable/tvheadend/19.1.3/values.yaml rename to stable/telethon-downloader/5.2.3/values.yaml diff --git a/stable/terraria-tshock/6.1.1/CHANGELOG.md b/stable/terraria-tshock/6.1.1/CHANGELOG.md deleted file mode 100644 index 8689455a57c..00000000000 --- a/stable/terraria-tshock/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/terraria-tshock/6.1.1/Chart.yaml b/stable/terraria-tshock/6.1.1/Chart.yaml deleted file mode 100644 index fb73665d176..00000000000 --- a/stable/terraria-tshock/6.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: tshock -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/terraria-tshock/6.1.1/charts/common-18.0.2.tgz b/stable/terraria-tshock/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/terraria-tshock/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tvhproxy/5.1.1/.helmignore b/stable/terraria-tshock/6.2.2/.helmignore similarity index 100% rename from stable/tvhproxy/5.1.1/.helmignore rename to stable/terraria-tshock/6.2.2/.helmignore diff --git a/stable/terraria-tshock/6.2.2/CHANGELOG.md b/stable/terraria-tshock/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..81df8d7ef9b --- /dev/null +++ b/stable/terraria-tshock/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/terraria-tshock/6.2.2/Chart.yaml b/stable/terraria-tshock/6.2.2/Chart.yaml new file mode 100644 index 00000000000..805071fc708 --- /dev/null +++ b/stable/terraria-tshock/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: tshock +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/terraria-tshock/6.1.1/README.md b/stable/terraria-tshock/6.2.2/README.md similarity index 100% rename from stable/terraria-tshock/6.1.1/README.md rename to stable/terraria-tshock/6.2.2/README.md diff --git a/stable/terraria-tshock/6.2.2/app-changelog.md b/stable/terraria-tshock/6.2.2/app-changelog.md new file mode 100644 index 00000000000..85411b6278c --- /dev/null +++ b/stable/terraria-tshock/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/terraria-tshock/6.1.1/app-readme.md b/stable/terraria-tshock/6.2.2/app-readme.md similarity index 100% rename from stable/terraria-tshock/6.1.1/app-readme.md rename to stable/terraria-tshock/6.2.2/app-readme.md diff --git a/stable/terraria-tshock/6.2.2/charts/common-18.1.6.tgz b/stable/terraria-tshock/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/terraria-tshock/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/terraria-tshock/6.1.1/ix_values.yaml b/stable/terraria-tshock/6.2.2/ix_values.yaml similarity index 100% rename from stable/terraria-tshock/6.1.1/ix_values.yaml rename to stable/terraria-tshock/6.2.2/ix_values.yaml diff --git a/stable/terraria-tshock/6.1.1/questions.yaml b/stable/terraria-tshock/6.2.2/questions.yaml similarity index 100% rename from stable/terraria-tshock/6.1.1/questions.yaml rename to stable/terraria-tshock/6.2.2/questions.yaml diff --git a/stable/terraria-tshock/6.1.1/templates/_secret.tpl b/stable/terraria-tshock/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/terraria-tshock/6.1.1/templates/_secret.tpl rename to stable/terraria-tshock/6.2.2/templates/_secret.tpl diff --git a/stable/terraria-tshock/6.1.1/templates/common.yaml b/stable/terraria-tshock/6.2.2/templates/common.yaml similarity index 100% rename from stable/terraria-tshock/6.1.1/templates/common.yaml rename to stable/terraria-tshock/6.2.2/templates/common.yaml diff --git a/stable/tvhproxy/5.1.1/values.yaml b/stable/terraria-tshock/6.2.2/values.yaml similarity index 100% rename from stable/tvhproxy/5.1.1/values.yaml rename to stable/terraria-tshock/6.2.2/values.yaml diff --git a/stable/theforest/5.1.1/CHANGELOG.md b/stable/theforest/5.1.1/CHANGELOG.md deleted file mode 100644 index ae7124f71d0..00000000000 --- a/stable/theforest/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/theforest/5.1.1/Chart.yaml b/stable/theforest/5.1.1/Chart.yaml deleted file mode 100644 index 9bdfc906433..00000000000 --- a/stable/theforest/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: theforest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/theforest/5.1.1/charts/common-18.0.2.tgz b/stable/theforest/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/theforest/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/twonky-server/5.1.3/.helmignore b/stable/theforest/5.2.2/.helmignore similarity index 100% rename from stable/twonky-server/5.1.3/.helmignore rename to stable/theforest/5.2.2/.helmignore diff --git a/stable/theforest/5.2.2/CHANGELOG.md b/stable/theforest/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..76ac7ec6252 --- /dev/null +++ b/stable/theforest/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/theforest/5.2.2/Chart.yaml b/stable/theforest/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6c725215d64 --- /dev/null +++ b/stable/theforest/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: theforest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/theforest/5.1.1/README.md b/stable/theforest/5.2.2/README.md similarity index 100% rename from stable/theforest/5.1.1/README.md rename to stable/theforest/5.2.2/README.md diff --git a/stable/theforest/5.2.2/app-changelog.md b/stable/theforest/5.2.2/app-changelog.md new file mode 100644 index 00000000000..8d71a1aff91 --- /dev/null +++ b/stable/theforest/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/theforest/5.1.1/app-readme.md b/stable/theforest/5.2.2/app-readme.md similarity index 100% rename from stable/theforest/5.1.1/app-readme.md rename to stable/theforest/5.2.2/app-readme.md diff --git a/stable/theforest/5.2.2/charts/common-18.1.6.tgz b/stable/theforest/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/theforest/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/theforest/5.1.1/ix_values.yaml b/stable/theforest/5.2.2/ix_values.yaml similarity index 100% rename from stable/theforest/5.1.1/ix_values.yaml rename to stable/theforest/5.2.2/ix_values.yaml diff --git a/stable/theforest/5.1.1/questions.yaml b/stable/theforest/5.2.2/questions.yaml similarity index 100% rename from stable/theforest/5.1.1/questions.yaml rename to stable/theforest/5.2.2/questions.yaml diff --git a/stable/thunderbird/5.1.2/templates/common.yaml b/stable/theforest/5.2.2/templates/common.yaml similarity index 100% rename from stable/thunderbird/5.1.2/templates/common.yaml rename to stable/theforest/5.2.2/templates/common.yaml diff --git a/stable/twonky-server/5.1.3/values.yaml b/stable/theforest/5.2.2/values.yaml similarity index 100% rename from stable/twonky-server/5.1.3/values.yaml rename to stable/theforest/5.2.2/values.yaml diff --git a/stable/thelounge/13.1.1/CHANGELOG.md b/stable/thelounge/13.1.1/CHANGELOG.md deleted file mode 100644 index 24206df63f0..00000000000 --- a/stable/thelounge/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/thelounge/13.1.1/Chart.yaml b/stable/thelounge/13.1.1/Chart.yaml deleted file mode 100644 index 5a686ccf7b8..00000000000 --- a/stable/thelounge/13.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.4.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/thelounge/13.1.1/charts/common-18.0.2.tgz b/stable/thelounge/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/thelounge/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/twtxt/10.1.1/.helmignore b/stable/thelounge/13.2.2/.helmignore similarity index 100% rename from stable/twtxt/10.1.1/.helmignore rename to stable/thelounge/13.2.2/.helmignore diff --git a/stable/thelounge/13.2.2/CHANGELOG.md b/stable/thelounge/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4b7ae32ac51 --- /dev/null +++ b/stable/thelounge/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/thelounge/13.2.2/Chart.yaml b/stable/thelounge/13.2.2/Chart.yaml new file mode 100644 index 00000000000..5774969627a --- /dev/null +++ b/stable/thelounge/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.4.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/thelounge/13.1.1/README.md b/stable/thelounge/13.2.2/README.md similarity index 100% rename from stable/thelounge/13.1.1/README.md rename to stable/thelounge/13.2.2/README.md diff --git a/stable/thelounge/13.2.2/app-changelog.md b/stable/thelounge/13.2.2/app-changelog.md new file mode 100644 index 00000000000..a19d0778e09 --- /dev/null +++ b/stable/thelounge/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/thelounge/13.1.1/app-readme.md b/stable/thelounge/13.2.2/app-readme.md similarity index 100% rename from stable/thelounge/13.1.1/app-readme.md rename to stable/thelounge/13.2.2/app-readme.md diff --git a/stable/thelounge/13.2.2/charts/common-18.1.6.tgz b/stable/thelounge/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/thelounge/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/thelounge/13.1.1/ix_values.yaml b/stable/thelounge/13.2.2/ix_values.yaml similarity index 100% rename from stable/thelounge/13.1.1/ix_values.yaml rename to stable/thelounge/13.2.2/ix_values.yaml diff --git a/stable/thelounge/13.1.1/questions.yaml b/stable/thelounge/13.2.2/questions.yaml similarity index 100% rename from stable/thelounge/13.1.1/questions.yaml rename to stable/thelounge/13.2.2/questions.yaml diff --git a/stable/van-dam/4.1.1/templates/NOTES.txt b/stable/thelounge/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.1.1/templates/NOTES.txt rename to stable/thelounge/13.2.2/templates/NOTES.txt diff --git a/stable/unmanic/10.1.1/templates/common.yaml b/stable/thelounge/13.2.2/templates/common.yaml similarity index 100% rename from stable/unmanic/10.1.1/templates/common.yaml rename to stable/thelounge/13.2.2/templates/common.yaml diff --git a/stable/twtxt/10.1.1/values.yaml b/stable/thelounge/13.2.2/values.yaml similarity index 100% rename from stable/twtxt/10.1.1/values.yaml rename to stable/thelounge/13.2.2/values.yaml diff --git a/stable/theme-park/9.1.2/CHANGELOG.md b/stable/theme-park/9.1.2/CHANGELOG.md deleted file mode 100644 index bb6df1e3d1e..00000000000 --- a/stable/theme-park/9.1.2/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 - - - -- force bump to ensure up-to-date catalogs diff --git a/stable/theme-park/9.1.2/Chart.yaml b/stable/theme-park/9.1.2/Chart.yaml deleted file mode 100644 index 10104115f41..00000000000 --- a/stable/theme-park/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.0 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/theme-park/9.1.2/charts/common-18.0.2.tgz b/stable/theme-park/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/theme-park/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/theme-park/9.1.2/ix_values.yaml b/stable/theme-park/9.1.2/ix_values.yaml deleted file mode 100644 index 75dbf147daf..00000000000 --- a/stable/theme-park/9.1.2/ix_values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -image: - repository: ghcr.io/onedr0p/theme-park - pullPolicy: IfNotPresent - tag: 1.15@sha256:ae760a6674c505fa8f56621a1184e1a730df3c61eeaae5a5e165e1ace8feea21 -service: - main: - ports: - main: - port: 10244 - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true diff --git a/stable/ubooquity/10.1.2/.helmignore b/stable/theme-park/9.3.2/.helmignore similarity index 100% rename from stable/ubooquity/10.1.2/.helmignore rename to stable/theme-park/9.3.2/.helmignore diff --git a/stable/theme-park/9.3.2/CHANGELOG.md b/stable/theme-park/9.3.2/CHANGELOG.md new file mode 100644 index 00000000000..190d64433b0 --- /dev/null +++ b/stable/theme-park/9.3.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/theme-park/9.3.2/Chart.yaml b/stable/theme-park/9.3.2/Chart.yaml new file mode 100644 index 00000000000..67a6c3bd29f --- /dev/null +++ b/stable/theme-park/9.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.16.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/theme-park/9.1.2/README.md b/stable/theme-park/9.3.2/README.md similarity index 100% rename from stable/theme-park/9.1.2/README.md rename to stable/theme-park/9.3.2/README.md diff --git a/stable/theme-park/9.3.2/app-changelog.md b/stable/theme-park/9.3.2/app-changelog.md new file mode 100644 index 00000000000..3bf8b3958b1 --- /dev/null +++ b/stable/theme-park/9.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/theme-park/9.1.2/app-readme.md b/stable/theme-park/9.3.2/app-readme.md similarity index 100% rename from stable/theme-park/9.1.2/app-readme.md rename to stable/theme-park/9.3.2/app-readme.md diff --git a/stable/theme-park/9.3.2/charts/common-18.1.6.tgz b/stable/theme-park/9.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/theme-park/9.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/theme-park/9.3.2/ix_values.yaml b/stable/theme-park/9.3.2/ix_values.yaml new file mode 100644 index 00000000000..46a2aaef9d3 --- /dev/null +++ b/stable/theme-park/9.3.2/ix_values.yaml @@ -0,0 +1,17 @@ +image: + repository: ghcr.io/onedr0p/theme-park + pullPolicy: IfNotPresent + tag: 1.16@sha256:08d85622be6c0cfdb921972a6c552ec6651cd2c782816a38c10828a8fd680145 +service: + main: + ports: + main: + port: 10244 + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true diff --git a/stable/theme-park/9.1.2/questions.yaml b/stable/theme-park/9.3.2/questions.yaml similarity index 100% rename from stable/theme-park/9.1.2/questions.yaml rename to stable/theme-park/9.3.2/questions.yaml diff --git a/stable/verysync/9.1.1/templates/NOTES.txt b/stable/theme-park/9.3.2/templates/NOTES.txt similarity index 100% rename from stable/verysync/9.1.1/templates/NOTES.txt rename to stable/theme-park/9.3.2/templates/NOTES.txt diff --git a/stable/unpackerr/13.1.1/templates/common.yaml b/stable/theme-park/9.3.2/templates/common.yaml similarity index 100% rename from stable/unpackerr/13.1.1/templates/common.yaml rename to stable/theme-park/9.3.2/templates/common.yaml diff --git a/stable/ubooquity/10.1.2/values.yaml b/stable/theme-park/9.3.2/values.yaml similarity index 100% rename from stable/ubooquity/10.1.2/values.yaml rename to stable/theme-park/9.3.2/values.yaml diff --git a/stable/thunderbird/5.1.2/CHANGELOG.md b/stable/thunderbird/5.1.2/CHANGELOG.md deleted file mode 100644 index 94e0d898587..00000000000 --- a/stable/thunderbird/5.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/thunderbird/5.1.2/Chart.yaml b/stable/thunderbird/5.1.2/Chart.yaml deleted file mode 100644 index edc298b7eea..00000000000 --- a/stable/thunderbird/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/thunderbird/5.1.2/charts/common-18.0.2.tgz b/stable/thunderbird/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/thunderbird/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/thunderbird/5.1.2/ix_values.yaml b/stable/thunderbird/5.1.2/ix_values.yaml deleted file mode 100644 index db2b10cca03..00000000000 --- a/stable/thunderbird/5.1.2/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ich777/thunderbird - tag: latest@sha256:b93db06cbf0216b3a1a1bc1e08eba8710d79b9a54be0cf52d34afd3656f0f2b8 -persistence: - data: - enabled: true - mountPath: /thunderbird -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 10291 - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - env: - CUSTOM_RES_H: "768" - CUSTOM_RES_W: "1280" - DATA_PERM: "770" - THUNDERBIRD_LANG: en-US - THUNDERBIRD_V: latest diff --git a/stable/unifi/20.1.1/.helmignore b/stable/thunderbird/5.2.2/.helmignore similarity index 100% rename from stable/unifi/20.1.1/.helmignore rename to stable/thunderbird/5.2.2/.helmignore diff --git a/stable/thunderbird/5.2.2/CHANGELOG.md b/stable/thunderbird/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5f6406dbd7d --- /dev/null +++ b/stable/thunderbird/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/thunderbird/5.2.2/Chart.yaml b/stable/thunderbird/5.2.2/Chart.yaml new file mode 100644 index 00000000000..bad8361aeb5 --- /dev/null +++ b/stable/thunderbird/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/thunderbird/5.1.2/README.md b/stable/thunderbird/5.2.2/README.md similarity index 100% rename from stable/thunderbird/5.1.2/README.md rename to stable/thunderbird/5.2.2/README.md diff --git a/stable/thunderbird/5.2.2/app-changelog.md b/stable/thunderbird/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f84466d3e3b --- /dev/null +++ b/stable/thunderbird/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/thunderbird/5.1.2/app-readme.md b/stable/thunderbird/5.2.2/app-readme.md similarity index 100% rename from stable/thunderbird/5.1.2/app-readme.md rename to stable/thunderbird/5.2.2/app-readme.md diff --git a/stable/thunderbird/5.2.2/charts/common-18.1.6.tgz b/stable/thunderbird/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/thunderbird/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/thunderbird/5.2.2/ix_values.yaml b/stable/thunderbird/5.2.2/ix_values.yaml new file mode 100644 index 00000000000..eed960dea93 --- /dev/null +++ b/stable/thunderbird/5.2.2/ix_values.yaml @@ -0,0 +1,33 @@ +image: + pullPolicy: IfNotPresent + repository: ich777/thunderbird + tag: latest@sha256:5ac32507e5cad25930eb59819b91f068c4eb1885dac2149b1550893eb067782d +persistence: + data: + enabled: true + mountPath: /thunderbird +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 10291 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + env: + CUSTOM_RES_H: "768" + CUSTOM_RES_W: "1280" + DATA_PERM: "770" + THUNDERBIRD_LANG: en-US + THUNDERBIRD_V: latest diff --git a/stable/thunderbird/5.1.2/questions.yaml b/stable/thunderbird/5.2.2/questions.yaml similarity index 100% rename from stable/thunderbird/5.1.2/questions.yaml rename to stable/thunderbird/5.2.2/questions.yaml diff --git a/stable/tonido/5.1.1/templates/common.yaml b/stable/thunderbird/5.2.2/templates/common.yaml similarity index 100% rename from stable/tonido/5.1.1/templates/common.yaml rename to stable/thunderbird/5.2.2/templates/common.yaml diff --git a/stable/unifi/20.1.1/values.yaml b/stable/thunderbird/5.2.2/values.yaml similarity index 100% rename from stable/unifi/20.1.1/values.yaml rename to stable/thunderbird/5.2.2/values.yaml diff --git a/stable/universal-media-server/5.1.1/.helmignore b/stable/timetagger/6.0.2/.helmignore similarity index 100% rename from stable/universal-media-server/5.1.1/.helmignore rename to stable/timetagger/6.0.2/.helmignore diff --git a/stable/timetagger/6.0.2/CHANGELOG.md b/stable/timetagger/6.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0d3a32e7639 --- /dev/null +++ b/stable/timetagger/6.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [timetagger-4.1.5](https://github.com/truecharts/charts/compare/timetagger-4.1.4...timetagger-4.1.5) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs + + +## [timetagger-4.1.4](https://github.com/truecharts/charts/compare/timetagger-4.1.3...timetagger-4.1.4) (2024-01-01) + +### Chore + + diff --git a/stable/timetagger/6.0.2/Chart.yaml b/stable/timetagger/6.0.2/Chart.yaml new file mode 100644 index 00000000000..c711130d6f8 --- /dev/null +++ b/stable/timetagger/6.0.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 23.11.4 +dependencies: + - name: common + version: 18.1.6 + 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.0.2 diff --git a/stable/timetagger/6.0.2/README.md b/stable/timetagger/6.0.2/README.md new file mode 100644 index 00000000000..e3a3b086d5c --- /dev/null +++ b/stable/timetagger/6.0.2/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.0.2/app-changelog.md b/stable/timetagger/6.0.2/app-changelog.md new file mode 100644 index 00000000000..e0935ceda3b --- /dev/null +++ b/stable/timetagger/6.0.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/timetagger/6.0.2/app-readme.md b/stable/timetagger/6.0.2/app-readme.md new file mode 100644 index 00000000000..8af287f2396 --- /dev/null +++ b/stable/timetagger/6.0.2/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.0.2/charts/common-18.1.6.tgz b/stable/timetagger/6.0.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/timetagger/6.0.2/charts/common-18.1.6.tgz differ diff --git a/stable/timetagger/6.0.2/ix_values.yaml b/stable/timetagger/6.0.2/ix_values.yaml new file mode 100644 index 00000000000..c2d4cc89690 --- /dev/null +++ b/stable/timetagger/6.0.2/ix_values.yaml @@ -0,0 +1,29 @@ +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.0.2/questions.yaml b/stable/timetagger/6.0.2/questions.yaml new file mode 100755 index 00000000000..786ddac8e3b --- /dev/null +++ b/stable/timetagger/6.0.2/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/unpoller/10.1.2/templates/common.yaml b/stable/timetagger/6.0.2/templates/common.yaml similarity index 100% rename from stable/unpoller/10.1.2/templates/common.yaml rename to stable/timetagger/6.0.2/templates/common.yaml diff --git a/stable/universal-media-server/5.1.1/values.yaml b/stable/timetagger/6.0.2/values.yaml similarity index 100% rename from stable/universal-media-server/5.1.1/values.yaml rename to stable/timetagger/6.0.2/values.yaml diff --git a/stable/tinymediamanager/10.1.2/CHANGELOG.md b/stable/tinymediamanager/10.1.2/CHANGELOG.md deleted file mode 100644 index 488536cd633..00000000000 --- a/stable/tinymediamanager/10.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [tinymediamanager-8.1.5](https://github.com/truecharts/charts/compare/tinymediamanager-8.1.4...tinymediamanager-8.1.5) (2024-01-02) \ No newline at end of file diff --git a/stable/tinymediamanager/10.1.2/Chart.yaml b/stable/tinymediamanager/10.1.2/Chart.yaml deleted file mode 100644 index 2dae8d95feb..00000000000 --- a/stable/tinymediamanager/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.2 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/tinymediamanager/10.1.2/charts/common-18.0.2.tgz b/stable/tinymediamanager/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tinymediamanager/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tinymediamanager/10.1.2/ix_values.yaml b/stable/tinymediamanager/10.1.2/ix_values.yaml deleted file mode 100644 index 22f390d2ba6..00000000000 --- a/stable/tinymediamanager/10.1.2/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/unmanic/10.1.1/.helmignore b/stable/tinymediamanager/10.2.3/.helmignore similarity index 100% rename from stable/unmanic/10.1.1/.helmignore rename to stable/tinymediamanager/10.2.3/.helmignore diff --git a/stable/tinymediamanager/10.2.3/CHANGELOG.md b/stable/tinymediamanager/10.2.3/CHANGELOG.md new file mode 100644 index 00000000000..4256178e4c4 --- /dev/null +++ b/stable/tinymediamanager/10.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + diff --git a/stable/tinymediamanager/10.2.3/Chart.yaml b/stable/tinymediamanager/10.2.3/Chart.yaml new file mode 100644 index 00000000000..56f09a52518 --- /dev/null +++ b/stable/tinymediamanager/10.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.0.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/tinymediamanager/10.1.2/README.md b/stable/tinymediamanager/10.2.3/README.md similarity index 100% rename from stable/tinymediamanager/10.1.2/README.md rename to stable/tinymediamanager/10.2.3/README.md diff --git a/stable/tinymediamanager/10.2.3/app-changelog.md b/stable/tinymediamanager/10.2.3/app-changelog.md new file mode 100644 index 00000000000..792f3cfe79a --- /dev/null +++ b/stable/tinymediamanager/10.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.1.2/app-readme.md b/stable/tinymediamanager/10.2.3/app-readme.md similarity index 100% rename from stable/tinymediamanager/10.1.2/app-readme.md rename to stable/tinymediamanager/10.2.3/app-readme.md diff --git a/stable/tinymediamanager/10.2.3/charts/common-18.1.6.tgz b/stable/tinymediamanager/10.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tinymediamanager/10.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/tinymediamanager/10.2.3/ix_values.yaml b/stable/tinymediamanager/10.2.3/ix_values.yaml new file mode 100644 index 00000000000..634b52eb9b0 --- /dev/null +++ b/stable/tinymediamanager/10.2.3/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.1.2/questions.yaml b/stable/tinymediamanager/10.2.3/questions.yaml similarity index 100% rename from stable/tinymediamanager/10.1.2/questions.yaml rename to stable/tinymediamanager/10.2.3/questions.yaml diff --git a/stable/vikunja/13.1.1/templates/NOTES.txt b/stable/tinymediamanager/10.2.3/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.1.1/templates/NOTES.txt rename to stable/tinymediamanager/10.2.3/templates/NOTES.txt diff --git a/stable/unturned/6.1.1/templates/common.yaml b/stable/tinymediamanager/10.2.3/templates/common.yaml similarity index 100% rename from stable/unturned/6.1.1/templates/common.yaml rename to stable/tinymediamanager/10.2.3/templates/common.yaml diff --git a/stable/unmanic/10.1.1/values.yaml b/stable/tinymediamanager/10.2.3/values.yaml similarity index 100% rename from stable/unmanic/10.1.1/values.yaml rename to stable/tinymediamanager/10.2.3/values.yaml diff --git a/stable/tonido/5.1.1/CHANGELOG.md b/stable/tonido/5.1.1/CHANGELOG.md deleted file mode 100644 index 55ec194af08..00000000000 --- a/stable/tonido/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tonido/5.1.1/Chart.yaml b/stable/tonido/5.1.1/Chart.yaml deleted file mode 100644 index 7967dccce56..00000000000 --- a/stable/tonido/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tonido/5.1.1/charts/common-18.0.2.tgz b/stable/tonido/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tonido/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/unpackerr/13.1.1/.helmignore b/stable/tonido/5.2.2/.helmignore similarity index 100% rename from stable/unpackerr/13.1.1/.helmignore rename to stable/tonido/5.2.2/.helmignore diff --git a/stable/tonido/5.2.2/CHANGELOG.md b/stable/tonido/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bc9800b41a7 --- /dev/null +++ b/stable/tonido/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tonido/5.2.2/Chart.yaml b/stable/tonido/5.2.2/Chart.yaml new file mode 100644 index 00000000000..fd9fdad6162 --- /dev/null +++ b/stable/tonido/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tonido/5.1.1/README.md b/stable/tonido/5.2.2/README.md similarity index 100% rename from stable/tonido/5.1.1/README.md rename to stable/tonido/5.2.2/README.md diff --git a/stable/tonido/5.2.2/app-changelog.md b/stable/tonido/5.2.2/app-changelog.md new file mode 100644 index 00000000000..de295ad7e66 --- /dev/null +++ b/stable/tonido/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tonido/5.1.1/app-readme.md b/stable/tonido/5.2.2/app-readme.md similarity index 100% rename from stable/tonido/5.1.1/app-readme.md rename to stable/tonido/5.2.2/app-readme.md diff --git a/stable/tonido/5.2.2/charts/common-18.1.6.tgz b/stable/tonido/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tonido/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tonido/5.1.1/ix_values.yaml b/stable/tonido/5.2.2/ix_values.yaml similarity index 100% rename from stable/tonido/5.1.1/ix_values.yaml rename to stable/tonido/5.2.2/ix_values.yaml diff --git a/stable/tonido/5.1.1/questions.yaml b/stable/tonido/5.2.2/questions.yaml similarity index 100% rename from stable/tonido/5.1.1/questions.yaml rename to stable/tonido/5.2.2/questions.yaml diff --git a/stable/tracks/5.1.1/templates/common.yaml b/stable/tonido/5.2.2/templates/common.yaml similarity index 100% rename from stable/tracks/5.1.1/templates/common.yaml rename to stable/tonido/5.2.2/templates/common.yaml diff --git a/stable/unpackerr/13.1.1/values.yaml b/stable/tonido/5.2.2/values.yaml similarity index 100% rename from stable/unpackerr/13.1.1/values.yaml rename to stable/tonido/5.2.2/values.yaml diff --git a/stable/traccar/15.1.1/CHANGELOG.md b/stable/traccar/15.1.1/CHANGELOG.md deleted file mode 100644 index a9f4fea5a19..00000000000 --- a/stable/traccar/15.1.1/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 - - -## [traccar-14.1.4](https://github.com/truecharts/charts/compare/traccar-14.1.3...traccar-14.1.4) (2024-01-01) diff --git a/stable/traccar/15.1.1/Chart.yaml b/stable/traccar/15.1.1/Chart.yaml deleted file mode 100644 index 2e4160882b5..00000000000 --- a/stable/traccar/15.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.12.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/traccar/15.1.1/charts/common-18.0.2.tgz b/stable/traccar/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/traccar/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/unpoller/10.1.2/.helmignore b/stable/traccar/15.2.2/.helmignore similarity index 100% rename from stable/unpoller/10.1.2/.helmignore rename to stable/traccar/15.2.2/.helmignore diff --git a/stable/traccar/15.2.2/CHANGELOG.md b/stable/traccar/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..81f0134343c --- /dev/null +++ b/stable/traccar/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/traccar/15.2.2/Chart.yaml b/stable/traccar/15.2.2/Chart.yaml new file mode 100644 index 00000000000..ecb362c950e --- /dev/null +++ b/stable/traccar/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.12.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/traccar/15.1.1/README.md b/stable/traccar/15.2.2/README.md similarity index 100% rename from stable/traccar/15.1.1/README.md rename to stable/traccar/15.2.2/README.md diff --git a/stable/traccar/15.2.2/app-changelog.md b/stable/traccar/15.2.2/app-changelog.md new file mode 100644 index 00000000000..717e95d7311 --- /dev/null +++ b/stable/traccar/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/traccar/15.1.1/app-readme.md b/stable/traccar/15.2.2/app-readme.md similarity index 100% rename from stable/traccar/15.1.1/app-readme.md rename to stable/traccar/15.2.2/app-readme.md diff --git a/stable/traccar/15.2.2/charts/common-18.1.6.tgz b/stable/traccar/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/traccar/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/traccar/15.1.1/ix_values.yaml b/stable/traccar/15.2.2/ix_values.yaml similarity index 100% rename from stable/traccar/15.1.1/ix_values.yaml rename to stable/traccar/15.2.2/ix_values.yaml diff --git a/stable/traccar/15.1.1/questions.yaml b/stable/traccar/15.2.2/questions.yaml similarity index 100% rename from stable/traccar/15.1.1/questions.yaml rename to stable/traccar/15.2.2/questions.yaml diff --git a/stable/vocechat-server/3.1.1/templates/NOTES.txt b/stable/traccar/15.2.2/templates/NOTES.txt similarity index 100% rename from stable/vocechat-server/3.1.1/templates/NOTES.txt rename to stable/traccar/15.2.2/templates/NOTES.txt diff --git a/stable/uptimerobot-prometheus/11.1.1/templates/common.yaml b/stable/traccar/15.2.2/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/templates/common.yaml rename to stable/traccar/15.2.2/templates/common.yaml diff --git a/stable/unpoller/10.1.2/values.yaml b/stable/traccar/15.2.2/values.yaml similarity index 100% rename from stable/unpoller/10.1.2/values.yaml rename to stable/traccar/15.2.2/values.yaml diff --git a/stable/tracks/5.1.1/CHANGELOG.md b/stable/tracks/5.1.1/CHANGELOG.md deleted file mode 100644 index d4f9bad1cbf..00000000000 --- a/stable/tracks/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [tracks-4.1.3](https://github.com/truecharts/charts/compare/tracks-4.1.0...tracks-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/tracks/5.1.1/Chart.yaml b/stable/tracks/5.1.1/Chart.yaml deleted file mode 100644 index 9fff2cfd3da..00000000000 --- a/stable/tracks/5.1.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tracks/5.1.1/charts/common-18.0.2.tgz b/stable/tracks/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tracks/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/unturned/6.1.1/.helmignore b/stable/tracks/5.2.2/.helmignore similarity index 100% rename from stable/unturned/6.1.1/.helmignore rename to stable/tracks/5.2.2/.helmignore diff --git a/stable/tracks/5.2.2/CHANGELOG.md b/stable/tracks/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9c217feb9e9 --- /dev/null +++ b/stable/tracks/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 \ No newline at end of file diff --git a/stable/tracks/5.2.2/Chart.yaml b/stable/tracks/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e32e2ed3e85 --- /dev/null +++ b/stable/tracks/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tracks/5.1.1/README.md b/stable/tracks/5.2.2/README.md similarity index 100% rename from stable/tracks/5.1.1/README.md rename to stable/tracks/5.2.2/README.md diff --git a/stable/tracks/5.2.2/app-changelog.md b/stable/tracks/5.2.2/app-changelog.md new file mode 100644 index 00000000000..071e0e2497f --- /dev/null +++ b/stable/tracks/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tracks/5.1.1/app-readme.md b/stable/tracks/5.2.2/app-readme.md similarity index 100% rename from stable/tracks/5.1.1/app-readme.md rename to stable/tracks/5.2.2/app-readme.md diff --git a/stable/tracks/5.2.2/charts/common-18.1.6.tgz b/stable/tracks/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tracks/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tracks/5.1.1/ix_values.yaml b/stable/tracks/5.2.2/ix_values.yaml similarity index 100% rename from stable/tracks/5.1.1/ix_values.yaml rename to stable/tracks/5.2.2/ix_values.yaml diff --git a/stable/tracks/5.1.1/questions.yaml b/stable/tracks/5.2.2/questions.yaml similarity index 100% rename from stable/tracks/5.1.1/questions.yaml rename to stable/tracks/5.2.2/questions.yaml diff --git a/stable/traktarr/5.1.1/templates/common.yaml b/stable/tracks/5.2.2/templates/common.yaml similarity index 100% rename from stable/traktarr/5.1.1/templates/common.yaml rename to stable/tracks/5.2.2/templates/common.yaml diff --git a/stable/unturned/6.1.1/values.yaml b/stable/tracks/5.2.2/values.yaml similarity index 100% rename from stable/unturned/6.1.1/values.yaml rename to stable/tracks/5.2.2/values.yaml diff --git a/stable/traefik-forward-auth/3.1.1/CHANGELOG.md b/stable/traefik-forward-auth/3.1.1/CHANGELOG.md deleted file mode 100644 index 6c73ce8ff36..00000000000 --- a/stable/traefik-forward-auth/3.1.1/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 - - -## [traefik-forward-auth-2.1.6](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.4...traefik-forward-auth-2.1.6) (2024-01-02) diff --git a/stable/traefik-forward-auth/3.1.1/Chart.yaml b/stable/traefik-forward-auth/3.1.1/Chart.yaml deleted file mode 100644 index ff0bcd11461..00000000000 --- a/stable/traefik-forward-auth/3.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/traefik-forward-auth/3.1.1/charts/common-18.0.2.tgz b/stable/traefik-forward-auth/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/traefik-forward-auth/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/uptime-kuma/10.1.1/.helmignore b/stable/traefik-forward-auth/3.2.2/.helmignore similarity index 100% rename from stable/uptime-kuma/10.1.1/.helmignore rename to stable/traefik-forward-auth/3.2.2/.helmignore diff --git a/stable/traefik-forward-auth/3.2.2/CHANGELOG.md b/stable/traefik-forward-auth/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a677f3cc1f1 --- /dev/null +++ b/stable/traefik-forward-auth/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/traefik-forward-auth/3.2.2/Chart.yaml b/stable/traefik-forward-auth/3.2.2/Chart.yaml new file mode 100644 index 00000000000..12550d6abd0 --- /dev/null +++ b/stable/traefik-forward-auth/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/traefik-forward-auth/3.1.1/README.md b/stable/traefik-forward-auth/3.2.2/README.md similarity index 100% rename from stable/traefik-forward-auth/3.1.1/README.md rename to stable/traefik-forward-auth/3.2.2/README.md diff --git a/stable/traefik-forward-auth/3.2.2/app-changelog.md b/stable/traefik-forward-auth/3.2.2/app-changelog.md new file mode 100644 index 00000000000..2783e1b7b2c --- /dev/null +++ b/stable/traefik-forward-auth/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/traefik-forward-auth/3.1.1/app-readme.md b/stable/traefik-forward-auth/3.2.2/app-readme.md similarity index 100% rename from stable/traefik-forward-auth/3.1.1/app-readme.md rename to stable/traefik-forward-auth/3.2.2/app-readme.md diff --git a/stable/traefik-forward-auth/3.2.2/charts/common-18.1.6.tgz b/stable/traefik-forward-auth/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/traefik-forward-auth/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/traefik-forward-auth/3.1.1/ix_values.yaml b/stable/traefik-forward-auth/3.2.2/ix_values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.1/ix_values.yaml rename to stable/traefik-forward-auth/3.2.2/ix_values.yaml diff --git a/stable/traefik-forward-auth/3.1.1/questions.yaml b/stable/traefik-forward-auth/3.2.2/questions.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.1/questions.yaml rename to stable/traefik-forward-auth/3.2.2/questions.yaml diff --git a/stable/traefik-forward-auth/3.1.1/templates/_args.tpl b/stable/traefik-forward-auth/3.2.2/templates/_args.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.1/templates/_args.tpl rename to stable/traefik-forward-auth/3.2.2/templates/_args.tpl diff --git a/stable/traefik-forward-auth/3.1.1/templates/_secrets.tpl b/stable/traefik-forward-auth/3.2.2/templates/_secrets.tpl similarity index 100% rename from stable/traefik-forward-auth/3.1.1/templates/_secrets.tpl rename to stable/traefik-forward-auth/3.2.2/templates/_secrets.tpl diff --git a/stable/traefik-forward-auth/3.1.1/templates/common.yaml b/stable/traefik-forward-auth/3.2.2/templates/common.yaml similarity index 100% rename from stable/traefik-forward-auth/3.1.1/templates/common.yaml rename to stable/traefik-forward-auth/3.2.2/templates/common.yaml diff --git a/stable/uptime-kuma/10.1.1/values.yaml b/stable/traefik-forward-auth/3.2.2/values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.1/values.yaml rename to stable/traefik-forward-auth/3.2.2/values.yaml diff --git a/stable/traggo/6.1.1/CHANGELOG.md b/stable/traggo/6.1.1/CHANGELOG.md deleted file mode 100644 index 778d9077ed2..00000000000 --- a/stable/traggo/6.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/traggo/6.1.1/Chart.yaml b/stable/traggo/6.1.1/Chart.yaml deleted file mode 100644 index 1b9dfe32371..00000000000 --- a/stable/traggo/6.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/traggo/6.1.1/charts/common-18.0.2.tgz b/stable/traggo/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/traggo/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/uptimerobot-prometheus/11.1.1/.helmignore b/stable/traggo/6.2.2/.helmignore similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/.helmignore rename to stable/traggo/6.2.2/.helmignore diff --git a/stable/traggo/6.2.2/CHANGELOG.md b/stable/traggo/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c34045306ac --- /dev/null +++ b/stable/traggo/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/traggo/6.2.2/Chart.yaml b/stable/traggo/6.2.2/Chart.yaml new file mode 100644 index 00000000000..60ab2a2dbb4 --- /dev/null +++ b/stable/traggo/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/traggo/6.1.1/README.md b/stable/traggo/6.2.2/README.md similarity index 100% rename from stable/traggo/6.1.1/README.md rename to stable/traggo/6.2.2/README.md diff --git a/stable/traggo/6.2.2/app-changelog.md b/stable/traggo/6.2.2/app-changelog.md new file mode 100644 index 00000000000..8e0b958d0c2 --- /dev/null +++ b/stable/traggo/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/traggo/6.1.1/app-readme.md b/stable/traggo/6.2.2/app-readme.md similarity index 100% rename from stable/traggo/6.1.1/app-readme.md rename to stable/traggo/6.2.2/app-readme.md diff --git a/stable/traggo/6.2.2/charts/common-18.1.6.tgz b/stable/traggo/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/traggo/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/traggo/6.1.1/ix_values.yaml b/stable/traggo/6.2.2/ix_values.yaml similarity index 100% rename from stable/traggo/6.1.1/ix_values.yaml rename to stable/traggo/6.2.2/ix_values.yaml diff --git a/stable/traggo/6.1.1/questions.yaml b/stable/traggo/6.2.2/questions.yaml similarity index 100% rename from stable/traggo/6.1.1/questions.yaml rename to stable/traggo/6.2.2/questions.yaml diff --git a/stable/wallos/4.1.4/templates/NOTES.txt b/stable/traggo/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/wallos/4.1.4/templates/NOTES.txt rename to stable/traggo/6.2.2/templates/NOTES.txt diff --git a/stable/traggo/6.1.1/templates/_secret.tpl b/stable/traggo/6.2.2/templates/_secret.tpl similarity index 100% rename from stable/traggo/6.1.1/templates/_secret.tpl rename to stable/traggo/6.2.2/templates/_secret.tpl diff --git a/stable/traggo/6.1.1/templates/common.yaml b/stable/traggo/6.2.2/templates/common.yaml similarity index 100% rename from stable/traggo/6.1.1/templates/common.yaml rename to stable/traggo/6.2.2/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/values.yaml b/stable/traggo/6.2.2/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/values.yaml rename to stable/traggo/6.2.2/values.yaml diff --git a/stable/traktarr/5.1.1/CHANGELOG.md b/stable/traktarr/5.1.1/CHANGELOG.md deleted file mode 100644 index c83a5c3d6fd..00000000000 --- a/stable/traktarr/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/traktarr/5.1.1/Chart.yaml b/stable/traktarr/5.1.1/Chart.yaml deleted file mode 100644 index cb4f3457810..00000000000 --- a/stable/traktarr/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/traktarr/5.1.1/charts/common-18.0.2.tgz b/stable/traktarr/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/traktarr/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/urban-terror/5.1.1/.helmignore b/stable/traktarr/5.2.2/.helmignore similarity index 100% rename from stable/urban-terror/5.1.1/.helmignore rename to stable/traktarr/5.2.2/.helmignore diff --git a/stable/traktarr/5.2.2/CHANGELOG.md b/stable/traktarr/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1e6c3484f43 --- /dev/null +++ b/stable/traktarr/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/traktarr/5.2.2/Chart.yaml b/stable/traktarr/5.2.2/Chart.yaml new file mode 100644 index 00000000000..c2daaa23b73 --- /dev/null +++ b/stable/traktarr/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/traktarr/5.1.1/README.md b/stable/traktarr/5.2.2/README.md similarity index 100% rename from stable/traktarr/5.1.1/README.md rename to stable/traktarr/5.2.2/README.md diff --git a/stable/traktarr/5.2.2/app-changelog.md b/stable/traktarr/5.2.2/app-changelog.md new file mode 100644 index 00000000000..6299b29dd29 --- /dev/null +++ b/stable/traktarr/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/traktarr/5.1.1/app-readme.md b/stable/traktarr/5.2.2/app-readme.md similarity index 100% rename from stable/traktarr/5.1.1/app-readme.md rename to stable/traktarr/5.2.2/app-readme.md diff --git a/stable/traktarr/5.2.2/charts/common-18.1.6.tgz b/stable/traktarr/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/traktarr/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/traktarr/5.1.1/ix_values.yaml b/stable/traktarr/5.2.2/ix_values.yaml similarity index 100% rename from stable/traktarr/5.1.1/ix_values.yaml rename to stable/traktarr/5.2.2/ix_values.yaml diff --git a/stable/traktarr/5.1.1/questions.yaml b/stable/traktarr/5.2.2/questions.yaml similarity index 100% rename from stable/traktarr/5.1.1/questions.yaml rename to stable/traktarr/5.2.2/questions.yaml diff --git a/stable/trango/5.1.1/templates/common.yaml b/stable/traktarr/5.2.2/templates/common.yaml similarity index 100% rename from stable/trango/5.1.1/templates/common.yaml rename to stable/traktarr/5.2.2/templates/common.yaml diff --git a/stable/urban-terror/5.1.1/values.yaml b/stable/traktarr/5.2.2/values.yaml similarity index 100% rename from stable/urban-terror/5.1.1/values.yaml rename to stable/traktarr/5.2.2/values.yaml diff --git a/stable/trango/5.1.1/CHANGELOG.md b/stable/trango/5.1.1/CHANGELOG.md deleted file mode 100644 index 65532d88909..00000000000 --- a/stable/trango/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/trango/5.1.1/Chart.yaml b/stable/trango/5.1.1/Chart.yaml deleted file mode 100644 index 729b8090d6e..00000000000 --- a/stable/trango/5.1.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: Network-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/trango/5.1.1/charts/common-18.0.2.tgz b/stable/trango/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/trango/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/v-rising/5.1.1/.helmignore b/stable/trango/5.2.2/.helmignore similarity index 100% rename from stable/v-rising/5.1.1/.helmignore rename to stable/trango/5.2.2/.helmignore diff --git a/stable/trango/5.2.2/CHANGELOG.md b/stable/trango/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ce8728d9f16 --- /dev/null +++ b/stable/trango/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/trango/5.2.2/Chart.yaml b/stable/trango/5.2.2/Chart.yaml new file mode 100644 index 00000000000..79332524371 --- /dev/null +++ b/stable/trango/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/trango/5.1.1/README.md b/stable/trango/5.2.2/README.md similarity index 100% rename from stable/trango/5.1.1/README.md rename to stable/trango/5.2.2/README.md diff --git a/stable/trango/5.2.2/app-changelog.md b/stable/trango/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f8d8b2f6397 --- /dev/null +++ b/stable/trango/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/trango/5.1.1/app-readme.md b/stable/trango/5.2.2/app-readme.md similarity index 100% rename from stable/trango/5.1.1/app-readme.md rename to stable/trango/5.2.2/app-readme.md diff --git a/stable/trango/5.2.2/charts/common-18.1.6.tgz b/stable/trango/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/trango/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/trango/5.1.1/ix_values.yaml b/stable/trango/5.2.2/ix_values.yaml similarity index 100% rename from stable/trango/5.1.1/ix_values.yaml rename to stable/trango/5.2.2/ix_values.yaml diff --git a/stable/trango/5.1.1/questions.yaml b/stable/trango/5.2.2/questions.yaml similarity index 100% rename from stable/trango/5.1.1/questions.yaml rename to stable/trango/5.2.2/questions.yaml diff --git a/stable/troddit/5.1.1/templates/common.yaml b/stable/trango/5.2.2/templates/common.yaml similarity index 100% rename from stable/troddit/5.1.1/templates/common.yaml rename to stable/trango/5.2.2/templates/common.yaml diff --git a/stable/v-rising/5.1.1/values.yaml b/stable/trango/5.2.2/values.yaml similarity index 100% rename from stable/v-rising/5.1.1/values.yaml rename to stable/trango/5.2.2/values.yaml diff --git a/stable/transmission/20.1.1/CHANGELOG.md b/stable/transmission/20.1.1/CHANGELOG.md deleted file mode 100644 index eebc346c1cd..00000000000 --- a/stable/transmission/20.1.1/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 - - -## [transmission-19.1.4](https://github.com/truecharts/charts/compare/transmission-19.1.3...transmission-19.1.4) (2024-01-01) diff --git a/stable/transmission/20.1.1/Chart.yaml b/stable/transmission/20.1.1/Chart.yaml deleted file mode 100644 index 5fd34b61723..00000000000 --- a/stable/transmission/20.1.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: download-tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.5 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/transmission/20.1.1/charts/common-18.0.2.tgz b/stable/transmission/20.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/transmission/20.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/valetudo-mapper/5.1.1/.helmignore b/stable/transmission/20.2.2/.helmignore similarity index 100% rename from stable/valetudo-mapper/5.1.1/.helmignore rename to stable/transmission/20.2.2/.helmignore diff --git a/stable/transmission/20.2.2/CHANGELOG.md b/stable/transmission/20.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5ad892eb48d --- /dev/null +++ b/stable/transmission/20.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/transmission/20.2.2/Chart.yaml b/stable/transmission/20.2.2/Chart.yaml new file mode 100644 index 00000000000..93c830e52ea --- /dev/null +++ b/stable/transmission/20.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.0.5 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/transmission/20.1.1/README.md b/stable/transmission/20.2.2/README.md similarity index 100% rename from stable/transmission/20.1.1/README.md rename to stable/transmission/20.2.2/README.md diff --git a/stable/transmission/20.2.2/app-changelog.md b/stable/transmission/20.2.2/app-changelog.md new file mode 100644 index 00000000000..2d5ddd70581 --- /dev/null +++ b/stable/transmission/20.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/transmission/20.1.1/app-readme.md b/stable/transmission/20.2.2/app-readme.md similarity index 100% rename from stable/transmission/20.1.1/app-readme.md rename to stable/transmission/20.2.2/app-readme.md diff --git a/stable/transmission/20.2.2/charts/common-18.1.6.tgz b/stable/transmission/20.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/transmission/20.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/transmission/20.1.1/ix_values.yaml b/stable/transmission/20.2.2/ix_values.yaml similarity index 100% rename from stable/transmission/20.1.1/ix_values.yaml rename to stable/transmission/20.2.2/ix_values.yaml diff --git a/stable/transmission/20.1.1/questions.yaml b/stable/transmission/20.2.2/questions.yaml similarity index 100% rename from stable/transmission/20.1.1/questions.yaml rename to stable/transmission/20.2.2/questions.yaml diff --git a/stable/watcharr/4.1.1/templates/NOTES.txt b/stable/transmission/20.2.2/templates/NOTES.txt similarity index 100% rename from stable/watcharr/4.1.1/templates/NOTES.txt rename to stable/transmission/20.2.2/templates/NOTES.txt diff --git a/stable/transmission/20.1.1/templates/common.yaml b/stable/transmission/20.2.2/templates/common.yaml similarity index 100% rename from stable/transmission/20.1.1/templates/common.yaml rename to stable/transmission/20.2.2/templates/common.yaml diff --git a/stable/valetudo-mapper/5.1.1/values.yaml b/stable/transmission/20.2.2/values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.1/values.yaml rename to stable/transmission/20.2.2/values.yaml diff --git a/stable/trilium-notes/12.1.2/CHANGELOG.md b/stable/trilium-notes/12.1.2/CHANGELOG.md deleted file mode 100644 index 1927dd94c99..00000000000 --- a/stable/trilium-notes/12.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - -## [trilium-notes-11.1.4](https://github.com/truecharts/charts/compare/trilium-notes-11.1.3...trilium-notes-11.1.4) (2024-01-01) \ No newline at end of file diff --git a/stable/trilium-notes/12.1.2/Chart.yaml b/stable/trilium-notes/12.1.2/Chart.yaml deleted file mode 100644 index b94203ef205..00000000000 --- a/stable/trilium-notes/12.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.62.6 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/trilium-notes/12.1.2/charts/common-18.0.2.tgz b/stable/trilium-notes/12.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/trilium-notes/12.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.1.2/ix_values.yaml b/stable/trilium-notes/12.1.2/ix_values.yaml deleted file mode 100644 index badd45209cb..00000000000 --- a/stable/trilium-notes/12.1.2/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/valheim/10.1.1/.helmignore b/stable/trilium-notes/12.3.2/.helmignore similarity index 100% rename from stable/valheim/10.1.1/.helmignore rename to stable/trilium-notes/12.3.2/.helmignore diff --git a/stable/trilium-notes/12.3.2/CHANGELOG.md b/stable/trilium-notes/12.3.2/CHANGELOG.md new file mode 100644 index 00000000000..549689dba9e --- /dev/null +++ b/stable/trilium-notes/12.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/trilium-notes/12.3.2/Chart.yaml b/stable/trilium-notes/12.3.2/Chart.yaml new file mode 100644 index 00000000000..b227fefa7d3 --- /dev/null +++ b/stable/trilium-notes/12.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.63.3 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/trilium-notes/12.1.2/README.md b/stable/trilium-notes/12.3.2/README.md similarity index 100% rename from stable/trilium-notes/12.1.2/README.md rename to stable/trilium-notes/12.3.2/README.md diff --git a/stable/trilium-notes/12.3.2/app-changelog.md b/stable/trilium-notes/12.3.2/app-changelog.md new file mode 100644 index 00000000000..ab52ea57aa4 --- /dev/null +++ b/stable/trilium-notes/12.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/trilium-notes/12.1.2/app-readme.md b/stable/trilium-notes/12.3.2/app-readme.md similarity index 100% rename from stable/trilium-notes/12.1.2/app-readme.md rename to stable/trilium-notes/12.3.2/app-readme.md diff --git a/stable/trilium-notes/12.3.2/charts/common-18.1.6.tgz b/stable/trilium-notes/12.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/trilium-notes/12.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/trilium-notes/12.3.2/ix_values.yaml b/stable/trilium-notes/12.3.2/ix_values.yaml new file mode 100644 index 00000000000..44fcb031b78 --- /dev/null +++ b/stable/trilium-notes/12.3.2/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.1.2/questions.yaml b/stable/trilium-notes/12.3.2/questions.yaml similarity index 100% rename from stable/trilium-notes/12.1.2/questions.yaml rename to stable/trilium-notes/12.3.2/questions.yaml diff --git a/stable/watchyourlan/8.1.1/templates/NOTES.txt b/stable/trilium-notes/12.3.2/templates/NOTES.txt similarity index 100% rename from stable/watchyourlan/8.1.1/templates/NOTES.txt rename to stable/trilium-notes/12.3.2/templates/NOTES.txt diff --git a/stable/verysync/9.1.1/templates/common.yaml b/stable/trilium-notes/12.3.2/templates/common.yaml similarity index 100% rename from stable/verysync/9.1.1/templates/common.yaml rename to stable/trilium-notes/12.3.2/templates/common.yaml diff --git a/stable/valheim/10.1.1/values.yaml b/stable/trilium-notes/12.3.2/values.yaml similarity index 100% rename from stable/valheim/10.1.1/values.yaml rename to stable/trilium-notes/12.3.2/values.yaml diff --git a/stable/troddit/5.1.1/CHANGELOG.md b/stable/troddit/5.1.1/CHANGELOG.md deleted file mode 100644 index b65a76827c9..00000000000 --- a/stable/troddit/5.1.1/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.1/Chart.yaml b/stable/troddit/5.1.1/Chart.yaml deleted file mode 100644 index 3279a7cee3b..00000000000 --- a/stable/troddit/5.1.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: Network-Web - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/troddit/5.1.1/charts/common-18.0.2.tgz b/stable/troddit/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/troddit/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/van-dam/4.1.1/.helmignore b/stable/troddit/5.2.2/.helmignore similarity index 100% rename from stable/van-dam/4.1.1/.helmignore rename to stable/troddit/5.2.2/.helmignore diff --git a/stable/troddit/5.2.2/CHANGELOG.md b/stable/troddit/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bd8fa03f831 --- /dev/null +++ b/stable/troddit/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) \ No newline at end of file diff --git a/stable/troddit/5.2.2/Chart.yaml b/stable/troddit/5.2.2/Chart.yaml new file mode 100644 index 00000000000..71a66d0efe9 --- /dev/null +++ b/stable/troddit/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/troddit/5.1.1/README.md b/stable/troddit/5.2.2/README.md similarity index 100% rename from stable/troddit/5.1.1/README.md rename to stable/troddit/5.2.2/README.md diff --git a/stable/troddit/5.2.2/app-changelog.md b/stable/troddit/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0d4cf384225 --- /dev/null +++ b/stable/troddit/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/troddit/5.1.1/app-readme.md b/stable/troddit/5.2.2/app-readme.md similarity index 100% rename from stable/troddit/5.1.1/app-readme.md rename to stable/troddit/5.2.2/app-readme.md diff --git a/stable/troddit/5.2.2/charts/common-18.1.6.tgz b/stable/troddit/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/troddit/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/troddit/5.1.1/ix_values.yaml b/stable/troddit/5.2.2/ix_values.yaml similarity index 100% rename from stable/troddit/5.1.1/ix_values.yaml rename to stable/troddit/5.2.2/ix_values.yaml diff --git a/stable/troddit/5.1.1/questions.yaml b/stable/troddit/5.2.2/questions.yaml similarity index 100% rename from stable/troddit/5.1.1/questions.yaml rename to stable/troddit/5.2.2/questions.yaml diff --git a/stable/tubearchivist-redisjson/5.1.1/templates/common.yaml b/stable/troddit/5.2.2/templates/common.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/templates/common.yaml rename to stable/troddit/5.2.2/templates/common.yaml diff --git a/stable/van-dam/4.1.1/values.yaml b/stable/troddit/5.2.2/values.yaml similarity index 100% rename from stable/van-dam/4.1.1/values.yaml rename to stable/troddit/5.2.2/values.yaml diff --git a/stable/truecommand/19.1.1/CHANGELOG.md b/stable/truecommand/19.1.1/CHANGELOG.md deleted file mode 100644 index 2ca14f74a89..00000000000 --- a/stable/truecommand/19.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/truecommand/19.1.1/Chart.yaml b/stable/truecommand/19.1.1/Chart.yaml deleted file mode 100644 index 719986ea466..00000000000 --- a/stable/truecommand/19.1.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: Administration - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/truecommand/19.1.1/charts/common-18.0.2.tgz b/stable/truecommand/19.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/truecommand/19.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/venstar2mqtt/5.1.1/.helmignore b/stable/truecommand/19.2.2/.helmignore similarity index 100% rename from stable/venstar2mqtt/5.1.1/.helmignore rename to stable/truecommand/19.2.2/.helmignore diff --git a/stable/truecommand/19.2.2/CHANGELOG.md b/stable/truecommand/19.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2bcecc33273 --- /dev/null +++ b/stable/truecommand/19.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/truecommand/19.2.2/Chart.yaml b/stable/truecommand/19.2.2/Chart.yaml new file mode 100644 index 00000000000..8f3caf2513a --- /dev/null +++ b/stable/truecommand/19.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/truecommand/19.1.1/README.md b/stable/truecommand/19.2.2/README.md similarity index 100% rename from stable/truecommand/19.1.1/README.md rename to stable/truecommand/19.2.2/README.md diff --git a/stable/truecommand/19.2.2/app-changelog.md b/stable/truecommand/19.2.2/app-changelog.md new file mode 100644 index 00000000000..1e85933b754 --- /dev/null +++ b/stable/truecommand/19.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/truecommand/19.1.1/app-readme.md b/stable/truecommand/19.2.2/app-readme.md similarity index 100% rename from stable/truecommand/19.1.1/app-readme.md rename to stable/truecommand/19.2.2/app-readme.md diff --git a/stable/truecommand/19.2.2/charts/common-18.1.6.tgz b/stable/truecommand/19.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/truecommand/19.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/truecommand/19.1.1/ix_values.yaml b/stable/truecommand/19.2.2/ix_values.yaml similarity index 100% rename from stable/truecommand/19.1.1/ix_values.yaml rename to stable/truecommand/19.2.2/ix_values.yaml diff --git a/stable/truecommand/19.1.1/questions.yaml b/stable/truecommand/19.2.2/questions.yaml similarity index 100% rename from stable/truecommand/19.1.1/questions.yaml rename to stable/truecommand/19.2.2/questions.yaml diff --git a/stable/webgrabplus/9.1.2/templates/NOTES.txt b/stable/truecommand/19.2.2/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/9.1.2/templates/NOTES.txt rename to stable/truecommand/19.2.2/templates/NOTES.txt diff --git a/stable/vocechat-server/3.1.1/templates/common.yaml b/stable/truecommand/19.2.2/templates/common.yaml similarity index 100% rename from stable/vocechat-server/3.1.1/templates/common.yaml rename to stable/truecommand/19.2.2/templates/common.yaml diff --git a/stable/venstar2mqtt/5.1.1/values.yaml b/stable/truecommand/19.2.2/values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.1/values.yaml rename to stable/truecommand/19.2.2/values.yaml diff --git a/stable/vertex/5.1.3/.helmignore b/stable/truenas-exporter/1.1.2/.helmignore similarity index 100% rename from stable/vertex/5.1.3/.helmignore rename to stable/truenas-exporter/1.1.2/.helmignore diff --git a/stable/truenas-exporter/1.1.2/CHANGELOG.md b/stable/truenas-exporter/1.1.2/CHANGELOG.md new file mode 100644 index 00000000000..934d160a477 --- /dev/null +++ b/stable/truenas-exporter/1.1.2/CHANGELOG.md @@ -0,0 +1,19 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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.1.2/Chart.yaml b/stable/truenas-exporter/1.1.2/Chart.yaml new file mode 100644 index 00000000000..5a828d6e8df --- /dev/null +++ b/stable/truenas-exporter/1.1.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 18.1.6 + 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.1.2 diff --git a/stable/truenas-exporter/1.1.2/README.md b/stable/truenas-exporter/1.1.2/README.md new file mode 100644 index 00000000000..5ed82e82c1a --- /dev/null +++ b/stable/truenas-exporter/1.1.2/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/truenas-exporter) + +**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/truenas-exporter/1.1.2/app-changelog.md b/stable/truenas-exporter/1.1.2/app-changelog.md new file mode 100644 index 00000000000..e54bc113d94 --- /dev/null +++ b/stable/truenas-exporter/1.1.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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.1.2/app-readme.md b/stable/truenas-exporter/1.1.2/app-readme.md new file mode 100644 index 00000000000..e31304aa3ba --- /dev/null +++ b/stable/truenas-exporter/1.1.2/app-readme.md @@ -0,0 +1,8 @@ +A metrics exporter for TrueNAS + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/truenas-exporter](https://truecharts.org/charts/stable/truenas-exporter) + +--- + +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/truenas-exporter/1.1.2/charts/common-18.1.6.tgz b/stable/truenas-exporter/1.1.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/truenas-exporter/1.1.2/charts/common-18.1.6.tgz differ diff --git a/stable/truenas-exporter/1.1.2/dashboard.json b/stable/truenas-exporter/1.1.2/dashboard.json new file mode 100644 index 00000000000..d999ceaf044 --- /dev/null +++ b/stable/truenas-exporter/1.1.2/dashboard.json @@ -0,0 +1,5479 @@ +{ + "__inputs": [ + { + "name": "DS_MIMIR", + "label": "Mimir", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__elements": {}, + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "10.2.2" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie chart", + "version": "" + }, + { + "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": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 1, + "id": null, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 0 + }, + "id": 161, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "system_load{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "System load", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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": "rotmhz" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 159, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_frequency{instance=~\"$instance\", cpu=~\"$cpu\"}", + "instant": false, + "legendFormat": "{{cpu}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU frequency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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": "celsius" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 0 + }, + "id": 160, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_temperature{instance=~\"$instance\", cpu=~\"$cpu\"}", + "instant": false, + "legendFormat": "{{cpu}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU temperature", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 0 + }, + "id": 162, + "options": { + "displayLabels": [], + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "physical_memory{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Memory usage", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Kbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 9 + }, + "id": 163, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interface_io{instance=~\"$instance\", interface=~\"$interface\"}", + "instant": false, + "legendFormat": "{{interface}} - {{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Network I/O", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "log": 2, + "type": "log" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 9 + }, + "id": 164, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "processes{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Processes", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "dtdhms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 9 + }, + "id": 165, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "uptime{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "synced", + "range": true, + "refId": "A" + } + ], + "title": "Uptime", + "type": "stat" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 18 + }, + "id": 79, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 0, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 10 + }, + "id": 78, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_total{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU usage", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "rotmhz" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 10 + }, + "id": 75, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_frequency{instance=~\"$instance\", cpu=~\"$cpu\"}", + "instant": false, + "legendFormat": "{{cpu}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU frequency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "celsius" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 10 + }, + "id": 76, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_temperature{instance=~\"$instance\", cpu=~\"$cpu\"}", + "instant": false, + "legendFormat": "{{cpu}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU temperature", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 10 + }, + "id": 77, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "avg by (state) (cpu_idlestate{instance=~\"$instance\", cpu=~\"$cpu\"})", + "instant": false, + "legendFormat": "{{state}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU C-State", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 19 + }, + "id": 74, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "cpu_throttling{instance=~\"$instance\", cpu=~\"$cpu\"}", + "instant": false, + "legendFormat": "{{cpu}}", + "range": true, + "refId": "A" + } + ], + "title": "CPU throttling", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 19 + }, + "id": 73, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interrupts{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}} - interrupt", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "context_switches{instance=~\"$instance\"}", + "hide": false, + "instant": false, + "legendFormat": "context switches", + "range": true, + "refId": "B" + } + ], + "title": "Interrupts & Context switches", + "type": "timeseries" + } + ], + "title": "CPU", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 19 + }, + "id": 6, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 11 + }, + "id": 1, + "options": { + "displayLabels": [], + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "physical_memory{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Memory usage", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 11 + }, + "id": 2, + "options": { + "displayLabels": [], + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": ["value", "percent"] + }, + "pieType": "donut", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "swap{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Swap usage", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 11 + }, + "id": 4, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_available{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_committed{instance=~\"$instance\"}", + "hide": false, + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_transparent_hugepages{instance=~\"$instance\"}", + "hide": false, + "instant": false, + "legendFormat": "hugepages-{{kind}}", + "range": true, + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_writeback{instance=~\"$instance\"}", + "hide": false, + "instant": false, + "legendFormat": "writeback-{{kind}}", + "range": true, + "refId": "D" + } + ], + "title": "Memory detailed", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 11 + }, + "id": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_kernel{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Kernel memory allocation", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 20 + }, + "id": 5, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "memory_slab{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Memory slab", + "type": "timeseries" + } + ], + "title": "Memory", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 20 + }, + "id": 56, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Kbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 21 + }, + "id": 46, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interface_io{instance=~\"$instance\", interface=~\"$interface\"}", + "instant": false, + "legendFormat": "{{interface}} - {{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Network I/O", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Kbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 21 + }, + "id": 66, + "options": { + "colorMode": "none", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "exemplar": false, + "expr": "interface_speed{instance=~\"$instance\", interface=~\"$interface\"}", + "format": "time_series", + "instant": false, + "legendFormat": "{{interface}}", + "range": true, + "refId": "A" + } + ], + "title": "Interface speed", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 12, + "y": 21 + }, + "id": 67, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "exemplar": false, + "expr": "interface_duplex{instance=~\"$instance\", interface=~\"$interface\"} > 0", + "format": "time_series", + "instant": false, + "legendFormat": "{{interface}} - {{state}}", + "range": true, + "refId": "A" + } + ], + "title": "Interface duplex state", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 15, + "y": 21 + }, + "id": 68, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "exemplar": false, + "expr": "interface_operationstate{instance=~\"$instance\", interface=~\"$interface\"} > 0", + "format": "time_series", + "instant": false, + "legendFormat": "{{interface}} - {{state}}", + "range": true, + "refId": "A" + } + ], + "title": "Interface operation state", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 18, + "y": 21 + }, + "id": 69, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "exemplar": false, + "expr": "interface_carrierstate{instance=~\"$instance\", interface=~\"$interface\"} > 0", + "format": "time_series", + "instant": false, + "legendFormat": "{{interface}} - {{state}}", + "range": true, + "refId": "A" + } + ], + "title": "Interface carrier state", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 21, + "y": 21 + }, + "id": 70, + "options": { + "legend": { + "calcs": [], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "exemplar": false, + "expr": "interface_mtu{instance=~\"$instance\", interface=~\"$interface\"} > 0", + "format": "time_series", + "instant": false, + "legendFormat": "{{interface}}", + "range": true, + "refId": "A" + } + ], + "title": "Interface MTU", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "pps" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 30 + }, + "id": 71, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interface_packets{instance=~\"$instance\", interface=~\"$interface\"}", + "instant": false, + "legendFormat": "{{interface}} - {{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Network packets", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 30 + }, + "id": 72, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interface_errors{instance=~\"$instance\", interface=~\"$interface\"}", + "instant": false, + "legendFormat": "error ({{interface}} - {{op}})", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "interface_drops{instance=~\"$instance\", interface=~\"$interface\"}", + "hide": false, + "instant": false, + "legendFormat": "drop ({{interface}} - {{op}})", + "range": true, + "refId": "B" + } + ], + "title": "Network errors & drops", + "type": "timeseries" + } + ], + "title": "Network", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 21 + }, + "id": 100, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "log": 2, + "type": "log" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 22 + }, + "id": 99, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "processes{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{kind}}", + "range": true, + "refId": "A" + } + ], + "title": "Processes", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 22 + }, + "id": 89, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "processes_forks{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "forks", + "range": true, + "refId": "A" + } + ], + "title": "Process forks", + "type": "timeseries" + } + ], + "title": "Processes", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 22 + }, + "id": 114, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "dtdhms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 23 + }, + "id": 112, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.2.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "uptime{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "synced", + "range": true, + "refId": "A" + } + ], + "title": "Uptime", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMax": 2, + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 23 + }, + "id": 113, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "clock_synced{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "synced", + "range": true, + "refId": "A" + } + ], + "title": "NTP synced", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 23 + }, + "id": 110, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "clock_offset{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "offset", + "range": true, + "refId": "A" + } + ], + "title": "NTP offset", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMax": 1, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 23 + }, + "id": 111, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "clock_status{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{state}}", + "range": true, + "refId": "A" + } + ], + "title": "NTP error state", + "type": "timeseries" + } + ], + "title": "Uptime + NTP", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 23 + }, + "id": 131, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "KBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 24 + }, + "id": 125, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_io{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS I/O", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "pps" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 24 + }, + "id": 126, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_net{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS net I/O", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 24 + }, + "id": 127, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_threads{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "threads", + "range": true, + "refId": "A" + } + ], + "title": "NFS threads", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "rps" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 24 + }, + "id": 124, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_readcache{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS readcache", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 33 + }, + "id": 128, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_rpc{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS RPC", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 33 + }, + "id": 129, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_proc4{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS proc4", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 33 + }, + "id": 130, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "nfs_proc4ops{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "NFS proc4ops", + "type": "timeseries" + } + ], + "title": "NFS", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 24 + }, + "id": 149, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 25 + }, + "id": 141, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_arc_size{instance=~\"$instance\", op=~\"arcsz|target\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ARC Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "mbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 25 + }, + "id": 142, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_l2_size{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "L2 Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "rps" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 25 + }, + "id": 143, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_reads{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ZFS reads", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "percent" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 25 + }, + "id": 144, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_hits{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ZFS cache access", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "percent" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 34 + }, + "id": 146, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_arc_size_breakdown{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ARC Size Breakdown", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 34 + }, + "id": 148, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_hash_elements{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "hashes - {{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ZFS hash elements", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 34 + }, + "id": 147, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_important_ops{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ZFS important operations", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "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" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "eps" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 34 + }, + "id": 145, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "zfs_hits_rate{instance=~\"$instance\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "ZFS cache hit rate", + "type": "timeseries" + } + ], + "title": "ZFS", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 25 + }, + "id": 8, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "KiBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 26 + }, + "id": 7, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_io{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Disk I/O - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 26 + }, + "id": 11, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_io_ops{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Disk I/O Ops - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 26 + }, + "id": 15, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_io_backlog{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "backlog", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_busy{instance=~\"$instance\", disk=~\"$disk\"}", + "hide": false, + "instant": false, + "legendFormat": "busy", + "range": true, + "refId": "B" + } + ], + "title": "Disk backlog + busy - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 26 + }, + "id": 20, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_utilization{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "utilization", + "range": true, + "refId": "A" + } + ], + "title": "Disk utilization - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 0, + "y": 35 + }, + "id": 26, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_iotime{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Disk I/O time - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 6, + "y": 35 + }, + "id": 35, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_await{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Disk await - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": true, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "kbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 12, + "y": 35 + }, + "id": 36, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_io_size{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "{{op}}", + "range": true, + "refId": "A" + } + ], + "title": "Disk avg I/O size - $disk", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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" + } + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 35 + }, + "id": 27, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "editorMode": "code", + "expr": "disk_qops{instance=~\"$instance\", disk=~\"$disk\"}", + "instant": false, + "legendFormat": "value", + "range": true, + "refId": "A" + } + ], + "title": "Disk active operations - $disk", + "type": "timeseries" + } + ], + "repeat": "disk", + "repeatDirection": "h", + "title": "Disk - $disk", + "type": "row" + } + ], + "refresh": "", + "schemaVersion": 38, + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "prometheus" + }, + "hide": 0, + "includeAll": false, + "label": "Prometheus Datasource", + "multi": false, + "name": "DS_MIMIR", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "definition": "label_values(uptime,instance)", + "hide": 0, + "includeAll": false, + "multi": false, + "name": "instance", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(uptime,instance)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "allValue": ".*", + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "definition": "label_values(cpu_usage{instance=\"$instance\"},cpu)", + "hide": 0, + "includeAll": true, + "multi": true, + "name": "cpu", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(cpu_usage{instance=\"$instance\"},cpu)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "allValue": ".*", + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "definition": "label_values(disk_io{instance=\"$instance\"},disk)", + "hide": 0, + "includeAll": true, + "multi": true, + "name": "disk", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(disk_io{instance=\"$instance\"},disk)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "allValue": ".*", + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_MIMIR}" + }, + "definition": "label_values(interface_io{instance=\"$instance\"},interface)", + "hide": 0, + "includeAll": true, + "multi": true, + "name": "interface", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(interface_io{instance=\"$instance\"},interface)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "TrueNAS Scale", + "uid": "d4a0827b-de7f-4b46-a43f-328f4bc8372a", + "version": 25, + "weekStart": "" +} diff --git a/stable/truenas-exporter/1.1.2/ix_values.yaml b/stable/truenas-exporter/1.1.2/ix_values.yaml new file mode 100644 index 00000000000..0d3868c42ad --- /dev/null +++ b/stable/truenas-exporter/1.1.2/ix_values.yaml @@ -0,0 +1,495 @@ +image: + repository: prom/graphite-exporter + pullPolicy: IfNotPresent + tag: v0.15.0 + +service: + main: + ports: + main: + protocol: tcp + port: 9109 + main-udp: + enabled: true + protocol: udp + port: 9109 + metrics: + enabled: true + ports: + metrics: + enabled: true + protocol: http + port: 9108 + +workload: + main: + podSpec: + containers: + main: + args: + - "--graphite.mapping-config=/config/graphite_mapping.conf" + +metrics: + main: + enabled: true + targetSelector: metrics + endpoints: + - port: metrics + +portal: + open: + enabled: false + +persistence: + config: + enabled: true + type: configmap + mountPath: /config/graphite_mapping.conf + objectName: config + readOnly: true + subPath: graphite_mapping.conf + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + truenasexporter.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + config: + enabled: true + data: + graphite_mapping.conf: >- + mappings: + + ################################################ + # memory mapping + ################################################ + + - match: "truenas.*.system.ram.*" + name: "physical_memory" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + - match: "truenas.*.mem.*.*" + name: "memory_${2}" + labels: + job: "truenas" + instance: "${1}" + kind: "${3}" + + - match: "truenas.*.system.swap.*" + name: "swap" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + ################################################ + # disk smart metrics + ################################################ + + - match: "truenas.*.smart.log.smart.disktemp.*.*" + name: "disk_temperature" + labels: + job: "truenas" + instance: "${1}" + serial: "${2}" + + ################################################ + # disk operation mappings + ################################################ + + - match: "truenas.*.disk.*.*" + name: "disk_io" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ops.*.*" + name: "disk_io_ops" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ext.*.*" + name: "disk_io" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ext_ops.*.*" + name: "disk_io_ops" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_backlog.*.backlog" + name: "disk_io_backlog" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + + - match: "truenas.*.disk_busy.*.busy" + name: "disk_busy" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + + - match: "truenas.*.disk_util.*.utilization" + name: "disk_utilization" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + + - match: "truenas.*.disk_mops.*.*" + name: "disk_io" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "merged_${3}" + + - match: "truenas.*.disk_ext_mops.*.*" + name: "disk_io" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "merged_${3}" + + - match: "truenas.*.disk_iotime.*.*" + name: "disk_iotime" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ext_iotime.*.*" + name: "disk_iotime" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_qops.*.operations" + name: "disk_qops" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + + - match: "truenas.*.disk_await.*.*" + name: "disk_await" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ext_await.*.*" + name: "disk_await" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_avgsz.*.*" + name: "disk_io_size" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_ext_avgsz.*.*" + name: "disk_io_size" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + op: "${3}" + + - match: "truenas.*.disk_svctm.*.svctm" + name: "disk_svctm" + labels: + job: "truenas" + instance: "${1}" + disk: "${2}" + + - match: "truenas.*.system.io.*" + name: "system_io" + labels: + job: "truenas" + instance: "${1}" + op: "${2}" + + ################################################ + # CPU mapping + ################################################ + + - match: "truenas.*.system.intr.interrupts" + name: "interrupts" + labels: + job: "truenas" + instance: "${1}" + kind: "hard" + + - match: "truenas.*.system.cpu.softirq" + name: "interrupts" + labels: + job: "truenas" + instance: "${1}" + kind: "soft" + + - match: "truenas.*.cpu.*.softirq" + name: "cpu_softirq" + labels: + job: "truenas" + instance: "${1}" + cpu: "${2}" + + - match: "truenas.*.system.ctxt.switches" + name: "context_switches" + labels: + job: "truenas" + instance: "${1}" + + - match: "truenas.*.system.cpu.*" + name: "cpu_total" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + - match: "truenas.*.cputemp.temperatures.*" + name: "cpu_temperature" + labels: + job: "truenas" + instance: "${1}" + cpu: "cpu${2}" + + - match: "truenas.*.cpu.core_throttling.*" + name: "cpu_throttling" + labels: + job: "truenas" + instance: "${1}" + cpu: "${2}" + + - match: "truenas.*.cpu.cpufreq.*" + name: "cpu_frequency" + labels: + job: "truenas" + instance: "${1}" + cpu: "${2}" + + - match: 'truenas\.(.*)\.cpu\.(.*)_cpuidle\.(.*)' + match_type: "regex" + name: "cpu_idlestate" + labels: + job: "truenas" + instance: "${1}" + cpu: "${2}" + state: "${3}" + + - match: 'truenas\.(.*)\.cpu\.(.*)\.(.*)' + match_type: "regex" + name: "cpu_usage" + labels: + job: "truenas" + instance: "${1}" + cpu: "${2}" + kind: "${3}" + + ################################################ + # process mapping + ################################################ + + - match: "truenas.*.system.forks.started" + name: "processes_forks" + labels: + job: "truenas" + instance: "${1}" + + - match: "truenas.*.system.processes.*" + name: "processes" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + - match: "truenas.*.system.active_processes.*" + name: "processes" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + ################################################ + # uptime mapping + ################################################ + + - match: "truenas.*.system.uptime.uptime" + name: "uptime" + labels: + job: "truenas" + instance: "${1}" + + - match: "truenas.*.system.clock_sync_state.state" + name: "clock_synced" + labels: + job: "truenas" + instance: "${1}" + + - match: "truenas.*.system.clock_status.*" + name: "clock_status" + labels: + job: "truenas" + instance: "${1}" + state: "${2}" + + - match: "truenas.*.system.clock_sync_offset.offset" + name: "clock_offset" + labels: + job: "truenas" + instance: "${1}" + + ################################################ + # load mapping + ################################################ + + - match: "truenas.*.system.load.*" + name: "system_load" + labels: + job: "truenas" + instance: "${1}" + kind: "${2}" + + ################################################ + # nsfd mappings + ################################################ + + - match: "truenas.*.nfsd.*.*" + name: "nfs_${2}" + labels: + job: "truenas" + instance: "${1}" + op: "${3}" + + ################################################ + # zfs mappings + ################################################ + + - match: "truenas.*.zfs.*.*" + name: "zfs_${2}" + labels: + job: "truenas" + instance: "${1}" + op: "${3}" + + - match: 'truenas\.(.*)\.zfspool\.state_(.*)\.(.*)' + match_type: "regex" + name: "zfs_pool" + labels: + job: "truenas" + instance: "${1}" + pool: "${2}" + state: "${3}" + + ################################################ + # network mappings + ################################################ + + - match: "truenas.*.net.*.*" + name: "interface_io" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + op: "${3}" + + - match: "truenas.*.net_speed.*.speed" + name: "interface_speed" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + + - match: "truenas.*.net_duplex.*.*" + name: "interface_duplex" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + state: "${3}" + + - match: "truenas.*.net_operstate.*.*" + name: "interface_operationstate" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + state: "${3}" + + - match: "truenas.*.net_carrier.*.*" + name: "interface_carrierstate" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + state: "${3}" + + - match: "truenas.*.net_mtu.*.mtu" + name: "interface_mtu" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + + - match: "truenas.*.net_packets.*.*" + name: "interface_packets" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + op: "${3}" + + - match: "truenas.*.net_errors.*.*" + name: "interface_errors" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + op: "${3}" + + - match: "truenas.*.net_drops.*.*" + name: "interface_drops" + labels: + job: "truenas" + instance: "${1}" + interface: "${2}" + op: "${3}" + + - match: "truenas.*.system.net.*" + name: "system_net_io" + labels: + job: "truenas" + instance: "${1}" + op: "${2}" diff --git a/stable/truenas-exporter/1.1.2/questions.yaml b/stable/truenas-exporter/1.1.2/questions.yaml new file mode 100755 index 00000000000..b0e0d8bae62 --- /dev/null +++ b/stable/truenas-exporter/1.1.2/questions.yaml @@ -0,0 +1,2268 @@ +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: 9109 + 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: 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/weblate/13.1.1/templates/NOTES.txt b/stable/truenas-exporter/1.1.2/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.1.1/templates/NOTES.txt rename to stable/truenas-exporter/1.1.2/templates/NOTES.txt diff --git a/stable/wallos/4.1.4/templates/common.yaml b/stable/truenas-exporter/1.1.2/templates/common.yaml similarity index 100% rename from stable/wallos/4.1.4/templates/common.yaml rename to stable/truenas-exporter/1.1.2/templates/common.yaml diff --git a/stable/vertex/5.1.3/values.yaml b/stable/truenas-exporter/1.1.2/values.yaml similarity index 100% rename from stable/vertex/5.1.3/values.yaml rename to stable/truenas-exporter/1.1.2/values.yaml diff --git a/stable/tsmuxer/9.1.1/CHANGELOG.md b/stable/tsmuxer/9.1.1/CHANGELOG.md deleted file mode 100644 index 81038646b2e..00000000000 --- a/stable/tsmuxer/9.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tsmuxer/9.1.1/Chart.yaml b/stable/tsmuxer/9.1.1/Chart.yaml deleted file mode 100644 index ffd2d086ba6..00000000000 --- a/stable/tsmuxer/9.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 24.01.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tsmuxer/9.1.1/charts/common-18.0.2.tgz b/stable/tsmuxer/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tsmuxer/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/verysync/9.1.1/.helmignore b/stable/tsmuxer/9.2.2/.helmignore similarity index 100% rename from stable/verysync/9.1.1/.helmignore rename to stable/tsmuxer/9.2.2/.helmignore diff --git a/stable/tsmuxer/9.2.2/CHANGELOG.md b/stable/tsmuxer/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..26e3be76684 --- /dev/null +++ b/stable/tsmuxer/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/tsmuxer/9.2.2/Chart.yaml b/stable/tsmuxer/9.2.2/Chart.yaml new file mode 100644 index 00000000000..47002ca56ec --- /dev/null +++ b/stable/tsmuxer/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.01.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tsmuxer/9.1.1/README.md b/stable/tsmuxer/9.2.2/README.md similarity index 100% rename from stable/tsmuxer/9.1.1/README.md rename to stable/tsmuxer/9.2.2/README.md diff --git a/stable/tsmuxer/9.2.2/app-changelog.md b/stable/tsmuxer/9.2.2/app-changelog.md new file mode 100644 index 00000000000..01b9e508911 --- /dev/null +++ b/stable/tsmuxer/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tsmuxer/9.1.1/app-readme.md b/stable/tsmuxer/9.2.2/app-readme.md similarity index 100% rename from stable/tsmuxer/9.1.1/app-readme.md rename to stable/tsmuxer/9.2.2/app-readme.md diff --git a/stable/tsmuxer/9.2.2/charts/common-18.1.6.tgz b/stable/tsmuxer/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tsmuxer/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tsmuxer/9.1.1/ix_values.yaml b/stable/tsmuxer/9.2.2/ix_values.yaml similarity index 100% rename from stable/tsmuxer/9.1.1/ix_values.yaml rename to stable/tsmuxer/9.2.2/ix_values.yaml diff --git a/stable/tsmuxer/9.1.1/questions.yaml b/stable/tsmuxer/9.2.2/questions.yaml similarity index 100% rename from stable/tsmuxer/9.1.1/questions.yaml rename to stable/tsmuxer/9.2.2/questions.yaml diff --git a/stable/webnut/8.1.1/templates/NOTES.txt b/stable/tsmuxer/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/webnut/8.1.1/templates/NOTES.txt rename to stable/tsmuxer/9.2.2/templates/NOTES.txt diff --git a/stable/watchyourlan/8.1.1/templates/common.yaml b/stable/tsmuxer/9.2.2/templates/common.yaml similarity index 100% rename from stable/watchyourlan/8.1.1/templates/common.yaml rename to stable/tsmuxer/9.2.2/templates/common.yaml diff --git a/stable/verysync/9.1.1/values.yaml b/stable/tsmuxer/9.2.2/values.yaml similarity index 100% rename from stable/verysync/9.1.1/values.yaml rename to stable/tsmuxer/9.2.2/values.yaml diff --git a/stable/tt-rss/16.1.4/CHANGELOG.md b/stable/tt-rss/16.1.4/CHANGELOG.md deleted file mode 100644 index c81a13ab286..00000000000 --- a/stable/tt-rss/16.1.4/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) - -### Chore \ No newline at end of file diff --git a/stable/tt-rss/16.1.4/Chart.yaml b/stable/tt-rss/16.1.4/Chart.yaml deleted file mode 100644 index adc7bc1e079..00000000000 --- a/stable/tt-rss/16.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: rss - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.4 diff --git a/stable/tt-rss/16.1.4/charts/common-18.0.2.tgz b/stable/tt-rss/16.1.4/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tt-rss/16.1.4/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tt-rss/16.1.4/ix_values.yaml b/stable/tt-rss/16.1.4/ix_values.yaml deleted file mode 100644 index 2deaf00dea8..00000000000 --- a/stable/tt-rss/16.1.4/ix_values.yaml +++ /dev/null @@ -1,242 +0,0 @@ -image: - repository: cthulhoo/ttrss-fpm-pgsql-static - pullPolicy: IfNotPresent - tag: latest@sha256:734b94e3008e620255a87f90996cd12e507a249f559ca56073a1938818b5e653 -nginxImage: - repository: cthulhoo/ttrss-web-nginx - pullPolicy: IfNotPresent - tag: latest@sha256:d77d732d4d48f528d92f4ad6477f3ecb4ed6d4e698f81a102c2cc7921bb0148f -updaterImage: - repository: cthulhoo/ttrss-fpm-pgsql-static - pullPolicy: IfNotPresent - tag: latest@sha256:734b94e3008e620255a87f90996cd12e507a249f559ca56073a1938818b5e653 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -persistence: - html: - enabled: true - targetSelector: - main: - main: - mountPath: /var/www/html - nginx: - nginx: - mountPath: /var/www/html - readOnly: true - updater: - updater: - mountPath: /var/www/html - config: - enabled: true - targetSelector: - main: - main: - mountPath: /opt/tt-rss/config.d - updater: - updater: - mountPath: /opt/tt-rss/config.d - nginx-conf: - enabled: true - type: configmap - objectName: config - targetSelector: - nginx: - nginx: - mountPath: /etc/nginx/templates/nginx.conf.template - subPath: nginx.conf.template - plugins: - enabled: true - mountPath: /var/www/html/tt-rss/plugins.local - themes: - enabled: true - mountPath: /var/www/html/tt-rss/themes.local -cnpg: - main: - enabled: true - user: tt-rss - database: tt-rss -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: exec - command: - - /bin/sh - - -c - - netstat -npl | grep :9000 - readiness: - type: exec - command: - - /bin/sh - - -c - - ls /var/www/html/tt-rss/.app_is_ready - startup: - type: tcp - port: "{{ .Values.service.app.ports.app.port }}" - env: - TTRSS_SELF_URL_PATH: "" - # tt-rss tests with "-z" so an empty string should still allow the randomly generated password to be made. - ADMIN_USER_PASS: "" - TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}" - TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}" - TTRSS_DB_PORT: "5432" - TTRSS_DB_PASS: - secretKeyRef: - name: cnpg-main-user - key: password - TTRSS_DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - nginx: - enabled: true - type: Deployment - podSpec: - containers: - nginx: - enabled: true - primary: true - imageSelector: nginxImage - probes: - readiness: - enabled: true - type: http - path: "/public.php?op=healthcheck" - port: "{{ .Values.service.main.ports.main.port }}" - liveness: - enabled: true - type: http - path: "/public.php?op=healthcheck" - port: "{{ .Values.service.main.ports.main.port }}" - startup: - enabled: true - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - env: - APP_UPSTREAM: '{{ printf "%s-app" (include "tc.v1.common.lib.chart.names.fullname" .) }}' - APP_WEB_ROOT: /var/www/html/tt-rss - APP_BASE: "" - updater: - enabled: true - type: Deployment - podSpec: - containers: - updater: - enabled: true - primary: true - imageSelector: updaterImage - args: /opt/tt-rss/updater.sh - probes: - liveness: - type: exec - command: - - /usr/bin/test - - -f - - "/var/www/html/tt-rss/lock/update_daemon.lock" - readiness: - type: exec - command: - - /usr/bin/test - - -f - - "/var/www/html/tt-rss/lock/update_daemon.lock" - startup: - type: exec - command: - - /usr/bin/test - - -f - - "/var/www/html/tt-rss/lock/update_daemon.lock" - env: - TTRSS_SELF_URL_PATH: "" - TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}" - TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}" - TTRSS_DB_PORT: "5432" - TTRSS_DB_PASS: - secretKeyRef: - name: cnpg-main-user - key: password - TTRSS_DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host -service: - # Main service links to ingress easier (according to nextcloud's values.yaml) - # That's why the nginx is swapped with app - main: - targetSelector: nginx - ports: - main: - targetSelector: nginx - port: 10104 - app: - enabled: true - targetSelector: main - ports: - app: - enabled: true - targetSelector: main - port: 9000 - targetPort: 9000 -configmap: - config: - enabled: true - data: - nginx.conf.template: |- - worker_processes auto; - pid /var/run/nginx.pid; - events { - worker_connections 1024; - } - http { - include /etc/nginx/mime.types; - default_type application/octet-stream; - access_log /dev/stdout; - error_log /dev/stderr warn; - sendfile on; - index index.php; - # Removed during app integration to Truecharts. - # See: https://github.com/truecharts/charts/pull/17293#discussion_r1461102952 - #resolver ${RESOLVER} valid=5s; - server { - listen {{ .Values.service.main.ports.main.port }}; - root ${APP_WEB_ROOT}; - location ${APP_BASE}/cache { - aio threads; - internal; - } - location ${APP_BASE}/backups { - internal; - } - rewrite ${APP_BASE}/healthz ${APP_BASE}/public.php?op=healthcheck; - location ~ \.php$ { - # regex to split $uri to $fastcgi_script_name and $fastcgi_path - fastcgi_split_path_info ^(.+?\.php)(/.*)$; - # Check that the PHP script exists before passing it - try_files $fastcgi_script_name =404; - # Bypass the fact that try_files resets $fastcgi_path_info - # see: http://trac.nginx.org/nginx/ticket/321 - set $path_info $fastcgi_path_info; - fastcgi_param PATH_INFO $path_info; - fastcgi_index index.php; - include fastcgi.conf; - # See note for `resolver` line above - #set $backend "${APP_UPSTREAM}:9000"; - # See note for `resolver` line above - #fastcgi_pass $backend; - fastcgi_pass ${APP_UPSTREAM}:9000; - } - location / { - try_files $uri $uri/ =404; - } - - } - } diff --git a/stable/vikunja/13.1.1/.helmignore b/stable/tt-rss/16.2.2/.helmignore similarity index 100% rename from stable/vikunja/13.1.1/.helmignore rename to stable/tt-rss/16.2.2/.helmignore diff --git a/stable/tt-rss/16.2.2/CHANGELOG.md b/stable/tt-rss/16.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bc200835bbf --- /dev/null +++ b/stable/tt-rss/16.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/tt-rss/16.2.2/Chart.yaml b/stable/tt-rss/16.2.2/Chart.yaml new file mode 100644 index 00000000000..8d07e51ad46 --- /dev/null +++ b/stable/tt-rss/16.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tt-rss/16.1.4/README.md b/stable/tt-rss/16.2.2/README.md similarity index 100% rename from stable/tt-rss/16.1.4/README.md rename to stable/tt-rss/16.2.2/README.md diff --git a/stable/tt-rss/16.2.2/app-changelog.md b/stable/tt-rss/16.2.2/app-changelog.md new file mode 100644 index 00000000000..57beecf12fd --- /dev/null +++ b/stable/tt-rss/16.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tt-rss/16.1.4/app-readme.md b/stable/tt-rss/16.2.2/app-readme.md similarity index 100% rename from stable/tt-rss/16.1.4/app-readme.md rename to stable/tt-rss/16.2.2/app-readme.md diff --git a/stable/tt-rss/16.2.2/charts/common-18.1.6.tgz b/stable/tt-rss/16.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tt-rss/16.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tt-rss/16.2.2/ix_values.yaml b/stable/tt-rss/16.2.2/ix_values.yaml new file mode 100644 index 00000000000..8e61a25e677 --- /dev/null +++ b/stable/tt-rss/16.2.2/ix_values.yaml @@ -0,0 +1,242 @@ +image: + repository: cthulhoo/ttrss-fpm-pgsql-static + pullPolicy: IfNotPresent + tag: latest@sha256:734b94e3008e620255a87f90996cd12e507a249f559ca56073a1938818b5e653 +nginxImage: + repository: cthulhoo/ttrss-web-nginx + pullPolicy: IfNotPresent + tag: latest@sha256:9ddd0f9cec6bf0f53c765005f761da46ff02f2e77e6d645745388d6d7e820c18 +updaterImage: + repository: cthulhoo/ttrss-fpm-pgsql-static + pullPolicy: IfNotPresent + tag: latest@sha256:734b94e3008e620255a87f90996cd12e507a249f559ca56073a1938818b5e653 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +persistence: + html: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html + nginx: + nginx: + mountPath: /var/www/html + readOnly: true + updater: + updater: + mountPath: /var/www/html + config: + enabled: true + targetSelector: + main: + main: + mountPath: /opt/tt-rss/config.d + updater: + updater: + mountPath: /opt/tt-rss/config.d + nginx-conf: + enabled: true + type: configmap + objectName: config + targetSelector: + nginx: + nginx: + mountPath: /etc/nginx/templates/nginx.conf.template + subPath: nginx.conf.template + plugins: + enabled: true + mountPath: /var/www/html/tt-rss/plugins.local + themes: + enabled: true + mountPath: /var/www/html/tt-rss/themes.local +cnpg: + main: + enabled: true + user: tt-rss + database: tt-rss +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: exec + command: + - /bin/sh + - -c + - netstat -npl | grep :9000 + readiness: + type: exec + command: + - /bin/sh + - -c + - ls /var/www/html/tt-rss/.app_is_ready + startup: + type: tcp + port: "{{ .Values.service.app.ports.app.port }}" + env: + TTRSS_SELF_URL_PATH: "" + # tt-rss tests with "-z" so an empty string should still allow the randomly generated password to be made. + ADMIN_USER_PASS: "" + TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}" + TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}" + TTRSS_DB_PORT: "5432" + TTRSS_DB_PASS: + secretKeyRef: + name: cnpg-main-user + key: password + TTRSS_DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + nginx: + enabled: true + type: Deployment + podSpec: + containers: + nginx: + enabled: true + primary: true + imageSelector: nginxImage + probes: + readiness: + enabled: true + type: http + path: "/public.php?op=healthcheck" + port: "{{ .Values.service.main.ports.main.port }}" + liveness: + enabled: true + type: http + path: "/public.php?op=healthcheck" + port: "{{ .Values.service.main.ports.main.port }}" + startup: + enabled: true + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + env: + APP_UPSTREAM: '{{ printf "%s-app" (include "tc.v1.common.lib.chart.names.fullname" .) }}' + APP_WEB_ROOT: /var/www/html/tt-rss + APP_BASE: "" + updater: + enabled: true + type: Deployment + podSpec: + containers: + updater: + enabled: true + primary: true + imageSelector: updaterImage + args: /opt/tt-rss/updater.sh + probes: + liveness: + type: exec + command: + - /usr/bin/test + - -f + - "/var/www/html/tt-rss/lock/update_daemon.lock" + readiness: + type: exec + command: + - /usr/bin/test + - -f + - "/var/www/html/tt-rss/lock/update_daemon.lock" + startup: + type: exec + command: + - /usr/bin/test + - -f + - "/var/www/html/tt-rss/lock/update_daemon.lock" + env: + TTRSS_SELF_URL_PATH: "" + TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}" + TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}" + TTRSS_DB_PORT: "5432" + TTRSS_DB_PASS: + secretKeyRef: + name: cnpg-main-user + key: password + TTRSS_DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host +service: + # Main service links to ingress easier (according to nextcloud's values.yaml) + # That's why the nginx is swapped with app + main: + targetSelector: nginx + ports: + main: + targetSelector: nginx + port: 10104 + app: + enabled: true + targetSelector: main + ports: + app: + enabled: true + targetSelector: main + port: 9000 + targetPort: 9000 +configmap: + config: + enabled: true + data: + nginx.conf.template: |- + worker_processes auto; + pid /var/run/nginx.pid; + events { + worker_connections 1024; + } + http { + include /etc/nginx/mime.types; + default_type application/octet-stream; + access_log /dev/stdout; + error_log /dev/stderr warn; + sendfile on; + index index.php; + # Removed during app integration to Truecharts. + # See: https://github.com/truecharts/charts/pull/17293#discussion_r1461102952 + #resolver ${RESOLVER} valid=5s; + server { + listen {{ .Values.service.main.ports.main.port }}; + root ${APP_WEB_ROOT}; + location ${APP_BASE}/cache { + aio threads; + internal; + } + location ${APP_BASE}/backups { + internal; + } + rewrite ${APP_BASE}/healthz ${APP_BASE}/public.php?op=healthcheck; + location ~ \.php$ { + # regex to split $uri to $fastcgi_script_name and $fastcgi_path + fastcgi_split_path_info ^(.+?\.php)(/.*)$; + # Check that the PHP script exists before passing it + try_files $fastcgi_script_name =404; + # Bypass the fact that try_files resets $fastcgi_path_info + # see: http://trac.nginx.org/nginx/ticket/321 + set $path_info $fastcgi_path_info; + fastcgi_param PATH_INFO $path_info; + fastcgi_index index.php; + include fastcgi.conf; + # See note for `resolver` line above + #set $backend "${APP_UPSTREAM}:9000"; + # See note for `resolver` line above + #fastcgi_pass $backend; + fastcgi_pass ${APP_UPSTREAM}:9000; + } + location / { + try_files $uri $uri/ =404; + } + + } + } diff --git a/stable/tt-rss/16.1.4/questions.yaml b/stable/tt-rss/16.2.2/questions.yaml similarity index 100% rename from stable/tt-rss/16.1.4/questions.yaml rename to stable/tt-rss/16.2.2/questions.yaml diff --git a/stable/website-shot/10.1.1/templates/NOTES.txt b/stable/tt-rss/16.2.2/templates/NOTES.txt similarity index 100% rename from stable/website-shot/10.1.1/templates/NOTES.txt rename to stable/tt-rss/16.2.2/templates/NOTES.txt diff --git a/stable/tt-rss/16.1.4/templates/common.yaml b/stable/tt-rss/16.2.2/templates/common.yaml similarity index 100% rename from stable/tt-rss/16.1.4/templates/common.yaml rename to stable/tt-rss/16.2.2/templates/common.yaml diff --git a/stable/vikunja/13.1.1/values.yaml b/stable/tt-rss/16.2.2/values.yaml similarity index 100% rename from stable/vikunja/13.1.1/values.yaml rename to stable/tt-rss/16.2.2/values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.1/CHANGELOG.md b/stable/tubearchivist-redisjson/5.1.1/CHANGELOG.md deleted file mode 100644 index 5078524a6f2..00000000000 --- a/stable/tubearchivist-redisjson/5.1.1/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 - - -## [tubearchivist-redisjson-4.1.4](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.3...tubearchivist-redisjson-4.1.4) (2024-01-01) diff --git a/stable/tubearchivist-redisjson/5.1.1/Chart.yaml b/stable/tubearchivist-redisjson/5.1.1/Chart.yaml deleted file mode 100644 index f243409802c..00000000000 --- a/stable/tubearchivist-redisjson/5.1.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: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tubearchivist-redisjson/5.1.1/charts/common-18.0.2.tgz b/stable/tubearchivist-redisjson/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tubearchivist-redisjson/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/vintage-story/5.1.1/.helmignore b/stable/tubearchivist-redisjson/5.2.2/.helmignore similarity index 100% rename from stable/vintage-story/5.1.1/.helmignore rename to stable/tubearchivist-redisjson/5.2.2/.helmignore diff --git a/stable/tubearchivist-redisjson/5.2.2/CHANGELOG.md b/stable/tubearchivist-redisjson/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a348aaedddd --- /dev/null +++ b/stable/tubearchivist-redisjson/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/tubearchivist-redisjson/5.2.2/Chart.yaml b/stable/tubearchivist-redisjson/5.2.2/Chart.yaml new file mode 100644 index 00000000000..33397064184 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tubearchivist-redisjson/5.1.1/README.md b/stable/tubearchivist-redisjson/5.2.2/README.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/README.md rename to stable/tubearchivist-redisjson/5.2.2/README.md diff --git a/stable/tubearchivist-redisjson/5.2.2/app-changelog.md b/stable/tubearchivist-redisjson/5.2.2/app-changelog.md new file mode 100644 index 00000000000..3e2ed65068d --- /dev/null +++ b/stable/tubearchivist-redisjson/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tubearchivist-redisjson/5.1.1/app-readme.md b/stable/tubearchivist-redisjson/5.2.2/app-readme.md similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/app-readme.md rename to stable/tubearchivist-redisjson/5.2.2/app-readme.md diff --git a/stable/tubearchivist-redisjson/5.2.2/charts/common-18.1.6.tgz b/stable/tubearchivist-redisjson/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tubearchivist-redisjson/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tubearchivist-redisjson/5.1.1/ix_values.yaml b/stable/tubearchivist-redisjson/5.2.2/ix_values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/ix_values.yaml rename to stable/tubearchivist-redisjson/5.2.2/ix_values.yaml diff --git a/stable/tubearchivist-redisjson/5.1.1/questions.yaml b/stable/tubearchivist-redisjson/5.2.2/questions.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.1.1/questions.yaml rename to stable/tubearchivist-redisjson/5.2.2/questions.yaml diff --git a/stable/tubesync/5.1.1/templates/common.yaml b/stable/tubearchivist-redisjson/5.2.2/templates/common.yaml similarity index 100% rename from stable/tubesync/5.1.1/templates/common.yaml rename to stable/tubearchivist-redisjson/5.2.2/templates/common.yaml diff --git a/stable/vintage-story/5.1.1/values.yaml b/stable/tubearchivist-redisjson/5.2.2/values.yaml similarity index 100% rename from stable/vintage-story/5.1.1/values.yaml rename to stable/tubearchivist-redisjson/5.2.2/values.yaml diff --git a/stable/tubesync/5.1.1/CHANGELOG.md b/stable/tubesync/5.1.1/CHANGELOG.md deleted file mode 100644 index fae2215e592..00000000000 --- a/stable/tubesync/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tubesync/5.1.1/Chart.yaml b/stable/tubesync/5.1.1/Chart.yaml deleted file mode 100644 index 4f24192c248..00000000000 --- a/stable/tubesync/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tubesync/5.1.1/charts/common-18.0.2.tgz b/stable/tubesync/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tubesync/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tubesync/5.1.1/ix_values.yaml b/stable/tubesync/5.1.1/ix_values.yaml deleted file mode 100644 index 8f6a3de2229..00000000000 --- a/stable/tubesync/5.1.1/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/meeb/tubesync - tag: latest@sha256:381f526be6e3e64d2c0ab2e0acb008c82777bc5aa0c2ddd88e59c5687d2e5541 -persistence: - config: - enabled: true - mountPath: /config - downloads: - enabled: true - mountPath: /downloads - varrun: - enabled: false -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 4848 - protocol: tcp - targetPort: 4848 -workload: - main: - podSpec: - containers: - main: - env: - DATABASE_CONNECTION: "" - http_PASS: "" - http_USER: "" - TUBESYNC_DEBUG: "False" - TUBESYNC_HOSTS: "" - TUBESYNC_WORKERS: "2" diff --git a/stable/virt-manager/5.1.1/.helmignore b/stable/tubesync/5.2.2/.helmignore similarity index 100% rename from stable/virt-manager/5.1.1/.helmignore rename to stable/tubesync/5.2.2/.helmignore diff --git a/stable/tubesync/5.2.2/CHANGELOG.md b/stable/tubesync/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..ac1d83d6202 --- /dev/null +++ b/stable/tubesync/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tubesync/5.2.2/Chart.yaml b/stable/tubesync/5.2.2/Chart.yaml new file mode 100644 index 00000000000..834aab53848 --- /dev/null +++ b/stable/tubesync/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tubesync/5.1.1/README.md b/stable/tubesync/5.2.2/README.md similarity index 100% rename from stable/tubesync/5.1.1/README.md rename to stable/tubesync/5.2.2/README.md diff --git a/stable/tubesync/5.2.2/app-changelog.md b/stable/tubesync/5.2.2/app-changelog.md new file mode 100644 index 00000000000..af4e0a6d4ac --- /dev/null +++ b/stable/tubesync/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tubesync/5.1.1/app-readme.md b/stable/tubesync/5.2.2/app-readme.md similarity index 100% rename from stable/tubesync/5.1.1/app-readme.md rename to stable/tubesync/5.2.2/app-readme.md diff --git a/stable/tubesync/5.2.2/charts/common-18.1.6.tgz b/stable/tubesync/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tubesync/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tubesync/5.2.2/ix_values.yaml b/stable/tubesync/5.2.2/ix_values.yaml new file mode 100644 index 00000000000..c77444467c3 --- /dev/null +++ b/stable/tubesync/5.2.2/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/meeb/tubesync + tag: latest@sha256:7808952c2c190645559ce00aca08dd3aa802663f052bafd5e9d463da90554502 +persistence: + config: + enabled: true + mountPath: /config + downloads: + enabled: true + mountPath: /downloads + varrun: + enabled: false +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 4848 + protocol: tcp + targetPort: 4848 +workload: + main: + podSpec: + containers: + main: + env: + DATABASE_CONNECTION: "" + http_PASS: "" + http_USER: "" + TUBESYNC_DEBUG: "False" + TUBESYNC_HOSTS: "" + TUBESYNC_WORKERS: "2" diff --git a/stable/tubesync/5.1.1/questions.yaml b/stable/tubesync/5.2.2/questions.yaml similarity index 100% rename from stable/tubesync/5.1.1/questions.yaml rename to stable/tubesync/5.2.2/questions.yaml diff --git a/stable/tvhproxy/5.1.1/templates/common.yaml b/stable/tubesync/5.2.2/templates/common.yaml similarity index 100% rename from stable/tvhproxy/5.1.1/templates/common.yaml rename to stable/tubesync/5.2.2/templates/common.yaml diff --git a/stable/virt-manager/5.1.1/values.yaml b/stable/tubesync/5.2.2/values.yaml similarity index 100% rename from stable/virt-manager/5.1.1/values.yaml rename to stable/tubesync/5.2.2/values.yaml diff --git a/stable/tvheadend/19.1.3/CHANGELOG.md b/stable/tvheadend/19.1.3/CHANGELOG.md deleted file mode 100644 index 364fb905ec3..00000000000 --- a/stable/tvheadend/19.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/tvheadend/19.1.3/Chart.yaml b/stable/tvheadend/19.1.3/Chart.yaml deleted file mode 100644 index 462ced7440c..00000000000 --- a/stable/tvheadend/19.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/tvheadend/19.1.3/charts/common-18.0.2.tgz b/stable/tvheadend/19.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tvheadend/19.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/tvheadend/19.1.3/ix_values.yaml b/stable/tvheadend/19.1.3/ix_values.yaml deleted file mode 100644 index e9d212ea005..00000000000 --- a/stable/tvheadend/19.1.3/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/vlmcsd-kms-server/5.1.1/.helmignore b/stable/tvheadend/19.2.3/.helmignore similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/.helmignore rename to stable/tvheadend/19.2.3/.helmignore diff --git a/stable/tvheadend/19.2.3/CHANGELOG.md b/stable/tvheadend/19.2.3/CHANGELOG.md new file mode 100644 index 00000000000..0f3f5fca928 --- /dev/null +++ b/stable/tvheadend/19.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/tvheadend/19.2.3/Chart.yaml b/stable/tvheadend/19.2.3/Chart.yaml new file mode 100644 index 00000000000..4b4052479d5 --- /dev/null +++ b/stable/tvheadend/19.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/tvheadend/19.1.3/README.md b/stable/tvheadend/19.2.3/README.md similarity index 100% rename from stable/tvheadend/19.1.3/README.md rename to stable/tvheadend/19.2.3/README.md diff --git a/stable/tvheadend/19.2.3/app-changelog.md b/stable/tvheadend/19.2.3/app-changelog.md new file mode 100644 index 00000000000..1d0ffdcbf7a --- /dev/null +++ b/stable/tvheadend/19.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tvheadend/19.1.3/app-readme.md b/stable/tvheadend/19.2.3/app-readme.md similarity index 100% rename from stable/tvheadend/19.1.3/app-readme.md rename to stable/tvheadend/19.2.3/app-readme.md diff --git a/stable/tvheadend/19.2.3/charts/common-18.1.6.tgz b/stable/tvheadend/19.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tvheadend/19.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/tvheadend/19.2.3/ix_values.yaml b/stable/tvheadend/19.2.3/ix_values.yaml new file mode 100644 index 00000000000..173a8038ba9 --- /dev/null +++ b/stable/tvheadend/19.2.3/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.1.3/questions.yaml b/stable/tvheadend/19.2.3/questions.yaml similarity index 100% rename from stable/tvheadend/19.1.3/questions.yaml rename to stable/tvheadend/19.2.3/questions.yaml diff --git a/stable/webtop/9.1.8/templates/NOTES.txt b/stable/tvheadend/19.2.3/templates/NOTES.txt similarity index 100% rename from stable/webtop/9.1.8/templates/NOTES.txt rename to stable/tvheadend/19.2.3/templates/NOTES.txt diff --git a/stable/webgrabplus/9.1.2/templates/common.yaml b/stable/tvheadend/19.2.3/templates/common.yaml similarity index 100% rename from stable/webgrabplus/9.1.2/templates/common.yaml rename to stable/tvheadend/19.2.3/templates/common.yaml diff --git a/stable/vlmcsd-kms-server/5.1.1/values.yaml b/stable/tvheadend/19.2.3/values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/values.yaml rename to stable/tvheadend/19.2.3/values.yaml diff --git a/stable/tvhproxy/5.1.1/CHANGELOG.md b/stable/tvhproxy/5.1.1/CHANGELOG.md deleted file mode 100644 index 1bad2410612..00000000000 --- a/stable/tvhproxy/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/tvhproxy/5.1.1/Chart.yaml b/stable/tvhproxy/5.1.1/Chart.yaml deleted file mode 100644 index 4408c15d730..00000000000 --- a/stable/tvhproxy/5.1.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: MediaApp-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/tvhproxy/5.1.1/charts/common-18.0.2.tgz b/stable/tvhproxy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/tvhproxy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/vocechat-server/3.1.1/.helmignore b/stable/tvhproxy/5.2.2/.helmignore similarity index 100% rename from stable/vocechat-server/3.1.1/.helmignore rename to stable/tvhproxy/5.2.2/.helmignore diff --git a/stable/tvhproxy/5.2.2/CHANGELOG.md b/stable/tvhproxy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b65f6a990a8 --- /dev/null +++ b/stable/tvhproxy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/tvhproxy/5.2.2/Chart.yaml b/stable/tvhproxy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..a9639b69415 --- /dev/null +++ b/stable/tvhproxy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/tvhproxy/5.1.1/README.md b/stable/tvhproxy/5.2.2/README.md similarity index 100% rename from stable/tvhproxy/5.1.1/README.md rename to stable/tvhproxy/5.2.2/README.md diff --git a/stable/tvhproxy/5.2.2/app-changelog.md b/stable/tvhproxy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1ac4415ed09 --- /dev/null +++ b/stable/tvhproxy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/tvhproxy/5.1.1/app-readme.md b/stable/tvhproxy/5.2.2/app-readme.md similarity index 100% rename from stable/tvhproxy/5.1.1/app-readme.md rename to stable/tvhproxy/5.2.2/app-readme.md diff --git a/stable/tvhproxy/5.2.2/charts/common-18.1.6.tgz b/stable/tvhproxy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/tvhproxy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/tvhproxy/5.1.1/ix_values.yaml b/stable/tvhproxy/5.2.2/ix_values.yaml similarity index 100% rename from stable/tvhproxy/5.1.1/ix_values.yaml rename to stable/tvhproxy/5.2.2/ix_values.yaml diff --git a/stable/tvhproxy/5.1.1/questions.yaml b/stable/tvhproxy/5.2.2/questions.yaml similarity index 100% rename from stable/tvhproxy/5.1.1/questions.yaml rename to stable/tvhproxy/5.2.2/questions.yaml diff --git a/stable/twonky-server/5.1.3/templates/common.yaml b/stable/tvhproxy/5.2.2/templates/common.yaml similarity index 100% rename from stable/twonky-server/5.1.3/templates/common.yaml rename to stable/tvhproxy/5.2.2/templates/common.yaml diff --git a/stable/vocechat-server/3.1.1/values.yaml b/stable/tvhproxy/5.2.2/values.yaml similarity index 100% rename from stable/vocechat-server/3.1.1/values.yaml rename to stable/tvhproxy/5.2.2/values.yaml diff --git a/stable/twonky-server/5.1.3/CHANGELOG.md b/stable/twonky-server/5.1.3/CHANGELOG.md deleted file mode 100644 index d1dfb05a8f7..00000000000 --- a/stable/twonky-server/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) \ No newline at end of file diff --git a/stable/twonky-server/5.1.3/Chart.yaml b/stable/twonky-server/5.1.3/Chart.yaml deleted file mode 100644 index eb465b48bf6..00000000000 --- a/stable/twonky-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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/twonky-server/5.1.3/charts/common-18.0.2.tgz b/stable/twonky-server/5.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/twonky-server/5.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/twonky-server/5.1.3/ix_values.yaml b/stable/twonky-server/5.1.3/ix_values.yaml deleted file mode 100644 index 38f0ce12187..00000000000 --- a/stable/twonky-server/5.1.3/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/wallos/4.1.4/.helmignore b/stable/twonky-server/5.2.3/.helmignore similarity index 100% rename from stable/wallos/4.1.4/.helmignore rename to stable/twonky-server/5.2.3/.helmignore diff --git a/stable/twonky-server/5.2.3/CHANGELOG.md b/stable/twonky-server/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c3e0cbe4766 --- /dev/null +++ b/stable/twonky-server/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/twonky-server/5.2.3/Chart.yaml b/stable/twonky-server/5.2.3/Chart.yaml new file mode 100644 index 00000000000..1139945bb1e --- /dev/null +++ b/stable/twonky-server/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/twonky-server/5.1.3/README.md b/stable/twonky-server/5.2.3/README.md similarity index 100% rename from stable/twonky-server/5.1.3/README.md rename to stable/twonky-server/5.2.3/README.md diff --git a/stable/twonky-server/5.2.3/app-changelog.md b/stable/twonky-server/5.2.3/app-changelog.md new file mode 100644 index 00000000000..70b29203eb2 --- /dev/null +++ b/stable/twonky-server/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/twonky-server/5.1.3/app-readme.md b/stable/twonky-server/5.2.3/app-readme.md similarity index 100% rename from stable/twonky-server/5.1.3/app-readme.md rename to stable/twonky-server/5.2.3/app-readme.md diff --git a/stable/twonky-server/5.2.3/charts/common-18.1.6.tgz b/stable/twonky-server/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/twonky-server/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/twonky-server/5.2.3/ix_values.yaml b/stable/twonky-server/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..c6835b5b047 --- /dev/null +++ b/stable/twonky-server/5.2.3/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.1.3/questions.yaml b/stable/twonky-server/5.2.3/questions.yaml similarity index 100% rename from stable/twonky-server/5.1.3/questions.yaml rename to stable/twonky-server/5.2.3/questions.yaml diff --git a/stable/universal-media-server/5.1.1/templates/common.yaml b/stable/twonky-server/5.2.3/templates/common.yaml similarity index 100% rename from stable/universal-media-server/5.1.1/templates/common.yaml rename to stable/twonky-server/5.2.3/templates/common.yaml diff --git a/stable/wallos/4.1.4/values.yaml b/stable/twonky-server/5.2.3/values.yaml similarity index 100% rename from stable/wallos/4.1.4/values.yaml rename to stable/twonky-server/5.2.3/values.yaml diff --git a/stable/twtxt/10.1.1/CHANGELOG.md b/stable/twtxt/10.1.1/CHANGELOG.md deleted file mode 100644 index 902d43632ca..00000000000 --- a/stable/twtxt/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/twtxt/10.1.1/Chart.yaml b/stable/twtxt/10.1.1/Chart.yaml deleted file mode 100644 index 9d9a57e08d4..00000000000 --- a/stable/twtxt/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.1.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/twtxt/10.1.1/charts/common-18.0.2.tgz b/stable/twtxt/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/twtxt/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/watcharr/4.1.1/.helmignore b/stable/twtxt/10.2.2/.helmignore similarity index 100% rename from stable/watcharr/4.1.1/.helmignore rename to stable/twtxt/10.2.2/.helmignore diff --git a/stable/twtxt/10.2.2/CHANGELOG.md b/stable/twtxt/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5cf70452c81 --- /dev/null +++ b/stable/twtxt/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/twtxt/10.2.2/Chart.yaml b/stable/twtxt/10.2.2/Chart.yaml new file mode 100644 index 00000000000..bf524b6497f --- /dev/null +++ b/stable/twtxt/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/twtxt/10.1.1/README.md b/stable/twtxt/10.2.2/README.md similarity index 100% rename from stable/twtxt/10.1.1/README.md rename to stable/twtxt/10.2.2/README.md diff --git a/stable/twtxt/10.2.2/app-changelog.md b/stable/twtxt/10.2.2/app-changelog.md new file mode 100644 index 00000000000..a2a61315ae4 --- /dev/null +++ b/stable/twtxt/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/twtxt/10.1.1/app-readme.md b/stable/twtxt/10.2.2/app-readme.md similarity index 100% rename from stable/twtxt/10.1.1/app-readme.md rename to stable/twtxt/10.2.2/app-readme.md diff --git a/stable/twtxt/10.2.2/charts/common-18.1.6.tgz b/stable/twtxt/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/twtxt/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/twtxt/10.1.1/ix_values.yaml b/stable/twtxt/10.2.2/ix_values.yaml similarity index 100% rename from stable/twtxt/10.1.1/ix_values.yaml rename to stable/twtxt/10.2.2/ix_values.yaml diff --git a/stable/twtxt/10.1.1/questions.yaml b/stable/twtxt/10.2.2/questions.yaml similarity index 100% rename from stable/twtxt/10.1.1/questions.yaml rename to stable/twtxt/10.2.2/questions.yaml diff --git a/stable/wekan/14.2.0/templates/NOTES.txt b/stable/twtxt/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.2.0/templates/NOTES.txt rename to stable/twtxt/10.2.2/templates/NOTES.txt diff --git a/stable/twtxt/10.1.1/templates/common.yaml b/stable/twtxt/10.2.2/templates/common.yaml similarity index 100% rename from stable/twtxt/10.1.1/templates/common.yaml rename to stable/twtxt/10.2.2/templates/common.yaml diff --git a/stable/watcharr/4.1.1/values.yaml b/stable/twtxt/10.2.2/values.yaml similarity index 100% rename from stable/watcharr/4.1.1/values.yaml rename to stable/twtxt/10.2.2/values.yaml diff --git a/stable/ubooquity/10.1.2/CHANGELOG.md b/stable/ubooquity/10.1.2/CHANGELOG.md deleted file mode 100644 index 4070000b5fc..00000000000 --- a/stable/ubooquity/10.1.2/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) - -### Chore \ No newline at end of file diff --git a/stable/ubooquity/10.1.2/Chart.yaml b/stable/ubooquity/10.1.2/Chart.yaml deleted file mode 100644 index 86f41620bdc..00000000000 --- a/stable/ubooquity/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.2 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/ubooquity/10.1.2/charts/common-18.0.2.tgz b/stable/ubooquity/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ubooquity/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ubooquity/10.1.2/ix_values.yaml b/stable/ubooquity/10.1.2/ix_values.yaml deleted file mode 100644 index 8b17c84b8fd..00000000000 --- a/stable/ubooquity/10.1.2/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/watchyourlan/8.1.1/.helmignore b/stable/ubooquity/10.2.3/.helmignore similarity index 100% rename from stable/watchyourlan/8.1.1/.helmignore rename to stable/ubooquity/10.2.3/.helmignore diff --git a/stable/ubooquity/10.2.3/CHANGELOG.md b/stable/ubooquity/10.2.3/CHANGELOG.md new file mode 100644 index 00000000000..e855a5886e0 --- /dev/null +++ b/stable/ubooquity/10.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) \ No newline at end of file diff --git a/stable/ubooquity/10.2.3/Chart.yaml b/stable/ubooquity/10.2.3/Chart.yaml new file mode 100644 index 00000000000..b3d87a23672 --- /dev/null +++ b/stable/ubooquity/10.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/ubooquity/10.1.2/README.md b/stable/ubooquity/10.2.3/README.md similarity index 100% rename from stable/ubooquity/10.1.2/README.md rename to stable/ubooquity/10.2.3/README.md diff --git a/stable/ubooquity/10.2.3/app-changelog.md b/stable/ubooquity/10.2.3/app-changelog.md new file mode 100644 index 00000000000..9875347fb0d --- /dev/null +++ b/stable/ubooquity/10.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ubooquity/10.1.2/app-readme.md b/stable/ubooquity/10.2.3/app-readme.md similarity index 100% rename from stable/ubooquity/10.1.2/app-readme.md rename to stable/ubooquity/10.2.3/app-readme.md diff --git a/stable/ubooquity/10.2.3/charts/common-18.1.6.tgz b/stable/ubooquity/10.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ubooquity/10.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/ubooquity/10.2.3/ix_values.yaml b/stable/ubooquity/10.2.3/ix_values.yaml new file mode 100644 index 00000000000..2bda5b51d9b --- /dev/null +++ b/stable/ubooquity/10.2.3/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.1.2/questions.yaml b/stable/ubooquity/10.2.3/questions.yaml similarity index 100% rename from stable/ubooquity/10.1.2/questions.yaml rename to stable/ubooquity/10.2.3/questions.yaml diff --git a/stable/wg-easy/11.1.2/templates/NOTES.txt b/stable/ubooquity/10.2.3/templates/NOTES.txt similarity index 100% rename from stable/wg-easy/11.1.2/templates/NOTES.txt rename to stable/ubooquity/10.2.3/templates/NOTES.txt diff --git a/stable/webnut/8.1.1/templates/common.yaml b/stable/ubooquity/10.2.3/templates/common.yaml similarity index 100% rename from stable/webnut/8.1.1/templates/common.yaml rename to stable/ubooquity/10.2.3/templates/common.yaml diff --git a/stable/watchyourlan/8.1.1/values.yaml b/stable/ubooquity/10.2.3/values.yaml similarity index 100% rename from stable/watchyourlan/8.1.1/values.yaml rename to stable/ubooquity/10.2.3/values.yaml diff --git a/stable/unifi/20.1.1/CHANGELOG.md b/stable/unifi/20.1.1/CHANGELOG.md deleted file mode 100644 index 3da6ef75988..00000000000 --- a/stable/unifi/20.1.1/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 - - -## [unifi-19.1.4](https://github.com/truecharts/charts/compare/unifi-19.1.3...unifi-19.1.4) (2024-01-01) diff --git a/stable/unifi/20.1.1/Chart.yaml b/stable/unifi/20.1.1/Chart.yaml deleted file mode 100644 index a57bc79aac7..00000000000 --- a/stable/unifi/20.1.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: Networking - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 8.0.28 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/unifi/20.1.1/charts/common-18.0.2.tgz b/stable/unifi/20.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unifi/20.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.1.2/.helmignore b/stable/unifi/20.2.2/.helmignore similarity index 100% rename from stable/webgrabplus/9.1.2/.helmignore rename to stable/unifi/20.2.2/.helmignore diff --git a/stable/unifi/20.2.2/CHANGELOG.md b/stable/unifi/20.2.2/CHANGELOG.md new file mode 100644 index 00000000000..119e32fd5fa --- /dev/null +++ b/stable/unifi/20.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/unifi/20.2.2/Chart.yaml b/stable/unifi/20.2.2/Chart.yaml new file mode 100644 index 00000000000..f05099225b4 --- /dev/null +++ b/stable/unifi/20.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 8.0.28 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/unifi/20.1.1/README.md b/stable/unifi/20.2.2/README.md similarity index 100% rename from stable/unifi/20.1.1/README.md rename to stable/unifi/20.2.2/README.md diff --git a/stable/unifi/20.2.2/app-changelog.md b/stable/unifi/20.2.2/app-changelog.md new file mode 100644 index 00000000000..c3ff99f31b0 --- /dev/null +++ b/stable/unifi/20.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/unifi/20.1.1/app-readme.md b/stable/unifi/20.2.2/app-readme.md similarity index 100% rename from stable/unifi/20.1.1/app-readme.md rename to stable/unifi/20.2.2/app-readme.md diff --git a/stable/unifi/20.2.2/charts/common-18.1.6.tgz b/stable/unifi/20.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/unifi/20.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/unifi/20.1.1/ix_values.yaml b/stable/unifi/20.2.2/ix_values.yaml similarity index 100% rename from stable/unifi/20.1.1/ix_values.yaml rename to stable/unifi/20.2.2/ix_values.yaml diff --git a/stable/unifi/20.1.1/questions.yaml b/stable/unifi/20.2.2/questions.yaml similarity index 100% rename from stable/unifi/20.1.1/questions.yaml rename to stable/unifi/20.2.2/questions.yaml diff --git a/stable/whisparr/9.1.3/templates/NOTES.txt b/stable/unifi/20.2.2/templates/NOTES.txt similarity index 100% rename from stable/whisparr/9.1.3/templates/NOTES.txt rename to stable/unifi/20.2.2/templates/NOTES.txt diff --git a/stable/website-shot/10.1.1/templates/common.yaml b/stable/unifi/20.2.2/templates/common.yaml similarity index 100% rename from stable/website-shot/10.1.1/templates/common.yaml rename to stable/unifi/20.2.2/templates/common.yaml diff --git a/stable/webgrabplus/9.1.2/values.yaml b/stable/unifi/20.2.2/values.yaml similarity index 100% rename from stable/webgrabplus/9.1.2/values.yaml rename to stable/unifi/20.2.2/values.yaml diff --git a/stable/universal-media-server/5.1.1/CHANGELOG.md b/stable/universal-media-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 11d4532360a..00000000000 --- a/stable/universal-media-server/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/universal-media-server/5.1.1/Chart.yaml b/stable/universal-media-server/5.1.1/Chart.yaml deleted file mode 100644 index 17c0bf4979c..00000000000 --- a/stable/universal-media-server/5.1.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: MediaServer-Video - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/universal-media-server/5.1.1/charts/common-18.0.2.tgz b/stable/universal-media-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/universal-media-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/weblate/13.1.1/.helmignore b/stable/universal-media-server/5.2.2/.helmignore similarity index 100% rename from stable/weblate/13.1.1/.helmignore rename to stable/universal-media-server/5.2.2/.helmignore diff --git a/stable/universal-media-server/5.2.2/CHANGELOG.md b/stable/universal-media-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..92f024aeed9 --- /dev/null +++ b/stable/universal-media-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/universal-media-server/5.2.2/Chart.yaml b/stable/universal-media-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..f7d3f30e275 --- /dev/null +++ b/stable/universal-media-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/universal-media-server/5.1.1/README.md b/stable/universal-media-server/5.2.2/README.md similarity index 100% rename from stable/universal-media-server/5.1.1/README.md rename to stable/universal-media-server/5.2.2/README.md diff --git a/stable/universal-media-server/5.2.2/app-changelog.md b/stable/universal-media-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d2ac69c463b --- /dev/null +++ b/stable/universal-media-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/universal-media-server/5.1.1/app-readme.md b/stable/universal-media-server/5.2.2/app-readme.md similarity index 100% rename from stable/universal-media-server/5.1.1/app-readme.md rename to stable/universal-media-server/5.2.2/app-readme.md diff --git a/stable/universal-media-server/5.2.2/charts/common-18.1.6.tgz b/stable/universal-media-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/universal-media-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/universal-media-server/5.1.1/ix_values.yaml b/stable/universal-media-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/universal-media-server/5.1.1/ix_values.yaml rename to stable/universal-media-server/5.2.2/ix_values.yaml diff --git a/stable/universal-media-server/5.1.1/questions.yaml b/stable/universal-media-server/5.2.2/questions.yaml similarity index 100% rename from stable/universal-media-server/5.1.1/questions.yaml rename to stable/universal-media-server/5.2.2/questions.yaml diff --git a/stable/urban-terror/5.1.1/templates/common.yaml b/stable/universal-media-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/urban-terror/5.1.1/templates/common.yaml rename to stable/universal-media-server/5.2.2/templates/common.yaml diff --git a/stable/weblate/13.1.1/values.yaml b/stable/universal-media-server/5.2.2/values.yaml similarity index 100% rename from stable/weblate/13.1.1/values.yaml rename to stable/universal-media-server/5.2.2/values.yaml diff --git a/stable/unmanic/10.1.1/CHANGELOG.md b/stable/unmanic/10.1.1/CHANGELOG.md deleted file mode 100644 index 2ac40285980..00000000000 --- a/stable/unmanic/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/unmanic/10.1.1/Chart.yaml b/stable/unmanic/10.1.1/Chart.yaml deleted file mode 100644 index 4ec43e8e856..00000000000 --- a/stable/unmanic/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/unmanic/10.1.1/charts/common-18.0.2.tgz b/stable/unmanic/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unmanic/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webnut/8.1.1/.helmignore b/stable/unmanic/10.2.2/.helmignore similarity index 100% rename from stable/webnut/8.1.1/.helmignore rename to stable/unmanic/10.2.2/.helmignore diff --git a/stable/unmanic/10.2.2/CHANGELOG.md b/stable/unmanic/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..40efc5fd5d0 --- /dev/null +++ b/stable/unmanic/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/unmanic/10.2.2/Chart.yaml b/stable/unmanic/10.2.2/Chart.yaml new file mode 100644 index 00000000000..79b217f19f5 --- /dev/null +++ b/stable/unmanic/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.2.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/unmanic/10.1.1/README.md b/stable/unmanic/10.2.2/README.md similarity index 100% rename from stable/unmanic/10.1.1/README.md rename to stable/unmanic/10.2.2/README.md diff --git a/stable/unmanic/10.2.2/app-changelog.md b/stable/unmanic/10.2.2/app-changelog.md new file mode 100644 index 00000000000..c23618e5f8f --- /dev/null +++ b/stable/unmanic/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/unmanic/10.1.1/app-readme.md b/stable/unmanic/10.2.2/app-readme.md similarity index 100% rename from stable/unmanic/10.1.1/app-readme.md rename to stable/unmanic/10.2.2/app-readme.md diff --git a/stable/unmanic/10.2.2/charts/common-18.1.6.tgz b/stable/unmanic/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/unmanic/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/unmanic/10.1.1/ix_values.yaml b/stable/unmanic/10.2.2/ix_values.yaml similarity index 100% rename from stable/unmanic/10.1.1/ix_values.yaml rename to stable/unmanic/10.2.2/ix_values.yaml diff --git a/stable/unmanic/10.1.1/questions.yaml b/stable/unmanic/10.2.2/questions.yaml similarity index 100% rename from stable/unmanic/10.1.1/questions.yaml rename to stable/unmanic/10.2.2/questions.yaml diff --git a/stable/whisper-asr-webservice/4.1.1/templates/NOTES.txt b/stable/unmanic/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/templates/NOTES.txt rename to stable/unmanic/10.2.2/templates/NOTES.txt diff --git a/stable/wekan/14.2.0/templates/common.yaml b/stable/unmanic/10.2.2/templates/common.yaml similarity index 100% rename from stable/wekan/14.2.0/templates/common.yaml rename to stable/unmanic/10.2.2/templates/common.yaml diff --git a/stable/webnut/8.1.1/values.yaml b/stable/unmanic/10.2.2/values.yaml similarity index 100% rename from stable/webnut/8.1.1/values.yaml rename to stable/unmanic/10.2.2/values.yaml diff --git a/stable/unpackerr/13.1.1/CHANGELOG.md b/stable/unpackerr/13.1.1/CHANGELOG.md deleted file mode 100644 index 595d22d2eec..00000000000 --- a/stable/unpackerr/13.1.1/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)) - - -## [unpackerr-12.1.5](https://github.com/truecharts/charts/compare/unpackerr-12.1.4...unpackerr-12.1.5) (2024-01-02) diff --git a/stable/unpackerr/13.1.1/Chart.yaml b/stable/unpackerr/13.1.1/Chart.yaml deleted file mode 100644 index 05a05220831..00000000000 --- a/stable/unpackerr/13.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.13.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/unpackerr/13.1.1/charts/common-18.0.2.tgz b/stable/unpackerr/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unpackerr/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webp-server/5.1.2/.helmignore b/stable/unpackerr/13.2.2/.helmignore similarity index 100% rename from stable/webp-server/5.1.2/.helmignore rename to stable/unpackerr/13.2.2/.helmignore diff --git a/stable/unpackerr/13.2.2/CHANGELOG.md b/stable/unpackerr/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..cf7b78c3a9d --- /dev/null +++ b/stable/unpackerr/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/unpackerr/13.2.2/Chart.yaml b/stable/unpackerr/13.2.2/Chart.yaml new file mode 100644 index 00000000000..4bbf560a6e0 --- /dev/null +++ b/stable/unpackerr/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.13.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/unpackerr/13.1.1/README.md b/stable/unpackerr/13.2.2/README.md similarity index 100% rename from stable/unpackerr/13.1.1/README.md rename to stable/unpackerr/13.2.2/README.md diff --git a/stable/unpackerr/13.2.2/app-changelog.md b/stable/unpackerr/13.2.2/app-changelog.md new file mode 100644 index 00000000000..ef12a3a3719 --- /dev/null +++ b/stable/unpackerr/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/unpackerr/13.1.1/app-readme.md b/stable/unpackerr/13.2.2/app-readme.md similarity index 100% rename from stable/unpackerr/13.1.1/app-readme.md rename to stable/unpackerr/13.2.2/app-readme.md diff --git a/stable/unpackerr/13.2.2/charts/common-18.1.6.tgz b/stable/unpackerr/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/unpackerr/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/unpackerr/13.1.1/ix_values.yaml b/stable/unpackerr/13.2.2/ix_values.yaml similarity index 100% rename from stable/unpackerr/13.1.1/ix_values.yaml rename to stable/unpackerr/13.2.2/ix_values.yaml diff --git a/stable/unpackerr/13.1.1/questions.yaml b/stable/unpackerr/13.2.2/questions.yaml similarity index 100% rename from stable/unpackerr/13.1.1/questions.yaml rename to stable/unpackerr/13.2.2/questions.yaml diff --git a/stable/whoogle/10.1.1/templates/NOTES.txt b/stable/unpackerr/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/whoogle/10.1.1/templates/NOTES.txt rename to stable/unpackerr/13.2.2/templates/NOTES.txt diff --git a/stable/wg-easy/11.1.2/templates/common.yaml b/stable/unpackerr/13.2.2/templates/common.yaml similarity index 100% rename from stable/wg-easy/11.1.2/templates/common.yaml rename to stable/unpackerr/13.2.2/templates/common.yaml diff --git a/stable/webp-server/5.1.2/values.yaml b/stable/unpackerr/13.2.2/values.yaml similarity index 100% rename from stable/webp-server/5.1.2/values.yaml rename to stable/unpackerr/13.2.2/values.yaml diff --git a/stable/unpoller/10.1.2/CHANGELOG.md b/stable/unpoller/10.1.2/CHANGELOG.md deleted file mode 100644 index 8e0dc605408..00000000000 --- a/stable/unpoller/10.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/unpoller/10.1.2/Chart.yaml b/stable/unpoller/10.1.2/Chart.yaml deleted file mode 100644 index f60e80a18fd..00000000000 --- a/stable/unpoller/10.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.9.5 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/unpoller/10.1.2/charts/common-18.0.2.tgz b/stable/unpoller/10.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unpoller/10.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/unpoller/10.1.2/ix_values.yaml b/stable/unpoller/10.1.2/ix_values.yaml deleted file mode 100644 index 2c3b39387d3..00000000000 --- a/stable/unpoller/10.1.2/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: ghcr.io/unpoller/unpoller - pullPolicy: IfNotPresent - tag: v2.9.5@sha256:486a63339969fd5207697502e29e4875f4bf7d7ef5c558188b192f2f88fdd3d6 -service: - main: - ports: - main: - port: 9130 -metrics: - main: - enabled: true - type: "servicemonitor" - endpoints: - - port: main - path: /metrics - prometheusRule: - enabled: false -portal: - open: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: / - readiness: - path: / - startup: - path: / - env: - # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" - # UP_UNIFI_DEFAULT_USER: "unifipoller" - # UP_UNIFI_DEFAULT_PASS: "unifipoller" - UP_PROMETHEUS_DISABLE: false diff --git a/stable/website-shot/10.1.1/.helmignore b/stable/unpoller/10.3.2/.helmignore similarity index 100% rename from stable/website-shot/10.1.1/.helmignore rename to stable/unpoller/10.3.2/.helmignore diff --git a/stable/unpoller/10.3.2/CHANGELOG.md b/stable/unpoller/10.3.2/CHANGELOG.md new file mode 100644 index 00000000000..5ef2059ef85 --- /dev/null +++ b/stable/unpoller/10.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/unpoller/10.3.2/Chart.yaml b/stable/unpoller/10.3.2/Chart.yaml new file mode 100644 index 00000000000..2f2e25c5c85 --- /dev/null +++ b/stable/unpoller/10.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.5 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/unpoller/10.1.2/README.md b/stable/unpoller/10.3.2/README.md similarity index 100% rename from stable/unpoller/10.1.2/README.md rename to stable/unpoller/10.3.2/README.md diff --git a/stable/unpoller/10.3.2/app-changelog.md b/stable/unpoller/10.3.2/app-changelog.md new file mode 100644 index 00000000000..4659f6045af --- /dev/null +++ b/stable/unpoller/10.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/unpoller/10.1.2/app-readme.md b/stable/unpoller/10.3.2/app-readme.md similarity index 100% rename from stable/unpoller/10.1.2/app-readme.md rename to stable/unpoller/10.3.2/app-readme.md diff --git a/stable/unpoller/10.3.2/charts/common-18.1.6.tgz b/stable/unpoller/10.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/unpoller/10.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/unpoller/10.3.2/dashboards/DPI.json b/stable/unpoller/10.3.2/dashboards/DPI.json new file mode 100644 index 00000000000..adf2f270d3c --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/DPI.json @@ -0,0 +1,30584 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.0.3" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie Chart", + "version": "1.5.0" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "table-old", + "name": "Table (old)", + "version": "" + }, + { + "type": "panel", + "id": "text", + "name": "Text", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0.1 Displays DPI information for clients in a UniFi network using Prometheus.", + "editable": true, + "gnetId": 11310, + "graphTooltip": 1, + "id": null, + "iteration": 1592125698463, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "content": "
If this dashboard contains no data that means you need to enable DPI. It must be enabled on your UniFi controller AND in UniFi Poller. Two places! Please carefully check your configurations.
", + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 3409, + "mode": "html", + "timeFrom": null, + "timeShift": null, + "title": "Information", + "type": "text" + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "This shows lifetime rx+tx total and totals accumulated during the selected time range. The filters at the top of this page control _all_ of the graphs, and in some cases control the visibility of graphs. ie. Adding more clients displays more graphs under the collapsed Clients rows.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "100%", + "gridPos": { + "h": 22, + "w": 24, + "x": 0, + "y": 2 + }, + "id": 437, + "pageSize": null, + "showHeader": true, + "sort": { + "col": 6, + "desc": true + }, + "styles": [ + { + "alias": "Time", + "align": "auto", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Bytes Rx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "decimals": null, + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "bytes" + }, + { + "alias": "Bytes Tx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "bytes" + }, + { + "alias": "Rx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Tx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Bytes Tx TIOTAL", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "bytes" + }, + { + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Category", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "mappingType": 1, + "pattern": "category", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Bytes Rx TOTAL", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Value #F", + "thresholds": [], + "type": "number", + "unit": "decbytes" + } + ], + "targets": [ + { + "expr": "sum by (site_name, category) (unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "F" + }, + { + "expr": "sum by (site_name, category) (unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "E" + }, + { + "expr": "sum by (site_name, category) (increase(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "sum by (site_name, category) (increase(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + }, + { + "expr": "sum by (site_name, category) (increase(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "C" + }, + { + "expr": "sum by (site_name, category) (increase(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "D" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Totals Category", + "transform": "table", + "type": "table-old" + }, + { + "aliasColors": {}, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Other", + "threshold": "0.005" + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "Showing traffic by category.\nThis updates with the variables on the dashboard.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "bytes", + "gridPos": { + "h": 12, + "w": 12, + "x": 0, + "y": 24 + }, + "hideTimeOverride": false, + "id": 9, + "interval": null, + "legend": { + "header": "Rx+Tx", + "percentage": false, + "show": true, + "sideWidth": null, + "sort": "current", + "sortDesc": true, + "values": true + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "1", + "targets": [ + { + "expr": "sum by (category) (increase(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range])+increase(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range]))", + "instant": true, + "interval": "", + "legendFormat": "{{category}}", + "refId": "A" + } + ], + "timeFrom": null, + "title": "Total Traffic by Category", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Other", + "threshold": "0.009" + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "Showing traffic by application for selected clients. This updates with the variables on the dashboard.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "bytes", + "gridPos": { + "h": 12, + "w": 12, + "x": 12, + "y": 24 + }, + "hideTimeOverride": false, + "id": 10, + "interval": null, + "legend": { + "header": "Rx+Tx", + "percentage": false, + "show": true, + "sideWidth": null, + "sort": "current", + "sortDesc": true, + "values": true + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "1", + "targets": [ + { + "expr": " sum by (category, application) (increase(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range])+increase(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range]))", + "instant": true, + "interval": "", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "timeFrom": null, + "title": "Total Traffic by Application", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Bytes Transferred by Category. Receive is on the negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 17, + "w": 24, + "x": 0, + "y": 36 + }, + "hiddenSeries": false, + "id": 304, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:2187", + "alias": "/Rx/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (category)(rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": " {{category}} Rx", + "refId": "A" + }, + { + "expr": "sum by (category)(rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{category}} Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Bytes Transferred per Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:122", + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:123", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Packets Transferred by Category. Receive is on the negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 17, + "w": 24, + "x": 0, + "y": 53 + }, + "hiddenSeries": false, + "id": 305, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:2226", + "alias": "/Rx/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (category)(rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": " {{category}} Rx", + "refId": "A" + }, + { + "expr": "sum by (category)(rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{category}} Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Packets Transferred per Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 70 + }, + "id": 2191, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 71 + }, + "hiddenSeries": false, + "id": 2325, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "Client", + "repeatDirection": "v", + "scopedVars": { + "Client": { + "selected": false, + "text": "00:a0:de:d9:31:a8", + "value": "00:a0:de:d9:31:a8" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 81 + }, + "hiddenSeries": false, + "id": 4910, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "08:f4:ab:50:19:64", + "value": "08:f4:ab:50:19:64" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 91 + }, + "hiddenSeries": false, + "id": 4911, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:c4:7a:04:ca:cf", + "value": "0c:c4:7a:04:ca:cf" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 101 + }, + "hiddenSeries": false, + "id": 4912, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:10:9f:d6:9f:27", + "value": "14:10:9f:d6:9f:27" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 111 + }, + "hiddenSeries": false, + "id": 4913, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:87:6a:93:64:bb", + "value": "14:87:6a:93:64:bb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 121 + }, + "hiddenSeries": false, + "id": 4914, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:70:c6:48", + "value": "18:65:71:70:c6:48" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 131 + }, + "hiddenSeries": false, + "id": 4915, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:71:89:98", + "value": "18:65:71:71:89:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 141 + }, + "hiddenSeries": false, + "id": 4916, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "24:a0:74:f3:d5:6e", + "value": "24:a0:74:f3:d5:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 151 + }, + "hiddenSeries": false, + "id": 4917, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:cf:e9:1d:e7:3b", + "value": "28:cf:e9:1d:e7:3b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 161 + }, + "hiddenSeries": false, + "id": 4918, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "30:63:6b:bd:cd:62", + "value": "30:63:6b:bd:cd:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 171 + }, + "hiddenSeries": false, + "id": 4919, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:5c:c4:01:40:86", + "value": "3c:5c:c4:01:40:86" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 181 + }, + "hiddenSeries": false, + "id": 4920, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:bf:60:15:7e:bc", + "value": "3c:bf:60:15:7e:bc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 191 + }, + "hiddenSeries": false, + "id": 4921, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:cb:c0:32:8d:c7", + "value": "40:cb:c0:32:8d:c7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 201 + }, + "hiddenSeries": false, + "id": 4922, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "4c:32:75:9e:3c:fb", + "value": "4c:32:75:9e:3c:fb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 211 + }, + "hiddenSeries": false, + "id": 4923, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:f5:da:69:f0:ac", + "value": "50:f5:da:69:f0:ac" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 221 + }, + "hiddenSeries": false, + "id": 4924, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:5d:bd:0b", + "value": "52:54:00:5d:bd:0b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 231 + }, + "hiddenSeries": false, + "id": 4925, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:9a:ea:9e", + "value": "52:54:00:9a:ea:9e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 241 + }, + "hiddenSeries": false, + "id": 4926, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:30:d4:e3:64:de", + "value": "60:30:d4:e3:64:de" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 251 + }, + "hiddenSeries": false, + "id": 4927, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:33:4b:25:f8:81", + "value": "60:33:4b:25:f8:81" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 261 + }, + "hiddenSeries": false, + "id": 4928, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:a4:4c:5b:e2:8c", + "value": "60:a4:4c:5b:e2:8c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 271 + }, + "hiddenSeries": false, + "id": 4929, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:51:06:2a:e9:8e", + "value": "64:51:06:2a:e9:8e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 281 + }, + "hiddenSeries": false, + "id": 4930, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:70:33:dc:ca:80", + "value": "64:70:33:dc:ca:80" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 291 + }, + "hiddenSeries": false, + "id": 4931, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "6a:03:65:d8:ad:cc", + "value": "6a:03:65:d8:ad:cc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 301 + }, + "hiddenSeries": false, + "id": 4932, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:0c", + "value": "80:2a:a8:10:ae:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 311 + }, + "hiddenSeries": false, + "id": 4933, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "84:d6:d0:8f:01:2b", + "value": "84:d6:d0:8f:01:2b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 321 + }, + "hiddenSeries": false, + "id": 4934, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:71:e5:5a:3e:c1", + "value": "88:71:e5:5a:3e:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 331 + }, + "hiddenSeries": false, + "id": 4935, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:e9:fe:76:65:35", + "value": "88:e9:fe:76:65:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 341 + }, + "hiddenSeries": false, + "id": 4936, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "8c:2d:aa:c0:55:d7", + "value": "8c:2d:aa:c0:55:d7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 351 + }, + "hiddenSeries": false, + "id": 4937, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "8ch-relay", + "value": "8ch-relay" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 361 + }, + "hiddenSeries": false, + "id": 4938, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "AmandaspleWatch", + "value": "AmandaspleWatch" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 371 + }, + "hiddenSeries": false, + "id": 4939, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "DESKTOP-DMV04J3", + "value": "DESKTOP-DMV04J3" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 381 + }, + "hiddenSeries": false, + "id": 4940, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "Office TV", + "value": "Office TV" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 391 + }, + "hiddenSeries": false, + "id": 4941, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "RMPROPLUS-43-3c-88", + "value": "RMPROPLUS-43-3c-88" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 401 + }, + "hiddenSeries": false, + "id": 4942, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "TOTAL", + "value": "TOTAL" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 411 + }, + "hiddenSeries": false, + "id": 4943, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:6f:aa:a6:2e:11", + "value": "a0:6f:aa:a6:2e:11" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 421 + }, + "hiddenSeries": false, + "id": 4944, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:ce:c8:0b:9a:8f", + "value": "a0:ce:c8:0b:9a:8f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 431 + }, + "hiddenSeries": false, + "id": 4945, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:63:be:b9:99:06", + "value": "ac:63:be:b9:99:06" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 441 + }, + "hiddenSeries": false, + "id": 4946, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:bc:32:80:cf:63", + "value": "ac:bc:32:80:cf:63" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 451 + }, + "hiddenSeries": false, + "id": 4947, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-23c8dcf81", + "value": "amazon-23c8dcf81" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 461 + }, + "hiddenSeries": false, + "id": 4948, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-252693b12", + "value": "amazon-252693b12" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 471 + }, + "hiddenSeries": false, + "id": 4949, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-4c78562d9", + "value": "amazon-4c78562d9" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 481 + }, + "hiddenSeries": false, + "id": 4950, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-5f2257848", + "value": "amazon-5f2257848" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 491 + }, + "hiddenSeries": false, + "id": 4951, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-6f4e7f46d", + "value": "amazon-6f4e7f46d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 501 + }, + "hiddenSeries": false, + "id": 4952, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-ad9d88695", + "value": "amazon-ad9d88695" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 511 + }, + "hiddenSeries": false, + "id": 4953, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-c6157d4f5", + "value": "amazon-c6157d4f5" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 521 + }, + "hiddenSeries": false, + "id": 4954, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-c6cfc477c", + "value": "amazon-c6cfc477c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 531 + }, + "hiddenSeries": false, + "id": 4955, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-ccc769152", + "value": "amazon-ccc769152" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 541 + }, + "hiddenSeries": false, + "id": 4956, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "amazon-e251d20f5", + "value": "amazon-e251d20f5" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 551 + }, + "hiddenSeries": false, + "id": 4957, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ann-ipp", + "value": "ann-ipp" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 561 + }, + "hiddenSeries": false, + "id": 4958, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "apc", + "value": "apc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 571 + }, + "hiddenSeries": false, + "id": 4959, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ats-rtn", + "value": "ats-rtn" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 581 + }, + "hiddenSeries": false, + "id": 4960, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "baby-cam", + "value": "baby-cam" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 591 + }, + "hiddenSeries": false, + "id": 4961, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "bl-outlet", + "value": "bl-outlet" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 601 + }, + "hiddenSeries": false, + "id": 4962, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "camera-garage", + "value": "camera-garage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 611 + }, + "hiddenSeries": false, + "id": 4963, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "camera-gate", + "value": "camera-gate" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 621 + }, + "hiddenSeries": false, + "id": 4964, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "camera-pool", + "value": "camera-pool" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 631 + }, + "hiddenSeries": false, + "id": 4965, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "camera-porch", + "value": "camera-porch" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 641 + }, + "hiddenSeries": false, + "id": 4966, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "camera-road", + "value": "camera-road" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 651 + }, + "hiddenSeries": false, + "id": 4967, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:4c:90:9f:82:5a", + "value": "d8:4c:90:9f:82:5a" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 661 + }, + "hiddenSeries": false, + "id": 4968, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "dns-ipp", + "value": "dns-ipp" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 671 + }, + "hiddenSeries": false, + "id": 4969, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "dns-twt-wired", + "value": "dns-twt-wired" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 681 + }, + "hiddenSeries": false, + "id": 4970, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ha", + "value": "ha" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 691 + }, + "hiddenSeries": false, + "id": 4971, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "homerun", + "value": "homerun" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 701 + }, + "hiddenSeries": false, + "id": 4972, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "iPad", + "value": "iPad" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 711 + }, + "hiddenSeries": false, + "id": 4973, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "plex", + "value": "plex" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 721 + }, + "hiddenSeries": false, + "id": 4974, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "sp3-01", + "value": "sp3-01" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 731 + }, + "hiddenSeries": false, + "id": 4975, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "switch", + "value": "switch" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 741 + }, + "hiddenSeries": false, + "id": 4976, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "ubuntu", + "value": "ubuntu" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 751 + }, + "hiddenSeries": false, + "id": 4977, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "wap-lower", + "value": "wap-lower" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 761 + }, + "hiddenSeries": false, + "id": 4978, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "wap-upper", + "value": "wap-upper" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 771 + }, + "hiddenSeries": false, + "id": 4979, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592093129308, + "repeatPanelId": 2325, + "scopedVars": { + "Client": { + "selected": false, + "text": "wap-wall", + "value": "wap-wall" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "title": "Clients Rx Packets", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 71 + }, + "id": 2189, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 72 + }, + "hiddenSeries": false, + "id": 2329, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "Client", + "repeatDirection": "v", + "scopedVars": { + "Client": { + "selected": false, + "text": "00:18:dd:32:12:58", + "value": "00:18:dd:32:12:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 82 + }, + "hiddenSeries": false, + "id": 4342, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:50:b6:96:76:6e", + "value": "00:50:b6:96:76:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 92 + }, + "hiddenSeries": false, + "id": 4343, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:a0:de:d9:31:a8", + "value": "00:a0:de:d9:31:a8" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 102 + }, + "hiddenSeries": false, + "id": 4344, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:c0:b7:b6:e0:ef", + "value": "00:c0:b7:b6:e0:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 112 + }, + "hiddenSeries": false, + "id": 4345, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:ff:a8:b9:34:7e", + "value": "00:ff:a8:b9:34:7e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 122 + }, + "hiddenSeries": false, + "id": 4346, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "08:f4:ab:50:19:64", + "value": "08:f4:ab:50:19:64" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 132 + }, + "hiddenSeries": false, + "id": 4347, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:47:c9:35:f5:50", + "value": "0c:47:c9:35:f5:50" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 142 + }, + "hiddenSeries": false, + "id": 4348, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:c4:7a:04:ca:cf", + "value": "0c:c4:7a:04:ca:cf" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 152 + }, + "hiddenSeries": false, + "id": 4349, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:10:9f:d6:9f:27", + "value": "14:10:9f:d6:9f:27" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 162 + }, + "hiddenSeries": false, + "id": 4350, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:87:6a:93:64:bb", + "value": "14:87:6a:93:64:bb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 172 + }, + "hiddenSeries": false, + "id": 4351, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:1c:50:62", + "value": "14:a7:8b:1c:50:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 182 + }, + "hiddenSeries": false, + "id": 4352, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:23:68:0c", + "value": "14:a7:8b:23:68:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 192 + }, + "hiddenSeries": false, + "id": 4353, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:d1:c5:a1", + "value": "14:a7:8b:d1:c5:a1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 202 + }, + "hiddenSeries": false, + "id": 4354, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:70:c6:48", + "value": "18:65:71:70:c6:48" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 212 + }, + "hiddenSeries": false, + "id": 4355, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:71:89:98", + "value": "18:65:71:71:89:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 222 + }, + "hiddenSeries": false, + "id": 4356, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "24:a0:74:f3:d5:6e", + "value": "24:a0:74:f3:d5:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 232 + }, + "hiddenSeries": false, + "id": 4357, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:ad:3e:0b:af:5e", + "value": "28:ad:3e:0b:af:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 242 + }, + "hiddenSeries": false, + "id": 4358, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:cf:e9:1d:e7:3b", + "value": "28:cf:e9:1d:e7:3b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 252 + }, + "hiddenSeries": false, + "id": 4359, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "30:63:6b:bd:cd:62", + "value": "30:63:6b:bd:cd:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 262 + }, + "hiddenSeries": false, + "id": 4360, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:d2:70:5d:70:ef", + "value": "34:d2:70:5d:70:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 272 + }, + "hiddenSeries": false, + "id": 4361, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:43:3c:88", + "value": "34:ea:34:43:3c:88" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 282 + }, + "hiddenSeries": false, + "id": 4362, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:e4:09:98", + "value": "34:ea:34:e4:09:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 292 + }, + "hiddenSeries": false, + "id": 4363, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:f5:c8:16", + "value": "34:ea:34:f5:c8:16" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 302 + }, + "hiddenSeries": false, + "id": 4364, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:5c:c4:01:40:86", + "value": "3c:5c:c4:01:40:86" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 312 + }, + "hiddenSeries": false, + "id": 4365, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:bf:60:15:7e:bc", + "value": "3c:bf:60:15:7e:bc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 322 + }, + "hiddenSeries": false, + "id": 4366, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:a8:f0:68:c3:58", + "value": "40:a8:f0:68:c3:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 332 + }, + "hiddenSeries": false, + "id": 4367, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:cb:c0:32:8d:c7", + "value": "40:cb:c0:32:8d:c7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 342 + }, + "hiddenSeries": false, + "id": 4368, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "4c:32:75:9e:3c:fb", + "value": "4c:32:75:9e:3c:fb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 352 + }, + "hiddenSeries": false, + "id": 4369, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:dc:e7:4f:dc:4d", + "value": "50:dc:e7:4f:dc:4d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 362 + }, + "hiddenSeries": false, + "id": 4370, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:f5:da:69:f0:ac", + "value": "50:f5:da:69:f0:ac" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 372 + }, + "hiddenSeries": false, + "id": 4371, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:5d:bd:0b", + "value": "52:54:00:5d:bd:0b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 382 + }, + "hiddenSeries": false, + "id": 4372, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:9a:ea:9e", + "value": "52:54:00:9a:ea:9e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 392 + }, + "hiddenSeries": false, + "id": 4373, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:30:d4:e3:64:de", + "value": "60:30:d4:e3:64:de" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 402 + }, + "hiddenSeries": false, + "id": 4374, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:33:4b:25:f8:81", + "value": "60:33:4b:25:f8:81" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 412 + }, + "hiddenSeries": false, + "id": 4375, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:a4:4c:5b:e2:8c", + "value": "60:a4:4c:5b:e2:8c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 422 + }, + "hiddenSeries": false, + "id": 4376, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:51:06:2a:e9:8e", + "value": "64:51:06:2a:e9:8e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 432 + }, + "hiddenSeries": false, + "id": 4377, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:70:33:dc:ca:80", + "value": "64:70:33:dc:ca:80" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 442 + }, + "hiddenSeries": false, + "id": 4378, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "6a:03:65:d8:ad:cc", + "value": "6a:03:65:d8:ad:cc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 452 + }, + "hiddenSeries": false, + "id": 4379, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "74:83:c2:d4:11:3d", + "value": "74:83:c2:d4:11:3d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 462 + }, + "hiddenSeries": false, + "id": 4380, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:0c", + "value": "80:2a:a8:10:ae:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 472 + }, + "hiddenSeries": false, + "id": 4381, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:87", + "value": "80:2a:a8:10:ae:87" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 482 + }, + "hiddenSeries": false, + "id": 4382, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:5d:86:32", + "value": "80:2a:a8:5d:86:32" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 492 + }, + "hiddenSeries": false, + "id": 4383, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "84:d6:d0:8f:01:2b", + "value": "84:d6:d0:8f:01:2b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 502 + }, + "hiddenSeries": false, + "id": 4384, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:71:e5:5a:3e:c1", + "value": "88:71:e5:5a:3e:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 512 + }, + "hiddenSeries": false, + "id": 4385, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:e9:fe:76:65:35", + "value": "88:e9:fe:76:65:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 522 + }, + "hiddenSeries": false, + "id": 4386, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "8c:2d:aa:c0:55:d7", + "value": "8c:2d:aa:c0:55:d7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 532 + }, + "hiddenSeries": false, + "id": 4387, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "98:5a:eb:cf:21:0f", + "value": "98:5a:eb:cf:21:0f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 542 + }, + "hiddenSeries": false, + "id": 4388, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:91:46:df", + "value": "9c:14:63:91:46:df" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 552 + }, + "hiddenSeries": false, + "id": 4389, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:aa:6a:5e", + "value": "9c:14:63:aa:6a:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 562 + }, + "hiddenSeries": false, + "id": 4390, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "TOTAL", + "value": "TOTAL" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 572 + }, + "hiddenSeries": false, + "id": 4391, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:02:dc:57:13:35", + "value": "a0:02:dc:57:13:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 582 + }, + "hiddenSeries": false, + "id": 4392, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:6f:aa:a6:2e:11", + "value": "a0:6f:aa:a6:2e:11" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 592 + }, + "hiddenSeries": false, + "id": 4393, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:ce:c8:0b:9a:8f", + "value": "a0:ce:c8:0b:9a:8f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 602 + }, + "hiddenSeries": false, + "id": 4394, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:63:be:b9:99:06", + "value": "ac:63:be:b9:99:06" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 612 + }, + "hiddenSeries": false, + "id": 4395, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:bc:32:80:cf:63", + "value": "ac:bc:32:80:cf:63" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 622 + }, + "hiddenSeries": false, + "id": 4396, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "b4:fb:e4:d2:74:39", + "value": "b4:fb:e4:d2:74:39" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 632 + }, + "hiddenSeries": false, + "id": 4397, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "b8:c7:5d:f3:3a:2c", + "value": "b8:c7:5d:f3:3a:2c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 642 + }, + "hiddenSeries": false, + "id": 4398, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "c4:95:00:d8:fd:f7", + "value": "c4:95:00:d8:fd:f7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 652 + }, + "hiddenSeries": false, + "id": 4399, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:13:99:7d:94:c1", + "value": "d8:13:99:7d:94:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 662 + }, + "hiddenSeries": false, + "id": 4400, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:4c:90:9f:82:5a", + "value": "d8:4c:90:9f:82:5a" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 672 + }, + "hiddenSeries": false, + "id": 4401, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "f0:81:73:59:89:19", + "value": "f0:81:73:59:89:19" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 682 + }, + "hiddenSeries": false, + "id": 4402, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:65:de:01:d9:38", + "value": "fc:65:de:01:d9:38" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 692 + }, + "hiddenSeries": false, + "id": 4403, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 2329, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:a6:67:11:2b:ec", + "value": "fc:a6:67:11:2b:ec" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "title": "Clients Tx Bytes", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 72 + }, + "id": 894, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 73 + }, + "hiddenSeries": false, + "id": 1035, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "Client", + "repeatDirection": "v", + "scopedVars": { + "Client": { + "selected": false, + "text": "00:18:dd:32:12:58", + "value": "00:18:dd:32:12:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 83 + }, + "hiddenSeries": false, + "id": 4404, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:50:b6:96:76:6e", + "value": "00:50:b6:96:76:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 93 + }, + "hiddenSeries": false, + "id": 4405, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:a0:de:d9:31:a8", + "value": "00:a0:de:d9:31:a8" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 103 + }, + "hiddenSeries": false, + "id": 4406, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:c0:b7:b6:e0:ef", + "value": "00:c0:b7:b6:e0:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 113 + }, + "hiddenSeries": false, + "id": 4407, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:ff:a8:b9:34:7e", + "value": "00:ff:a8:b9:34:7e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 123 + }, + "hiddenSeries": false, + "id": 4408, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "08:f4:ab:50:19:64", + "value": "08:f4:ab:50:19:64" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 133 + }, + "hiddenSeries": false, + "id": 4409, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:47:c9:35:f5:50", + "value": "0c:47:c9:35:f5:50" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 143 + }, + "hiddenSeries": false, + "id": 4410, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:c4:7a:04:ca:cf", + "value": "0c:c4:7a:04:ca:cf" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 153 + }, + "hiddenSeries": false, + "id": 4411, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:10:9f:d6:9f:27", + "value": "14:10:9f:d6:9f:27" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 163 + }, + "hiddenSeries": false, + "id": 4412, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:87:6a:93:64:bb", + "value": "14:87:6a:93:64:bb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 173 + }, + "hiddenSeries": false, + "id": 4413, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:1c:50:62", + "value": "14:a7:8b:1c:50:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 183 + }, + "hiddenSeries": false, + "id": 4414, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:23:68:0c", + "value": "14:a7:8b:23:68:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 193 + }, + "hiddenSeries": false, + "id": 4415, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:d1:c5:a1", + "value": "14:a7:8b:d1:c5:a1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 203 + }, + "hiddenSeries": false, + "id": 4416, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:70:c6:48", + "value": "18:65:71:70:c6:48" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 213 + }, + "hiddenSeries": false, + "id": 4417, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:71:89:98", + "value": "18:65:71:71:89:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 223 + }, + "hiddenSeries": false, + "id": 4418, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "24:a0:74:f3:d5:6e", + "value": "24:a0:74:f3:d5:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 233 + }, + "hiddenSeries": false, + "id": 4419, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:ad:3e:0b:af:5e", + "value": "28:ad:3e:0b:af:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 243 + }, + "hiddenSeries": false, + "id": 4420, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:cf:e9:1d:e7:3b", + "value": "28:cf:e9:1d:e7:3b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 253 + }, + "hiddenSeries": false, + "id": 4421, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "30:63:6b:bd:cd:62", + "value": "30:63:6b:bd:cd:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 263 + }, + "hiddenSeries": false, + "id": 4422, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:d2:70:5d:70:ef", + "value": "34:d2:70:5d:70:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 273 + }, + "hiddenSeries": false, + "id": 4423, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:43:3c:88", + "value": "34:ea:34:43:3c:88" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 283 + }, + "hiddenSeries": false, + "id": 4424, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:e4:09:98", + "value": "34:ea:34:e4:09:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 293 + }, + "hiddenSeries": false, + "id": 4425, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:f5:c8:16", + "value": "34:ea:34:f5:c8:16" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 303 + }, + "hiddenSeries": false, + "id": 4426, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:5c:c4:01:40:86", + "value": "3c:5c:c4:01:40:86" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 313 + }, + "hiddenSeries": false, + "id": 4427, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:bf:60:15:7e:bc", + "value": "3c:bf:60:15:7e:bc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 323 + }, + "hiddenSeries": false, + "id": 4428, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:a8:f0:68:c3:58", + "value": "40:a8:f0:68:c3:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 333 + }, + "hiddenSeries": false, + "id": 4429, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:cb:c0:32:8d:c7", + "value": "40:cb:c0:32:8d:c7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 343 + }, + "hiddenSeries": false, + "id": 4430, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "4c:32:75:9e:3c:fb", + "value": "4c:32:75:9e:3c:fb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 353 + }, + "hiddenSeries": false, + "id": 4431, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:dc:e7:4f:dc:4d", + "value": "50:dc:e7:4f:dc:4d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 363 + }, + "hiddenSeries": false, + "id": 4432, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:f5:da:69:f0:ac", + "value": "50:f5:da:69:f0:ac" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 373 + }, + "hiddenSeries": false, + "id": 4433, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:5d:bd:0b", + "value": "52:54:00:5d:bd:0b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 383 + }, + "hiddenSeries": false, + "id": 4434, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:9a:ea:9e", + "value": "52:54:00:9a:ea:9e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 393 + }, + "hiddenSeries": false, + "id": 4435, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:30:d4:e3:64:de", + "value": "60:30:d4:e3:64:de" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 403 + }, + "hiddenSeries": false, + "id": 4436, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:33:4b:25:f8:81", + "value": "60:33:4b:25:f8:81" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 413 + }, + "hiddenSeries": false, + "id": 4437, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:a4:4c:5b:e2:8c", + "value": "60:a4:4c:5b:e2:8c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 423 + }, + "hiddenSeries": false, + "id": 4438, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:51:06:2a:e9:8e", + "value": "64:51:06:2a:e9:8e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 433 + }, + "hiddenSeries": false, + "id": 4439, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:70:33:dc:ca:80", + "value": "64:70:33:dc:ca:80" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 443 + }, + "hiddenSeries": false, + "id": 4440, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "6a:03:65:d8:ad:cc", + "value": "6a:03:65:d8:ad:cc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 453 + }, + "hiddenSeries": false, + "id": 4441, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "74:83:c2:d4:11:3d", + "value": "74:83:c2:d4:11:3d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 463 + }, + "hiddenSeries": false, + "id": 4442, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:0c", + "value": "80:2a:a8:10:ae:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 473 + }, + "hiddenSeries": false, + "id": 4443, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:87", + "value": "80:2a:a8:10:ae:87" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 483 + }, + "hiddenSeries": false, + "id": 4444, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:5d:86:32", + "value": "80:2a:a8:5d:86:32" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 493 + }, + "hiddenSeries": false, + "id": 4445, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "84:d6:d0:8f:01:2b", + "value": "84:d6:d0:8f:01:2b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 503 + }, + "hiddenSeries": false, + "id": 4446, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:71:e5:5a:3e:c1", + "value": "88:71:e5:5a:3e:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 513 + }, + "hiddenSeries": false, + "id": 4447, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:e9:fe:76:65:35", + "value": "88:e9:fe:76:65:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 523 + }, + "hiddenSeries": false, + "id": 4448, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "8c:2d:aa:c0:55:d7", + "value": "8c:2d:aa:c0:55:d7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 533 + }, + "hiddenSeries": false, + "id": 4449, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "98:5a:eb:cf:21:0f", + "value": "98:5a:eb:cf:21:0f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 543 + }, + "hiddenSeries": false, + "id": 4450, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:91:46:df", + "value": "9c:14:63:91:46:df" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 553 + }, + "hiddenSeries": false, + "id": 4451, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:aa:6a:5e", + "value": "9c:14:63:aa:6a:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 563 + }, + "hiddenSeries": false, + "id": 4452, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "TOTAL", + "value": "TOTAL" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 573 + }, + "hiddenSeries": false, + "id": 4453, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:02:dc:57:13:35", + "value": "a0:02:dc:57:13:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 583 + }, + "hiddenSeries": false, + "id": 4454, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:6f:aa:a6:2e:11", + "value": "a0:6f:aa:a6:2e:11" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 593 + }, + "hiddenSeries": false, + "id": 4455, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:ce:c8:0b:9a:8f", + "value": "a0:ce:c8:0b:9a:8f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 603 + }, + "hiddenSeries": false, + "id": 4456, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:63:be:b9:99:06", + "value": "ac:63:be:b9:99:06" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 613 + }, + "hiddenSeries": false, + "id": 4457, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:bc:32:80:cf:63", + "value": "ac:bc:32:80:cf:63" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 623 + }, + "hiddenSeries": false, + "id": 4458, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "b4:fb:e4:d2:74:39", + "value": "b4:fb:e4:d2:74:39" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 633 + }, + "hiddenSeries": false, + "id": 4459, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "b8:c7:5d:f3:3a:2c", + "value": "b8:c7:5d:f3:3a:2c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 643 + }, + "hiddenSeries": false, + "id": 4460, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "c4:95:00:d8:fd:f7", + "value": "c4:95:00:d8:fd:f7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 653 + }, + "hiddenSeries": false, + "id": 4461, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:13:99:7d:94:c1", + "value": "d8:13:99:7d:94:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 663 + }, + "hiddenSeries": false, + "id": 4462, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:4c:90:9f:82:5a", + "value": "d8:4c:90:9f:82:5a" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 673 + }, + "hiddenSeries": false, + "id": 4463, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "f0:81:73:59:89:19", + "value": "f0:81:73:59:89:19" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 683 + }, + "hiddenSeries": false, + "id": 4464, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:65:de:01:d9:38", + "value": "fc:65:de:01:d9:38" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 693 + }, + "hiddenSeries": false, + "id": 4465, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 1035, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:a6:67:11:2b:ec", + "value": "fc:a6:67:11:2b:ec" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "title": "Clients Tx Packets", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 73 + }, + "id": 569, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 74 + }, + "hiddenSeries": false, + "id": 700, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "Client", + "repeatDirection": "v", + "scopedVars": { + "Client": { + "selected": false, + "text": "00:18:dd:32:12:58", + "value": "00:18:dd:32:12:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 84 + }, + "hiddenSeries": false, + "id": 4466, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:50:b6:96:76:6e", + "value": "00:50:b6:96:76:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 94 + }, + "hiddenSeries": false, + "id": 4467, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:a0:de:d9:31:a8", + "value": "00:a0:de:d9:31:a8" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 104 + }, + "hiddenSeries": false, + "id": 4468, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:c0:b7:b6:e0:ef", + "value": "00:c0:b7:b6:e0:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 114 + }, + "hiddenSeries": false, + "id": 4469, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "00:ff:a8:b9:34:7e", + "value": "00:ff:a8:b9:34:7e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 124 + }, + "hiddenSeries": false, + "id": 4470, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "08:f4:ab:50:19:64", + "value": "08:f4:ab:50:19:64" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 134 + }, + "hiddenSeries": false, + "id": 4471, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:47:c9:35:f5:50", + "value": "0c:47:c9:35:f5:50" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 144 + }, + "hiddenSeries": false, + "id": 4472, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "0c:c4:7a:04:ca:cf", + "value": "0c:c4:7a:04:ca:cf" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 154 + }, + "hiddenSeries": false, + "id": 4473, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:10:9f:d6:9f:27", + "value": "14:10:9f:d6:9f:27" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 164 + }, + "hiddenSeries": false, + "id": 4474, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:87:6a:93:64:bb", + "value": "14:87:6a:93:64:bb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 174 + }, + "hiddenSeries": false, + "id": 4475, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:1c:50:62", + "value": "14:a7:8b:1c:50:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 184 + }, + "hiddenSeries": false, + "id": 4476, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:23:68:0c", + "value": "14:a7:8b:23:68:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 194 + }, + "hiddenSeries": false, + "id": 4477, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "14:a7:8b:d1:c5:a1", + "value": "14:a7:8b:d1:c5:a1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 204 + }, + "hiddenSeries": false, + "id": 4478, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:70:c6:48", + "value": "18:65:71:70:c6:48" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 214 + }, + "hiddenSeries": false, + "id": 4479, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "18:65:71:71:89:98", + "value": "18:65:71:71:89:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 224 + }, + "hiddenSeries": false, + "id": 4480, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "24:a0:74:f3:d5:6e", + "value": "24:a0:74:f3:d5:6e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 234 + }, + "hiddenSeries": false, + "id": 4481, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:ad:3e:0b:af:5e", + "value": "28:ad:3e:0b:af:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 244 + }, + "hiddenSeries": false, + "id": 4482, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "28:cf:e9:1d:e7:3b", + "value": "28:cf:e9:1d:e7:3b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 254 + }, + "hiddenSeries": false, + "id": 4483, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "30:63:6b:bd:cd:62", + "value": "30:63:6b:bd:cd:62" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 264 + }, + "hiddenSeries": false, + "id": 4484, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:d2:70:5d:70:ef", + "value": "34:d2:70:5d:70:ef" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 274 + }, + "hiddenSeries": false, + "id": 4485, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:43:3c:88", + "value": "34:ea:34:43:3c:88" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 284 + }, + "hiddenSeries": false, + "id": 4486, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:e4:09:98", + "value": "34:ea:34:e4:09:98" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 294 + }, + "hiddenSeries": false, + "id": 4487, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "34:ea:34:f5:c8:16", + "value": "34:ea:34:f5:c8:16" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 304 + }, + "hiddenSeries": false, + "id": 4488, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:5c:c4:01:40:86", + "value": "3c:5c:c4:01:40:86" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 314 + }, + "hiddenSeries": false, + "id": 4489, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "3c:bf:60:15:7e:bc", + "value": "3c:bf:60:15:7e:bc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 324 + }, + "hiddenSeries": false, + "id": 4490, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:a8:f0:68:c3:58", + "value": "40:a8:f0:68:c3:58" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 334 + }, + "hiddenSeries": false, + "id": 4491, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "40:cb:c0:32:8d:c7", + "value": "40:cb:c0:32:8d:c7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 344 + }, + "hiddenSeries": false, + "id": 4492, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "4c:32:75:9e:3c:fb", + "value": "4c:32:75:9e:3c:fb" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 354 + }, + "hiddenSeries": false, + "id": 4493, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:dc:e7:4f:dc:4d", + "value": "50:dc:e7:4f:dc:4d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 364 + }, + "hiddenSeries": false, + "id": 4494, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "50:f5:da:69:f0:ac", + "value": "50:f5:da:69:f0:ac" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 374 + }, + "hiddenSeries": false, + "id": 4495, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:5d:bd:0b", + "value": "52:54:00:5d:bd:0b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 384 + }, + "hiddenSeries": false, + "id": 4496, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "52:54:00:9a:ea:9e", + "value": "52:54:00:9a:ea:9e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 394 + }, + "hiddenSeries": false, + "id": 4497, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:30:d4:e3:64:de", + "value": "60:30:d4:e3:64:de" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 404 + }, + "hiddenSeries": false, + "id": 4498, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:33:4b:25:f8:81", + "value": "60:33:4b:25:f8:81" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 414 + }, + "hiddenSeries": false, + "id": 4499, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "60:a4:4c:5b:e2:8c", + "value": "60:a4:4c:5b:e2:8c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 424 + }, + "hiddenSeries": false, + "id": 4500, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:51:06:2a:e9:8e", + "value": "64:51:06:2a:e9:8e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 434 + }, + "hiddenSeries": false, + "id": 4501, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "64:70:33:dc:ca:80", + "value": "64:70:33:dc:ca:80" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 444 + }, + "hiddenSeries": false, + "id": 4502, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "6a:03:65:d8:ad:cc", + "value": "6a:03:65:d8:ad:cc" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 454 + }, + "hiddenSeries": false, + "id": 4503, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "74:83:c2:d4:11:3d", + "value": "74:83:c2:d4:11:3d" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 464 + }, + "hiddenSeries": false, + "id": 4504, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:0c", + "value": "80:2a:a8:10:ae:0c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 474 + }, + "hiddenSeries": false, + "id": 4505, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:10:ae:87", + "value": "80:2a:a8:10:ae:87" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 484 + }, + "hiddenSeries": false, + "id": 4506, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "80:2a:a8:5d:86:32", + "value": "80:2a:a8:5d:86:32" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 494 + }, + "hiddenSeries": false, + "id": 4507, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "84:d6:d0:8f:01:2b", + "value": "84:d6:d0:8f:01:2b" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 504 + }, + "hiddenSeries": false, + "id": 4508, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:71:e5:5a:3e:c1", + "value": "88:71:e5:5a:3e:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 514 + }, + "hiddenSeries": false, + "id": 4509, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "88:e9:fe:76:65:35", + "value": "88:e9:fe:76:65:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 524 + }, + "hiddenSeries": false, + "id": 4510, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "8c:2d:aa:c0:55:d7", + "value": "8c:2d:aa:c0:55:d7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 534 + }, + "hiddenSeries": false, + "id": 4511, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "98:5a:eb:cf:21:0f", + "value": "98:5a:eb:cf:21:0f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 544 + }, + "hiddenSeries": false, + "id": 4512, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:91:46:df", + "value": "9c:14:63:91:46:df" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 554 + }, + "hiddenSeries": false, + "id": 4513, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "9c:14:63:aa:6a:5e", + "value": "9c:14:63:aa:6a:5e" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 564 + }, + "hiddenSeries": false, + "id": 4514, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "TOTAL", + "value": "TOTAL" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 574 + }, + "hiddenSeries": false, + "id": 4515, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:02:dc:57:13:35", + "value": "a0:02:dc:57:13:35" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 584 + }, + "hiddenSeries": false, + "id": 4516, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:6f:aa:a6:2e:11", + "value": "a0:6f:aa:a6:2e:11" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 594 + }, + "hiddenSeries": false, + "id": 4517, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "a0:ce:c8:0b:9a:8f", + "value": "a0:ce:c8:0b:9a:8f" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 604 + }, + "hiddenSeries": false, + "id": 4518, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:63:be:b9:99:06", + "value": "ac:63:be:b9:99:06" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 614 + }, + "hiddenSeries": false, + "id": 4519, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "ac:bc:32:80:cf:63", + "value": "ac:bc:32:80:cf:63" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 624 + }, + "hiddenSeries": false, + "id": 4520, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "b4:fb:e4:d2:74:39", + "value": "b4:fb:e4:d2:74:39" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 634 + }, + "hiddenSeries": false, + "id": 4521, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "b8:c7:5d:f3:3a:2c", + "value": "b8:c7:5d:f3:3a:2c" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 644 + }, + "hiddenSeries": false, + "id": 4522, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "c4:95:00:d8:fd:f7", + "value": "c4:95:00:d8:fd:f7" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 654 + }, + "hiddenSeries": false, + "id": 4523, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:13:99:7d:94:c1", + "value": "d8:13:99:7d:94:c1" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 664 + }, + "hiddenSeries": false, + "id": 4524, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "d8:4c:90:9f:82:5a", + "value": "d8:4c:90:9f:82:5a" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 674 + }, + "hiddenSeries": false, + "id": 4525, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "f0:81:73:59:89:19", + "value": "f0:81:73:59:89:19" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 684 + }, + "hiddenSeries": false, + "id": 4526, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:65:de:01:d9:38", + "value": "fc:65:de:01:d9:38" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Application for $Client", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 694 + }, + "hiddenSeries": false, + "id": 4527, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "v", + "repeatIteration": 1592087894861, + "repeatPanelId": 700, + "scopedVars": { + "Client": { + "selected": false, + "text": "fc:a6:67:11:2b:ec", + "value": "fc:a6:67:11:2b:ec" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{application}} ({{category}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Client", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "repeat": null, + "title": "Clients Rx Bytes", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 74 + }, + "id": 12, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Bytes per Client / Application", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 75 + }, + "hiddenSeries": false, + "id": 40, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Category": { + "selected": false, + "text": "Business Tools", + "value": "Business Tools" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier,application) (rate(unpoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} ({{application}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Bytes - $Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Bytes per Client / Application", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 84 + }, + "hiddenSeries": false, + "id": 93, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Category": { + "selected": false, + "text": "Business Tools", + "value": "Business Tools" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier,application) (rate(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} ({{application}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Bytes - $Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Receive Packets per Client / Application", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 93 + }, + "hiddenSeries": false, + "id": 173, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Category": { + "selected": false, + "text": "Business Tools", + "value": "Business Tools" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier,application) (rate(unpoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} ({{application}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Receive Packets - $Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Transmit Packets per Client / Application", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 102 + }, + "hiddenSeries": false, + "id": 172, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Category": { + "selected": false, + "text": "Business Tools", + "value": "Business Tools" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier,application) (rate(unpoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} ({{application}})", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Transmit Packets - $Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "repeat": "Category", + "title": "$Category", + "type": "row" + } + ], + "refresh": "1m", + "schemaVersion": 25, + "style": "dark", + "tags": ["unifi", "unifi-poller"], + "templating": { + "list": [ + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(source)", + "hide": 2, + "includeAll": true, + "label": null, + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{source=~\"$Controller\"},site_name)", + "hide": 0, + "includeAll": false, + "label": null, + "multi": true, + "name": "Site", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{source=~\"$Controller\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": "name", + "value": "name" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Identifier", + "options": [ + { + "selected": false, + "text": "name", + "value": "name" + }, + { + "selected": true, + "text": "mac", + "value": "mac" + } + ], + "query": "name,mac", + "queryValue": "", + "skipUrlSync": false, + "type": "custom" + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},[[Identifier]])", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Client", + "options": [], + "query": "label_values(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},[[Identifier]])", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},category)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Category", + "options": [], + "query": "label_values(unpoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},category)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": false, + "text": "1m", + "value": "1m" + }, + { + "selected": true, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + }, + { + "selected": false, + "text": "15m", + "value": "15m" + }, + { + "selected": false, + "text": "30m", + "value": "30m" + }, + { + "selected": false, + "text": "1h", + "value": "1h" + } + ], + "query": "30s,1m,2m,5m,10m,15m,30m,1h", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: Client DPI - Prometheus", + "uid": "w3usaHLZk", + "version": 50 +} diff --git a/stable/unpoller/10.3.2/dashboards/UAP.json b/stable/unpoller/10.3.2/dashboards/UAP.json new file mode 100644 index 00000000000..d4324dbc80e --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/UAP.json @@ -0,0 +1,3665 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.0.3" + }, + { + "type": "panel", + "id": "grafana-clock-panel", + "name": "Clock", + "version": "1.1.1" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie Chart", + "version": "1.5.0" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "singlestat", + "name": "Singlestat", + "version": "" + }, + { + "type": "panel", + "id": "table-old", + "name": "Table (old)", + "version": "" + }, + { + "type": "panel", + "id": "text", + "name": "Text", + "version": "" + } + ], + "annotations": { + "list": [ + { + "$$hashKey": "object:69", + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0.1 Displays detailed information for wireless access points in a UniFi network using Prometheus.", + "editable": true, + "gnetId": 11314, + "graphTooltip": 1, + "id": null, + "iteration": 1592125488769, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller", "unifi"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "content": "
\n
\n
Unifi UAP
\n", + "datasource": "${DS_UNIFI_POLLER}", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 4, + "x": 0, + "y": 0 + }, + "id": 34, + "links": [], + "mode": "html", + "title": "", + "transparent": true, + "type": "text" + }, + { + "aliasColors": { + "Channel 11": "#37872D", + "Channel 36": "#1F60C4", + "Channel 44": "#8F3BB8" + }, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": 0 + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Visualize wireless channel usage w/ wired client counts.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 6, + "x": 4, + "y": 0 + }, + "hideTimeOverride": false, + "id": 52, + "interval": null, + "legend": { + "header": "", + "percentage": true, + "percentageDecimals": 0, + "show": true, + "values": false + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "3", + "targets": [ + { + "expr": "count by (channel) (unpoller_client_roam_count_total{site_name=~\"$Site\", ap_name=~\"$AP\"})\n", + "instant": false, + "interval": "$Smooth", + "legendFormat": "Ch {{channel}}", + "refId": "B" + } + ], + "timeFrom": null, + "title": "Clients / Channel", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": { + "ac": "#37872D", + "g": "#E0B400", + "na": "#1F60C4", + "ng": "#8F3BB8" + }, + "breakPoint": "25%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": 0 + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Visualize how many clients are connected to which radios/APs.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 7, + "x": 10, + "y": 0 + }, + "hideTimeOverride": false, + "id": 54, + "interval": null, + "legend": { + "header": "", + "percentage": true, + "show": true, + "sort": "current", + "sortDesc": true, + "values": true + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "3", + "targets": [ + { + "expr": "count by (radio_desc) (unpoller_client_uptime_seconds{site_name=~\"$Site\", ap_name=~\"$AP\"})", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{radio_desc}}", + "refId": "A" + } + ], + "timeFrom": null, + "title": "Clients / AP Radio", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": "0.01" + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "This shows an OUI breakdown from Unifi''s perspective.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 7, + "x": 17, + "y": 0 + }, + "hideTimeOverride": false, + "id": 56, + "interval": null, + "legend": { + "header": "Count", + "percentage": true, + "percentageDecimals": 0, + "show": true, + "sortDesc": false, + "values": true + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": 1, + "targets": [ + { + "expr": "count by (oui) (unpoller_client_uptime_seconds{site_name=~\"$Site\", ap_name=~\"$AP\"})", + "instant": false, + "interval": "$Smooth", + "legendFormat": "e {{oui}}", + "refId": "A" + } + ], + "timeFrom": null, + "title": "Client / MAC OUI", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "datasource": "${DS_PROMETHEUS}", + "description": "", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 2, + "x": 0, + "y": 3 + }, + "id": 48, + "interval": null, + "isNew": true, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "80%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_device_stations{site_name=~\"$Site\", name=~\"$AP\", station_type=\"user\"})", + "instant": true, + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Users", + "type": "singlestat", + "valueFontSize": "110%", + "valueMaps": [], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "datasource": "${DS_PROMETHEUS}", + "description": "", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 2, + "x": 2, + "y": 3 + }, + "id": 60, + "interval": null, + "isNew": true, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "80%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_device_stations{site_name=~\"$Site\", name=~\"$AP\", station_type=\"guest\"})", + "instant": true, + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Guests", + "type": "singlestat", + "valueFontSize": "110%", + "valueMaps": [], + "valueName": "current" + }, + { + "bgColor": "#3f2b5b", + "clockType": "12 hour", + "countdownSettings": { + "customFormat": null, + "endCountdownTime": "2018-04-29T21:47:00.000Z", + "endText": "00:00:00" + }, + "datasource": "${DS_UNIFI_POLLER}", + "dateSettings": { + "dateFormat": "YYYY-MM-DD", + "fontSize": "12px", + "fontWeight": "bold", + "showDate": true + }, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 4, + "x": 0, + "y": 7 + }, + "id": 32, + "links": [], + "mode": "time", + "offsetFromUtc": null, + "offsetFromUtcMinutes": null, + "options": { + "bgColor": "", + "clockType": "24 hour", + "countdownSettings": { + "endCountdownTime": "2020-06-14T00:36:42-07:00", + "endText": "00:00:00" + }, + "dateSettings": { + "dateFormat": "YYYY-MM-DD", + "fontSize": "20px", + "fontWeight": "normal", + "showDate": false + }, + "mode": "time", + "timeSettings": { + "fontSize": "12px", + "fontWeight": "normal" + }, + "timezone": "", + "timezoneSettings": { + "fontSize": "12px", + "fontWeight": "normal", + "showTimezone": false, + "zoneFormat": "offsetAbbv" + } + }, + "refreshSettings": { + "syncWithDashboard": false + }, + "timeSettings": { + "customFormat": "HH:mm:ss", + "fontSize": "30px", + "fontWeight": "normal" + }, + "timezone": null, + "timezoneSettings": { + "fontSize": "12px", + "fontWeight": "normal", + "showTimezone": false, + "zoneFormat": "offsetAbbv" + }, + "title": "Now", + "type": "grafana-clock-panel" + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "100%", + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 10 + }, + "id": 1, + "isNew": true, + "links": [], + "pageSize": null, + "scroll": false, + "showHeader": true, + "sort": { + "col": 11, + "desc": true + }, + "styles": [ + { + "$$hashKey": "object:9911", + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "$$hashKey": "object:9912", + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Value #A", + "thresholds": [], + "type": "hidden", + "unit": "dtdurations" + }, + { + "$$hashKey": "object:9913", + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": true, + "linkUrl": "http:", + "pattern": "name", + "preserveFormat": false, + "sanitize": false, + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9915", + "alias": "Model", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "model", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9916", + "alias": "Device MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9917", + "alias": "Unifi Serial #", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "serial", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9918", + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9919", + "alias": "Version", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "version", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9923", + "alias": "Address", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ip", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9924", + "alias": "Type", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "type", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:9925", + "alias": "Type", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "type", + "thresholds": [], + "type": "string", + "unit": "decbytes" + }, + { + "$$hashKey": "object:9926", + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "s" + }, + { + "$$hashKey": "object:9928", + "alias": "Bytes", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 1, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "bytes" + } + ], + "targets": [ + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unpoller_device_info{site_name=~\"$Site\", name=~\"$AP\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unpoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$AP\"})", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unpoller_device_bytes_total{site_name=~\"$Site\", name=~\"$AP\"})", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "C" + } + ], + "timeFrom": null, + "title": "Access Point Details", + "transform": "table", + "type": "table-old" + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "The counters in this table represent uptime totals and do not change with the time range selector. ", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "100%", + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 16 + }, + "id": 49, + "isNew": true, + "links": [], + "pageSize": null, + "scroll": false, + "showHeader": true, + "sort": { + "col": 15, + "desc": true + }, + "styles": [ + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "BSSID", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": true, + "linkUrl": "http:", + "pattern": "bssid", + "preserveFormat": false, + "sanitize": false, + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "ESSID", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "essid", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "job", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "__name__", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Serial", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "serial", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "type", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "VAP", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "vap_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Version", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "version", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "CCQ", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Model", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "model", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "instance", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "AP Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Usage", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "usage", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Radio", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Avg Client Sig", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "dBm" + }, + { + "alias": "Rx Drops", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Tx Drops", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Bytes Rx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #G", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Bytes Tx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #F", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Rx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #H", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Tx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #I", + "thresholds": [], + "type": "number", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_ccq_ratio{site_name=~\"$Site\", name=~\"$AP\"})", + "format": "table", + "instant": true, + "interval": "", + "refId": "A" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_average_client_signal{site_name=~\"$Site\", name=~\"$AP\"})", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "B" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_receive_dropped_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "C" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_transmit_dropped_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "E" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_transmit_bytes_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "F" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_receive_bytes_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "G" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_receive_packets_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "H" + }, + { + "expr": "sum by (bssid,essid,ap_name,name,radio,radio_name,vap_name,site_name,usage,source) (unpoller_device_vap_transmit_packets_total{site_name=~\"$Site\", name=~\"$AP\"}) ", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "I" + } + ], + "timeFrom": null, + "title": "Networks / UAP", + "transform": "table", + "transparent": true, + "type": "table-old" + }, + { + "aliasColors": { + "wap-lower": "dark-green", + "wap-upper": "dark-purple" + }, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 26 + }, + "hiddenSeries": false, + "hideTimeOverride": true, + "id": 30, + "interval": "", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_cpu_utilization_ratio{site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "UAP CPU Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": "CPU Utilization", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "wap-lower": "dark-green", + "wap-upper": "dark-purple" + }, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 26 + }, + "hiddenSeries": false, + "hideTimeOverride": true, + "id": 47, + "interval": "", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_memory_utilization_ratio{site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "UAP Memory Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": "Memory Utilization", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "wap-lower load1": "dark-green", + "wap-lower load15": "dark-blue", + "wap-upper load1": "dark-purple", + "wap-upper load15": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 33 + }, + "hiddenSeries": false, + "id": 3, + "isNew": true, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": false, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/load15$/", + "fill": 0, + "lines": true, + "linewidth": 6 + }, + {} + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_load_average_1{site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} load1", + "refId": "A" + }, + { + "expr": "unpoller_device_load_average_5{site_name=~\"$Site\",name=~\"$AP\"}", + "hide": true, + "interval": "$Smooth", + "legendFormat": "{{name}} load5", + "refId": "B" + }, + { + "expr": "unpoller_device_load_average_15{site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} load15", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "UAP Load Average", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 33 + }, + "hiddenSeries": false, + "id": 46, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": true, + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} users", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Clients / UAP", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Devices TX / RX bytes per second grouped by OUI. RX on negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 40 + }, + "hiddenSeries": false, + "id": 42, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (unpoller_client_receive_rate_bytes{site_name=~\"$Site\",ap_name=~\"$AP\"}) by (oui)", + "interval": "$Smooth", + "legendFormat": "{{oui}} Rx", + "refId": "A" + }, + { + "expr": "sum (unpoller_client_transmit_rate_bytes{site_name=~\"$Site\",ap_name=~\"$AP\"}) by (oui)", + "interval": "$Smooth", + "legendFormat": "{{oui}} Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Wireless Traffic / Vendor", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 40 + }, + "hiddenSeries": false, + "id": 19, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum (unpoller_device_radio_stations{radio=\"ng\", site_name=~\"$Site\",name=~\"$AP\", station_type=\"guest\"}) by (radio,name)", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Guests 2,4GHz", + "refId": "A" + }, + { + "expr": "sum (unpoller_device_radio_stations{radio=\"ng\", site_name=~\"$Site\",name=~\"$AP\", station_type=\"user\"}) by (radio,name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Users 2.4GHz", + "refId": "B" + }, + { + "expr": "sum (unpoller_device_radio_stations{radio=\"na\", site_name=~\"$Site\",name=~\"$AP\", station_type=\"user\"}) by (radio,name)", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Users 5GHz", + "refId": "C" + }, + { + "expr": "sum (unpoller_device_radio_stations{radio=\"na\", site_name=~\"$Site\",name=~\"$AP\", station_type=\"guest\"}) by (radio,name)", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Guests 5GHz", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Users & Guests / Radio Band", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 48 + }, + "hiddenSeries": false, + "id": 59, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_vap_average_client_signal{name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} {{vap_name}} {{radio}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Average AP Client Signal", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dBm", + "label": "Average Client Signal", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 48 + }, + "hiddenSeries": false, + "id": 44, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg(unpoller_client_rssi_db{ap_name=~\"$AP\"}) by (ap_name, radio_name)", + "interval": "$Smooth", + "legendFormat": "{{ap_name}} {{radio_name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Average AP Client RSSI", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dBm", + "label": "Average Client RSSI", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 56 + }, + "hiddenSeries": false, + "id": 18, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_vap_ccq_ratio{site_name=~\"$Site\",name=~\"$AP\", radio=\"na\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} {{vap_name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "5 GHz Client Connection Quality", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": "Average CCQ % / VAP", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 56 + }, + "hiddenSeries": false, + "id": 58, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_vap_ccq_ratio{site_name=~\"$Site\",name=~\"$AP\", radio=\"ng\"}", + "interval": "1m", + "legendFormat": "{{name}} {{vap_name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "2.4 GHz Client Connection Quality", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": "Average CCQ % / VAP", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 64 + }, + "hiddenSeries": false, + "id": 8, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_radio_channel_utilization_receive_ratio{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} Rx", + "refId": "B" + }, + { + "expr": "unpoller_device_radio_channel_utilization_transmit_ratio{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} Tx", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "5 GHz Channel Utilization", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Displays 2.4GHz usage.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 64 + }, + "hiddenSeries": false, + "id": 27, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_radio_channel_utilization_receive_ratio{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} {{radio}} Rx", + "refId": "B" + }, + { + "expr": "unpoller_device_radio_channel_utilization_transmit_ratio{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} {{radio}} Tx", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "2.4 GHz Channel Utilization", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "RX is on the negative Axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 72 + }, + "hiddenSeries": false, + "id": 20, + "interval": "", + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_transmit_bytes_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[5m])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Tx", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_bytes_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[5m])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "5 GHz Traffic", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "RX is on the negative Axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 72 + }, + "hiddenSeries": false, + "id": 24, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_transmit_bytes_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[5m])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Tx", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_bytes_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[5m])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "2.4 GHz Traffic", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "PPS on the na band. In is on the negative Axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 79 + }, + "hiddenSeries": false, + "id": 22, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/In$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_transmit_packets_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Out", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_packets_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} In", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "5 GHz Packets", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "pps", + "label": "PPS", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "PPS on the ng band calculated in 30 second buckets. In is on the negative Axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 79 + }, + "hiddenSeries": false, + "id": 25, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/In$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_transmit_packets_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Out", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_packets_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} In", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "2.4 GHz Packets", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "pps", + "label": "PPS", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Visualize packet errors (several types) per second in the 5GHz band.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 86 + }, + "hiddenSeries": false, + "id": 57, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/In$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_receive_dropped_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Drops Rx", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_dropped_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Drops Tx", + "refId": "B" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_errors_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Errors Rx", + "refId": "C" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_errors_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Errors Tx", + "refId": "D" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_crypts_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Crypts Rx", + "refId": "E" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_frags_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Frags Rx", + "refId": "F" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_nwids_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Nwids Rx", + "refId": "G" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_retries_total{radio=\"na\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Retries Tx", + "refId": "H" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "5 GHz Drops/Errors", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "In is on the negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 86 + }, + "hiddenSeries": false, + "id": 26, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/In$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum (rate(unpoller_device_vap_receive_dropped_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Drops Rx", + "refId": "A" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_dropped_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Drops Tx", + "refId": "B" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_errors_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Errors Rx", + "refId": "C" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_errors_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Errors Tx", + "refId": "D" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_crypts_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Crypts Rx", + "refId": "E" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_frags_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Frags Rx", + "refId": "F" + }, + { + "expr": "sum (rate(unpoller_device_vap_receive_nwids_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Nwids Rx", + "refId": "G" + }, + { + "expr": "sum (rate(unpoller_device_vap_transmit_retries_total{radio=\"ng\",site_name=~\"$Site\",name=~\"$AP\"}[$__interval])) by (name)", + "interval": "$Smooth", + "legendFormat": "{{name}} Retries Tx", + "refId": "H" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "2.4 GHz Drops/Errors", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "1m", + "schemaVersion": 25, + "style": "dark", + "tags": ["unifi", "uap", "unifi-poller"], + "templating": { + "list": [ + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{type=\"uap\"},source)", + "hide": 2, + "includeAll": true, + "label": "", + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(unpoller_device_info{type=\"uap\"},source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{source=~\"$Controller\", type=\"uap\"},site_name)", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "Site", + "options": [], + "query": "label_values(unpoller_device_info{source=~\"$Controller\", type=\"uap\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"uap|udm\",model!=\"UDMPRO\"},name)", + "hide": 0, + "includeAll": true, + "label": "UniFi AP:", + "multi": true, + "name": "AP", + "options": [], + "query": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"uap|udm\",model!=\"UDMPRO\"},name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "tags": [], + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": false, + "text": "1m", + "value": "1m" + }, + { + "selected": true, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + }, + { + "selected": false, + "text": "15m", + "value": "15m" + }, + { + "selected": false, + "text": "30m", + "value": "30m" + }, + { + "selected": false, + "text": "1h", + "value": "1h" + } + ], + "query": "30s,1m,2m,5m,10m,15m,30m,1h", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: UAP Insights - Prometheus", + "uid": "g5wFWqxZk", + "version": 24 +} diff --git a/stable/unpoller/10.3.2/dashboards/USG.json b/stable/unpoller/10.3.2/dashboards/USG.json new file mode 100644 index 00000000000..95d498d4d92 --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/USG.json @@ -0,0 +1,2504 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.0.3" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "singlestat", + "name": "Singlestat", + "version": "" + }, + { + "type": "panel", + "id": "stat", + "name": "Stat", + "version": "" + }, + { + "type": "panel", + "id": "table-old", + "name": "Table (old)", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "limit": 100, + "name": "Annotations & Alerts", + "showIn": 0, + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0.1 Displays detailed information for security gateways in a UniFi network using Prometheus.", + "editable": true, + "gnetId": 11313, + "graphTooltip": 2, + "id": null, + "iteration": 1592125878109, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "100%", + "gridPos": { + "h": 5, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 60, + "isNew": true, + "links": [], + "pageSize": null, + "scroll": false, + "showHeader": true, + "sort": { + "col": 11, + "desc": true + }, + "styles": [ + { + "$$hashKey": "object:1420", + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "$$hashKey": "object:1421", + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Value #A", + "thresholds": [], + "type": "hidden", + "unit": "dtdurations" + }, + { + "$$hashKey": "object:1422", + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": true, + "linkUrl": "http:", + "pattern": "name", + "preserveFormat": false, + "sanitize": false, + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1424", + "alias": "Model", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "model", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1425", + "alias": "Device MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1426", + "alias": "Unifi Serial #", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "serial", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1427", + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1428", + "alias": "Version", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "version", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1432", + "alias": "Address", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ip", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1433", + "alias": "Data", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "$$hashKey": "object:1434", + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "s" + }, + { + "$$hashKey": "object:1435", + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:1436", + "alias": "Type", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "type", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_info{site_name=~\"$Site\", name=~\"$Gateway\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$Gateway\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "C" + } + ], + "timeFrom": null, + "title": "Gateway Details", + "transform": "table", + "type": "table-old" + }, + { + "collapsed": true, + "datasource": "${DS_UNIFI_POLLER}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 5 + }, + "id": 50, + "panels": [ + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {}, + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "min": 0, + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 4, + "x": 0, + "y": 6 + }, + "hideTimeOverride": false, + "id": 64, + "links": [], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + } + }, + "pluginVersion": "7.0.3", + "scopedVars": { + "Site": { + "selected": false + } + }, + "targets": [ + { + "expr": "unpoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Uptime", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "", + "transparent": true, + "type": "stat" + }, + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {}, + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "max": 100, + "min": 0, + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + } + ] + }, + "unit": "Mbits" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 4, + "y": 6 + }, + "hideTimeOverride": false, + "id": 44, + "links": [], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + } + }, + "pluginVersion": "7.0.3", + "scopedVars": { + "Site": { + "selected": false + } + }, + "targets": [ + { + "expr": "unpoller_device_speedtest_upload{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Upload", + "refId": "A" + }, + { + "expr": "unpoller_device_speedtest_download{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Download", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Speed Test", + "transparent": true, + "type": "stat" + }, + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {}, + "displayName": "${__series.name}", + "links": [], + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 9, + "x": 10, + "y": 6 + }, + "hideTimeOverride": false, + "id": 63, + "links": [], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + } + }, + "pluginVersion": "7.0.3", + "scopedVars": { + "Site": { + "selected": false + } + }, + "targets": [ + { + "expr": "sum by (name) (unpoller_device_speedtest_runtime_seconds{site_name=~\"$Site\", name=~\"$Gateway\"})", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Test Time", + "refId": "A" + }, + { + "expr": "sum by (name) (unpoller_device_uplink_latency_seconds{site_name=~\"$Site\", name=~\"$Gateway\"})", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} Uplink Latency", + "refId": "C" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "", + "transparent": true, + "type": "stat" + }, + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "custom": {}, + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "dark-purple", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 50 + }, + { + "color": "#d44a3a", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 5, + "x": 19, + "y": 6 + }, + "hideTimeOverride": false, + "id": 37, + "links": [], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + } + }, + "pluginVersion": "7.0.3", + "scopedVars": { + "Site": { + "selected": false + } + }, + "targets": [ + { + "expr": "unpoller_device_cpu_utilization_ratio{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} CPU %", + "refId": "A" + }, + { + "expr": "unpoller_device_memory_utilization_ratio{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} RAM %", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "", + "transparent": true, + "type": "stat" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorPostfix": true, + "colorValue": true, + "colors": [ + "#FA6400", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "WAN Port Speed", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 0, + "y": 9 + }, + "hideTimeOverride": true, + "id": 46, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "M", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "unpoller_device_uplink_speed_mbps{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", port=\"all\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\"}", + "targets": [ + { + "expr": "unpoller_device_uplink_speed_mbps{site_name=~\"$Site\", name=~\"$Gateway\"}", + "instant": true, + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Uplink", + "transparent": true, + "type": "singlestat", + "valueFontSize": "50%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#5794F2", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 2, + "y": 9 + }, + "hideTimeOverride": true, + "id": 52, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "unpoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"desktop\", type=\"ugw\"}", + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"desktop\"}", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Desktop", + "transparent": true, + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#5794F2", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 0, + "y": 11 + }, + "hideTimeOverride": true, + "id": 38, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "unpoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"user\", type=\"ugw\"}", + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"user\"}", + "instant": true, + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Users", + "transparent": true, + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#5794F2", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 2, + "y": 11 + }, + "hideTimeOverride": true, + "id": 53, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "unpoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"mobile\", type=\"ugw\"}", + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"mobile\"}", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Mobile", + "transparent": true, + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#FADE2A", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 0, + "y": 13 + }, + "hideTimeOverride": true, + "id": 39, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "unpoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"guest\", type=\"ugw\"}", + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"guest\"}", + "instant": true, + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Guests", + "transparent": true, + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#5794F2", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": true, + "thresholdMarkers": true + }, + "gridPos": { + "h": 2, + "w": 2, + "x": 2, + "y": 13 + }, + "hideTimeOverride": true, + "id": 54, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "unpoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unpoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"handheld\", type=\"ugw\"}", + "targets": [ + { + "expr": "unpoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"handheld\"}", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "title": "Handheld", + "transparent": true, + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "aliasColors": { + "gateway load1": "dark-purple", + "gateway load15": "dark-green" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 15 + }, + "hiddenSeries": false, + "id": 56, + "isNew": true, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/load15$/", + "fill": 0, + "lines": true, + "linewidth": 6 + }, + {} + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_load_average_1{site_name=~\"$Site\", name=~\"$Gateway\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} load1", + "refId": "A" + }, + { + "expr": "unpoller_device_load_average_5{site_name=~\"$Site\", name=~\"$Gateway\"}", + "hide": true, + "interval": "$Smooth", + "legendFormat": "{{name}} load5", + "refId": "B" + }, + { + "expr": "unpoller_device_load_average_15{site_name=~\"$Site\", name=~\"$Gateway\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} load15", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "USG Load Average", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway wan Bytes Rx": "dark-green", + "gateway wan Bytes Tx": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Spikes on this graph that are missing from the LAN graph indicate gateway-originated traffic, like a scheduled speed test. Rx is on the negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 11, + "w": 12, + "x": 0, + "y": 25 + }, + "hiddenSeries": false, + "id": 3, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_wan_receive_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_wan_transmit_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Tx", + "refId": "B" + }, + { + "expr": "unpoller_device_wan_transmit_rate_bytes{site_name=~\"$Site\", name=~\"$Gateway\"}", + "hide": true, + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Tx", + "refId": "C" + }, + { + "expr": "unpoller_device_wan_receive_rate_bytes{site_name=~\"$Site\", name=~\"$Gateway\"}", + "hide": true, + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Rx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "WAN Throughput", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway lan Bytes Rx": "dark-green", + "gateway lan Bytes Tx": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Spikes on this graph that do not appear on the WAN graph indicate inter-VLAN-routing. Rx is on the negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 11, + "w": 12, + "x": 12, + "y": 25 + }, + "hiddenSeries": false, + "id": 35, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_lan_receive_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_lan_transmit_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Bytes Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "LAN Throughput", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway wan Packets Rx": "dark-green", + "gateway wan Packets Tx": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "PPS on the WAN interface. Rx is on the negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 36 + }, + "hiddenSeries": false, + "id": 36, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_wan_receive_packets_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Packets Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_wan_transmit_packets_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Packets Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "WAN Packets", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "pps", + "label": "packets / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway lan Packets Rx": "dark-green", + "gateway lan Packets Tx": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "PPS on the LAN interface. Rx is on the negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 36 + }, + "hiddenSeries": false, + "id": 25, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_lan_receive_packets_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Packets Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_lan_transmit_packets_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Packets Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "LAN Packets", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "pps", + "label": "packets / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway wan Multicast Rx": "dark-green", + "gateway wan Broadcast Rx": "dark-blue", + "gateway wan Broadcast Tx": "dark-yellow", + "gateway wan Multicast Tx": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 2, + "description": "", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 2, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 45 + }, + "hiddenSeries": false, + "id": 47, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_wan_transmit_broadcast_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Broadcast Tx", + "refId": "D" + }, + { + "expr": "rate(unpoller_device_wan_receive_broadcast_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Broadcast Rx", + "refId": "C" + }, + { + "expr": "rate(unpoller_device_wan_receive_multicast_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Multicast Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_wan_transmit_multicast_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Multicast Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "WAN Multicast & Broadcast", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "pps", + "label": "packets / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway wan Drops Rx": "dark-green", + "gateway wan Drops Tx": "dark-purple", + "gateway wan Errors Rx": "dark-blue", + "gateway wan Errors Tx": "dark-yellow" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "May show problems with your WAN interface. Rx on negative axis.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 2, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 53 + }, + "hiddenSeries": false, + "id": 48, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sort": null, + "sortDesc": null, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_wan_transmit_dropped_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Drops Tx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_wan_receive_dropped_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Drops Rx", + "refId": "B" + }, + { + "expr": "rate(unpoller_device_wan_transmit_errors_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Errors Tx", + "refId": "C" + }, + { + "expr": "rate(unpoller_device_wan_receive_errors_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Errors Rx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "WAN Drops & Errors", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "pps", + "label": "packets / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "gateway lan Dropped Rx": "dark-green" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 53 + }, + "hiddenSeries": false, + "id": 51, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "Site": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_lan_receive_dropped_total{site_name=~\"$Site\", name=~\"$Gateway\"}[$__interval])", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} {{port}} Dropped Rx", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "LAN Drops", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "pps", + "label": "packets / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "repeat": "Site", + "title": "Site: $Site", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_UNIFI_POLLER}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 6 + }, + "id": 62, + "panels": [], + "title": "Purposely Empty Row", + "type": "row" + } + ], + "refresh": "1m", + "schemaVersion": 25, + "style": "dark", + "tags": ["unifi", "unifi-poller", "usg"], + "templating": { + "list": [ + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{type=~\"udm|usg|ugw\"},source)", + "hide": 2, + "includeAll": true, + "label": "", + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(unpoller_device_info{type=~\"udm|usg|ugw\"},source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{source=~\"$Controller\", type=~\"udm|usg|ugw\"},site_name)", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "Site", + "options": [], + "query": "label_values(unpoller_device_info{source=~\"$Controller\", type=~\"udm|usg|ugw\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"udm|usg|ugw\"},name)", + "hide": 2, + "includeAll": true, + "label": "", + "multi": true, + "name": "Gateway", + "options": [], + "query": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"udm|usg|ugw\"},name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": null, + "tags": [], + "tagsQuery": null, + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "tags": [], + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": false, + "text": "1m", + "value": "1m" + }, + { + "selected": true, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + }, + { + "selected": false, + "text": "15m", + "value": "15m" + } + ], + "query": "30s,1m,2m,5m,10m,15m", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: USG Insights - Prometheus", + "uid": "4Yo8IZ-Wk", + "version": 36 +} diff --git a/stable/unpoller/10.3.2/dashboards/USW.json b/stable/unpoller/10.3.2/dashboards/USW.json new file mode 100644 index 00000000000..659592fa172 --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/USW.json @@ -0,0 +1,2858 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.0.3" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "table-old", + "name": "Table (old)", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0.1 Displays detailed information for network switches in a UniFi network using Prometheus.", + "editable": true, + "gnetId": 11312, + "graphTooltip": 1, + "id": null, + "iteration": 1592125490470, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "collapsed": false, + "datasource": "${DS_UNIFI_POLLER}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 137, + "panels": [], + "title": "Aggregate Graphs", + "type": "row" + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "If you have access points and gateways they will also show up here because they have switch ports.", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "100%", + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 1 + }, + "id": 2297, + "isNew": true, + "links": [], + "pageSize": null, + "scroll": false, + "showHeader": true, + "sort": { + "col": 11, + "desc": true + }, + "styles": [ + { + "$$hashKey": "object:10978", + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "$$hashKey": "object:10979", + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "Value #A", + "thresholds": [], + "type": "hidden", + "unit": "dtdurations" + }, + { + "$$hashKey": "object:10980", + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": true, + "linkUrl": "http:", + "pattern": "name", + "preserveFormat": false, + "sanitize": false, + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10982", + "alias": "Model", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "model", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10983", + "alias": "Device MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10984", + "alias": "UniFi Serial #", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "serial", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10985", + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10986", + "alias": "Version", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "version", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10990", + "alias": "IP", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ip", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10991", + "alias": "Type", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "type", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "$$hashKey": "object:10992", + "alias": "Data", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "$$hashKey": "object:10993", + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "s" + }, + { + "$$hashKey": "object:10994", + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "hidden", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_info{site_name=~\"$Site\", name=~\"$Switch\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$Switch\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + }, + { + "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unpoller_device_bytes_total{site_name=~\"$Site\", name=~\"$Switch\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "C" + } + ], + "timeFrom": null, + "title": "Switch Details", + "transform": "table", + "type": "table-old" + }, + { + "aliasColors": { + "switch C": "dark-green", + "switch F": "dark-purple" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 1, + "description": "", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 16, + "x": 0, + "y": 7 + }, + "hiddenSeries": false, + "id": 1149, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:11469", + "alias": "/F$/", + "yaxis": 2 + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (name,temp_area,temp_type) (unpoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{temp_area}} {{temp_type}} C ", + "refId": "A" + }, + { + "expr": "sum by (name,temp_area,temp_type) (unpoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\"}*9/5+32)", + "hide": false, + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} {{temp_area}} {{temp_type}} F", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Device Temperature(s)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:11514", + "decimals": 1, + "format": "celsius", + "label": "Celcius", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:11515", + "decimals": 1, + "format": "fahrenheit", + "label": "Farenheit", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": -32 + } + }, + { + "aliasColors": { + "switch": "dark-purple" + }, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 16, + "y": 7 + }, + "hiddenSeries": false, + "hideTimeOverride": true, + "id": 1859, + "interval": "", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_memory_utilization_ratio{type=\"usw\", site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}", + "interval": "$Smooth", + "legendFormat": "{{name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "percentunit", + "label": "Memory Utilization", + "logBase": 1, + "max": "1", + "min": "0", + "show": true + }, + { + "decimals": null, + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "switch load1": "dark-green", + "switch load15": "semi-dark-purple", + "switch load5": "dark-blue" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "editable": true, + "error": false, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 16, + "x": 0, + "y": 14 + }, + "hiddenSeries": false, + "id": 1857, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "show": true, + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/load15$/", + "fill": 0, + "lines": true, + "linewidth": 6 + }, + { + "alias": "/load5$/", + "fill": 0, + "lines": true, + "linewidth": 4 + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_load_average_1{site_name=~\"$Site\",name=~\"$Switch\"}", + "interval": "$Smooth", + "legendFormat": "{{name}} load1", + "refId": "A" + }, + { + "expr": "unpoller_device_load_average_5{site_name=~\"$Site\",name=~\"$Switch\"}", + "hide": true, + "interval": "$Smooth", + "legendFormat": "{{name}} load5", + "refId": "B" + }, + { + "expr": "unpoller_device_load_average_15{site_name=~\"$Site\",name=~\"$Switch\"}", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{name}} load15", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Device Load Average", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:13149", + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:13150", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": { + "switch": "dark-purple" + }, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 8, + "x": 16, + "y": 14 + }, + "hiddenSeries": false, + "hideTimeOverride": true, + "id": 1861, + "interval": "", + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_cpu_utilization_ratio{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}", + "interval": "$Smooth", + "legendFormat": "{{name}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "percentunit", + "label": "CPU Utilization", + "logBase": 1, + "max": "1", + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Shows data transferred for selected switch ports.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 17, + "w": 24, + "x": 0, + "y": 22 + }, + "hiddenSeries": false, + "id": 135, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_port_transmit_bytes_total{site_name=~\"$Site\", name=~\"$Switch\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} {{port_name}} Tx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_port_receive_bytes_total{site_name=~\"$Site\", name=~\"$Switch\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} {{port_name}} Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Data Transfer", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "Bytes Per Second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "This panel displays lifetime totals and current data as of now.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "90%", + "gridPos": { + "h": 21, + "w": 24, + "x": 0, + "y": 39 + }, + "id": 214, + "links": [], + "pageSize": null, + "scroll": true, + "showHeader": true, + "sort": { + "col": 2, + "desc": true + }, + "styles": [ + { + "alias": "Port Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Switch", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Switch", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Port", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "port_num", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "__name__", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "instance", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "job", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "port_id", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Client", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "port_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Bytes Rx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "bytes" + }, + { + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Bytes Tx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Tx Drops", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Rx Drops", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Tx Broadcast", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Rx Broadcast", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #F", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Tx Errors", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #G", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Rx Errors", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #H", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Tx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #I", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Rx Packets", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #J", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Amps", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #K", + "thresholds": [], + "type": "number", + "unit": "mamp" + }, + { + "alias": "Volts", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #L", + "thresholds": [], + "type": "number", + "unit": "volt" + }, + { + "alias": "Watts", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #M", + "thresholds": [], + "type": "number", + "unit": "watt" + } + ], + "targets": [ + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_receive_bytes_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "instant": true, + "refId": "A" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_transmit_bytes_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "B" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_receive_dropped_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "D" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_transmit_dropped_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "C" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_receive_broadcast_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "F" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_transmit_broadcast_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "E" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_receive_errors_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "H" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_transmit_errors_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "G" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_receive_packets_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "J" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_transmit_packets_total{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "I" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_poe_amperes{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "K" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_poe_volts{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "L" + }, + { + "expr": "sum by (name,port_num,port_name,site_name,source) (unpoller_device_port_poe_watts{site_name=~\"$Site\",name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "refId": "M" + } + ], + "title": "All Port Information", + "transform": "table", + "transparent": true, + "type": "table-old" + }, + { + "collapsed": true, + "datasource": "${DS_UNIFI_POLLER}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 60 + }, + "id": 4, + "panels": [ + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "These are total \"lifetime\" counters.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "90%", + "gridPos": { + "h": 3, + "w": 24, + "x": 0, + "y": 61 + }, + "id": 291, + "links": [], + "pageSize": null, + "scopedVars": { + "Port": { + "selected": false + } + }, + "scroll": true, + "showHeader": true, + "sort": { + "col": 13, + "desc": true + }, + "styles": [ + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Speed", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "", + "align": "auto", + "colorMode": "cell", + "colors": [ + "rgba(50, 172, 45, 0)", + "rgba(237, 129, 40, 0.89)", + "rgba(245, 54, 54, 0.9)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "/Drops|Errors/", + "thresholds": ["10", "100"], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 1, + "mappingType": 1, + "pattern": "/^Bytes/", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Satisfaction", + "thresholds": [], + "type": "number", + "unit": "percent" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "/^[TR]x /", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Volts", + "thresholds": [], + "type": "number", + "unit": "volt" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 1, + "mappingType": 1, + "pattern": "Watts", + "thresholds": [], + "type": "number", + "unit": "watt" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 0, + "mappingType": 1, + "pattern": "Amps", + "thresholds": [], + "type": "number", + "unit": "mamp" + } + ], + "targets": [ + { + "expr": "unpoller_device_port_port_speed_bps{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Speed", + "refId": "A" + }, + { + "expr": "unpoller_device_port_poe_amperes{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Amps", + "refId": "B" + }, + { + "expr": "unpoller_device_port_poe_volts{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Volts", + "refId": "C" + }, + { + "expr": "unpoller_device_port_poe_watts{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Watts", + "refId": "D" + }, + { + "expr": "unpoller_device_port_transmit_broadcast_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Tx Broadcast", + "refId": "E" + }, + { + "expr": "unpoller_device_port_transmit_multicast_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Rx Multicast", + "refId": "F" + }, + { + "expr": "unpoller_device_port_receive_dropped_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Rx Drops", + "refId": "G" + }, + { + "expr": "unpoller_device_port_transmit_dropped_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Tx Drops", + "refId": "N" + }, + { + "expr": "unpoller_device_port_transmit_errors_total+unpoller_device_port_receive_errors_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Rx+Tx Errors", + "refId": "H" + }, + { + "expr": "unpoller_device_port_receive_packets_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Rx Packets", + "refId": "I" + }, + { + "expr": "unpoller_device_port_transmit_packets_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Tx Packets", + "refId": "J" + }, + { + "expr": "unpoller_device_port_receive_bytes_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Bytes Rx", + "refId": "K" + }, + { + "expr": "unpoller_device_port_transmit_bytes_total{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Bytes Tx", + "refId": "L" + }, + { + "expr": "unpoller_device_port_satisfaction_percent{port_id=\"$Port\", site_name=~\"$Site\"}", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "Satisfaction", + "refId": "M" + } + ], + "title": "Switch $Port Information", + "transform": "timeseries_to_columns", + "type": "table-old" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Shows data transfer rate per second for Switch $Port. TX on positive axis and RX on negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 64 + }, + "hiddenSeries": false, + "id": 1396, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_port_receive_bytes_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": " {{port_id}} ({{port_name}}) Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_port_transmit_bytes_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": " {{port_id}} ({{port_name}}) Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Data Transfer: Switch $Port", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "Bytes / Second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Shows broadcast and multicast packets per second for Switch $Port. TX on positive axis and RX on negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 73 + }, + "hiddenSeries": false, + "id": 594, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_port_receive_broadcast_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Broadcast Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_port_transmit_broadcast_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Broadcast Tx", + "refId": "B" + }, + { + "expr": "rate(unpoller_device_port_receive_multicast_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Multicast Rx", + "refId": "C" + }, + { + "expr": "rate(unpoller_device_port_transmit_multicast_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Multicast Tx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Multicast & Broadcast: Switch $Port", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": "PPS", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "Shows errors and dropped packets for Switch $Port. RX on negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 73 + }, + "hiddenSeries": false, + "id": 367, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_port_receive_dropped_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Drops Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_port_transmit_dropped_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Drops Tx", + "refId": "B" + }, + { + "expr": "rate(unpoller_device_port_transmit_errors_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Errors Tx", + "refId": "C" + }, + { + "expr": "rate(unpoller_device_port_receive_errors_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Errors Rx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Errors and Drops: Switch $Port", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:4320", + "decimals": null, + "format": "pps", + "label": "packets per second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:4321", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Shows packet counters for Switch $Port. TX on positive axis and RX on negative axis.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 80 + }, + "hiddenSeries": false, + "id": 468, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_device_port_receive_packets_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Rx", + "refId": "A" + }, + { + "expr": "rate(unpoller_device_port_transmit_packets_total{site_name=~\"$Site\", port_id=~\"$Port\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "{{port_id}} ({{port_name}}) Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Packets Per Second: Switch $Port", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": "PPS", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Display POE Power for Switch $Port.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 4, + "x": 12, + "y": 80 + }, + "hiddenSeries": false, + "id": 745, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_port_poe_watts{site_name=~\"$Site\", port_id=~\"$Port\"}", + "interval": "$Smooth", + "legendFormat": "{{port_id}} Watts", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "POE Power: Switch $Port", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "watt", + "label": "Watts", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "watt", + "label": "Watts", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Display POE Voltage for Switch $Port.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 4, + "x": 16, + "y": 80 + }, + "hiddenSeries": false, + "id": 921, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_port_poe_volts{site_name=~\"$Site\", port_id=~\"$Port\"}", + "interval": "$Smooth", + "legendFormat": "{{port_id}} Volts", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "POE Voltage: Switch $Port", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "volt", + "label": "Volts", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "watt", + "label": "Watts", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Display POE Current for Switch $Port.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 4, + "x": 20, + "y": 80 + }, + "hiddenSeries": false, + "id": 922, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "scopedVars": { + "Port": { + "selected": false + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_device_port_poe_amperes{site_name=~\"$Site\", port_id=~\"$Port\"}", + "interval": "$Smooth", + "legendFormat": "{{port_id}} Amps", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "POE Current: Switch $Port", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "mamp", + "label": "Amps", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "watt", + "label": "Watts", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "repeat": "Port", + "title": "Switch $Port", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_UNIFI_POLLER}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 85 + }, + "id": 2299, + "panels": [], + "title": "Purposely Empty Row", + "type": "row" + } + ], + "refresh": "1m", + "schemaVersion": 25, + "style": "dark", + "tags": ["unifi", "usw", "unifi-poller"], + "templating": { + "list": [ + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info,source)", + "hide": 2, + "includeAll": true, + "label": null, + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(unpoller_device_info,source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": { + "selected": true, + "tags": [], + "text": "All", + "value": ["$__all"] + }, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Devices", + "options": [ + { + "selected": true, + "text": "All", + "value": "$__all" + }, + { + "selected": false, + "text": "udm", + "value": "udm" + }, + { + "selected": false, + "text": "usw", + "value": "usw" + }, + { + "selected": false, + "text": "uap", + "value": "uap" + } + ], + "query": "udm,usw,uap", + "queryValue": "", + "skipUrlSync": false, + "type": "custom" + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{source=~\"$Controller\"},site_name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Site", + "options": [], + "query": "label_values(unpoller_device_info{source=~\"$Controller\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"$Devices\"},name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Switch", + "options": [], + "query": "label_values(unpoller_device_info{site_name=~\"$Site\", type=~\"$Devices\"},name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_device_port_port_speed_bps{site_name=~\"$Site\", name=~\"$Switch\"},port_id)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Port", + "options": [], + "query": "label_values(unpoller_device_port_port_speed_bps{site_name=~\"$Site\", name=~\"$Switch\"},port_id)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 3, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "tags": [], + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": false, + "text": "1m", + "value": "1m" + }, + { + "selected": true, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + }, + { + "selected": false, + "text": "15m", + "value": "15m" + }, + { + "selected": false, + "text": "30m", + "value": "30m" + } + ], + "query": "30s,1m,2m,5m,10m,15m,30m", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: USW Insights - Prometheus", + "uid": "FsfxpWaZz", + "version": 35 +} diff --git a/stable/unpoller/10.3.2/dashboards/clients.json b/stable/unpoller/10.3.2/dashboards/clients.json new file mode 100644 index 00000000000..8f885508263 --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/clients.json @@ -0,0 +1,3205 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.0.3" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie Chart", + "version": "1.5.0" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "table-old", + "name": "Table (old)", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0.1 Displays detailed information for clients in a UniFi network using Prometheus.", + "editable": true, + "gnetId": 11315, + "graphTooltip": 1, + "id": null, + "iteration": 1592125485014, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "This table represents current (latest) data.\nBytes columns are lifetime totals.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "80%", + "gridPos": { + "h": 13, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 21, + "links": [], + "pageSize": null, + "scroll": true, + "showHeader": true, + "sort": { + "col": 9, + "desc": true + }, + "styles": [ + { + "alias": "Bytes Rx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Chan", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "channel", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Device MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Radio", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio_name", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "AP / Radio / Proto", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio_desc", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "radio_proto", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "job", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "bssid", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ap_mac", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Time", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "wired", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "vlan", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "sw_mac", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "instance", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "gw_mac", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Network", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "network", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "OUI", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "oui", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Address", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ip", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "ESSID", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "essid", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Switch", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "sw_name", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Sw Port", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "sw_port", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "gw_name", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Bytes Tx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "s" + } + ], + "targets": [ + { + "expr": "sum by (channel,essid,ip,mac,name,network,oui,radio_desc,site_name,source) (\n unpoller_client_receive_bytes_total{wired!=\"true\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + }, + { + "expr": "sum by (channel,essid,ip,mac,name,network,oui,radio_desc,site_name,source) (\n unpoller_client_transmit_bytes_total{wired!=\"true\",site_name=~\"$Site\", name=~\"$Wireless\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "B" + }, + { + "expr": "sum by (channel,essid,ip,mac,name,network,oui,radio_desc,site_name,source) (\n unpoller_client_uptime_seconds{wired!=\"true\",site_name=~\"$Site\", name=~\"$Wireless\"})", + "format": "table", + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "C" + } + ], + "timeFrom": null, + "title": "Wireless Devices", + "transform": "table", + "type": "table-old" + }, + { + "columns": [], + "datasource": "${DS_PROMETHEUS}", + "description": "This table represents current (latest) data.\nBytes columns are lifetime totals.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "80%", + "gridPos": { + "h": 12, + "w": 24, + "x": 0, + "y": 13 + }, + "hideTimeOverride": false, + "id": 22, + "links": [], + "pageSize": null, + "scroll": true, + "showHeader": true, + "sort": { + "col": 9, + "desc": true + }, + "styles": [ + { + "alias": "Time", + "align": "auto", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "link": false, + "linkUrl": "http://$__cell", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Sw Port", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "decimals": 0, + "pattern": "sw_port", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Name", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Device MAC", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "mappingType": 1, + "pattern": "mac", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": null, + "mappingType": 1, + "pattern": "Value", + "thresholds": [], + "type": "number", + "unit": "s" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "__name__", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "gw_mac", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "gw_name", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "instance", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Address", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "ip", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "job", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Network", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "network", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "OUI", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "oui", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "Site", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "site_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "sw_mac", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Switch", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "sw_name", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "alias": "", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "wired", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Controller", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "source", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Uptime", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "mappingType": 1, + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "s" + }, + { + "alias": "Bytes Rx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 1, + "mappingType": 1, + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Bytes Tx", + "align": "auto", + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 1, + "mappingType": 1, + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "decbytes" + } + ], + "targets": [ + { + "expr": "sum by (ap_name,ip,mac,name,network,oui,site_name,source,sw_port) (\n unpoller_client_uptime_seconds{wired=\"true\", site_name=~\"$Site\", name=~\"$Wired\", sw_name=~\"$Switch\"})", + "format": "table", + "instant": true, + "interval": "", + "refId": "A" + }, + { + "expr": "sum by (ap_name,ip,mac,name,network,oui,site_name,source,sw_port) (\n unpoller_client_receive_bytes_total{wired=\"true\", site_name=~\"$Site\", name=~\"$Wired\", sw_name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "B" + }, + { + "expr": "sum by (ap_name,ip,mac,name,network,oui,site_name,source,sw_port) (\n unpoller_client_transmit_bytes_total{wired=\"true\", site_name=~\"$Site\", name=~\"$Wired\", sw_name=~\"$Switch\"})", + "format": "table", + "hide": false, + "instant": true, + "interval": "", + "refId": "C" + } + ], + "timeFrom": null, + "title": "Wired Devices", + "transform": "table", + "type": "table-old" + }, + { + "aliasColors": {}, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": 0 + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Visualize wireless channel usage w/ wired client counts.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 8, + "x": 0, + "y": 25 + }, + "hideTimeOverride": false, + "id": 9, + "interval": null, + "legend": { + "header": "", + "percentage": true, + "show": true, + "values": false + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "2", + "targets": [ + { + "expr": "count by (hostname) (unpoller_client_uptime_seconds{site_name=~\"$Site\", name=~\"$Wired\", sw_name=~\"$Switch\"})", + "instant": true, + "legendFormat": "Wired", + "refId": "A" + }, + { + "expr": "count by (channel) (unpoller_client_roam_count_total{site_name=~\"$Site\", name=~\"$Wireless\", ap_name=~\"$AP\"})", + "instant": true, + "interval": "$Smooth", + "legendFormat": "Channel {{channel}}", + "refId": "B" + } + ], + "timeFrom": null, + "title": "Clients / Channel", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "breakPoint": "25%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": 0 + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "Visualize how many clients are connected to which radios/APs.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 8, + "x": 8, + "y": 25 + }, + "hideTimeOverride": false, + "id": 11, + "interval": null, + "legend": { + "header": "", + "percentage": true, + "show": true, + "values": false + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": "3", + "targets": [ + { + "expr": "count by (radio_proto) (unpoller_client_roam_count_total{site_name=~\"$Site\", name=~\"$Wireless\", ap_name=~\"$AP\"})", + "instant": true, + "interval": "$Smooth", + "legendFormat": "{{radio_proto}}", + "refId": "A" + } + ], + "timeFrom": null, + "title": "Clients / AP Radio", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "breakPoint": "50%", + "cacheTimeout": null, + "combine": { + "label": "Others", + "threshold": "0.01" + }, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "This shows an OUI breakdown from Unifi''s perspective. e = wired, w = wireless", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fontSize": "70%", + "format": "short", + "gridPos": { + "h": 10, + "w": 8, + "x": 16, + "y": 25 + }, + "hideTimeOverride": false, + "id": 12, + "interval": null, + "legend": { + "header": "Count", + "percentage": true, + "percentageDecimals": 0, + "show": true, + "sort": "current", + "sortDesc": true, + "values": true + }, + "legendType": "Right side", + "links": [], + "maxDataPoints": 3, + "nullPointMode": "connected", + "pieType": "pie", + "strokeWidth": 1, + "targets": [ + { + "expr": "count by (oui) (unpoller_client_uptime_seconds{site_name=~\"$Site\", name=~\"$Wireless\", ap_name=~\"$AP\"})", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": " w {{oui}}", + "refId": "A" + }, + { + "expr": "count by (oui) (+unpoller_client_uptime_seconds{site_name=~\"$Site\", name=~\"$Wired\", sw_name=~\"$Switch\"})", + "hide": false, + "instant": true, + "interval": "$Smooth", + "legendFormat": "e {{oui}}", + "refId": "B" + } + ], + "timeFrom": null, + "title": "Client MAC OUI Breakdown", + "transparent": true, + "type": "piechart", + "valueName": "current" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Bandwidth usage per wireless devices as reported by the UAPs. Rx is on the negative axis. Does not include amazon devices.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 14, + "w": 24, + "x": 0, + "y": 35 + }, + "hiddenSeries": false, + "id": 3, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:323", + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} Tx", + "refId": "B" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} Rx", + "refId": "C" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "UAP Bandwidth / Wireless Devices", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / sec", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Wired TX / RX bytes per second (calculated in 30 second buckets). Rx is on the negative axis. Does not include amazon and camera devices. Unaffected by the AP setting.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 17, + "w": 24, + "x": 0, + "y": 49 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:398", + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}} Tx", + "refId": "A" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "intervalFactor": 1, + "legendFormat": "{{name}} {{mac}} Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Switch Bandwidth / Wired Devices", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / sec", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Amazon Devices TX / RX bytes per second. Rx is on the negative axis. My home network has a ton of Amazon devices, so I broke them out separately. If you don''t have Amazon devices, or they have different names, you can edit the query to use a different name. e = wired, w = wireless", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 11, + "w": 12, + "x": 0, + "y": 66 + }, + "hiddenSeries": false, + "id": 23, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:469", + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "w {{name}} {{mac}} Tx", + "refId": "A" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "w {{name}} {{mac}} Rx", + "refId": "B" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "e {{name}} {{mac}} Tx", + "refId": "C" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "e {{name}} {{mac}} Rx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Bandwidth / Echos & FireTVs", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / sec", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Cameras TX / RX bytes per second. Rx is on the negative axis. This graph shows any device with the word \"camera\" in its name and has nothing to do with UniFi Protect/video products. e = wired, w = wireless", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 11, + "w": 12, + "x": 12, + "y": 66 + }, + "hiddenSeries": false, + "id": 15, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "avg", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "$$hashKey": "object:510", + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "instant": false, + "interval": "$Smooth", + "legendFormat": "w {{name}} {{mac}} Tx", + "refId": "A" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "w {{name}} {{mac}} Rx", + "refId": "B" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "e {{name}} {{mac}} Tx", + "refId": "C" + }, + { + "expr": "sum by ($Identifier) (rate(unpoller_client_receive_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "e {{name}} {{mac}} Rx", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Bandwidth: Cameras", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": "bytes / sec", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 77 + }, + "hiddenSeries": false, + "id": 7, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "min", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_rssi_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "1m", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Received Signal Strength Indicator", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dB", + "label": "RSSI Quality", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 77 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": false, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_radio_signal_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "instant": false, + "interval": "$Smooth", + "intervalFactor": 1, + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Wireless Signal", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dBm", + "label": "Signal Power", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 86 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_noise_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "instant": false, + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "UAP Client Stats / Noise", + "tooltip": { + "shared": true, + "sort": 1, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dB", + "label": "Noise", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Client reported transmit rate.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 86 + }, + "hiddenSeries": false, + "id": 19, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_radio_transmit_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "TX Rate", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 94 + }, + "hiddenSeries": false, + "id": 24, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "avg by ($Identifier) (rate(unpoller_client_wifi_attempts_transmit_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Wifi Tx Attempts", + "tooltip": { + "shared": true, + "sort": 1, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": "Attempts / Second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "description": "Client reported receive rate.", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 94 + }, + "hiddenSeries": false, + "id": 26, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_radio_receive_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "RX Rate", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 102 + }, + "hiddenSeries": false, + "id": 30, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (rate(unpoller_client_transmit_retries_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval]))", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Transmit Retries", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": "Tx Retries / Second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 102 + }, + "hiddenSeries": false, + "id": 29, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_radio_transmit_power_dbm{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Transmit Power", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "dBm", + "label": "Transmit Power dBm", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 110 + }, + "hiddenSeries": false, + "id": 25, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_anomalies{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Anomalies", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": "Anomalies", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 110 + }, + "hiddenSeries": false, + "id": 31, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_satisfaction_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Satisfaction", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": true, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "percentunit", + "label": "Client Satisfaction", + "logBase": 1, + "max": "1", + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 118 + }, + "hiddenSeries": false, + "id": 28, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_roam_count_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Roam Count", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": "Roam Count", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 118 + }, + "hiddenSeries": false, + "id": 27, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": false, + "min": true, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by ($Identifier) (unpoller_client_ccq_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})", + "interval": "$Smooth", + "legendFormat": "{{name}} {{mac}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Connection Quality %", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 1, + "format": "percentunit", + "label": "CCQ", + "logBase": 1, + "max": "1", + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "1m", + "schemaVersion": 25, + "style": "dark", + "tags": ["unifi", "unifi-poller"], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds,source)", + "hide": 2, + "includeAll": true, + "label": null, + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds,source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{source=~\"$Controller\"},site_name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Site", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{source=~\"$Controller\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\"},ap_name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "AP", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\"},ap_name)", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\"},sw_name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Switch", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\"},sw_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\", ap_name=~\"$AP\", wired=\"false\"},name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Wireless", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\", ap_name=~\"$AP\", wired=\"false\"},name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\", sw_name=~\"$Switch\", wired=\"true\"},name)", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Wired", + "options": [], + "query": "label_values(unpoller_client_uptime_seconds{site_name=~\"$Site\", sw_name=~\"$Switch\", wired=\"true\"},name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": false, + "text": "1m", + "value": "1m" + }, + { + "selected": true, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + }, + { + "selected": false, + "text": "15m", + "value": "15m" + }, + { + "selected": false, + "text": "30m", + "value": "30m" + }, + { + "selected": false, + "text": "1h", + "value": "1h" + } + ], + "query": "30s,1m,2m,5m,10m,15m,30m,1h", + "skipUrlSync": false, + "type": "custom" + }, + { + "allValue": null, + "current": { + "selected": true, + "text": "name", + "value": "name" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Identifier", + "options": [ + { + "selected": true, + "text": "name", + "value": "name" + }, + { + "selected": false, + "text": "name,mac", + "value": "name,mac" + } + ], + "query": "name, name\\,mac", + "queryValue": "", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: Client Insights - Prometheus", + "uid": "jMfvAjxWz", + "version": 30 +} diff --git a/stable/unpoller/10.3.2/dashboards/network.json b/stable/unpoller/10.3.2/dashboards/network.json new file mode 100644 index 00000000000..4fcc22e35d3 --- /dev/null +++ b/stable/unpoller/10.3.2/dashboards/network.json @@ -0,0 +1,1489 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__requires": [ + { + "type": "panel", + "id": "gauge", + "name": "Gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "6.6.0" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "singlestat", + "name": "Singlestat", + "version": "" + }, + { + "type": "panel", + "id": "text", + "name": "Text", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "UniFi Poller v2.0 Displays detailed information for network Sites in a UniFi controller using Prometheus.", + "editable": true, + "gnetId": 11311, + "graphTooltip": 1, + "id": null, + "iteration": 1580616399315, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": true, + "tags": ["unifi-poller"], + "title": "UniFi Poller", + "type": "dashboards" + }, + { + "icon": "question", + "tags": [], + "title": "Help", + "type": "link", + "url": "https://golift.io/unifi-poller/issues" + }, + { + "icon": "doc", + "tags": [], + "title": "Wiki", + "type": "link", + "url": "https://golift.io/unifi-poller/wiki" + }, + { + "icon": "bolt", + "tags": [], + "title": "Discord", + "type": "link", + "url": "https://discord.gg/KnyKYt2" + } + ], + "panels": [ + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 0, + "y": 0 + }, + "id": 41, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.4.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_site_switches)", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "USW", + "type": "singlestat", + "valueFontSize": "100%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 3, + "y": 0 + }, + "id": 42, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.4.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_site_aps)", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "UAP", + "type": "singlestat", + "valueFontSize": "100%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 6, + "y": 0 + }, + "id": 43, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.4.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_site_gateways)", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "USG", + "type": "singlestat", + "valueFontSize": "100%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 3, + "x": 9, + "y": 0 + }, + "id": 44, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.4.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(unpoller_site_stations)", + "format": "time_series", + "instant": false, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Stations", + "type": "singlestat", + "valueFontSize": "100%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "content": "Each site contains 5 subsystems: wan, lan, wlan, www, vpn. Each subsystem contains data specific to that system. \nAll subsystems except vpn have data rate. VPN has data transfer though.\nThere''s not a ton of juicy info here, and most of it can be gleaned on other the dashboards.\nThe row below is purposely collapsed because some installationd have hundreds of sites. \nLoading them all at once is often not possible.\n", + "gridPos": { + "h": 4, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 37, + "links": [], + "mode": "html", + "options": {}, + "timeFrom": null, + "timeShift": null, + "title": "Information", + "type": "text" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 4 + }, + "id": 4, + "panels": [ + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "format": "s", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 5 + }, + "id": 40, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.4.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "unpoller_site_uptime_seconds", + "format": "time_series", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Uplink Uptime", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "These are counters, totals, but they don''t change much so the graph does not show rate.", + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 11, + "w": 18, + "x": 6, + "y": 5 + }, + "hiddenSeries": false, + "id": 38, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "hideEmpty": true, + "hideZero": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_site_iots{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} IoT", + "refId": "A" + }, + { + "expr": "unpoller_site_adopted{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Adopted", + "refId": "B" + }, + { + "expr": "unpoller_site_disabled{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Disabled", + "refId": "C" + }, + { + "expr": "unpoller_site_disconnected{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Disconnected", + "refId": "D" + }, + { + "expr": "unpoller_site_pending{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Pending", + "refId": "E" + }, + { + "expr": "unpoller_site_gateways{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Gateways", + "refId": "F" + }, + { + "expr": "unpoller_site_switches{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Switches", + "refId": "G" + }, + { + "expr": "unpoller_site_intenet_drops_total{site_name=~\"$Site\",subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Drops", + "refId": "H" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Item Counts", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": "Item Counts", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 8, + "w": 3, + "x": 0, + "y": 8 + }, + "id": 32, + "links": [], + "options": { + "fieldOptions": { + "calcs": ["lastNotNull"], + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 0, + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "max": 400, + "min": 10, + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#299c46", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 100 + }, + { + "color": "#d44a3a", + "value": 200 + } + ] + }, + "title": "Latency", + "unit": "s" + }, + "overrides": [], + "values": false + }, + "orientation": "horizontal", + "showThresholdLabels": false, + "showThresholdMarkers": true + }, + "pluginVersion": "6.6.0", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "targets": [ + { + "expr": "unpoller_site_latency_seconds{site_name=~\"$Site\"}", + "instant": true, + "interval": "$Smooth", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "", + "type": "gauge" + }, + { + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 8, + "w": 3, + "x": 3, + "y": 8 + }, + "id": 33, + "links": [], + "options": { + "fieldOptions": { + "calcs": ["lastNotNull"], + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "id": 0, + "op": "=", + "text": "N/A", + "type": 1, + "value": "null" + } + ], + "max": 200, + "min": 1, + "nullValueMode": "connected", + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#299c46", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 50 + }, + { + "color": "#d44a3a", + "value": 100 + } + ] + }, + "title": "Speed Test Ping", + "unit": "s" + }, + "overrides": [], + "values": false + }, + "orientation": "horizontal", + "showThresholdLabels": false, + "showThresholdMarkers": true + }, + "pluginVersion": "6.6.0", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "targets": [ + { + "expr": "unpoller_site_speedtest_ping{site_name=~\"$Site\"}", + "interval": "$Smooth", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "", + "type": "gauge" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": null, + "description": "Shows data transfer for each subsystem on the site. RX is on the negative axis.", + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 16 + }, + "hiddenSeries": false, + "id": 15, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxPerRow": 2, + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_site_transmit_rate_bytes{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Tx", + "refId": "A" + }, + { + "expr": "unpoller_site_receive_rate_bytes{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Data Transfer", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": null, + "format": "Bps", + "label": "bytes / second", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "This graphs shows clients connected to the site.", + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 24 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": null, + "repeatDirection": "h", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "unpoller_site_users{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Users", + "refId": "A" + }, + { + "expr": "unpoller_site_guests{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Guests", + "refId": "B" + }, + { + "expr": "unpoller_site_remote_user_active{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Active", + "refId": "C" + }, + { + "expr": "unpoller_site_remote_user_inactive{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Inactive", + "refId": "D" + }, + { + "expr": "unpoller_site_stations{site_name=~\"$Site\", subsystem=~\"$Subsystem\"}", + "interval": "$Smooth", + "legendFormat": "{{subsystem}} Stations", + "refId": "E" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Counts", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "This graphs shows clients connected to the site.", + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 31 + }, + "hiddenSeries": false, + "id": 39, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(unpoller_site_remote_user_transmit_bytes_total{site_name=~\"$Site\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "VPN Users Tx", + "refId": "A" + }, + { + "expr": "rate(unpoller_site_remote_user_receive_bytes_total{site_name=~\"$Site\"}[$__interval])", + "interval": "$Smooth", + "legendFormat": "VPN Users Rx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "VPN Users Data Rate", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_PROMETHEUS}", + "decimals": 0, + "description": "This graph only works if DPI is enabled on the controller and DPI collection is enabled in UniFi Poller. Rx is on the negative axis.", + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 17, + "w": 24, + "x": 0, + "y": 38 + }, + "hiddenSeries": false, + "id": 45, + "legend": { + "alignAsTable": true, + "avg": true, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "sort": "max", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "connected", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "scopedVars": { + "Site": { + "selected": false, + "text": "Home (default)", + "value": "Home (default)" + } + }, + "seriesOverrides": [ + { + "alias": "/Rx$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (category) (rate(unpoller_site_dpi_receive_bytes{site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{category}} Rx", + "refId": "A" + }, + { + "expr": "sum by (category) (rate(unpoller_site_dpi_transmit_bytes{site_name=~\"$Site\"}[$__interval]))", + "hide": false, + "interval": "$Smooth", + "legendFormat": "{{category}} Tx", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Data Transfer by Category", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "repeat": "Site", + "title": "Site: $Site", + "type": "row" + } + ], + "refresh": "1m", + "schemaVersion": 22, + "style": "dark", + "tags": ["unifi", "unifi-poller"], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_site_transmit_rate_bytes,source)", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "Controller", + "options": [], + "query": "label_values(unpoller_site_transmit_rate_bytes,source)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(unpoller_site_transmit_rate_bytes{source=~\"$Controller\"},site_name)", + "hide": 2, + "includeAll": true, + "label": "", + "multi": false, + "name": "Site", + "options": [], + "query": "label_values(unpoller_site_transmit_rate_bytes{source=~\"$Controller\"},site_name)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".*", + "current": {}, + "datasource": "${DS_PROMETHEUS}", + "definition": "label_values(subsystem)", + "hide": 2, + "includeAll": true, + "label": null, + "multi": true, + "name": "Subsystem", + "options": [], + "query": "label_values(subsystem)", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": "2m", + "value": "2m" + }, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "Smooth", + "options": [ + { + "selected": false, + "text": "30s", + "value": "30s" + }, + { + "selected": true, + "text": "1m", + "value": "1m" + }, + { + "selected": false, + "text": "2m", + "value": "2m" + }, + { + "selected": false, + "text": "5m", + "value": "5m" + }, + { + "selected": false, + "text": "10m", + "value": "10m" + } + ], + "query": "30s,1m,2m,5m,10m", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "nowDelay": "5s", + "refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "2h"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "UniFi-Poller: Network Sites - Prometheus", + "uid": "9WaGWZaZk", + "version": 9 +} diff --git a/stable/unpoller/10.3.2/ix_values.yaml b/stable/unpoller/10.3.2/ix_values.yaml new file mode 100644 index 00000000000..03222b1da4a --- /dev/null +++ b/stable/unpoller/10.3.2/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: ghcr.io/unpoller/unpoller + pullPolicy: IfNotPresent + tag: v2.9.5@sha256:486a63339969fd5207697502e29e4875f4bf7d7ef5c558188b192f2f88fdd3d6 +service: + main: + ports: + main: + port: 9130 +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + prometheusRule: + enabled: false +portal: + open: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: / + readiness: + path: / + startup: + path: / + env: + # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" + # UP_UNIFI_DEFAULT_USER: "unifipoller" + # UP_UNIFI_DEFAULT_PASS: "unifipoller" + UP_PROMETHEUS_DISABLE: false + +configmap: + dashboards: + enabled: true + labels: + grafana_dashboard: "1" + data: + upUAP.json: >- + {{ .Files.Get "dashboards/UAP.json" | indent 8 }} + upclients.json: >- + {{ .Files.Get "dashboards/clients.json" | indent 8 }} + upUSW.json: >- + {{ .Files.Get "dashboards/USW.json" | indent 8 }} + upnetwork.json: >- + {{ .Files.Get "dashboards/network.json" | indent 8 }} + upUSG.json: >- + {{ .Files.Get "dashboards/USG.json" | indent 8 }} + upDPI.json: >- + {{ .Files.Get "dashboards/DPI.json" | indent 8 }} diff --git a/stable/unpoller/10.1.2/questions.yaml b/stable/unpoller/10.3.2/questions.yaml similarity index 100% rename from stable/unpoller/10.1.2/questions.yaml rename to stable/unpoller/10.3.2/questions.yaml diff --git a/stable/wikijs/15.1.1/templates/NOTES.txt b/stable/unpoller/10.3.2/templates/NOTES.txt similarity index 100% rename from stable/wikijs/15.1.1/templates/NOTES.txt rename to stable/unpoller/10.3.2/templates/NOTES.txt diff --git a/stable/whisper-asr-webservice/4.1.1/templates/common.yaml b/stable/unpoller/10.3.2/templates/common.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/templates/common.yaml rename to stable/unpoller/10.3.2/templates/common.yaml diff --git a/stable/website-shot/10.1.1/values.yaml b/stable/unpoller/10.3.2/values.yaml similarity index 100% rename from stable/website-shot/10.1.1/values.yaml rename to stable/unpoller/10.3.2/values.yaml diff --git a/stable/unturned/6.1.1/CHANGELOG.md b/stable/unturned/6.1.1/CHANGELOG.md deleted file mode 100644 index f21f8d60169..00000000000 --- a/stable/unturned/6.1.1/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)) - - -## [unturned-5.1.4](https://github.com/truecharts/charts/compare/unturned-5.1.3...unturned-5.1.4) (2024-01-01) diff --git a/stable/unturned/6.1.1/Chart.yaml b/stable/unturned/6.1.1/Chart.yaml deleted file mode 100644 index 76934a84851..00000000000 --- a/stable/unturned/6.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: unturned -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/unturned/6.1.1/charts/common-18.0.2.tgz b/stable/unturned/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/unturned/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webtop/9.1.8/.helmignore b/stable/unturned/6.2.2/.helmignore similarity index 100% rename from stable/webtop/9.1.8/.helmignore rename to stable/unturned/6.2.2/.helmignore diff --git a/stable/unturned/6.2.2/CHANGELOG.md b/stable/unturned/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..8a0fd705f59 --- /dev/null +++ b/stable/unturned/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/unturned/6.2.2/Chart.yaml b/stable/unturned/6.2.2/Chart.yaml new file mode 100644 index 00000000000..b8455d9fd85 --- /dev/null +++ b/stable/unturned/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: unturned +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/unturned/6.1.1/README.md b/stable/unturned/6.2.2/README.md similarity index 100% rename from stable/unturned/6.1.1/README.md rename to stable/unturned/6.2.2/README.md diff --git a/stable/unturned/6.2.2/app-changelog.md b/stable/unturned/6.2.2/app-changelog.md new file mode 100644 index 00000000000..f9d83b3ef82 --- /dev/null +++ b/stable/unturned/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/unturned/6.1.1/app-readme.md b/stable/unturned/6.2.2/app-readme.md similarity index 100% rename from stable/unturned/6.1.1/app-readme.md rename to stable/unturned/6.2.2/app-readme.md diff --git a/stable/unturned/6.2.2/charts/common-18.1.6.tgz b/stable/unturned/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/unturned/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/unturned/6.1.1/ix_values.yaml b/stable/unturned/6.2.2/ix_values.yaml similarity index 100% rename from stable/unturned/6.1.1/ix_values.yaml rename to stable/unturned/6.2.2/ix_values.yaml diff --git a/stable/unturned/6.1.1/questions.yaml b/stable/unturned/6.2.2/questions.yaml similarity index 100% rename from stable/unturned/6.1.1/questions.yaml rename to stable/unturned/6.2.2/questions.yaml diff --git a/stable/wireguard/8.1.1/templates/NOTES.txt b/stable/unturned/6.2.2/templates/NOTES.txt similarity index 100% rename from stable/wireguard/8.1.1/templates/NOTES.txt rename to stable/unturned/6.2.2/templates/NOTES.txt diff --git a/stable/whoogle/10.1.1/templates/common.yaml b/stable/unturned/6.2.2/templates/common.yaml similarity index 100% rename from stable/whoogle/10.1.1/templates/common.yaml rename to stable/unturned/6.2.2/templates/common.yaml diff --git a/stable/webtop/9.1.8/values.yaml b/stable/unturned/6.2.2/values.yaml similarity index 100% rename from stable/webtop/9.1.8/values.yaml rename to stable/unturned/6.2.2/values.yaml diff --git a/stable/uptime-kuma/10.1.1/CHANGELOG.md b/stable/uptime-kuma/10.1.1/CHANGELOG.md deleted file mode 100644 index 9e6c4142f71..00000000000 --- a/stable/uptime-kuma/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/uptime-kuma/10.1.1/Chart.yaml b/stable/uptime-kuma/10.1.1/Chart.yaml deleted file mode 100644 index 59fbd83231c..00000000000 --- a/stable/uptime-kuma/10.1.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: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.23.11 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/uptime-kuma/10.1.1/charts/common-18.0.2.tgz b/stable/uptime-kuma/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/uptime-kuma/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wekan/14.2.0/.helmignore b/stable/uptime-kuma/10.2.2/.helmignore similarity index 100% rename from stable/wekan/14.2.0/.helmignore rename to stable/uptime-kuma/10.2.2/.helmignore diff --git a/stable/uptime-kuma/10.2.2/CHANGELOG.md b/stable/uptime-kuma/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fd669598f51 --- /dev/null +++ b/stable/uptime-kuma/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/uptime-kuma/10.2.2/Chart.yaml b/stable/uptime-kuma/10.2.2/Chart.yaml new file mode 100644 index 00000000000..4d0010785fc --- /dev/null +++ b/stable/uptime-kuma/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.23.11 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/uptime-kuma/10.1.1/README.md b/stable/uptime-kuma/10.2.2/README.md similarity index 100% rename from stable/uptime-kuma/10.1.1/README.md rename to stable/uptime-kuma/10.2.2/README.md diff --git a/stable/uptime-kuma/10.2.2/app-changelog.md b/stable/uptime-kuma/10.2.2/app-changelog.md new file mode 100644 index 00000000000..7b8bf1de613 --- /dev/null +++ b/stable/uptime-kuma/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/uptime-kuma/10.1.1/app-readme.md b/stable/uptime-kuma/10.2.2/app-readme.md similarity index 100% rename from stable/uptime-kuma/10.1.1/app-readme.md rename to stable/uptime-kuma/10.2.2/app-readme.md diff --git a/stable/uptime-kuma/10.2.2/charts/common-18.1.6.tgz b/stable/uptime-kuma/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/uptime-kuma/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/uptime-kuma/10.1.1/ix_values.yaml b/stable/uptime-kuma/10.2.2/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/10.1.1/ix_values.yaml rename to stable/uptime-kuma/10.2.2/ix_values.yaml diff --git a/stable/uptime-kuma/10.1.1/questions.yaml b/stable/uptime-kuma/10.2.2/questions.yaml similarity index 100% rename from stable/uptime-kuma/10.1.1/questions.yaml rename to stable/uptime-kuma/10.2.2/questions.yaml diff --git a/stable/wizarr/6.1.1/templates/NOTES.txt b/stable/uptime-kuma/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/wizarr/6.1.1/templates/NOTES.txt rename to stable/uptime-kuma/10.2.2/templates/NOTES.txt diff --git a/stable/uptime-kuma/10.1.1/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.2.2/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/10.1.1/templates/_prometheusrules.tpl rename to stable/uptime-kuma/10.2.2/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/10.1.1/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.2.2/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/10.1.1/templates/_servicemonitor.tpl rename to stable/uptime-kuma/10.2.2/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/10.1.1/templates/common.yaml b/stable/uptime-kuma/10.2.2/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/10.1.1/templates/common.yaml rename to stable/uptime-kuma/10.2.2/templates/common.yaml diff --git a/stable/wekan/14.2.0/values.yaml b/stable/uptime-kuma/10.2.2/values.yaml similarity index 100% rename from stable/wekan/14.2.0/values.yaml rename to stable/uptime-kuma/10.2.2/values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/CHANGELOG.md b/stable/uptimerobot-prometheus/11.1.1/CHANGELOG.md deleted file mode 100644 index cfe7b03696c..00000000000 --- a/stable/uptimerobot-prometheus/11.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.1.1/Chart.yaml b/stable/uptimerobot-prometheus/11.1.1/Chart.yaml deleted file mode 100644 index 4a3594db963..00000000000 --- a/stable/uptimerobot-prometheus/11.1.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: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.0.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/uptimerobot-prometheus/11.1.1/charts/common-18.0.2.tgz b/stable/uptimerobot-prometheus/11.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/uptimerobot-prometheus/11.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wg-easy/11.1.2/.helmignore b/stable/uptimerobot-prometheus/11.2.2/.helmignore similarity index 100% rename from stable/wg-easy/11.1.2/.helmignore rename to stable/uptimerobot-prometheus/11.2.2/.helmignore diff --git a/stable/uptimerobot-prometheus/11.2.2/CHANGELOG.md b/stable/uptimerobot-prometheus/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..98d64d4be0f --- /dev/null +++ b/stable/uptimerobot-prometheus/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/uptimerobot-prometheus/11.2.2/Chart.yaml b/stable/uptimerobot-prometheus/11.2.2/Chart.yaml new file mode 100644 index 00000000000..e00bec45a5d --- /dev/null +++ b/stable/uptimerobot-prometheus/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.0.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/uptimerobot-prometheus/11.1.1/README.md b/stable/uptimerobot-prometheus/11.2.2/README.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/README.md rename to stable/uptimerobot-prometheus/11.2.2/README.md diff --git a/stable/uptimerobot-prometheus/11.2.2/app-changelog.md b/stable/uptimerobot-prometheus/11.2.2/app-changelog.md new file mode 100644 index 00000000000..88fa79a2b46 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/uptimerobot-prometheus/11.1.1/app-readme.md b/stable/uptimerobot-prometheus/11.2.2/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/app-readme.md rename to stable/uptimerobot-prometheus/11.2.2/app-readme.md diff --git a/stable/uptimerobot-prometheus/11.2.2/charts/common-18.1.6.tgz b/stable/uptimerobot-prometheus/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/uptimerobot-prometheus/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/uptimerobot-prometheus/11.1.1/ix_values.yaml b/stable/uptimerobot-prometheus/11.2.2/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/ix_values.yaml rename to stable/uptimerobot-prometheus/11.2.2/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/questions.yaml b/stable/uptimerobot-prometheus/11.2.2/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/questions.yaml rename to stable/uptimerobot-prometheus/11.2.2/questions.yaml diff --git a/stable/wyoming-piper/4.1.2/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.2.2/templates/NOTES.txt similarity index 100% rename from stable/wyoming-piper/4.1.2/templates/NOTES.txt rename to stable/uptimerobot-prometheus/11.2.2/templates/NOTES.txt diff --git a/stable/wikijs/15.1.1/templates/common.yaml b/stable/uptimerobot-prometheus/11.2.2/templates/common.yaml similarity index 100% rename from stable/wikijs/15.1.1/templates/common.yaml rename to stable/uptimerobot-prometheus/11.2.2/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.2.2/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/11.2.2/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/11.1.1/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.2.2/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.1.1/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/11.2.2/templates/servicemonitor.yaml diff --git a/stable/wg-easy/11.1.2/values.yaml b/stable/uptimerobot-prometheus/11.2.2/values.yaml similarity index 100% rename from stable/wg-easy/11.1.2/values.yaml rename to stable/uptimerobot-prometheus/11.2.2/values.yaml diff --git a/stable/urban-terror/5.1.1/CHANGELOG.md b/stable/urban-terror/5.1.1/CHANGELOG.md deleted file mode 100644 index baaeade1929..00000000000 --- a/stable/urban-terror/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/urban-terror/5.1.1/Chart.yaml b/stable/urban-terror/5.1.1/Chart.yaml deleted file mode 100644 index e3facca3ebc..00000000000 --- a/stable/urban-terror/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/urban-terror/5.1.1/charts/common-18.0.2.tgz b/stable/urban-terror/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/urban-terror/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/whisparr/9.1.3/.helmignore b/stable/urban-terror/5.2.2/.helmignore similarity index 100% rename from stable/whisparr/9.1.3/.helmignore rename to stable/urban-terror/5.2.2/.helmignore diff --git a/stable/urban-terror/5.2.2/CHANGELOG.md b/stable/urban-terror/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..23cedea8ad2 --- /dev/null +++ b/stable/urban-terror/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/urban-terror/5.2.2/Chart.yaml b/stable/urban-terror/5.2.2/Chart.yaml new file mode 100644 index 00000000000..ce754f446e9 --- /dev/null +++ b/stable/urban-terror/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/urban-terror/5.1.1/README.md b/stable/urban-terror/5.2.2/README.md similarity index 100% rename from stable/urban-terror/5.1.1/README.md rename to stable/urban-terror/5.2.2/README.md diff --git a/stable/urban-terror/5.2.2/app-changelog.md b/stable/urban-terror/5.2.2/app-changelog.md new file mode 100644 index 00000000000..e9b2491c024 --- /dev/null +++ b/stable/urban-terror/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/urban-terror/5.1.1/app-readme.md b/stable/urban-terror/5.2.2/app-readme.md similarity index 100% rename from stable/urban-terror/5.1.1/app-readme.md rename to stable/urban-terror/5.2.2/app-readme.md diff --git a/stable/urban-terror/5.2.2/charts/common-18.1.6.tgz b/stable/urban-terror/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/urban-terror/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/urban-terror/5.1.1/ix_values.yaml b/stable/urban-terror/5.2.2/ix_values.yaml similarity index 100% rename from stable/urban-terror/5.1.1/ix_values.yaml rename to stable/urban-terror/5.2.2/ix_values.yaml diff --git a/stable/urban-terror/5.1.1/questions.yaml b/stable/urban-terror/5.2.2/questions.yaml similarity index 100% rename from stable/urban-terror/5.1.1/questions.yaml rename to stable/urban-terror/5.2.2/questions.yaml diff --git a/stable/v-rising/5.1.1/templates/common.yaml b/stable/urban-terror/5.2.2/templates/common.yaml similarity index 100% rename from stable/v-rising/5.1.1/templates/common.yaml rename to stable/urban-terror/5.2.2/templates/common.yaml diff --git a/stable/whisparr/9.1.3/values.yaml b/stable/urban-terror/5.2.2/values.yaml similarity index 100% rename from stable/whisparr/9.1.3/values.yaml rename to stable/urban-terror/5.2.2/values.yaml diff --git a/stable/v-rising/5.1.1/CHANGELOG.md b/stable/v-rising/5.1.1/CHANGELOG.md deleted file mode 100644 index 7a9fe2acce8..00000000000 --- a/stable/v-rising/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/v-rising/5.1.1/Chart.yaml b/stable/v-rising/5.1.1/Chart.yaml deleted file mode 100644 index c6be30e2088..00000000000 --- a/stable/v-rising/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: rising -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/v-rising/5.1.1/charts/common-18.0.2.tgz b/stable/v-rising/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/v-rising/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/whisper-asr-webservice/4.1.1/.helmignore b/stable/v-rising/5.2.2/.helmignore similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/.helmignore rename to stable/v-rising/5.2.2/.helmignore diff --git a/stable/v-rising/5.2.2/CHANGELOG.md b/stable/v-rising/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..89c67b4c984 --- /dev/null +++ b/stable/v-rising/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/v-rising/5.2.2/Chart.yaml b/stable/v-rising/5.2.2/Chart.yaml new file mode 100644 index 00000000000..776c0c9f3c9 --- /dev/null +++ b/stable/v-rising/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: rising +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/v-rising/5.1.1/README.md b/stable/v-rising/5.2.2/README.md similarity index 100% rename from stable/v-rising/5.1.1/README.md rename to stable/v-rising/5.2.2/README.md diff --git a/stable/v-rising/5.2.2/app-changelog.md b/stable/v-rising/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d9bcea6d841 --- /dev/null +++ b/stable/v-rising/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/v-rising/5.1.1/app-readme.md b/stable/v-rising/5.2.2/app-readme.md similarity index 100% rename from stable/v-rising/5.1.1/app-readme.md rename to stable/v-rising/5.2.2/app-readme.md diff --git a/stable/v-rising/5.2.2/charts/common-18.1.6.tgz b/stable/v-rising/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/v-rising/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/v-rising/5.1.1/ix_values.yaml b/stable/v-rising/5.2.2/ix_values.yaml similarity index 100% rename from stable/v-rising/5.1.1/ix_values.yaml rename to stable/v-rising/5.2.2/ix_values.yaml diff --git a/stable/v-rising/5.1.1/questions.yaml b/stable/v-rising/5.2.2/questions.yaml similarity index 100% rename from stable/v-rising/5.1.1/questions.yaml rename to stable/v-rising/5.2.2/questions.yaml diff --git a/stable/valetudo-mapper/5.1.1/templates/common.yaml b/stable/v-rising/5.2.2/templates/common.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.1/templates/common.yaml rename to stable/v-rising/5.2.2/templates/common.yaml diff --git a/stable/whisper-asr-webservice/4.1.1/values.yaml b/stable/v-rising/5.2.2/values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/values.yaml rename to stable/v-rising/5.2.2/values.yaml diff --git a/stable/valetudo-mapper/5.1.1/CHANGELOG.md b/stable/valetudo-mapper/5.1.1/CHANGELOG.md deleted file mode 100644 index 098da496bd0..00000000000 --- a/stable/valetudo-mapper/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/valetudo-mapper/5.1.1/Chart.yaml b/stable/valetudo-mapper/5.1.1/Chart.yaml deleted file mode 100644 index 8efb1bc6341..00000000000 --- a/stable/valetudo-mapper/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/valetudo-mapper/5.1.1/charts/common-18.0.2.tgz b/stable/valetudo-mapper/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/valetudo-mapper/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/whoogle/10.1.1/.helmignore b/stable/valetudo-mapper/5.2.2/.helmignore similarity index 100% rename from stable/whoogle/10.1.1/.helmignore rename to stable/valetudo-mapper/5.2.2/.helmignore diff --git a/stable/valetudo-mapper/5.2.2/CHANGELOG.md b/stable/valetudo-mapper/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..efcade2c5d7 --- /dev/null +++ b/stable/valetudo-mapper/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/valetudo-mapper/5.2.2/Chart.yaml b/stable/valetudo-mapper/5.2.2/Chart.yaml new file mode 100644 index 00000000000..fa66a1246c3 --- /dev/null +++ b/stable/valetudo-mapper/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/valetudo-mapper/5.1.1/README.md b/stable/valetudo-mapper/5.2.2/README.md similarity index 100% rename from stable/valetudo-mapper/5.1.1/README.md rename to stable/valetudo-mapper/5.2.2/README.md diff --git a/stable/valetudo-mapper/5.2.2/app-changelog.md b/stable/valetudo-mapper/5.2.2/app-changelog.md new file mode 100644 index 00000000000..929d4e751f4 --- /dev/null +++ b/stable/valetudo-mapper/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/valetudo-mapper/5.1.1/app-readme.md b/stable/valetudo-mapper/5.2.2/app-readme.md similarity index 100% rename from stable/valetudo-mapper/5.1.1/app-readme.md rename to stable/valetudo-mapper/5.2.2/app-readme.md diff --git a/stable/valetudo-mapper/5.2.2/charts/common-18.1.6.tgz b/stable/valetudo-mapper/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/valetudo-mapper/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/valetudo-mapper/5.1.1/ix_values.yaml b/stable/valetudo-mapper/5.2.2/ix_values.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.1/ix_values.yaml rename to stable/valetudo-mapper/5.2.2/ix_values.yaml diff --git a/stable/valetudo-mapper/5.1.1/questions.yaml b/stable/valetudo-mapper/5.2.2/questions.yaml similarity index 100% rename from stable/valetudo-mapper/5.1.1/questions.yaml rename to stable/valetudo-mapper/5.2.2/questions.yaml diff --git a/stable/venstar2mqtt/5.1.1/templates/common.yaml b/stable/valetudo-mapper/5.2.2/templates/common.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.1/templates/common.yaml rename to stable/valetudo-mapper/5.2.2/templates/common.yaml diff --git a/stable/whoogle/10.1.1/values.yaml b/stable/valetudo-mapper/5.2.2/values.yaml similarity index 100% rename from stable/whoogle/10.1.1/values.yaml rename to stable/valetudo-mapper/5.2.2/values.yaml diff --git a/stable/valheim/10.1.1/CHANGELOG.md b/stable/valheim/10.1.1/CHANGELOG.md deleted file mode 100644 index cb892fc7b1c..00000000000 --- a/stable/valheim/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/valheim/10.1.1/Chart.yaml b/stable/valheim/10.1.1/Chart.yaml deleted file mode 100644 index 0871e1360d2..00000000000 --- a/stable/valheim/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/valheim/10.1.1/charts/common-18.0.2.tgz b/stable/valheim/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/valheim/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wifi-card/5.1.1/.helmignore b/stable/valheim/10.2.2/.helmignore similarity index 100% rename from stable/wifi-card/5.1.1/.helmignore rename to stable/valheim/10.2.2/.helmignore diff --git a/stable/valheim/10.2.2/CHANGELOG.md b/stable/valheim/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bd063383c94 --- /dev/null +++ b/stable/valheim/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/valheim/10.2.2/Chart.yaml b/stable/valheim/10.2.2/Chart.yaml new file mode 100644 index 00000000000..348ab5ea302 --- /dev/null +++ b/stable/valheim/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/valheim/10.1.1/README.md b/stable/valheim/10.2.2/README.md similarity index 100% rename from stable/valheim/10.1.1/README.md rename to stable/valheim/10.2.2/README.md diff --git a/stable/valheim/10.2.2/app-changelog.md b/stable/valheim/10.2.2/app-changelog.md new file mode 100644 index 00000000000..89526a6c7c5 --- /dev/null +++ b/stable/valheim/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/valheim/10.1.1/app-readme.md b/stable/valheim/10.2.2/app-readme.md similarity index 100% rename from stable/valheim/10.1.1/app-readme.md rename to stable/valheim/10.2.2/app-readme.md diff --git a/stable/valheim/10.2.2/charts/common-18.1.6.tgz b/stable/valheim/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/valheim/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/valheim/10.1.1/ix_values.yaml b/stable/valheim/10.2.2/ix_values.yaml similarity index 100% rename from stable/valheim/10.1.1/ix_values.yaml rename to stable/valheim/10.2.2/ix_values.yaml diff --git a/stable/valheim/10.1.1/questions.yaml b/stable/valheim/10.2.2/questions.yaml similarity index 100% rename from stable/valheim/10.1.1/questions.yaml rename to stable/valheim/10.2.2/questions.yaml diff --git a/stable/wyoming-whisper/4.1.1/templates/NOTES.txt b/stable/valheim/10.2.2/templates/NOTES.txt similarity index 100% rename from stable/wyoming-whisper/4.1.1/templates/NOTES.txt rename to stable/valheim/10.2.2/templates/NOTES.txt diff --git a/stable/valheim/10.1.1/templates/common.yaml b/stable/valheim/10.2.2/templates/common.yaml similarity index 100% rename from stable/valheim/10.1.1/templates/common.yaml rename to stable/valheim/10.2.2/templates/common.yaml diff --git a/stable/wifi-card/5.1.1/values.yaml b/stable/valheim/10.2.2/values.yaml similarity index 100% rename from stable/wifi-card/5.1.1/values.yaml rename to stable/valheim/10.2.2/values.yaml diff --git a/stable/van-dam/4.1.1/CHANGELOG.md b/stable/van-dam/4.1.1/CHANGELOG.md deleted file mode 100644 index a7313ad1c1b..00000000000 --- a/stable/van-dam/4.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- update container image ghcr.io/floppy/van_dam to v[@e1300f4](https://github.com/e1300f4) by renovate ([#16765](https://github.com/truecharts/charts/issues/16765)) \ No newline at end of file diff --git a/stable/van-dam/4.1.1/Chart.yaml b/stable/van-dam/4.1.1/Chart.yaml deleted file mode 100644 index 0ece54cd5ec..00000000000 --- a/stable/van-dam/4.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.54.1 -dependencies: - - name: common - version: 18.0.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 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.1 diff --git a/stable/van-dam/4.1.1/charts/common-18.0.2.tgz b/stable/van-dam/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/van-dam/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wikijs/15.1.1/.helmignore b/stable/van-dam/4.2.2/.helmignore similarity index 100% rename from stable/wikijs/15.1.1/.helmignore rename to stable/van-dam/4.2.2/.helmignore diff --git a/stable/van-dam/4.2.2/CHANGELOG.md b/stable/van-dam/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..39a55d361c3 --- /dev/null +++ b/stable/van-dam/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/van-dam/4.2.2/Chart.yaml b/stable/van-dam/4.2.2/Chart.yaml new file mode 100644 index 00000000000..5dddc37fb1f --- /dev/null +++ b/stable/van-dam/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.54.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/van-dam/4.1.1/README.md b/stable/van-dam/4.2.2/README.md similarity index 100% rename from stable/van-dam/4.1.1/README.md rename to stable/van-dam/4.2.2/README.md diff --git a/stable/van-dam/4.2.2/app-changelog.md b/stable/van-dam/4.2.2/app-changelog.md new file mode 100644 index 00000000000..68729de7175 --- /dev/null +++ b/stable/van-dam/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/van-dam/4.1.1/app-readme.md b/stable/van-dam/4.2.2/app-readme.md similarity index 100% rename from stable/van-dam/4.1.1/app-readme.md rename to stable/van-dam/4.2.2/app-readme.md diff --git a/stable/van-dam/4.2.2/charts/common-18.1.6.tgz b/stable/van-dam/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/van-dam/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/weblate/13.1.1/charts/redis-11.2.1.tgz b/stable/van-dam/4.2.2/charts/redis-11.2.1.tgz similarity index 100% rename from stable/weblate/13.1.1/charts/redis-11.2.1.tgz rename to stable/van-dam/4.2.2/charts/redis-11.2.1.tgz diff --git a/stable/van-dam/4.1.1/ix_values.yaml b/stable/van-dam/4.2.2/ix_values.yaml similarity index 100% rename from stable/van-dam/4.1.1/ix_values.yaml rename to stable/van-dam/4.2.2/ix_values.yaml diff --git a/stable/van-dam/4.1.1/questions.yaml b/stable/van-dam/4.2.2/questions.yaml similarity index 100% rename from stable/van-dam/4.1.1/questions.yaml rename to stable/van-dam/4.2.2/questions.yaml diff --git a/stable/xen-orchestra/8.1.4/templates/NOTES.txt b/stable/van-dam/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/xen-orchestra/8.1.4/templates/NOTES.txt rename to stable/van-dam/4.2.2/templates/NOTES.txt diff --git a/stable/van-dam/4.1.1/templates/_secrets.tpl b/stable/van-dam/4.2.2/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.1.1/templates/_secrets.tpl rename to stable/van-dam/4.2.2/templates/_secrets.tpl diff --git a/stable/van-dam/4.1.1/templates/common.yaml b/stable/van-dam/4.2.2/templates/common.yaml similarity index 100% rename from stable/van-dam/4.1.1/templates/common.yaml rename to stable/van-dam/4.2.2/templates/common.yaml diff --git a/stable/wikijs/15.1.1/values.yaml b/stable/van-dam/4.2.2/values.yaml similarity index 100% rename from stable/wikijs/15.1.1/values.yaml rename to stable/van-dam/4.2.2/values.yaml diff --git a/stable/venstar2mqtt/5.1.1/CHANGELOG.md b/stable/venstar2mqtt/5.1.1/CHANGELOG.md deleted file mode 100644 index bab780445ea..00000000000 --- a/stable/venstar2mqtt/5.1.1/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.1/Chart.yaml b/stable/venstar2mqtt/5.1.1/Chart.yaml deleted file mode 100644 index dc5273b9806..00000000000 --- a/stable/venstar2mqtt/5.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/venstar2mqtt/5.1.1/charts/common-18.0.2.tgz b/stable/venstar2mqtt/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/venstar2mqtt/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wireguard/8.1.1/.helmignore b/stable/venstar2mqtt/5.2.2/.helmignore similarity index 100% rename from stable/wireguard/8.1.1/.helmignore rename to stable/venstar2mqtt/5.2.2/.helmignore diff --git a/stable/venstar2mqtt/5.2.2/CHANGELOG.md b/stable/venstar2mqtt/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..b35b8135660 --- /dev/null +++ b/stable/venstar2mqtt/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/venstar2mqtt/5.2.2/Chart.yaml b/stable/venstar2mqtt/5.2.2/Chart.yaml new file mode 100644 index 00000000000..743f8d30ef3 --- /dev/null +++ b/stable/venstar2mqtt/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/venstar2mqtt/5.1.1/README.md b/stable/venstar2mqtt/5.2.2/README.md similarity index 100% rename from stable/venstar2mqtt/5.1.1/README.md rename to stable/venstar2mqtt/5.2.2/README.md diff --git a/stable/venstar2mqtt/5.2.2/app-changelog.md b/stable/venstar2mqtt/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0659306de71 --- /dev/null +++ b/stable/venstar2mqtt/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/venstar2mqtt/5.1.1/app-readme.md b/stable/venstar2mqtt/5.2.2/app-readme.md similarity index 100% rename from stable/venstar2mqtt/5.1.1/app-readme.md rename to stable/venstar2mqtt/5.2.2/app-readme.md diff --git a/stable/venstar2mqtt/5.2.2/charts/common-18.1.6.tgz b/stable/venstar2mqtt/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/venstar2mqtt/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/venstar2mqtt/5.1.1/ix_values.yaml b/stable/venstar2mqtt/5.2.2/ix_values.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.1/ix_values.yaml rename to stable/venstar2mqtt/5.2.2/ix_values.yaml diff --git a/stable/venstar2mqtt/5.1.1/questions.yaml b/stable/venstar2mqtt/5.2.2/questions.yaml similarity index 100% rename from stable/venstar2mqtt/5.1.1/questions.yaml rename to stable/venstar2mqtt/5.2.2/questions.yaml diff --git a/stable/vertex/5.1.3/templates/common.yaml b/stable/venstar2mqtt/5.2.2/templates/common.yaml similarity index 100% rename from stable/vertex/5.1.3/templates/common.yaml rename to stable/venstar2mqtt/5.2.2/templates/common.yaml diff --git a/stable/wireguard/8.1.1/values.yaml b/stable/venstar2mqtt/5.2.2/values.yaml similarity index 100% rename from stable/wireguard/8.1.1/values.yaml rename to stable/venstar2mqtt/5.2.2/values.yaml diff --git a/stable/vertex/5.1.3/CHANGELOG.md b/stable/vertex/5.1.3/CHANGELOG.md deleted file mode 100644 index 76dc3683c26..00000000000 --- a/stable/vertex/5.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/vertex/5.1.3/Chart.yaml b/stable/vertex/5.1.3/Chart.yaml deleted file mode 100644 index 90fd4c536f1..00000000000 --- a/stable/vertex/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: stable -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/vertex/5.1.3/charts/common-18.0.2.tgz b/stable/vertex/5.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vertex/5.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/vertex/5.1.3/ix_values.yaml b/stable/vertex/5.1.3/ix_values.yaml deleted file mode 100644 index 3118e7486c8..00000000000 --- a/stable/vertex/5.1.3/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/wizarr/6.1.1/.helmignore b/stable/vertex/5.2.3/.helmignore similarity index 100% rename from stable/wizarr/6.1.1/.helmignore rename to stable/vertex/5.2.3/.helmignore diff --git a/stable/vertex/5.2.3/CHANGELOG.md b/stable/vertex/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..ce584aca4d5 --- /dev/null +++ b/stable/vertex/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) + + + diff --git a/stable/vertex/5.2.3/Chart.yaml b/stable/vertex/5.2.3/Chart.yaml new file mode 100644 index 00000000000..56adb8ffa40 --- /dev/null +++ b/stable/vertex/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/vertex/5.1.3/README.md b/stable/vertex/5.2.3/README.md similarity index 100% rename from stable/vertex/5.1.3/README.md rename to stable/vertex/5.2.3/README.md diff --git a/stable/vertex/5.2.3/app-changelog.md b/stable/vertex/5.2.3/app-changelog.md new file mode 100644 index 00000000000..5335ec7a4bb --- /dev/null +++ b/stable/vertex/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/vertex/5.1.3/app-readme.md b/stable/vertex/5.2.3/app-readme.md similarity index 100% rename from stable/vertex/5.1.3/app-readme.md rename to stable/vertex/5.2.3/app-readme.md diff --git a/stable/vertex/5.2.3/charts/common-18.1.6.tgz b/stable/vertex/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/vertex/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/vertex/5.2.3/ix_values.yaml b/stable/vertex/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..d56ac2d63f8 --- /dev/null +++ b/stable/vertex/5.2.3/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.1.3/questions.yaml b/stable/vertex/5.2.3/questions.yaml similarity index 100% rename from stable/vertex/5.1.3/questions.yaml rename to stable/vertex/5.2.3/questions.yaml diff --git a/stable/vintage-story/5.1.1/templates/common.yaml b/stable/vertex/5.2.3/templates/common.yaml similarity index 100% rename from stable/vintage-story/5.1.1/templates/common.yaml rename to stable/vertex/5.2.3/templates/common.yaml diff --git a/stable/wizarr/6.1.1/values.yaml b/stable/vertex/5.2.3/values.yaml similarity index 100% rename from stable/wizarr/6.1.1/values.yaml rename to stable/vertex/5.2.3/values.yaml diff --git a/stable/verysync/9.1.1/CHANGELOG.md b/stable/verysync/9.1.1/CHANGELOG.md deleted file mode 100644 index 90d7b4f1e03..00000000000 --- a/stable/verysync/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/verysync/9.1.1/Chart.yaml b/stable/verysync/9.1.1/Chart.yaml deleted file mode 100644 index 2ad32819f6a..00000000000 --- a/stable/verysync/9.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.17.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/verysync/9.1.1/charts/common-18.0.2.tgz b/stable/verysync/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/verysync/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wordpress/7.2.4/.helmignore b/stable/verysync/9.2.2/.helmignore similarity index 100% rename from stable/wordpress/7.2.4/.helmignore rename to stable/verysync/9.2.2/.helmignore diff --git a/stable/verysync/9.2.2/CHANGELOG.md b/stable/verysync/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..38f3bf3caf7 --- /dev/null +++ b/stable/verysync/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/verysync/9.2.2/Chart.yaml b/stable/verysync/9.2.2/Chart.yaml new file mode 100644 index 00000000000..3f4761a441b --- /dev/null +++ b/stable/verysync/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.17.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/verysync/9.1.1/README.md b/stable/verysync/9.2.2/README.md similarity index 100% rename from stable/verysync/9.1.1/README.md rename to stable/verysync/9.2.2/README.md diff --git a/stable/verysync/9.2.2/app-changelog.md b/stable/verysync/9.2.2/app-changelog.md new file mode 100644 index 00000000000..4e700eb6b09 --- /dev/null +++ b/stable/verysync/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/verysync/9.1.1/app-readme.md b/stable/verysync/9.2.2/app-readme.md similarity index 100% rename from stable/verysync/9.1.1/app-readme.md rename to stable/verysync/9.2.2/app-readme.md diff --git a/stable/verysync/9.2.2/charts/common-18.1.6.tgz b/stable/verysync/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/verysync/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/verysync/9.1.1/ix_values.yaml b/stable/verysync/9.2.2/ix_values.yaml similarity index 100% rename from stable/verysync/9.1.1/ix_values.yaml rename to stable/verysync/9.2.2/ix_values.yaml diff --git a/stable/verysync/9.1.1/questions.yaml b/stable/verysync/9.2.2/questions.yaml similarity index 100% rename from stable/verysync/9.1.1/questions.yaml rename to stable/verysync/9.2.2/questions.yaml diff --git a/stable/xteve/13.1.1/templates/NOTES.txt b/stable/verysync/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/xteve/13.1.1/templates/NOTES.txt rename to stable/verysync/9.2.2/templates/NOTES.txt diff --git a/stable/wizarr/6.1.1/templates/common.yaml b/stable/verysync/9.2.2/templates/common.yaml similarity index 100% rename from stable/wizarr/6.1.1/templates/common.yaml rename to stable/verysync/9.2.2/templates/common.yaml diff --git a/stable/wordpress/7.2.4/values.yaml b/stable/verysync/9.2.2/values.yaml similarity index 100% rename from stable/wordpress/7.2.4/values.yaml rename to stable/verysync/9.2.2/values.yaml diff --git a/stable/vikunja/13.1.1/CHANGELOG.md b/stable/vikunja/13.1.1/CHANGELOG.md deleted file mode 100644 index 2310addd921..00000000000 --- a/stable/vikunja/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- 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/vikunja/13.1.1/Chart.yaml b/stable/vikunja/13.1.1/Chart.yaml deleted file mode 100644 index 53ada53ecee..00000000000 --- a/stable/vikunja/13.1.1/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.22.1 -dependencies: - - name: common - version: 18.0.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: 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/frontend - - https://hub.docker.com/_/nginx - - https://hub.docker.com/r/vikunja/api -type: application -version: 13.1.1 diff --git a/stable/vikunja/13.1.1/charts/common-18.0.2.tgz b/stable/vikunja/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vikunja/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.1.2/.helmignore b/stable/vikunja/13.2.2/.helmignore similarity index 100% rename from stable/wyoming-piper/4.1.2/.helmignore rename to stable/vikunja/13.2.2/.helmignore diff --git a/stable/vikunja/13.2.2/CHANGELOG.md b/stable/vikunja/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d16458d8c4b --- /dev/null +++ b/stable/vikunja/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) diff --git a/stable/vikunja/13.2.2/Chart.yaml b/stable/vikunja/13.2.2/Chart.yaml new file mode 100644 index 00000000000..f5a98d18c41 --- /dev/null +++ b/stable/vikunja/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.22.1 +dependencies: + - name: common + version: 18.1.6 + 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/frontend + - https://hub.docker.com/r/vikunja/api + - https://hub.docker.com/_/nginx +type: application +version: 13.2.2 diff --git a/stable/vikunja/13.1.1/README.md b/stable/vikunja/13.2.2/README.md similarity index 100% rename from stable/vikunja/13.1.1/README.md rename to stable/vikunja/13.2.2/README.md diff --git a/stable/vikunja/13.2.2/app-changelog.md b/stable/vikunja/13.2.2/app-changelog.md new file mode 100644 index 00000000000..51a4c2c69c8 --- /dev/null +++ b/stable/vikunja/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/vikunja/13.1.1/app-readme.md b/stable/vikunja/13.2.2/app-readme.md similarity index 100% rename from stable/vikunja/13.1.1/app-readme.md rename to stable/vikunja/13.2.2/app-readme.md diff --git a/stable/vikunja/13.2.2/charts/common-18.1.6.tgz b/stable/vikunja/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/vikunja/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/vikunja/13.2.2/charts/redis-11.2.1.tgz b/stable/vikunja/13.2.2/charts/redis-11.2.1.tgz new file mode 100644 index 00000000000..0a779a6f4f2 Binary files /dev/null and b/stable/vikunja/13.2.2/charts/redis-11.2.1.tgz differ diff --git a/stable/vikunja/13.1.1/ix_values.yaml b/stable/vikunja/13.2.2/ix_values.yaml similarity index 100% rename from stable/vikunja/13.1.1/ix_values.yaml rename to stable/vikunja/13.2.2/ix_values.yaml diff --git a/stable/vikunja/13.1.1/questions.yaml b/stable/vikunja/13.2.2/questions.yaml similarity index 100% rename from stable/vikunja/13.1.1/questions.yaml rename to stable/vikunja/13.2.2/questions.yaml diff --git a/stable/xwiki/12.1.3/templates/NOTES.txt b/stable/vikunja/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/xwiki/12.1.3/templates/NOTES.txt rename to stable/vikunja/13.2.2/templates/NOTES.txt diff --git a/stable/vikunja/13.1.1/templates/_secrets.tpl b/stable/vikunja/13.2.2/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.1.1/templates/_secrets.tpl rename to stable/vikunja/13.2.2/templates/_secrets.tpl diff --git a/stable/vikunja/13.1.1/templates/common.yaml b/stable/vikunja/13.2.2/templates/common.yaml similarity index 100% rename from stable/vikunja/13.1.1/templates/common.yaml rename to stable/vikunja/13.2.2/templates/common.yaml diff --git a/stable/wyoming-piper/4.1.2/values.yaml b/stable/vikunja/13.2.2/values.yaml similarity index 100% rename from stable/wyoming-piper/4.1.2/values.yaml rename to stable/vikunja/13.2.2/values.yaml diff --git a/stable/vintage-story/5.1.1/CHANGELOG.md b/stable/vintage-story/5.1.1/CHANGELOG.md deleted file mode 100644 index 35725a30899..00000000000 --- a/stable/vintage-story/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/vintage-story/5.1.1/Chart.yaml b/stable/vintage-story/5.1.1/Chart.yaml deleted file mode 100644 index d19a976430f..00000000000 --- a/stable/vintage-story/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/vintage-story/5.1.1/charts/common-18.0.2.tgz b/stable/vintage-story/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vintage-story/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wyoming-whisper/4.1.1/.helmignore b/stable/vintage-story/5.2.2/.helmignore similarity index 100% rename from stable/wyoming-whisper/4.1.1/.helmignore rename to stable/vintage-story/5.2.2/.helmignore diff --git a/stable/vintage-story/5.2.2/CHANGELOG.md b/stable/vintage-story/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..bafc71fca10 --- /dev/null +++ b/stable/vintage-story/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/vintage-story/5.2.2/Chart.yaml b/stable/vintage-story/5.2.2/Chart.yaml new file mode 100644 index 00000000000..6fa7183042b --- /dev/null +++ b/stable/vintage-story/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/vintage-story/5.1.1/README.md b/stable/vintage-story/5.2.2/README.md similarity index 100% rename from stable/vintage-story/5.1.1/README.md rename to stable/vintage-story/5.2.2/README.md diff --git a/stable/vintage-story/5.2.2/app-changelog.md b/stable/vintage-story/5.2.2/app-changelog.md new file mode 100644 index 00000000000..0fd0ccca97c --- /dev/null +++ b/stable/vintage-story/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/vintage-story/5.1.1/app-readme.md b/stable/vintage-story/5.2.2/app-readme.md similarity index 100% rename from stable/vintage-story/5.1.1/app-readme.md rename to stable/vintage-story/5.2.2/app-readme.md diff --git a/stable/vintage-story/5.2.2/charts/common-18.1.6.tgz b/stable/vintage-story/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/vintage-story/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/vintage-story/5.1.1/ix_values.yaml b/stable/vintage-story/5.2.2/ix_values.yaml similarity index 100% rename from stable/vintage-story/5.1.1/ix_values.yaml rename to stable/vintage-story/5.2.2/ix_values.yaml diff --git a/stable/vintage-story/5.1.1/questions.yaml b/stable/vintage-story/5.2.2/questions.yaml similarity index 100% rename from stable/vintage-story/5.1.1/questions.yaml rename to stable/vintage-story/5.2.2/questions.yaml diff --git a/stable/virt-manager/5.1.1/templates/common.yaml b/stable/vintage-story/5.2.2/templates/common.yaml similarity index 100% rename from stable/virt-manager/5.1.1/templates/common.yaml rename to stable/vintage-story/5.2.2/templates/common.yaml diff --git a/stable/wyoming-whisper/4.1.1/values.yaml b/stable/vintage-story/5.2.2/values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.1/values.yaml rename to stable/vintage-story/5.2.2/values.yaml diff --git a/stable/virt-manager/5.1.1/CHANGELOG.md b/stable/virt-manager/5.1.1/CHANGELOG.md deleted file mode 100644 index 467aea5d9b2..00000000000 --- a/stable/virt-manager/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/virt-manager/5.1.1/Chart.yaml b/stable/virt-manager/5.1.1/Chart.yaml deleted file mode 100644 index f47680fea63..00000000000 --- a/stable/virt-manager/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/virt-manager/5.1.1/charts/common-18.0.2.tgz b/stable/virt-manager/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/virt-manager/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.1.4/.helmignore b/stable/virt-manager/5.2.2/.helmignore similarity index 100% rename from stable/xen-orchestra/8.1.4/.helmignore rename to stable/virt-manager/5.2.2/.helmignore diff --git a/stable/virt-manager/5.2.2/CHANGELOG.md b/stable/virt-manager/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d68ec124e18 --- /dev/null +++ b/stable/virt-manager/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/virt-manager/5.2.2/Chart.yaml b/stable/virt-manager/5.2.2/Chart.yaml new file mode 100644 index 00000000000..5680644e329 --- /dev/null +++ b/stable/virt-manager/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/virt-manager/5.1.1/README.md b/stable/virt-manager/5.2.2/README.md similarity index 100% rename from stable/virt-manager/5.1.1/README.md rename to stable/virt-manager/5.2.2/README.md diff --git a/stable/virt-manager/5.2.2/app-changelog.md b/stable/virt-manager/5.2.2/app-changelog.md new file mode 100644 index 00000000000..cf8d96634b7 --- /dev/null +++ b/stable/virt-manager/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/virt-manager/5.1.1/app-readme.md b/stable/virt-manager/5.2.2/app-readme.md similarity index 100% rename from stable/virt-manager/5.1.1/app-readme.md rename to stable/virt-manager/5.2.2/app-readme.md diff --git a/stable/virt-manager/5.2.2/charts/common-18.1.6.tgz b/stable/virt-manager/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/virt-manager/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/virt-manager/5.1.1/ix_values.yaml b/stable/virt-manager/5.2.2/ix_values.yaml similarity index 100% rename from stable/virt-manager/5.1.1/ix_values.yaml rename to stable/virt-manager/5.2.2/ix_values.yaml diff --git a/stable/virt-manager/5.1.1/questions.yaml b/stable/virt-manager/5.2.2/questions.yaml similarity index 100% rename from stable/virt-manager/5.1.1/questions.yaml rename to stable/virt-manager/5.2.2/questions.yaml diff --git a/stable/vlmcsd-kms-server/5.1.1/templates/common.yaml b/stable/virt-manager/5.2.2/templates/common.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/templates/common.yaml rename to stable/virt-manager/5.2.2/templates/common.yaml diff --git a/stable/xen-orchestra/8.1.4/values.yaml b/stable/virt-manager/5.2.2/values.yaml similarity index 100% rename from stable/xen-orchestra/8.1.4/values.yaml rename to stable/virt-manager/5.2.2/values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.1/CHANGELOG.md b/stable/vlmcsd-kms-server/5.1.1/CHANGELOG.md deleted file mode 100644 index 47a3e97b1db..00000000000 --- a/stable/vlmcsd-kms-server/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.1.1/Chart.yaml b/stable/vlmcsd-kms-server/5.1.1/Chart.yaml deleted file mode 100644 index a23cc9c06b7..00000000000 --- a/stable/vlmcsd-kms-server/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/vlmcsd-kms-server/5.1.1/charts/common-18.0.2.tgz b/stable/vlmcsd-kms-server/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vlmcsd-kms-server/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xmrig/6.1.2/.helmignore b/stable/vlmcsd-kms-server/5.2.2/.helmignore similarity index 100% rename from stable/xmrig/6.1.2/.helmignore rename to stable/vlmcsd-kms-server/5.2.2/.helmignore diff --git a/stable/vlmcsd-kms-server/5.2.2/CHANGELOG.md b/stable/vlmcsd-kms-server/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..46206b12fdd --- /dev/null +++ b/stable/vlmcsd-kms-server/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/vlmcsd-kms-server/5.2.2/Chart.yaml b/stable/vlmcsd-kms-server/5.2.2/Chart.yaml new file mode 100644 index 00000000000..82370d31ceb --- /dev/null +++ b/stable/vlmcsd-kms-server/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/vlmcsd-kms-server/5.1.1/README.md b/stable/vlmcsd-kms-server/5.2.2/README.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/README.md rename to stable/vlmcsd-kms-server/5.2.2/README.md diff --git a/stable/vlmcsd-kms-server/5.2.2/app-changelog.md b/stable/vlmcsd-kms-server/5.2.2/app-changelog.md new file mode 100644 index 00000000000..f54e9835289 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/vlmcsd-kms-server/5.1.1/app-readme.md b/stable/vlmcsd-kms-server/5.2.2/app-readme.md similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/app-readme.md rename to stable/vlmcsd-kms-server/5.2.2/app-readme.md diff --git a/stable/vlmcsd-kms-server/5.2.2/charts/common-18.1.6.tgz b/stable/vlmcsd-kms-server/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/vlmcsd-kms-server/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/vlmcsd-kms-server/5.1.1/ix_values.yaml b/stable/vlmcsd-kms-server/5.2.2/ix_values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/ix_values.yaml rename to stable/vlmcsd-kms-server/5.2.2/ix_values.yaml diff --git a/stable/vlmcsd-kms-server/5.1.1/questions.yaml b/stable/vlmcsd-kms-server/5.2.2/questions.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.1.1/questions.yaml rename to stable/vlmcsd-kms-server/5.2.2/questions.yaml diff --git a/stable/webp-server/5.1.2/templates/common.yaml b/stable/vlmcsd-kms-server/5.2.2/templates/common.yaml similarity index 100% rename from stable/webp-server/5.1.2/templates/common.yaml rename to stable/vlmcsd-kms-server/5.2.2/templates/common.yaml diff --git a/stable/xmrig/6.1.2/values.yaml b/stable/vlmcsd-kms-server/5.2.2/values.yaml similarity index 100% rename from stable/xmrig/6.1.2/values.yaml rename to stable/vlmcsd-kms-server/5.2.2/values.yaml diff --git a/stable/vocechat-server/3.1.1/CHANGELOG.md b/stable/vocechat-server/3.1.1/CHANGELOG.md deleted file mode 100644 index a249dcbd18f..00000000000 --- a/stable/vocechat-server/3.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/vocechat-server/3.1.1/Chart.yaml b/stable/vocechat-server/3.1.1/Chart.yaml deleted file mode 100644 index aafac4abd8a..00000000000 --- a/stable/vocechat-server/3.1.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: social - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.3.44 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/vocechat-server/3.1.1/charts/common-18.0.2.tgz b/stable/vocechat-server/3.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/vocechat-server/3.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xonotic/5.1.1/.helmignore b/stable/vocechat-server/3.2.2/.helmignore similarity index 100% rename from stable/xonotic/5.1.1/.helmignore rename to stable/vocechat-server/3.2.2/.helmignore diff --git a/stable/vocechat-server/3.2.2/CHANGELOG.md b/stable/vocechat-server/3.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c6cb84c70f3 --- /dev/null +++ b/stable/vocechat-server/3.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/vocechat-server/3.2.2/Chart.yaml b/stable/vocechat-server/3.2.2/Chart.yaml new file mode 100644 index 00000000000..d845eee2aa3 --- /dev/null +++ b/stable/vocechat-server/3.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.3.44 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/vocechat-server/3.1.1/README.md b/stable/vocechat-server/3.2.2/README.md similarity index 100% rename from stable/vocechat-server/3.1.1/README.md rename to stable/vocechat-server/3.2.2/README.md diff --git a/stable/vocechat-server/3.2.2/app-changelog.md b/stable/vocechat-server/3.2.2/app-changelog.md new file mode 100644 index 00000000000..4d17627837f --- /dev/null +++ b/stable/vocechat-server/3.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/vocechat-server/3.1.1/app-readme.md b/stable/vocechat-server/3.2.2/app-readme.md similarity index 100% rename from stable/vocechat-server/3.1.1/app-readme.md rename to stable/vocechat-server/3.2.2/app-readme.md diff --git a/stable/vocechat-server/3.2.2/charts/common-18.1.6.tgz b/stable/vocechat-server/3.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/vocechat-server/3.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/vocechat-server/3.1.1/ix_values.yaml b/stable/vocechat-server/3.2.2/ix_values.yaml similarity index 100% rename from stable/vocechat-server/3.1.1/ix_values.yaml rename to stable/vocechat-server/3.2.2/ix_values.yaml diff --git a/stable/vocechat-server/3.1.1/questions.yaml b/stable/vocechat-server/3.2.2/questions.yaml similarity index 100% rename from stable/vocechat-server/3.1.1/questions.yaml rename to stable/vocechat-server/3.2.2/questions.yaml diff --git a/stable/youtransfer/7.1.1/templates/NOTES.txt b/stable/vocechat-server/3.2.2/templates/NOTES.txt similarity index 100% rename from stable/youtransfer/7.1.1/templates/NOTES.txt rename to stable/vocechat-server/3.2.2/templates/NOTES.txt diff --git a/stable/wyoming-whisper/4.1.1/templates/common.yaml b/stable/vocechat-server/3.2.2/templates/common.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.1/templates/common.yaml rename to stable/vocechat-server/3.2.2/templates/common.yaml diff --git a/stable/xonotic/5.1.1/values.yaml b/stable/vocechat-server/3.2.2/values.yaml similarity index 100% rename from stable/xonotic/5.1.1/values.yaml rename to stable/vocechat-server/3.2.2/values.yaml diff --git a/stable/wallos/4.1.4/CHANGELOG.md b/stable/wallos/4.1.4/CHANGELOG.md deleted file mode 100644 index 938e5d1e8a3..00000000000 --- a/stable/wallos/4.1.4/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.1.4/Chart.yaml b/stable/wallos/4.1.4/Chart.yaml deleted file mode 100644 index 4081bb7d3eb..00000000000 --- a/stable/wallos/4.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.4 diff --git a/stable/wallos/4.1.4/charts/common-18.0.2.tgz b/stable/wallos/4.1.4/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wallos/4.1.4/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wallos/4.1.4/ix_values.yaml b/stable/wallos/4.1.4/ix_values.yaml deleted file mode 100644 index 8e6eeb41757..00000000000 --- a/stable/wallos/4.1.4/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/xteve/13.1.1/.helmignore b/stable/wallos/4.2.3/.helmignore similarity index 100% rename from stable/xteve/13.1.1/.helmignore rename to stable/wallos/4.2.3/.helmignore diff --git a/stable/wallos/4.2.3/CHANGELOG.md b/stable/wallos/4.2.3/CHANGELOG.md new file mode 100644 index 00000000000..c2bf4849d10 --- /dev/null +++ b/stable/wallos/4.2.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/wallos/4.2.3/Chart.yaml b/stable/wallos/4.2.3/Chart.yaml new file mode 100644 index 00000000000..c553b4f324b --- /dev/null +++ b/stable/wallos/4.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/wallos/4.1.4/README.md b/stable/wallos/4.2.3/README.md similarity index 100% rename from stable/wallos/4.1.4/README.md rename to stable/wallos/4.2.3/README.md diff --git a/stable/wallos/4.2.3/app-changelog.md b/stable/wallos/4.2.3/app-changelog.md new file mode 100644 index 00000000000..c39e43bd31c --- /dev/null +++ b/stable/wallos/4.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wallos/4.1.4/app-readme.md b/stable/wallos/4.2.3/app-readme.md similarity index 100% rename from stable/wallos/4.1.4/app-readme.md rename to stable/wallos/4.2.3/app-readme.md diff --git a/stable/wallos/4.2.3/charts/common-18.1.6.tgz b/stable/wallos/4.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wallos/4.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/wallos/4.2.3/ix_values.yaml b/stable/wallos/4.2.3/ix_values.yaml new file mode 100644 index 00000000000..5ddee71332d --- /dev/null +++ b/stable/wallos/4.2.3/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.1.4/questions.yaml b/stable/wallos/4.2.3/questions.yaml similarity index 100% rename from stable/wallos/4.1.4/questions.yaml rename to stable/wallos/4.2.3/questions.yaml diff --git a/stable/youtubedl-material/10.1.1/templates/NOTES.txt b/stable/wallos/4.2.3/templates/NOTES.txt similarity index 100% rename from stable/youtubedl-material/10.1.1/templates/NOTES.txt rename to stable/wallos/4.2.3/templates/NOTES.txt diff --git a/stable/xen-orchestra/8.1.4/templates/common.yaml b/stable/wallos/4.2.3/templates/common.yaml similarity index 100% rename from stable/xen-orchestra/8.1.4/templates/common.yaml rename to stable/wallos/4.2.3/templates/common.yaml diff --git a/stable/xteve/13.1.1/values.yaml b/stable/wallos/4.2.3/values.yaml similarity index 100% rename from stable/xteve/13.1.1/values.yaml rename to stable/wallos/4.2.3/values.yaml diff --git a/stable/watcharr/4.1.1/CHANGELOG.md b/stable/watcharr/4.1.1/CHANGELOG.md deleted file mode 100644 index ac2336bfb4d..00000000000 --- a/stable/watcharr/4.1.1/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 - - - -- 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/watcharr/4.1.1/Chart.yaml b/stable/watcharr/4.1.1/Chart.yaml deleted file mode 100644 index f7354d7df7c..00000000000 --- a/stable/watcharr/4.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.34.0 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/watcharr/4.1.1/charts/common-18.0.2.tgz b/stable/watcharr/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/watcharr/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xware/5.1.1/.helmignore b/stable/watcharr/4.2.2/.helmignore similarity index 100% rename from stable/xware/5.1.1/.helmignore rename to stable/watcharr/4.2.2/.helmignore diff --git a/stable/watcharr/4.2.2/CHANGELOG.md b/stable/watcharr/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..9f8fc648bc8 --- /dev/null +++ b/stable/watcharr/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/watcharr/4.2.2/Chart.yaml b/stable/watcharr/4.2.2/Chart.yaml new file mode 100644 index 00000000000..413501caae9 --- /dev/null +++ b/stable/watcharr/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.34.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/watcharr/4.1.1/README.md b/stable/watcharr/4.2.2/README.md similarity index 100% rename from stable/watcharr/4.1.1/README.md rename to stable/watcharr/4.2.2/README.md diff --git a/stable/watcharr/4.2.2/app-changelog.md b/stable/watcharr/4.2.2/app-changelog.md new file mode 100644 index 00000000000..258602e130c --- /dev/null +++ b/stable/watcharr/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/watcharr/4.1.1/app-readme.md b/stable/watcharr/4.2.2/app-readme.md similarity index 100% rename from stable/watcharr/4.1.1/app-readme.md rename to stable/watcharr/4.2.2/app-readme.md diff --git a/stable/watcharr/4.2.2/charts/common-18.1.6.tgz b/stable/watcharr/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/watcharr/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/watcharr/4.1.1/ix_values.yaml b/stable/watcharr/4.2.2/ix_values.yaml similarity index 100% rename from stable/watcharr/4.1.1/ix_values.yaml rename to stable/watcharr/4.2.2/ix_values.yaml diff --git a/stable/watcharr/4.1.1/questions.yaml b/stable/watcharr/4.2.2/questions.yaml similarity index 100% rename from stable/watcharr/4.1.1/questions.yaml rename to stable/watcharr/4.2.2/questions.yaml diff --git a/stable/zerotier/9.1.1/templates/NOTES.txt b/stable/watcharr/4.2.2/templates/NOTES.txt similarity index 100% rename from stable/zerotier/9.1.1/templates/NOTES.txt rename to stable/watcharr/4.2.2/templates/NOTES.txt diff --git a/stable/watcharr/4.1.1/templates/_secrets.tpl b/stable/watcharr/4.2.2/templates/_secrets.tpl similarity index 100% rename from stable/watcharr/4.1.1/templates/_secrets.tpl rename to stable/watcharr/4.2.2/templates/_secrets.tpl diff --git a/stable/watcharr/4.1.1/templates/common.yaml b/stable/watcharr/4.2.2/templates/common.yaml similarity index 100% rename from stable/watcharr/4.1.1/templates/common.yaml rename to stable/watcharr/4.2.2/templates/common.yaml diff --git a/stable/xware/5.1.1/values.yaml b/stable/watcharr/4.2.2/values.yaml similarity index 100% rename from stable/xware/5.1.1/values.yaml rename to stable/watcharr/4.2.2/values.yaml diff --git a/stable/watchyourlan/8.1.1/CHANGELOG.md b/stable/watchyourlan/8.1.1/CHANGELOG.md deleted file mode 100644 index 5f580767b54..00000000000 --- a/stable/watchyourlan/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/watchyourlan/8.1.1/Chart.yaml b/stable/watchyourlan/8.1.1/Chart.yaml deleted file mode 100644 index bed543f52f5..00000000000 --- a/stable/watchyourlan/8.1.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: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.6 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/watchyourlan/8.1.1/charts/common-18.0.2.tgz b/stable/watchyourlan/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/watchyourlan/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xwiki/12.1.3/.helmignore b/stable/watchyourlan/8.2.2/.helmignore similarity index 100% rename from stable/xwiki/12.1.3/.helmignore rename to stable/watchyourlan/8.2.2/.helmignore diff --git a/stable/watchyourlan/8.2.2/CHANGELOG.md b/stable/watchyourlan/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..f45ee802001 --- /dev/null +++ b/stable/watchyourlan/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/watchyourlan/8.2.2/Chart.yaml b/stable/watchyourlan/8.2.2/Chart.yaml new file mode 100644 index 00000000000..6a715c3f7fe --- /dev/null +++ b/stable/watchyourlan/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.6 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/watchyourlan/8.1.1/README.md b/stable/watchyourlan/8.2.2/README.md similarity index 100% rename from stable/watchyourlan/8.1.1/README.md rename to stable/watchyourlan/8.2.2/README.md diff --git a/stable/watchyourlan/8.2.2/app-changelog.md b/stable/watchyourlan/8.2.2/app-changelog.md new file mode 100644 index 00000000000..f4a12834a21 --- /dev/null +++ b/stable/watchyourlan/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/watchyourlan/8.1.1/app-readme.md b/stable/watchyourlan/8.2.2/app-readme.md similarity index 100% rename from stable/watchyourlan/8.1.1/app-readme.md rename to stable/watchyourlan/8.2.2/app-readme.md diff --git a/stable/watchyourlan/8.2.2/charts/common-18.1.6.tgz b/stable/watchyourlan/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/watchyourlan/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/watchyourlan/8.1.1/ix_values.yaml b/stable/watchyourlan/8.2.2/ix_values.yaml similarity index 100% rename from stable/watchyourlan/8.1.1/ix_values.yaml rename to stable/watchyourlan/8.2.2/ix_values.yaml diff --git a/stable/watchyourlan/8.1.1/questions.yaml b/stable/watchyourlan/8.2.2/questions.yaml similarity index 100% rename from stable/watchyourlan/8.1.1/questions.yaml rename to stable/watchyourlan/8.2.2/questions.yaml diff --git a/stable/zigbee2mqtt/11.1.2/templates/NOTES.txt b/stable/watchyourlan/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/11.1.2/templates/NOTES.txt rename to stable/watchyourlan/8.2.2/templates/NOTES.txt diff --git a/stable/xteve/13.1.1/templates/common.yaml b/stable/watchyourlan/8.2.2/templates/common.yaml similarity index 100% rename from stable/xteve/13.1.1/templates/common.yaml rename to stable/watchyourlan/8.2.2/templates/common.yaml diff --git a/stable/xwiki/12.1.3/values.yaml b/stable/watchyourlan/8.2.2/values.yaml similarity index 100% rename from stable/xwiki/12.1.3/values.yaml rename to stable/watchyourlan/8.2.2/values.yaml diff --git a/stable/webgrabplus/9.1.2/CHANGELOG.md b/stable/webgrabplus/9.1.2/CHANGELOG.md deleted file mode 100644 index f1e057f8a7e..00000000000 --- a/stable/webgrabplus/9.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [webgrabplus-8.1.11](https://github.com/truecharts/charts/compare/webgrabplus-8.1.10...webgrabplus-8.1.11) (2024-01-21) \ No newline at end of file diff --git a/stable/webgrabplus/9.1.2/Chart.yaml b/stable/webgrabplus/9.1.2/Chart.yaml deleted file mode 100644 index a8fbb8f06f0..00000000000 --- a/stable/webgrabplus/9.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.1.4 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/webgrabplus/9.1.2/charts/common-18.0.2.tgz b/stable/webgrabplus/9.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/webgrabplus/9.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.1.2/ix_values.yaml b/stable/webgrabplus/9.1.2/ix_values.yaml deleted file mode 100644 index b93364964bd..00000000000 --- a/stable/webgrabplus/9.1.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/webgrabplus - pullPolicy: IfNotPresent - tag: 5.1.4@sha256:f05d5908abd867a4baf5836f2fcc3e581fe4980fc1ed84008125b91ee240c34c -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/yacreaderlibraryserver/5.1.1/.helmignore b/stable/webgrabplus/9.2.2/.helmignore similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/.helmignore rename to stable/webgrabplus/9.2.2/.helmignore diff --git a/stable/webgrabplus/9.2.2/CHANGELOG.md b/stable/webgrabplus/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..502b42c6fd0 --- /dev/null +++ b/stable/webgrabplus/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/webgrabplus/9.2.2/Chart.yaml b/stable/webgrabplus/9.2.2/Chart.yaml new file mode 100644 index 00000000000..d38695e050f --- /dev/null +++ b/stable/webgrabplus/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/webgrabplus/9.1.2/README.md b/stable/webgrabplus/9.2.2/README.md similarity index 100% rename from stable/webgrabplus/9.1.2/README.md rename to stable/webgrabplus/9.2.2/README.md diff --git a/stable/webgrabplus/9.2.2/app-changelog.md b/stable/webgrabplus/9.2.2/app-changelog.md new file mode 100644 index 00000000000..feb468a1d0d --- /dev/null +++ b/stable/webgrabplus/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/webgrabplus/9.1.2/app-readme.md b/stable/webgrabplus/9.2.2/app-readme.md similarity index 100% rename from stable/webgrabplus/9.1.2/app-readme.md rename to stable/webgrabplus/9.2.2/app-readme.md diff --git a/stable/webgrabplus/9.2.2/charts/common-18.1.6.tgz b/stable/webgrabplus/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/webgrabplus/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/webgrabplus/9.2.2/ix_values.yaml b/stable/webgrabplus/9.2.2/ix_values.yaml new file mode 100644 index 00000000000..38615586c2a --- /dev/null +++ b/stable/webgrabplus/9.2.2/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/webgrabplus + pullPolicy: IfNotPresent + tag: 5.1.4@sha256:902cbe79369d6092a70e1b363c25118458f314361a4fd41126015b9db78356bf +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/webgrabplus/9.1.2/questions.yaml b/stable/webgrabplus/9.2.2/questions.yaml similarity index 100% rename from stable/webgrabplus/9.1.2/questions.yaml rename to stable/webgrabplus/9.2.2/questions.yaml diff --git a/stable/znc/9.2.0/templates/NOTES.txt b/stable/webgrabplus/9.2.2/templates/NOTES.txt similarity index 100% rename from stable/znc/9.2.0/templates/NOTES.txt rename to stable/webgrabplus/9.2.2/templates/NOTES.txt diff --git a/stable/xwiki/12.1.3/templates/common.yaml b/stable/webgrabplus/9.2.2/templates/common.yaml similarity index 100% rename from stable/xwiki/12.1.3/templates/common.yaml rename to stable/webgrabplus/9.2.2/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.1.1/values.yaml b/stable/webgrabplus/9.2.2/values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/values.yaml rename to stable/webgrabplus/9.2.2/values.yaml diff --git a/stable/weblate/13.1.1/CHANGELOG.md b/stable/weblate/13.1.1/CHANGELOG.md deleted file mode 100644 index b35b8864039..00000000000 --- a/stable/weblate/13.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- force bump to ensure up-to-date catalogs \ No newline at end of file diff --git a/stable/weblate/13.1.1/Chart.yaml b/stable/weblate/13.1.1/Chart.yaml deleted file mode 100644 index a807aa509b1..00000000000 --- a/stable/weblate/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.16.4 -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/weblate/13.1.1/charts/common-18.0.2.tgz b/stable/weblate/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/weblate/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/yacy/5.1.1/.helmignore b/stable/weblate/13.2.2/.helmignore similarity index 100% rename from stable/yacy/5.1.1/.helmignore rename to stable/weblate/13.2.2/.helmignore diff --git a/stable/weblate/13.2.2/CHANGELOG.md b/stable/weblate/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..276199e8b84 --- /dev/null +++ b/stable/weblate/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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) diff --git a/stable/weblate/13.2.2/Chart.yaml b/stable/weblate/13.2.2/Chart.yaml new file mode 100644 index 00000000000..b14f39fcd2b --- /dev/null +++ b/stable/weblate/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.16.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/weblate/13.1.1/README.md b/stable/weblate/13.2.2/README.md similarity index 100% rename from stable/weblate/13.1.1/README.md rename to stable/weblate/13.2.2/README.md diff --git a/stable/weblate/13.2.2/app-changelog.md b/stable/weblate/13.2.2/app-changelog.md new file mode 100644 index 00000000000..b000a888079 --- /dev/null +++ b/stable/weblate/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/weblate/13.1.1/app-readme.md b/stable/weblate/13.2.2/app-readme.md similarity index 100% rename from stable/weblate/13.1.1/app-readme.md rename to stable/weblate/13.2.2/app-readme.md diff --git a/stable/weblate/13.2.2/charts/common-18.1.6.tgz b/stable/weblate/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/weblate/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/weblate/13.2.2/charts/redis-11.2.1.tgz b/stable/weblate/13.2.2/charts/redis-11.2.1.tgz new file mode 100644 index 00000000000..0a779a6f4f2 Binary files /dev/null and b/stable/weblate/13.2.2/charts/redis-11.2.1.tgz differ diff --git a/stable/weblate/13.1.1/ix_values.yaml b/stable/weblate/13.2.2/ix_values.yaml similarity index 100% rename from stable/weblate/13.1.1/ix_values.yaml rename to stable/weblate/13.2.2/ix_values.yaml diff --git a/stable/weblate/13.1.1/questions.yaml b/stable/weblate/13.2.2/questions.yaml similarity index 100% rename from stable/weblate/13.1.1/questions.yaml rename to stable/weblate/13.2.2/questions.yaml diff --git a/stable/ztcuui-aio/8.1.1/templates/NOTES.txt b/stable/weblate/13.2.2/templates/NOTES.txt similarity index 100% rename from stable/ztcuui-aio/8.1.1/templates/NOTES.txt rename to stable/weblate/13.2.2/templates/NOTES.txt diff --git a/stable/weblate/13.1.1/templates/_configmap.tpl b/stable/weblate/13.2.2/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.1.1/templates/_configmap.tpl rename to stable/weblate/13.2.2/templates/_configmap.tpl diff --git a/stable/weblate/13.1.1/templates/common.yaml b/stable/weblate/13.2.2/templates/common.yaml similarity index 100% rename from stable/weblate/13.1.1/templates/common.yaml rename to stable/weblate/13.2.2/templates/common.yaml diff --git a/stable/yacy/5.1.1/values.yaml b/stable/weblate/13.2.2/values.yaml similarity index 100% rename from stable/yacy/5.1.1/values.yaml rename to stable/weblate/13.2.2/values.yaml diff --git a/stable/webnut/8.1.1/CHANGELOG.md b/stable/webnut/8.1.1/CHANGELOG.md deleted file mode 100644 index 81b99a312ae..00000000000 --- a/stable/webnut/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/webnut/8.1.1/Chart.yaml b/stable/webnut/8.1.1/Chart.yaml deleted file mode 100644 index 954554ee4ca..00000000000 --- a/stable/webnut/8.1.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: monitoring - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/webnut/8.1.1/charts/common-18.0.2.tgz b/stable/webnut/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/webnut/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/yourls/5.1.1/.helmignore b/stable/webnut/8.2.2/.helmignore similarity index 100% rename from stable/yourls/5.1.1/.helmignore rename to stable/webnut/8.2.2/.helmignore diff --git a/stable/webnut/8.2.2/CHANGELOG.md b/stable/webnut/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..790fb2c2497 --- /dev/null +++ b/stable/webnut/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/webnut/8.2.2/Chart.yaml b/stable/webnut/8.2.2/Chart.yaml new file mode 100644 index 00000000000..8837d52d2b7 --- /dev/null +++ b/stable/webnut/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/webnut/8.1.1/README.md b/stable/webnut/8.2.2/README.md similarity index 100% rename from stable/webnut/8.1.1/README.md rename to stable/webnut/8.2.2/README.md diff --git a/stable/webnut/8.2.2/app-changelog.md b/stable/webnut/8.2.2/app-changelog.md new file mode 100644 index 00000000000..14ef5845b8e --- /dev/null +++ b/stable/webnut/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/webnut/8.1.1/app-readme.md b/stable/webnut/8.2.2/app-readme.md similarity index 100% rename from stable/webnut/8.1.1/app-readme.md rename to stable/webnut/8.2.2/app-readme.md diff --git a/stable/webnut/8.2.2/charts/common-18.1.6.tgz b/stable/webnut/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/webnut/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/webnut/8.1.1/ix_values.yaml b/stable/webnut/8.2.2/ix_values.yaml similarity index 100% rename from stable/webnut/8.1.1/ix_values.yaml rename to stable/webnut/8.2.2/ix_values.yaml diff --git a/stable/webnut/8.1.1/questions.yaml b/stable/webnut/8.2.2/questions.yaml similarity index 100% rename from stable/webnut/8.1.1/questions.yaml rename to stable/webnut/8.2.2/questions.yaml diff --git a/stable/zwavejs2mqtt/19.1.2/templates/NOTES.txt b/stable/webnut/8.2.2/templates/NOTES.txt similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/templates/NOTES.txt rename to stable/webnut/8.2.2/templates/NOTES.txt diff --git a/stable/youtubedl-material/10.1.1/templates/common.yaml b/stable/webnut/8.2.2/templates/common.yaml similarity index 100% rename from stable/youtubedl-material/10.1.1/templates/common.yaml rename to stable/webnut/8.2.2/templates/common.yaml diff --git a/stable/yourls/5.1.1/values.yaml b/stable/webnut/8.2.2/values.yaml similarity index 100% rename from stable/yourls/5.1.1/values.yaml rename to stable/webnut/8.2.2/values.yaml diff --git a/stable/webp-server/5.1.2/CHANGELOG.md b/stable/webp-server/5.1.2/CHANGELOG.md deleted file mode 100644 index ff97d7b5d53..00000000000 --- a/stable/webp-server/5.1.2/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 - -- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738)) diff --git a/stable/webp-server/5.1.2/Chart.yaml b/stable/webp-server/5.1.2/Chart.yaml deleted file mode 100644 index 54e9fa0ae22..00000000000 --- a/stable/webp-server/5.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/webp-server/5.1.2/charts/common-18.0.2.tgz b/stable/webp-server/5.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/webp-server/5.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webp-server/5.1.2/ix_values.yaml b/stable/webp-server/5.1.2/ix_values.yaml deleted file mode 100644 index 5572959e6c3..00000000000 --- a/stable/webp-server/5.1.2/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/youtransfer/7.1.1/.helmignore b/stable/webp-server/5.2.3/.helmignore similarity index 100% rename from stable/youtransfer/7.1.1/.helmignore rename to stable/webp-server/5.2.3/.helmignore diff --git a/stable/webp-server/5.2.3/CHANGELOG.md b/stable/webp-server/5.2.3/CHANGELOG.md new file mode 100644 index 00000000000..f8d7426a7d3 --- /dev/null +++ b/stable/webp-server/5.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + diff --git a/stable/webp-server/5.2.3/Chart.yaml b/stable/webp-server/5.2.3/Chart.yaml new file mode 100644 index 00000000000..ad81c6e25bb --- /dev/null +++ b/stable/webp-server/5.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/webp-server/5.1.2/README.md b/stable/webp-server/5.2.3/README.md similarity index 100% rename from stable/webp-server/5.1.2/README.md rename to stable/webp-server/5.2.3/README.md diff --git a/stable/webp-server/5.2.3/app-changelog.md b/stable/webp-server/5.2.3/app-changelog.md new file mode 100644 index 00000000000..d8011ce5224 --- /dev/null +++ b/stable/webp-server/5.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/webp-server/5.1.2/app-readme.md b/stable/webp-server/5.2.3/app-readme.md similarity index 100% rename from stable/webp-server/5.1.2/app-readme.md rename to stable/webp-server/5.2.3/app-readme.md diff --git a/stable/webp-server/5.2.3/charts/common-18.1.6.tgz b/stable/webp-server/5.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/webp-server/5.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/webp-server/5.2.3/ix_values.yaml b/stable/webp-server/5.2.3/ix_values.yaml new file mode 100644 index 00000000000..5c81295b9ea --- /dev/null +++ b/stable/webp-server/5.2.3/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.1.2/questions.yaml b/stable/webp-server/5.2.3/questions.yaml similarity index 100% rename from stable/webp-server/5.1.2/questions.yaml rename to stable/webp-server/5.2.3/questions.yaml diff --git a/stable/webtop/9.1.8/templates/common.yaml b/stable/webp-server/5.2.3/templates/common.yaml similarity index 100% rename from stable/webtop/9.1.8/templates/common.yaml rename to stable/webp-server/5.2.3/templates/common.yaml diff --git a/stable/youtransfer/7.1.1/values.yaml b/stable/webp-server/5.2.3/values.yaml similarity index 100% rename from stable/youtransfer/7.1.1/values.yaml rename to stable/webp-server/5.2.3/values.yaml diff --git a/stable/website-shot/10.1.1/CHANGELOG.md b/stable/website-shot/10.1.1/CHANGELOG.md deleted file mode 100644 index fd812cfa245..00000000000 --- a/stable/website-shot/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/website-shot/10.1.1/Chart.yaml b/stable/website-shot/10.1.1/Chart.yaml deleted file mode 100644 index 99b1d5347e1..00000000000 --- a/stable/website-shot/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/website-shot/10.1.1/charts/common-18.0.2.tgz b/stable/website-shot/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/website-shot/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.1.1/.helmignore b/stable/website-shot/10.2.2/.helmignore similarity index 100% rename from stable/youtubedl-material/10.1.1/.helmignore rename to stable/website-shot/10.2.2/.helmignore diff --git a/stable/website-shot/10.2.2/CHANGELOG.md b/stable/website-shot/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a658dc73065 --- /dev/null +++ b/stable/website-shot/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/website-shot/10.2.2/Chart.yaml b/stable/website-shot/10.2.2/Chart.yaml new file mode 100644 index 00000000000..1350567bb8d --- /dev/null +++ b/stable/website-shot/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/website-shot/10.1.1/README.md b/stable/website-shot/10.2.2/README.md similarity index 100% rename from stable/website-shot/10.1.1/README.md rename to stable/website-shot/10.2.2/README.md diff --git a/stable/website-shot/10.2.2/app-changelog.md b/stable/website-shot/10.2.2/app-changelog.md new file mode 100644 index 00000000000..c44f7d03047 --- /dev/null +++ b/stable/website-shot/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/website-shot/10.1.1/app-readme.md b/stable/website-shot/10.2.2/app-readme.md similarity index 100% rename from stable/website-shot/10.1.1/app-readme.md rename to stable/website-shot/10.2.2/app-readme.md diff --git a/stable/website-shot/10.2.2/charts/common-18.1.6.tgz b/stable/website-shot/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/website-shot/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/website-shot/10.1.1/ix_values.yaml b/stable/website-shot/10.2.2/ix_values.yaml similarity index 100% rename from stable/website-shot/10.1.1/ix_values.yaml rename to stable/website-shot/10.2.2/ix_values.yaml diff --git a/stable/website-shot/10.1.1/questions.yaml b/stable/website-shot/10.2.2/questions.yaml similarity index 100% rename from stable/website-shot/10.1.1/questions.yaml rename to stable/website-shot/10.2.2/questions.yaml diff --git a/stable/website-shot/10.2.2/templates/NOTES.txt b/stable/website-shot/10.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/website-shot/10.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zerotier/9.1.1/templates/common.yaml b/stable/website-shot/10.2.2/templates/common.yaml similarity index 100% rename from stable/zerotier/9.1.1/templates/common.yaml rename to stable/website-shot/10.2.2/templates/common.yaml diff --git a/stable/youtubedl-material/10.1.1/values.yaml b/stable/website-shot/10.2.2/values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.1/values.yaml rename to stable/website-shot/10.2.2/values.yaml diff --git a/stable/webtop/9.1.8/CHANGELOG.md b/stable/webtop/9.1.8/CHANGELOG.md deleted file mode 100644 index 4d02e8895a9..00000000000 --- a/stable/webtop/9.1.8/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [webtop-8.1.106](https://github.com/truecharts/charts/compare/webtop-8.1.100...webtop-8.1.106) (2024-01-21) \ No newline at end of file diff --git a/stable/webtop/9.1.8/Chart.yaml b/stable/webtop/9.1.8/Chart.yaml deleted file mode 100644 index 0c95e082df3..00000000000 --- a/stable/webtop/9.1.8/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.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.1.8 diff --git a/stable/webtop/9.1.8/charts/common-18.0.2.tgz b/stable/webtop/9.1.8/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/webtop/9.1.8/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/webtop/9.1.8/ix_values.yaml b/stable/webtop/9.1.8/ix_values.yaml deleted file mode 100644 index 468d7d25a01..00000000000 --- a/stable/webtop/9.1.8/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/z80pack/5.1.1/.helmignore b/stable/webtop/9.2.26/.helmignore similarity index 100% rename from stable/z80pack/5.1.1/.helmignore rename to stable/webtop/9.2.26/.helmignore diff --git a/stable/webtop/9.2.26/CHANGELOG.md b/stable/webtop/9.2.26/CHANGELOG.md new file mode 100644 index 00000000000..3adc10f379e --- /dev/null +++ b/stable/webtop/9.2.26/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/webtop/9.2.26/Chart.yaml b/stable/webtop/9.2.26/Chart.yaml new file mode 100644 index 00000000000..2e5f0e80d22 --- /dev/null +++ b/stable/webtop/9.2.26/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.26 diff --git a/stable/webtop/9.1.8/README.md b/stable/webtop/9.2.26/README.md similarity index 100% rename from stable/webtop/9.1.8/README.md rename to stable/webtop/9.2.26/README.md diff --git a/stable/webtop/9.2.26/app-changelog.md b/stable/webtop/9.2.26/app-changelog.md new file mode 100644 index 00000000000..0801dda5449 --- /dev/null +++ b/stable/webtop/9.2.26/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/webtop/9.1.8/app-readme.md b/stable/webtop/9.2.26/app-readme.md similarity index 100% rename from stable/webtop/9.1.8/app-readme.md rename to stable/webtop/9.2.26/app-readme.md diff --git a/stable/webtop/9.2.26/charts/common-18.1.6.tgz b/stable/webtop/9.2.26/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/webtop/9.2.26/charts/common-18.1.6.tgz differ diff --git a/stable/webtop/9.2.26/ix_values.yaml b/stable/webtop/9.2.26/ix_values.yaml new file mode 100644 index 00000000000..6de1a8890d5 --- /dev/null +++ b/stable/webtop/9.2.26/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.1.8/questions.yaml b/stable/webtop/9.2.26/questions.yaml similarity index 100% rename from stable/webtop/9.1.8/questions.yaml rename to stable/webtop/9.2.26/questions.yaml diff --git a/stable/webtop/9.2.26/templates/NOTES.txt b/stable/webtop/9.2.26/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/webtop/9.2.26/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/whisparr/9.1.3/templates/common.yaml b/stable/webtop/9.2.26/templates/common.yaml similarity index 100% rename from stable/whisparr/9.1.3/templates/common.yaml rename to stable/webtop/9.2.26/templates/common.yaml diff --git a/stable/z80pack/5.1.1/values.yaml b/stable/webtop/9.2.26/values.yaml similarity index 100% rename from stable/z80pack/5.1.1/values.yaml rename to stable/webtop/9.2.26/values.yaml diff --git a/stable/wekan/14.2.0/CHANGELOG.md b/stable/wekan/14.2.0/CHANGELOG.md deleted file mode 100644 index e51a483bfe4..00000000000 --- a/stable/wekan/14.2.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)) - - -## [wekan-13.3.1](https://github.com/truecharts/charts/compare/wekan-13.3.0...wekan-13.3.1) (2024-01-09) diff --git a/stable/wekan/14.2.0/Chart.yaml b/stable/wekan/14.2.0/Chart.yaml deleted file mode 100644 index 81d1d244e9e..00000000000 --- a/stable/wekan/14.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 7.34.0 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/wekan/14.2.0/charts/common-18.0.2.tgz b/stable/wekan/14.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wekan/14.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wekan/14.2.0/ix_values.yaml b/stable/wekan/14.2.0/ix_values.yaml deleted file mode 100644 index 2c8f128074c..00000000000 --- a/stable/wekan/14.2.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/zerotier/9.1.1/.helmignore b/stable/wekan/14.4.2/.helmignore similarity index 100% rename from stable/zerotier/9.1.1/.helmignore rename to stable/wekan/14.4.2/.helmignore diff --git a/stable/wekan/14.4.2/CHANGELOG.md b/stable/wekan/14.4.2/CHANGELOG.md new file mode 100644 index 00000000000..0b0b18e7fe7 --- /dev/null +++ b/stable/wekan/14.4.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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)) + + diff --git a/stable/wekan/14.4.2/Chart.yaml b/stable/wekan/14.4.2/Chart.yaml new file mode 100644 index 00000000000..4dfd9dbd121 --- /dev/null +++ b/stable/wekan/14.4.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.35.0 +dependencies: + - name: common + version: 18.1.6 + 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.4.2 diff --git a/stable/wekan/14.2.0/README.md b/stable/wekan/14.4.2/README.md similarity index 100% rename from stable/wekan/14.2.0/README.md rename to stable/wekan/14.4.2/README.md diff --git a/stable/wekan/14.4.2/app-changelog.md b/stable/wekan/14.4.2/app-changelog.md new file mode 100644 index 00000000000..314a8936f62 --- /dev/null +++ b/stable/wekan/14.4.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wekan/14.2.0/app-readme.md b/stable/wekan/14.4.2/app-readme.md similarity index 100% rename from stable/wekan/14.2.0/app-readme.md rename to stable/wekan/14.4.2/app-readme.md diff --git a/stable/wekan/14.4.2/charts/common-18.1.6.tgz b/stable/wekan/14.4.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wekan/14.4.2/charts/common-18.1.6.tgz differ diff --git a/stable/wekan/14.2.0/charts/mongodb-11.3.0.tgz b/stable/wekan/14.4.2/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/wekan/14.2.0/charts/mongodb-11.3.0.tgz rename to stable/wekan/14.4.2/charts/mongodb-11.3.0.tgz diff --git a/stable/wekan/14.4.2/ix_values.yaml b/stable/wekan/14.4.2/ix_values.yaml new file mode 100644 index 00000000000..cd3a914ba8d --- /dev/null +++ b/stable/wekan/14.4.2/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.2.0/questions.yaml b/stable/wekan/14.4.2/questions.yaml similarity index 100% rename from stable/wekan/14.2.0/questions.yaml rename to stable/wekan/14.4.2/questions.yaml diff --git a/stable/wekan/14.4.2/templates/NOTES.txt b/stable/wekan/14.4.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wekan/14.4.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/9.2.0/templates/common.yaml b/stable/wekan/14.4.2/templates/common.yaml similarity index 100% rename from stable/znc/9.2.0/templates/common.yaml rename to stable/wekan/14.4.2/templates/common.yaml diff --git a/stable/zerotier/9.1.1/values.yaml b/stable/wekan/14.4.2/values.yaml similarity index 100% rename from stable/zerotier/9.1.1/values.yaml rename to stable/wekan/14.4.2/values.yaml diff --git a/stable/wg-easy/11.1.2/CHANGELOG.md b/stable/wg-easy/11.1.2/CHANGELOG.md deleted file mode 100644 index f9a4554ac6e..00000000000 --- a/stable/wg-easy/11.1.2/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.2/Chart.yaml b/stable/wg-easy/11.1.2/Chart.yaml deleted file mode 100644 index 94f6e63f6b4..00000000000 --- a/stable/wg-easy/11.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 11.0.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/wg-easy/11.1.2/charts/common-18.0.2.tgz b/stable/wg-easy/11.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wg-easy/11.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.1.2/.helmignore b/stable/wg-easy/11.2.2/.helmignore similarity index 100% rename from stable/zigbee2mqtt/11.1.2/.helmignore rename to stable/wg-easy/11.2.2/.helmignore diff --git a/stable/wg-easy/11.2.2/CHANGELOG.md b/stable/wg-easy/11.2.2/CHANGELOG.md new file mode 100644 index 00000000000..94855a987d0 --- /dev/null +++ b/stable/wg-easy/11.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/wg-easy/11.2.2/Chart.yaml b/stable/wg-easy/11.2.2/Chart.yaml new file mode 100644 index 00000000000..f513900e5dd --- /dev/null +++ b/stable/wg-easy/11.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 11.0.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wg-easy/11.1.2/README.md b/stable/wg-easy/11.2.2/README.md similarity index 100% rename from stable/wg-easy/11.1.2/README.md rename to stable/wg-easy/11.2.2/README.md diff --git a/stable/wg-easy/11.2.2/app-changelog.md b/stable/wg-easy/11.2.2/app-changelog.md new file mode 100644 index 00000000000..8584bc6a19e --- /dev/null +++ b/stable/wg-easy/11.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wg-easy/11.1.2/app-readme.md b/stable/wg-easy/11.2.2/app-readme.md similarity index 100% rename from stable/wg-easy/11.1.2/app-readme.md rename to stable/wg-easy/11.2.2/app-readme.md diff --git a/stable/wg-easy/11.2.2/charts/common-18.1.6.tgz b/stable/wg-easy/11.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wg-easy/11.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wg-easy/11.1.2/ix_values.yaml b/stable/wg-easy/11.2.2/ix_values.yaml similarity index 100% rename from stable/wg-easy/11.1.2/ix_values.yaml rename to stable/wg-easy/11.2.2/ix_values.yaml diff --git a/stable/wg-easy/11.1.2/questions.yaml b/stable/wg-easy/11.2.2/questions.yaml similarity index 100% rename from stable/wg-easy/11.1.2/questions.yaml rename to stable/wg-easy/11.2.2/questions.yaml diff --git a/stable/wg-easy/11.2.2/templates/NOTES.txt b/stable/wg-easy/11.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wg-easy/11.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.1.1/templates/common.yaml b/stable/wg-easy/11.2.2/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.1/templates/common.yaml rename to stable/wg-easy/11.2.2/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.1.2/values.yaml b/stable/wg-easy/11.2.2/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.2/values.yaml rename to stable/wg-easy/11.2.2/values.yaml diff --git a/stable/whisparr/9.1.3/CHANGELOG.md b/stable/whisparr/9.1.3/CHANGELOG.md deleted file mode 100644 index 1b13db5f4c0..00000000000 --- a/stable/whisparr/9.1.3/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)) - - -## [whisparr-8.1.10](https://github.com/truecharts/charts/compare/whisparr-8.1.9...whisparr-8.1.10) (2024-01-21) diff --git a/stable/whisparr/9.1.3/Chart.yaml b/stable/whisparr/9.1.3/Chart.yaml deleted file mode 100644 index 55e81264bba..00000000000 --- a/stable/whisparr/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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.0.355 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/whisparr/9.1.3/charts/common-18.0.2.tgz b/stable/whisparr/9.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/whisparr/9.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/whisparr/9.1.3/ix_values.yaml b/stable/whisparr/9.1.3/ix_values.yaml deleted file mode 100644 index c8f698f76db..00000000000 --- a/stable/whisparr/9.1.3/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: ghcr.io/hotio/whisparr - pullPolicy: IfNotPresent - tag: nightly-2.0.0.355@sha256:920fc86b0492730043fe039479e36dab656cc735ff5717ad33ce21d5360ca170 -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/znc/9.2.0/.helmignore b/stable/whisparr/9.2.3/.helmignore similarity index 100% rename from stable/znc/9.2.0/.helmignore rename to stable/whisparr/9.2.3/.helmignore diff --git a/stable/whisparr/9.2.3/CHANGELOG.md b/stable/whisparr/9.2.3/CHANGELOG.md new file mode 100644 index 00000000000..dda73ccedc5 --- /dev/null +++ b/stable/whisparr/9.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/whisparr/9.2.3/Chart.yaml b/stable/whisparr/9.2.3/Chart.yaml new file mode 100644 index 00000000000..7af73b60247 --- /dev/null +++ b/stable/whisparr/9.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.0.0.355 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/whisparr/9.1.3/README.md b/stable/whisparr/9.2.3/README.md similarity index 100% rename from stable/whisparr/9.1.3/README.md rename to stable/whisparr/9.2.3/README.md diff --git a/stable/whisparr/9.2.3/app-changelog.md b/stable/whisparr/9.2.3/app-changelog.md new file mode 100644 index 00000000000..78c04af7eba --- /dev/null +++ b/stable/whisparr/9.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/whisparr/9.1.3/app-readme.md b/stable/whisparr/9.2.3/app-readme.md similarity index 100% rename from stable/whisparr/9.1.3/app-readme.md rename to stable/whisparr/9.2.3/app-readme.md diff --git a/stable/whisparr/9.2.3/charts/common-18.1.6.tgz b/stable/whisparr/9.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/whisparr/9.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/whisparr/9.2.3/ix_values.yaml b/stable/whisparr/9.2.3/ix_values.yaml new file mode 100644 index 00000000000..71964cc12d3 --- /dev/null +++ b/stable/whisparr/9.2.3/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.1.3/questions.yaml b/stable/whisparr/9.2.3/questions.yaml similarity index 100% rename from stable/whisparr/9.1.3/questions.yaml rename to stable/whisparr/9.2.3/questions.yaml diff --git a/stable/whisparr/9.2.3/templates/NOTES.txt b/stable/whisparr/9.2.3/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/whisparr/9.2.3/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wifi-card/5.1.1/templates/common.yaml b/stable/whisparr/9.2.3/templates/common.yaml similarity index 100% rename from stable/wifi-card/5.1.1/templates/common.yaml rename to stable/whisparr/9.2.3/templates/common.yaml diff --git a/stable/znc/9.2.0/values.yaml b/stable/whisparr/9.2.3/values.yaml similarity index 100% rename from stable/znc/9.2.0/values.yaml rename to stable/whisparr/9.2.3/values.yaml diff --git a/stable/whisper-asr-webservice/4.1.1/CHANGELOG.md b/stable/whisper-asr-webservice/4.1.1/CHANGELOG.md deleted file mode 100644 index bfac2f4c224..00000000000 --- a/stable/whisper-asr-webservice/4.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.1.1/Chart.yaml b/stable/whisper-asr-webservice/4.1.1/Chart.yaml deleted file mode 100644 index 53539b9ab95..00000000000 --- a/stable/whisper-asr-webservice/4.1.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: machine-learning - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.2.3 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/whisper-asr-webservice/4.1.1/charts/common-18.0.2.tgz b/stable/whisper-asr-webservice/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/whisper-asr-webservice/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zoneminder/5.1.1/.helmignore b/stable/whisper-asr-webservice/4.2.2/.helmignore similarity index 100% rename from stable/zoneminder/5.1.1/.helmignore rename to stable/whisper-asr-webservice/4.2.2/.helmignore diff --git a/stable/whisper-asr-webservice/4.2.2/CHANGELOG.md b/stable/whisper-asr-webservice/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..43d96d2d341 --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/whisper-asr-webservice/4.2.2/Chart.yaml b/stable/whisper-asr-webservice/4.2.2/Chart.yaml new file mode 100644 index 00000000000..49b4c84b111 --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.2.3 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/whisper-asr-webservice/4.1.1/README.md b/stable/whisper-asr-webservice/4.2.2/README.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/README.md rename to stable/whisper-asr-webservice/4.2.2/README.md diff --git a/stable/whisper-asr-webservice/4.2.2/app-changelog.md b/stable/whisper-asr-webservice/4.2.2/app-changelog.md new file mode 100644 index 00000000000..6f617100818 --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/whisper-asr-webservice/4.1.1/app-readme.md b/stable/whisper-asr-webservice/4.2.2/app-readme.md similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/app-readme.md rename to stable/whisper-asr-webservice/4.2.2/app-readme.md diff --git a/stable/whisper-asr-webservice/4.2.2/charts/common-18.1.6.tgz b/stable/whisper-asr-webservice/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/whisper-asr-webservice/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/whisper-asr-webservice/4.1.1/ix_values.yaml b/stable/whisper-asr-webservice/4.2.2/ix_values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/ix_values.yaml rename to stable/whisper-asr-webservice/4.2.2/ix_values.yaml diff --git a/stable/whisper-asr-webservice/4.1.1/questions.yaml b/stable/whisper-asr-webservice/4.2.2/questions.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.1.1/questions.yaml rename to stable/whisper-asr-webservice/4.2.2/questions.yaml diff --git a/stable/whisper-asr-webservice/4.2.2/templates/NOTES.txt b/stable/whisper-asr-webservice/4.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/whisper-asr-webservice/4.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.1.2/templates/common.yaml b/stable/whisper-asr-webservice/4.2.2/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/templates/common.yaml rename to stable/whisper-asr-webservice/4.2.2/templates/common.yaml diff --git a/stable/zoneminder/5.1.1/values.yaml b/stable/whisper-asr-webservice/4.2.2/values.yaml similarity index 100% rename from stable/zoneminder/5.1.1/values.yaml rename to stable/whisper-asr-webservice/4.2.2/values.yaml diff --git a/stable/whoogle/10.1.1/CHANGELOG.md b/stable/whoogle/10.1.1/CHANGELOG.md deleted file mode 100644 index 0ec7caf38e1..00000000000 --- a/stable/whoogle/10.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/whoogle/10.1.1/Chart.yaml b/stable/whoogle/10.1.1/Chart.yaml deleted file mode 100644 index 4ca9eccc60a..00000000000 --- a/stable/whoogle/10.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.4 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/whoogle/10.1.1/charts/common-18.0.2.tgz b/stable/whoogle/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/whoogle/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.1.1/.helmignore b/stable/whoogle/10.2.2/.helmignore similarity index 100% rename from stable/ztcuui-aio/8.1.1/.helmignore rename to stable/whoogle/10.2.2/.helmignore diff --git a/stable/whoogle/10.2.2/CHANGELOG.md b/stable/whoogle/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2f5c56ad815 --- /dev/null +++ b/stable/whoogle/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/whoogle/10.2.2/Chart.yaml b/stable/whoogle/10.2.2/Chart.yaml new file mode 100644 index 00000000000..d87937cad31 --- /dev/null +++ b/stable/whoogle/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.4 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/whoogle/10.1.1/README.md b/stable/whoogle/10.2.2/README.md similarity index 100% rename from stable/whoogle/10.1.1/README.md rename to stable/whoogle/10.2.2/README.md diff --git a/stable/whoogle/10.2.2/app-changelog.md b/stable/whoogle/10.2.2/app-changelog.md new file mode 100644 index 00000000000..5d34ab4f8ac --- /dev/null +++ b/stable/whoogle/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/whoogle/10.1.1/app-readme.md b/stable/whoogle/10.2.2/app-readme.md similarity index 100% rename from stable/whoogle/10.1.1/app-readme.md rename to stable/whoogle/10.2.2/app-readme.md diff --git a/stable/whoogle/10.2.2/charts/common-18.1.6.tgz b/stable/whoogle/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/whoogle/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/whoogle/10.1.1/ix_values.yaml b/stable/whoogle/10.2.2/ix_values.yaml similarity index 100% rename from stable/whoogle/10.1.1/ix_values.yaml rename to stable/whoogle/10.2.2/ix_values.yaml diff --git a/stable/whoogle/10.1.1/questions.yaml b/stable/whoogle/10.2.2/questions.yaml similarity index 100% rename from stable/whoogle/10.1.1/questions.yaml rename to stable/whoogle/10.2.2/questions.yaml diff --git a/stable/whoogle/10.2.2/templates/NOTES.txt b/stable/whoogle/10.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/whoogle/10.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/whoogle/10.2.2/templates/common.yaml b/stable/whoogle/10.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/whoogle/10.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.1.1/values.yaml b/stable/whoogle/10.2.2/values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.1/values.yaml rename to stable/whoogle/10.2.2/values.yaml diff --git a/stable/wifi-card/5.1.1/CHANGELOG.md b/stable/wifi-card/5.1.1/CHANGELOG.md deleted file mode 100644 index b13f6ee92fb..00000000000 --- a/stable/wifi-card/5.1.1/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 - - -## [wifi-card-4.1.4](https://github.com/truecharts/charts/compare/wifi-card-4.1.3...wifi-card-4.1.4) (2024-01-01) diff --git a/stable/wifi-card/5.1.1/Chart.yaml b/stable/wifi-card/5.1.1/Chart.yaml deleted file mode 100644 index 9d571b4c8c6..00000000000 --- a/stable/wifi-card/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/wifi-card/5.1.1/charts/common-18.0.2.tgz b/stable/wifi-card/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wifi-card/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.1.2/.helmignore b/stable/wifi-card/5.2.2/.helmignore similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/.helmignore rename to stable/wifi-card/5.2.2/.helmignore diff --git a/stable/wifi-card/5.2.2/CHANGELOG.md b/stable/wifi-card/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..4d3979f052e --- /dev/null +++ b/stable/wifi-card/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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 + + diff --git a/stable/wifi-card/5.2.2/Chart.yaml b/stable/wifi-card/5.2.2/Chart.yaml new file mode 100644 index 00000000000..df1b9e408da --- /dev/null +++ b/stable/wifi-card/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wifi-card/5.1.1/README.md b/stable/wifi-card/5.2.2/README.md similarity index 100% rename from stable/wifi-card/5.1.1/README.md rename to stable/wifi-card/5.2.2/README.md diff --git a/stable/wifi-card/5.2.2/app-changelog.md b/stable/wifi-card/5.2.2/app-changelog.md new file mode 100644 index 00000000000..73ec78f23f4 --- /dev/null +++ b/stable/wifi-card/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wifi-card/5.1.1/app-readme.md b/stable/wifi-card/5.2.2/app-readme.md similarity index 100% rename from stable/wifi-card/5.1.1/app-readme.md rename to stable/wifi-card/5.2.2/app-readme.md diff --git a/stable/wifi-card/5.2.2/charts/common-18.1.6.tgz b/stable/wifi-card/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wifi-card/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wifi-card/5.1.1/ix_values.yaml b/stable/wifi-card/5.2.2/ix_values.yaml similarity index 100% rename from stable/wifi-card/5.1.1/ix_values.yaml rename to stable/wifi-card/5.2.2/ix_values.yaml diff --git a/stable/wifi-card/5.1.1/questions.yaml b/stable/wifi-card/5.2.2/questions.yaml similarity index 100% rename from stable/wifi-card/5.1.1/questions.yaml rename to stable/wifi-card/5.2.2/questions.yaml diff --git a/stable/xmrig/6.1.2/templates/common.yaml b/stable/wifi-card/5.2.2/templates/common.yaml similarity index 100% rename from stable/xmrig/6.1.2/templates/common.yaml rename to stable/wifi-card/5.2.2/templates/common.yaml diff --git a/stable/zwavejs2mqtt/19.1.2/values.yaml b/stable/wifi-card/5.2.2/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/values.yaml rename to stable/wifi-card/5.2.2/values.yaml diff --git a/stable/wikijs/15.1.1/CHANGELOG.md b/stable/wikijs/15.1.1/CHANGELOG.md deleted file mode 100644 index d93460ba59b..00000000000 --- a/stable/wikijs/15.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/wikijs/15.1.1/Chart.yaml b/stable/wikijs/15.1.1/Chart.yaml deleted file mode 100644 index 76c8737b455..00000000000 --- a/stable/wikijs/15.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.5.301 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/wikijs/15.1.1/charts/common-18.0.2.tgz b/stable/wikijs/15.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wikijs/15.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wikijs/15.2.2/.helmignore b/stable/wikijs/15.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wikijs/15.2.2/.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/wikijs/15.2.2/CHANGELOG.md b/stable/wikijs/15.2.2/CHANGELOG.md new file mode 100644 index 00000000000..35a4ee0ee7e --- /dev/null +++ b/stable/wikijs/15.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/wikijs/15.2.2/Chart.yaml b/stable/wikijs/15.2.2/Chart.yaml new file mode 100644 index 00000000000..b077bdbfa44 --- /dev/null +++ b/stable/wikijs/15.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.5.301 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wikijs/15.1.1/README.md b/stable/wikijs/15.2.2/README.md similarity index 100% rename from stable/wikijs/15.1.1/README.md rename to stable/wikijs/15.2.2/README.md diff --git a/stable/wikijs/15.2.2/app-changelog.md b/stable/wikijs/15.2.2/app-changelog.md new file mode 100644 index 00000000000..ec552ca9219 --- /dev/null +++ b/stable/wikijs/15.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wikijs/15.1.1/app-readme.md b/stable/wikijs/15.2.2/app-readme.md similarity index 100% rename from stable/wikijs/15.1.1/app-readme.md rename to stable/wikijs/15.2.2/app-readme.md diff --git a/stable/wikijs/15.2.2/charts/common-18.1.6.tgz b/stable/wikijs/15.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wikijs/15.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wikijs/15.1.1/ix_values.yaml b/stable/wikijs/15.2.2/ix_values.yaml similarity index 100% rename from stable/wikijs/15.1.1/ix_values.yaml rename to stable/wikijs/15.2.2/ix_values.yaml diff --git a/stable/wikijs/15.1.1/questions.yaml b/stable/wikijs/15.2.2/questions.yaml similarity index 100% rename from stable/wikijs/15.1.1/questions.yaml rename to stable/wikijs/15.2.2/questions.yaml diff --git a/stable/wikijs/15.2.2/templates/NOTES.txt b/stable/wikijs/15.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wikijs/15.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wikijs/15.2.2/templates/common.yaml b/stable/wikijs/15.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/wikijs/15.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/enterprise/nextcloud/29.1.6/CHANGELOG.md b/stable/wikijs/15.2.2/values.yaml similarity index 100% rename from enterprise/nextcloud/29.1.6/CHANGELOG.md rename to stable/wikijs/15.2.2/values.yaml diff --git a/stable/wireguard/8.1.1/CHANGELOG.md b/stable/wireguard/8.1.1/CHANGELOG.md deleted file mode 100644 index 18c432ac4b1..00000000000 --- a/stable/wireguard/8.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/wireguard/8.1.1/Chart.yaml b/stable/wireguard/8.1.1/Chart.yaml deleted file mode 100644 index 12cdcf9f456..00000000000 --- a/stable/wireguard/8.1.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: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.0.20210914 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/wireguard/8.1.1/charts/common-18.0.2.tgz b/stable/wireguard/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wireguard/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wireguard/8.2.2/.helmignore b/stable/wireguard/8.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wireguard/8.2.2/.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/wireguard/8.2.2/CHANGELOG.md b/stable/wireguard/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..a11fabc55a9 --- /dev/null +++ b/stable/wireguard/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/wireguard/8.2.2/Chart.yaml b/stable/wireguard/8.2.2/Chart.yaml new file mode 100644 index 00000000000..54c14cfd899 --- /dev/null +++ b/stable/wireguard/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.0.20210914 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wireguard/8.1.1/README.md b/stable/wireguard/8.2.2/README.md similarity index 100% rename from stable/wireguard/8.1.1/README.md rename to stable/wireguard/8.2.2/README.md diff --git a/stable/wireguard/8.2.2/app-changelog.md b/stable/wireguard/8.2.2/app-changelog.md new file mode 100644 index 00000000000..ec0ae8579a9 --- /dev/null +++ b/stable/wireguard/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wireguard/8.1.1/app-readme.md b/stable/wireguard/8.2.2/app-readme.md similarity index 100% rename from stable/wireguard/8.1.1/app-readme.md rename to stable/wireguard/8.2.2/app-readme.md diff --git a/stable/wireguard/8.2.2/charts/common-18.1.6.tgz b/stable/wireguard/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wireguard/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wireguard/8.1.1/ix_values.yaml b/stable/wireguard/8.2.2/ix_values.yaml similarity index 100% rename from stable/wireguard/8.1.1/ix_values.yaml rename to stable/wireguard/8.2.2/ix_values.yaml diff --git a/stable/wireguard/8.1.1/questions.yaml b/stable/wireguard/8.2.2/questions.yaml similarity index 100% rename from stable/wireguard/8.1.1/questions.yaml rename to stable/wireguard/8.2.2/questions.yaml diff --git a/stable/wireguard/8.2.2/templates/NOTES.txt b/stable/wireguard/8.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wireguard/8.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wireguard/8.1.1/templates/_configfilemount.tpl b/stable/wireguard/8.2.2/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/8.1.1/templates/_configfilemount.tpl rename to stable/wireguard/8.2.2/templates/_configfilemount.tpl diff --git a/stable/wireguard/8.1.1/templates/_configmap.tpl b/stable/wireguard/8.2.2/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/8.1.1/templates/_configmap.tpl rename to stable/wireguard/8.2.2/templates/_configmap.tpl diff --git a/stable/wireguard/8.1.1/templates/_secret.tpl b/stable/wireguard/8.2.2/templates/_secret.tpl similarity index 100% rename from stable/wireguard/8.1.1/templates/_secret.tpl rename to stable/wireguard/8.2.2/templates/_secret.tpl diff --git a/stable/wireguard/8.1.1/templates/common.yaml b/stable/wireguard/8.2.2/templates/common.yaml similarity index 100% rename from stable/wireguard/8.1.1/templates/common.yaml rename to stable/wireguard/8.2.2/templates/common.yaml diff --git a/incubator/semaphore/1.0.0/CHANGELOG.md b/stable/wireguard/8.2.2/values.yaml similarity index 100% rename from incubator/semaphore/1.0.0/CHANGELOG.md rename to stable/wireguard/8.2.2/values.yaml diff --git a/stable/wizarr/6.1.1/CHANGELOG.md b/stable/wizarr/6.1.1/CHANGELOG.md deleted file mode 100644 index 6c439cb4372..00000000000 --- a/stable/wizarr/6.1.1/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.1/Chart.yaml b/stable/wizarr/6.1.1/Chart.yaml deleted file mode 100644 index 3cddd43ff7f..00000000000 --- a/stable/wizarr/6.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.5.1 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/wizarr/6.1.1/charts/common-18.0.2.tgz b/stable/wizarr/6.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wizarr/6.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wizarr/6.2.2/.helmignore b/stable/wizarr/6.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wizarr/6.2.2/.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/wizarr/6.2.2/CHANGELOG.md b/stable/wizarr/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6866f9e057b --- /dev/null +++ b/stable/wizarr/6.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 \ No newline at end of file diff --git a/stable/wizarr/6.2.2/Chart.yaml b/stable/wizarr/6.2.2/Chart.yaml new file mode 100644 index 00000000000..fe61aa3c2fe --- /dev/null +++ b/stable/wizarr/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.5.1 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wizarr/6.1.1/README.md b/stable/wizarr/6.2.2/README.md similarity index 100% rename from stable/wizarr/6.1.1/README.md rename to stable/wizarr/6.2.2/README.md diff --git a/stable/wizarr/6.2.2/app-changelog.md b/stable/wizarr/6.2.2/app-changelog.md new file mode 100644 index 00000000000..d6bc30ee9a1 --- /dev/null +++ b/stable/wizarr/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wizarr/6.1.1/app-readme.md b/stable/wizarr/6.2.2/app-readme.md similarity index 100% rename from stable/wizarr/6.1.1/app-readme.md rename to stable/wizarr/6.2.2/app-readme.md diff --git a/stable/wizarr/6.2.2/charts/common-18.1.6.tgz b/stable/wizarr/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wizarr/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wizarr/6.1.1/ix_values.yaml b/stable/wizarr/6.2.2/ix_values.yaml similarity index 100% rename from stable/wizarr/6.1.1/ix_values.yaml rename to stable/wizarr/6.2.2/ix_values.yaml diff --git a/stable/wizarr/6.1.1/questions.yaml b/stable/wizarr/6.2.2/questions.yaml similarity index 100% rename from stable/wizarr/6.1.1/questions.yaml rename to stable/wizarr/6.2.2/questions.yaml diff --git a/stable/wizarr/6.2.2/templates/NOTES.txt b/stable/wizarr/6.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wizarr/6.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wizarr/6.2.2/templates/common.yaml b/stable/wizarr/6.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/wizarr/6.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/operators/grafana-agent-operator/1.0.0/CHANGELOG.md b/stable/wizarr/6.2.2/values.yaml similarity index 100% rename from operators/grafana-agent-operator/1.0.0/CHANGELOG.md rename to stable/wizarr/6.2.2/values.yaml diff --git a/stable/wordpress/7.2.4/CHANGELOG.md b/stable/wordpress/7.2.4/CHANGELOG.md deleted file mode 100644 index 5722282f611..00000000000 --- a/stable/wordpress/7.2.4/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [wordpress-6.1.17](https://github.com/truecharts/charts/compare/wordpress-6.1.16...wordpress-6.1.17) (2024-01-27) \ No newline at end of file diff --git a/stable/wordpress/7.2.4/Chart.yaml b/stable/wordpress/7.2.4/Chart.yaml deleted file mode 100644 index 5ef7ae0d97e..00000000000 --- a/stable/wordpress/7.2.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: 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.0.3 - 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: 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.2.4 diff --git a/stable/wordpress/7.2.4/charts/common-18.0.3.tgz b/stable/wordpress/7.2.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/wordpress/7.2.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/wordpress/7.2.4/charts/mariadb-13.0.0.tgz b/stable/wordpress/7.2.4/charts/mariadb-13.0.0.tgz deleted file mode 100644 index 564d2d213b7..00000000000 Binary files a/stable/wordpress/7.2.4/charts/mariadb-13.0.0.tgz and /dev/null differ diff --git a/stable/wordpress/7.2.4/ix_values.yaml b/stable/wordpress/7.2.4/ix_values.yaml deleted file mode 100644 index df86ceb8068..00000000000 --- a/stable/wordpress/7.2.4/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/wordpress/7.4.3/.helmignore b/stable/wordpress/7.4.3/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wordpress/7.4.3/.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/wordpress/7.4.3/CHANGELOG.md b/stable/wordpress/7.4.3/CHANGELOG.md new file mode 100644 index 00000000000..aff3fac5f32 --- /dev/null +++ b/stable/wordpress/7.4.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/wordpress/7.4.3/Chart.yaml b/stable/wordpress/7.4.3/Chart.yaml new file mode 100644 index 00000000000..c19f793b4d1 --- /dev/null +++ b/stable/wordpress/7.4.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.4.3 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/wordpress/7.2.4/README.md b/stable/wordpress/7.4.3/README.md similarity index 100% rename from stable/wordpress/7.2.4/README.md rename to stable/wordpress/7.4.3/README.md diff --git a/stable/wordpress/7.4.3/app-changelog.md b/stable/wordpress/7.4.3/app-changelog.md new file mode 100644 index 00000000000..4855f6633cf --- /dev/null +++ b/stable/wordpress/7.4.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wordpress/7.2.4/app-readme.md b/stable/wordpress/7.4.3/app-readme.md similarity index 100% rename from stable/wordpress/7.2.4/app-readme.md rename to stable/wordpress/7.4.3/app-readme.md diff --git a/stable/wordpress/7.4.3/charts/common-18.1.6.tgz b/stable/wordpress/7.4.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wordpress/7.4.3/charts/common-18.1.6.tgz differ diff --git a/stable/wordpress/7.4.3/charts/mariadb-13.2.0.tgz b/stable/wordpress/7.4.3/charts/mariadb-13.2.0.tgz new file mode 100644 index 00000000000..3849430c3b7 Binary files /dev/null and b/stable/wordpress/7.4.3/charts/mariadb-13.2.0.tgz differ diff --git a/stable/wordpress/7.4.3/ix_values.yaml b/stable/wordpress/7.4.3/ix_values.yaml new file mode 100644 index 00000000000..2e400eff4dc --- /dev/null +++ b/stable/wordpress/7.4.3/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.2.4/questions.yaml b/stable/wordpress/7.4.3/questions.yaml similarity index 100% rename from stable/wordpress/7.2.4/questions.yaml rename to stable/wordpress/7.4.3/questions.yaml diff --git a/stable/wordpress/7.2.4/templates/_env.tpl b/stable/wordpress/7.4.3/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.2.4/templates/_env.tpl rename to stable/wordpress/7.4.3/templates/_env.tpl diff --git a/stable/wordpress/7.2.4/templates/common.yaml b/stable/wordpress/7.4.3/templates/common.yaml similarity index 100% rename from stable/wordpress/7.2.4/templates/common.yaml rename to stable/wordpress/7.4.3/templates/common.yaml diff --git a/stable/bitmagnet/1.1.5/CHANGELOG.md b/stable/wordpress/7.4.3/values.yaml similarity index 100% rename from stable/bitmagnet/1.1.5/CHANGELOG.md rename to stable/wordpress/7.4.3/values.yaml diff --git a/stable/wyoming-piper/4.1.2/CHANGELOG.md b/stable/wyoming-piper/4.1.2/CHANGELOG.md deleted file mode 100644 index b98df4a870f..00000000000 --- a/stable/wyoming-piper/4.1.2/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 - - - -- bump all charts for OCI test push diff --git a/stable/wyoming-piper/4.1.2/Chart.yaml b/stable/wyoming-piper/4.1.2/Chart.yaml deleted file mode 100644 index 1bcc02269f1..00000000000 --- a/stable/wyoming-piper/4.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.4.0 -dependencies: - - name: common - version: 18.0.2 - 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.1.2 diff --git a/stable/wyoming-piper/4.1.2/charts/common-18.0.2.tgz b/stable/wyoming-piper/4.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wyoming-piper/4.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.1.2/ix_values.yaml b/stable/wyoming-piper/4.1.2/ix_values.yaml deleted file mode 100644 index 19b329c936c..00000000000 --- a/stable/wyoming-piper/4.1.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: rhasspy/wyoming-piper - pullPolicy: IfNotPresent - tag: 1.4.0@sha256:4c3c056e043aa15e85bbca1ba4b15b9a866b49d50d9c778475179a747e25f489 - -service: - main: - ports: - main: - port: 10200 - protocol: tcp - targetPort: 10200 - -wyoming_piper: - voice: en_US-lessac-medium - # custom_voice: "" - speaker: 0 - length_scale: "1.0" - noise_scale: "0.667" - noise_w: "0.333" - max_piper_procs: 1 - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - port: 10200 - type: tcp - readiness: - port: 10200 - type: tcp - startup: - port: 10200 - type: tcp - -persistence: - config: - enabled: true - mountPath: /data - -portal: - open: - enabled: false diff --git a/stable/wyoming-piper/4.3.2/.helmignore b/stable/wyoming-piper/4.3.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wyoming-piper/4.3.2/.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/wyoming-piper/4.3.2/CHANGELOG.md b/stable/wyoming-piper/4.3.2/CHANGELOG.md new file mode 100644 index 00000000000..144583423bb --- /dev/null +++ b/stable/wyoming-piper/4.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/wyoming-piper/4.3.2/Chart.yaml b/stable/wyoming-piper/4.3.2/Chart.yaml new file mode 100644 index 00000000000..6173d6fc8bd --- /dev/null +++ b/stable/wyoming-piper/4.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/wyoming-piper/4.1.2/README.md b/stable/wyoming-piper/4.3.2/README.md similarity index 100% rename from stable/wyoming-piper/4.1.2/README.md rename to stable/wyoming-piper/4.3.2/README.md diff --git a/stable/wyoming-piper/4.3.2/app-changelog.md b/stable/wyoming-piper/4.3.2/app-changelog.md new file mode 100644 index 00000000000..e7c8f9371b8 --- /dev/null +++ b/stable/wyoming-piper/4.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wyoming-piper/4.1.2/app-readme.md b/stable/wyoming-piper/4.3.2/app-readme.md similarity index 100% rename from stable/wyoming-piper/4.1.2/app-readme.md rename to stable/wyoming-piper/4.3.2/app-readme.md diff --git a/stable/wyoming-piper/4.3.2/charts/common-18.1.6.tgz b/stable/wyoming-piper/4.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wyoming-piper/4.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/wyoming-piper/4.3.2/ix_values.yaml b/stable/wyoming-piper/4.3.2/ix_values.yaml new file mode 100644 index 00000000000..e92cd87c8d9 --- /dev/null +++ b/stable/wyoming-piper/4.3.2/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: rhasspy/wyoming-piper + pullPolicy: IfNotPresent + tag: 1.5.0@sha256:66e7c9f323edb12ce167ea9967a861079dcb881af27270fa8e7ed11c9bf890a5 + +service: + main: + ports: + main: + port: 10200 + protocol: tcp + targetPort: 10200 + +wyoming_piper: + voice: en_US-lessac-medium + # custom_voice: "" + speaker: 0 + length_scale: "1.0" + noise_scale: "0.667" + noise_w: "0.333" + max_piper_procs: 1 + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + port: 10200 + type: tcp + readiness: + port: 10200 + type: tcp + startup: + port: 10200 + type: tcp + +persistence: + config: + enabled: true + mountPath: /data + +portal: + open: + enabled: false diff --git a/stable/wyoming-piper/4.1.2/questions.yaml b/stable/wyoming-piper/4.3.2/questions.yaml similarity index 100% rename from stable/wyoming-piper/4.1.2/questions.yaml rename to stable/wyoming-piper/4.3.2/questions.yaml diff --git a/stable/wyoming-piper/4.3.2/templates/NOTES.txt b/stable/wyoming-piper/4.3.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wyoming-piper/4.3.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wyoming-piper/4.1.2/templates/_args.tpl b/stable/wyoming-piper/4.3.2/templates/_args.tpl similarity index 100% rename from stable/wyoming-piper/4.1.2/templates/_args.tpl rename to stable/wyoming-piper/4.3.2/templates/_args.tpl diff --git a/stable/wyoming-piper/4.1.2/templates/common.yaml b/stable/wyoming-piper/4.3.2/templates/common.yaml similarity index 100% rename from stable/wyoming-piper/4.1.2/templates/common.yaml rename to stable/wyoming-piper/4.3.2/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.1.1/CHANGELOG.md b/stable/wyoming-piper/4.3.2/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.1.1/CHANGELOG.md rename to stable/wyoming-piper/4.3.2/values.yaml diff --git a/stable/wyoming-whisper/4.1.1/CHANGELOG.md b/stable/wyoming-whisper/4.1.1/CHANGELOG.md deleted file mode 100644 index cb0cc03f919..00000000000 --- a/stable/wyoming-whisper/4.1.1/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 - - - -- bump all charts for OCI test push diff --git a/stable/wyoming-whisper/4.1.1/Chart.yaml b/stable/wyoming-whisper/4.1.1/Chart.yaml deleted file mode 100644 index aa3c5bf05c9..00000000000 --- a/stable/wyoming-whisper/4.1.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/wyoming-whisper/4.1.1/charts/common-18.0.2.tgz b/stable/wyoming-whisper/4.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/wyoming-whisper/4.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/wyoming-whisper/4.2.2/.helmignore b/stable/wyoming-whisper/4.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/.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/wyoming-whisper/4.2.2/CHANGELOG.md b/stable/wyoming-whisper/4.2.2/CHANGELOG.md new file mode 100644 index 00000000000..0901b68a418 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/wyoming-whisper/4.2.2/Chart.yaml b/stable/wyoming-whisper/4.2.2/Chart.yaml new file mode 100644 index 00000000000..510b2c30aa0 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/wyoming-whisper/4.1.1/README.md b/stable/wyoming-whisper/4.2.2/README.md similarity index 100% rename from stable/wyoming-whisper/4.1.1/README.md rename to stable/wyoming-whisper/4.2.2/README.md diff --git a/stable/wyoming-whisper/4.2.2/app-changelog.md b/stable/wyoming-whisper/4.2.2/app-changelog.md new file mode 100644 index 00000000000..5f67a8ad905 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/wyoming-whisper/4.1.1/app-readme.md b/stable/wyoming-whisper/4.2.2/app-readme.md similarity index 100% rename from stable/wyoming-whisper/4.1.1/app-readme.md rename to stable/wyoming-whisper/4.2.2/app-readme.md diff --git a/stable/wyoming-whisper/4.2.2/charts/common-18.1.6.tgz b/stable/wyoming-whisper/4.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/wyoming-whisper/4.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/wyoming-whisper/4.1.1/ix_values.yaml b/stable/wyoming-whisper/4.2.2/ix_values.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.1/ix_values.yaml rename to stable/wyoming-whisper/4.2.2/ix_values.yaml diff --git a/stable/wyoming-whisper/4.1.1/questions.yaml b/stable/wyoming-whisper/4.2.2/questions.yaml similarity index 100% rename from stable/wyoming-whisper/4.1.1/questions.yaml rename to stable/wyoming-whisper/4.2.2/questions.yaml diff --git a/stable/wyoming-whisper/4.2.2/templates/NOTES.txt b/stable/wyoming-whisper/4.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/wyoming-whisper/4.2.2/templates/common.yaml b/stable/wyoming-whisper/4.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/wyoming-whisper/4.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/smartctl-exporter/2.2.0/CHANGELOG.md b/stable/wyoming-whisper/4.2.2/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.2.0/CHANGELOG.md rename to stable/wyoming-whisper/4.2.2/values.yaml diff --git a/stable/xen-orchestra/8.1.4/CHANGELOG.md b/stable/xen-orchestra/8.1.4/CHANGELOG.md deleted file mode 100644 index 1b8b5ff00cd..00000000000 --- a/stable/xen-orchestra/8.1.4/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [xen-orchestra-7.2.9](https://github.com/truecharts/charts/compare/xen-orchestra-7.2.8...xen-orchestra-7.2.9) (2024-01-21) \ No newline at end of file diff --git a/stable/xen-orchestra/8.1.4/Chart.yaml b/stable/xen-orchestra/8.1.4/Chart.yaml deleted file mode 100644 index 3c5a37b04d8..00000000000 --- a/stable/xen-orchestra/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: management - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.136.0 -dependencies: - - name: common - version: 18.0.3 - 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.1.4 diff --git a/stable/xen-orchestra/8.1.4/charts/common-18.0.3.tgz b/stable/xen-orchestra/8.1.4/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/stable/xen-orchestra/8.1.4/charts/common-18.0.3.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.1.4/ix_values.yaml b/stable/xen-orchestra/8.1.4/ix_values.yaml deleted file mode 100644 index 315b35237f3..00000000000 --- a/stable/xen-orchestra/8.1.4/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ronivay/xen-orchestra - tag: 5.136.0@sha256:c66d43188728179111b4f26df7624c85d6cd03dbcb11eb319bb528835cc1afd5 - 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.3.2/.helmignore b/stable/xen-orchestra/8.3.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xen-orchestra/8.3.2/.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/xen-orchestra/8.3.2/CHANGELOG.md b/stable/xen-orchestra/8.3.2/CHANGELOG.md new file mode 100644 index 00000000000..f49178015e8 --- /dev/null +++ b/stable/xen-orchestra/8.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/xen-orchestra/8.3.2/Chart.yaml b/stable/xen-orchestra/8.3.2/Chart.yaml new file mode 100644 index 00000000000..642663c1899 --- /dev/null +++ b/stable/xen-orchestra/8.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.138.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/xen-orchestra/8.1.4/README.md b/stable/xen-orchestra/8.3.2/README.md similarity index 100% rename from stable/xen-orchestra/8.1.4/README.md rename to stable/xen-orchestra/8.3.2/README.md diff --git a/stable/xen-orchestra/8.3.2/app-changelog.md b/stable/xen-orchestra/8.3.2/app-changelog.md new file mode 100644 index 00000000000..0a9143bf8dc --- /dev/null +++ b/stable/xen-orchestra/8.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xen-orchestra/8.1.4/app-readme.md b/stable/xen-orchestra/8.3.2/app-readme.md similarity index 100% rename from stable/xen-orchestra/8.1.4/app-readme.md rename to stable/xen-orchestra/8.3.2/app-readme.md diff --git a/stable/xen-orchestra/8.3.2/charts/common-18.1.6.tgz b/stable/xen-orchestra/8.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xen-orchestra/8.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/xen-orchestra/8.3.2/ix_values.yaml b/stable/xen-orchestra/8.3.2/ix_values.yaml new file mode 100644 index 00000000000..cecce40516c --- /dev/null +++ b/stable/xen-orchestra/8.3.2/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.1.4/questions.yaml b/stable/xen-orchestra/8.3.2/questions.yaml similarity index 100% rename from stable/xen-orchestra/8.1.4/questions.yaml rename to stable/xen-orchestra/8.3.2/questions.yaml diff --git a/stable/xen-orchestra/8.3.2/templates/NOTES.txt b/stable/xen-orchestra/8.3.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xen-orchestra/8.3.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/xen-orchestra/8.3.2/templates/common.yaml b/stable/xen-orchestra/8.3.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/xen-orchestra/8.3.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zigbee2mqtt/11.1.2/SKIPINSTALL b/stable/xen-orchestra/8.3.2/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.2/SKIPINSTALL rename to stable/xen-orchestra/8.3.2/values.yaml diff --git a/stable/xmrig/6.1.2/CHANGELOG.md b/stable/xmrig/6.1.2/CHANGELOG.md deleted file mode 100644 index c14d9b48cbe..00000000000 --- a/stable/xmrig/6.1.2/CHANGELOG.md +++ /dev/null @@ -1,100 +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 - - - -- bump all charts for OCI test push \ No newline at end of file diff --git a/stable/xmrig/6.1.2/Chart.yaml b/stable/xmrig/6.1.2/Chart.yaml deleted file mode 100644 index df554cbbaf9..00000000000 --- a/stable/xmrig/6.1.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: Crypto - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.21.0 -dependencies: - - name: common - version: 18.0.2 - 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.2 diff --git a/stable/xmrig/6.1.2/charts/common-18.0.2.tgz b/stable/xmrig/6.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xmrig/6.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xmrig/6.1.2/ix_values.yaml b/stable/xmrig/6.1.2/ix_values.yaml deleted file mode 100644 index 61bb7aa7ac5..00000000000 --- a/stable/xmrig/6.1.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: cooleye72/xmrig - tag: 6.21.0@sha256:5ad4b674874a4024462d320a823b7f361129875f2d8616e4e1bb26e8169f5409 -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: - env: - ADDITIONAL: "--no-color " - COIN: monero - DONATE: "1" - DRIVERV: "" - FEE: lnxd-fee - POOL: xmr-au1.nanopool.org:14444 - WALLET: 84e8UJvXHDGVfE5HZDQfhn3Kh3RGJKebz31G7D4H24TLPMe9x7bQLBw8iyBhNx9USXB8MhvhBe3DyVW1LcuVAf4jBiADNLw - WORKER: TrueNAS - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/xmrig/6.1.2/questions.yaml b/stable/xmrig/6.1.2/questions.yaml deleted file mode 100755 index 948e255975c..00000000000 --- a/stable/xmrig/6.1.2/questions.yaml +++ /dev/null @@ -1,2001 +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 - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: POOL - label: "POOL" - description: "Address for your mining pool. Eg. xmr-au1.nanopool.org14444" - schema: - type: string - default: "xmr-au1.nanopool.org:14444" - - variable: WALLET - label: "WALLET" - description: "Wallet address for receiving mined coin. If you are privacy conscious, you can redact this in logs posted to the support thread by replacing it with WALLET. If you use Monero, sharing this address will only allow people to send you Monero and possibly identify you if you send someone else Monero, but being a privacy oriented coin its entirely up to you." - schema: - type: string - default: "84e8UJvXHDGVfE5HZDQfhn3Kh3RGJKebz31G7D4H24TLPMe9x7bQLBw8iyBhNx9USXB8MhvhBe3DyVW1LcuVAf4jBiADNLw" - - variable: WORKER - label: "WORKER" - description: "Enter a name for your worker. Some pools use a hidden option with this (Nanopool included) that allows you to change your payment threshold on their website. If you want to use this option, you can change this to workernameemail, eg. TrueNAStest@example.com, where test@example.com is your own email address. This option is basically a password. Please take note that if you post your logs in the support thread you would be best to redact the email address, eg. change out the instances of your email with @. to prevent your email address being posted in a public forum." - schema: - type: string - default: "TrueNAS" - - variable: ADDITIONAL - label: "ADDITIONAL" - description: "Please leave --no-colour, as TrueNASs webUI log viewer does not respond well to this option being disabled. If you plan on using an AMD card for GPU mining, please add --opencl; the field would then read --no-colour --opencl, please dont miss the variables below. If you plan on using an Nvidia card for GPU mining, please add --cuda; the field would then read --no-colour --cuda " - schema: - type: string - default: "--no-color " - - variable: DONATE - label: "DONATE" - description: "% that you would like to donate. Enter a whole number between 0-100, no symbols." - schema: - type: string - default: "1" - - variable: FEE - label: "FEE" - description: "Select where you would like to donate the developer fee. Options are dev-fee, lnxd-fee and no-fee." - schema: - type: string - default: "lnxd-fee" - - variable: COIN - label: "COIN" - description: "Select a coin to mine. Options are monero, arqma and dero. You can optionally disable this to use the --algo flag in Additional XMRig Arguments by setting this to x." - schema: - type: string - default: "monero" - - variable: DRIVERV - label: "DRIVERV" - description: "Please note while you can mine Monero with a GPU, it is designed to be mined with a CPU. If you have a GPU, please confirm it is not more profitable to mine a currency that does not intentionally bottleneck GPU mining. Set 20.20 for AMD, other options are for testing purposes only (18.20, 20.45, 20.50). If you have an Nvidia card, enter CUDA Please note that this container will not work with both AMD Drivers and Cuda installed at the same time. if you want to do this, please set this container up for one and create a second, separate container for the other. Please also note that if you use the CUDA value, the container will end up around 3gb in size and take a very long time to start after updates." - 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: 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: 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/xmrig/6.2.2/.helmignore b/stable/xmrig/6.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xmrig/6.2.2/.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/xmrig/6.2.2/CHANGELOG.md b/stable/xmrig/6.2.2/CHANGELOG.md new file mode 100644 index 00000000000..1f902989825 --- /dev/null +++ b/stable/xmrig/6.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 diff --git a/stable/xmrig/6.2.2/Chart.yaml b/stable/xmrig/6.2.2/Chart.yaml new file mode 100644 index 00000000000..3d00d75e1a9 --- /dev/null +++ b/stable/xmrig/6.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.21.0 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/xmrig/6.1.2/README.md b/stable/xmrig/6.2.2/README.md similarity index 100% rename from stable/xmrig/6.1.2/README.md rename to stable/xmrig/6.2.2/README.md diff --git a/stable/xmrig/6.2.2/app-changelog.md b/stable/xmrig/6.2.2/app-changelog.md new file mode 100644 index 00000000000..1217ad52c08 --- /dev/null +++ b/stable/xmrig/6.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xmrig/6.1.2/app-readme.md b/stable/xmrig/6.2.2/app-readme.md similarity index 100% rename from stable/xmrig/6.1.2/app-readme.md rename to stable/xmrig/6.2.2/app-readme.md diff --git a/stable/xmrig/6.2.2/charts/common-18.1.6.tgz b/stable/xmrig/6.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xmrig/6.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/xmrig/6.2.2/ix_values.yaml b/stable/xmrig/6.2.2/ix_values.yaml new file mode 100644 index 00000000000..2c8ad57d723 --- /dev/null +++ b/stable/xmrig/6.2.2/ix_values.yaml @@ -0,0 +1,37 @@ +image: + pullPolicy: IfNotPresent + repository: cooleye72/xmrig + tag: 6.21.0@sha256:5ad4b674874a4024462d320a823b7f361129875f2d8616e4e1bb26e8169f5409 +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: + env: + ADDITIONAL: "--no-color " + ALGO_MODE: rx/0 + POOL_URL: gulf.moneroocean.stream:10128 + YOUR_ADDRESS: "" + YOUR_WORKER_NAME: TrueNAS + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/xmrig/6.2.2/questions.yaml b/stable/xmrig/6.2.2/questions.yaml new file mode 100755 index 00000000000..4572acee3f9 --- /dev/null +++ b/stable/xmrig/6.2.2/questions.yaml @@ -0,0 +1,1984 @@ +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 + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: POOL_URL + label: "Pool Url" + description: "Address for your mining pool. Eg. gulf.moneroocean.stream:10128" + schema: + type: string + default: "gulf.moneroocean.stream:10128" + - variable: YOUR_ADDRESS + label: "Wallet Address" + description: "Wallet address for receiving mined coin." + schema: + type: string + private: true + default: "" + - variable: YOUR_WORKER_NAME + label: "Worker Name" + description: "Enter a name for your worker." + schema: + type: string + default: "TrueNAS" + - variable: ADDITIONAL + label: "ADDITIONAL" + description: "Please leave --no-colour, as TrueNASs webUI log viewer does not respond well to this option being disabled. If you plan on using an AMD card for GPU mining, please add --opencl; the field would then read --no-colour --opencl, please dont miss the variables below. If you plan on using an Nvidia card for GPU mining, please add --cuda; the field would then read --no-colour --cuda " + schema: + type: string + default: "--no-color " + - variable: ALGO_MODE + label: "Algorithm" + description: "Select a coin to mine, eg. rx/0 See https://xmrig.com/docs/algorithms for more info." + schema: + type: string + default: "rx/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: 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: 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: 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/xonotic/5.1.1/templates/common.yaml b/stable/xmrig/6.2.2/templates/common.yaml similarity index 100% rename from stable/xonotic/5.1.1/templates/common.yaml rename to stable/xmrig/6.2.2/templates/common.yaml diff --git a/stable/xmrig/6.2.2/values.yaml b/stable/xmrig/6.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xonotic/5.1.1/CHANGELOG.md b/stable/xonotic/5.1.1/CHANGELOG.md deleted file mode 100644 index 163af96ecb2..00000000000 --- a/stable/xonotic/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/xonotic/5.1.1/Chart.yaml b/stable/xonotic/5.1.1/Chart.yaml deleted file mode 100644 index 08cad7ea49a..00000000000 --- a/stable/xonotic/5.1.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: GameServers - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/xonotic/5.1.1/charts/common-18.0.2.tgz b/stable/xonotic/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xonotic/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xonotic/5.2.2/.helmignore b/stable/xonotic/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xonotic/5.2.2/.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/xonotic/5.2.2/CHANGELOG.md b/stable/xonotic/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..395966382f7 --- /dev/null +++ b/stable/xonotic/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/xonotic/5.2.2/Chart.yaml b/stable/xonotic/5.2.2/Chart.yaml new file mode 100644 index 00000000000..dfb3b4c04a0 --- /dev/null +++ b/stable/xonotic/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/xonotic/5.1.1/README.md b/stable/xonotic/5.2.2/README.md similarity index 100% rename from stable/xonotic/5.1.1/README.md rename to stable/xonotic/5.2.2/README.md diff --git a/stable/xonotic/5.2.2/app-changelog.md b/stable/xonotic/5.2.2/app-changelog.md new file mode 100644 index 00000000000..86b55d5fac9 --- /dev/null +++ b/stable/xonotic/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xonotic/5.1.1/app-readme.md b/stable/xonotic/5.2.2/app-readme.md similarity index 100% rename from stable/xonotic/5.1.1/app-readme.md rename to stable/xonotic/5.2.2/app-readme.md diff --git a/stable/xonotic/5.2.2/charts/common-18.1.6.tgz b/stable/xonotic/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xonotic/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/xonotic/5.1.1/ix_values.yaml b/stable/xonotic/5.2.2/ix_values.yaml similarity index 100% rename from stable/xonotic/5.1.1/ix_values.yaml rename to stable/xonotic/5.2.2/ix_values.yaml diff --git a/stable/xonotic/5.1.1/questions.yaml b/stable/xonotic/5.2.2/questions.yaml similarity index 100% rename from stable/xonotic/5.1.1/questions.yaml rename to stable/xonotic/5.2.2/questions.yaml diff --git a/stable/xware/5.1.1/templates/common.yaml b/stable/xonotic/5.2.2/templates/common.yaml similarity index 100% rename from stable/xware/5.1.1/templates/common.yaml rename to stable/xonotic/5.2.2/templates/common.yaml diff --git a/stable/xonotic/5.2.2/values.yaml b/stable/xonotic/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xteve/13.1.1/CHANGELOG.md b/stable/xteve/13.1.1/CHANGELOG.md deleted file mode 100644 index 464959c2b50..00000000000 --- a/stable/xteve/13.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/xteve/13.1.1/Chart.yaml b/stable/xteve/13.1.1/Chart.yaml deleted file mode 100644 index bd851249beb..00000000000 --- a/stable/xteve/13.1.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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.2.0.200 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/xteve/13.1.1/charts/common-18.0.2.tgz b/stable/xteve/13.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xteve/13.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xteve/13.2.2/.helmignore b/stable/xteve/13.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xteve/13.2.2/.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/xteve/13.2.2/CHANGELOG.md b/stable/xteve/13.2.2/CHANGELOG.md new file mode 100644 index 00000000000..10ba6e1d905 --- /dev/null +++ b/stable/xteve/13.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/xteve/13.2.2/Chart.yaml b/stable/xteve/13.2.2/Chart.yaml new file mode 100644 index 00000000000..aa569fbc84b --- /dev/null +++ b/stable/xteve/13.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.2.0.200 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/xteve/13.1.1/README.md b/stable/xteve/13.2.2/README.md similarity index 100% rename from stable/xteve/13.1.1/README.md rename to stable/xteve/13.2.2/README.md diff --git a/stable/xteve/13.2.2/app-changelog.md b/stable/xteve/13.2.2/app-changelog.md new file mode 100644 index 00000000000..bfbfabf2c29 --- /dev/null +++ b/stable/xteve/13.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xteve/13.1.1/app-readme.md b/stable/xteve/13.2.2/app-readme.md similarity index 100% rename from stable/xteve/13.1.1/app-readme.md rename to stable/xteve/13.2.2/app-readme.md diff --git a/stable/xteve/13.2.2/charts/common-18.1.6.tgz b/stable/xteve/13.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xteve/13.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/xteve/13.1.1/ix_values.yaml b/stable/xteve/13.2.2/ix_values.yaml similarity index 100% rename from stable/xteve/13.1.1/ix_values.yaml rename to stable/xteve/13.2.2/ix_values.yaml diff --git a/stable/xteve/13.1.1/questions.yaml b/stable/xteve/13.2.2/questions.yaml similarity index 100% rename from stable/xteve/13.1.1/questions.yaml rename to stable/xteve/13.2.2/questions.yaml diff --git a/stable/xteve/13.2.2/templates/NOTES.txt b/stable/xteve/13.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xteve/13.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/xteve/13.2.2/templates/common.yaml b/stable/xteve/13.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/xteve/13.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/xteve/13.2.2/values.yaml b/stable/xteve/13.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xware/5.1.1/CHANGELOG.md b/stable/xware/5.1.1/CHANGELOG.md deleted file mode 100644 index 2f27284883d..00000000000 --- a/stable/xware/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/xware/5.1.1/Chart.yaml b/stable/xware/5.1.1/Chart.yaml deleted file mode 100644 index e06dc8122cb..00000000000 --- a/stable/xware/5.1.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: Downloaders - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/xware/5.1.1/charts/common-18.0.2.tgz b/stable/xware/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xware/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xware/5.2.2/.helmignore b/stable/xware/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xware/5.2.2/.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/xware/5.2.2/CHANGELOG.md b/stable/xware/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..fa75e88ca0d --- /dev/null +++ b/stable/xware/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/xware/5.2.2/Chart.yaml b/stable/xware/5.2.2/Chart.yaml new file mode 100644 index 00000000000..309d7408eb3 --- /dev/null +++ b/stable/xware/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/xware/5.1.1/README.md b/stable/xware/5.2.2/README.md similarity index 100% rename from stable/xware/5.1.1/README.md rename to stable/xware/5.2.2/README.md diff --git a/stable/xware/5.2.2/app-changelog.md b/stable/xware/5.2.2/app-changelog.md new file mode 100644 index 00000000000..bc11769ca30 --- /dev/null +++ b/stable/xware/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xware/5.1.1/app-readme.md b/stable/xware/5.2.2/app-readme.md similarity index 100% rename from stable/xware/5.1.1/app-readme.md rename to stable/xware/5.2.2/app-readme.md diff --git a/stable/xware/5.2.2/charts/common-18.1.6.tgz b/stable/xware/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xware/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/xware/5.1.1/ix_values.yaml b/stable/xware/5.2.2/ix_values.yaml similarity index 100% rename from stable/xware/5.1.1/ix_values.yaml rename to stable/xware/5.2.2/ix_values.yaml diff --git a/stable/xware/5.1.1/questions.yaml b/stable/xware/5.2.2/questions.yaml similarity index 100% rename from stable/xware/5.1.1/questions.yaml rename to stable/xware/5.2.2/questions.yaml diff --git a/stable/yacreaderlibraryserver/5.1.1/templates/common.yaml b/stable/xware/5.2.2/templates/common.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/templates/common.yaml rename to stable/xware/5.2.2/templates/common.yaml diff --git a/stable/xware/5.2.2/values.yaml b/stable/xware/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xwiki/12.1.3/CHANGELOG.md b/stable/xwiki/12.1.3/CHANGELOG.md deleted file mode 100644 index 1d8fc3e5c0e..00000000000 --- a/stable/xwiki/12.1.3/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [xwiki-10.1.10](https://github.com/truecharts/charts/compare/xwiki-10.1.9...xwiki-10.1.10) (2024-01-14) \ No newline at end of file diff --git a/stable/xwiki/12.1.3/Chart.yaml b/stable/xwiki/12.1.3/Chart.yaml deleted file mode 100644 index c0b3d1273d8..00000000000 --- a/stable/xwiki/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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 16.0.0 -dependencies: - - name: common - version: 18.0.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.1.3 diff --git a/stable/xwiki/12.1.3/charts/common-18.0.2.tgz b/stable/xwiki/12.1.3/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/xwiki/12.1.3/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/xwiki/12.1.3/ix_values.yaml b/stable/xwiki/12.1.3/ix_values.yaml deleted file mode 100644 index 9b580bc0304..00000000000 --- a/stable/xwiki/12.1.3/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.3.2/.helmignore b/stable/xwiki/12.3.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/xwiki/12.3.2/.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.3.2/CHANGELOG.md b/stable/xwiki/12.3.2/CHANGELOG.md new file mode 100644 index 00000000000..5e3fa18f690 --- /dev/null +++ b/stable/xwiki/12.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + diff --git a/stable/xwiki/12.3.2/Chart.yaml b/stable/xwiki/12.3.2/Chart.yaml new file mode 100644 index 00000000000..105111de293 --- /dev/null +++ b/stable/xwiki/12.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 16.1.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/xwiki/12.1.3/README.md b/stable/xwiki/12.3.2/README.md similarity index 100% rename from stable/xwiki/12.1.3/README.md rename to stable/xwiki/12.3.2/README.md diff --git a/stable/xwiki/12.3.2/app-changelog.md b/stable/xwiki/12.3.2/app-changelog.md new file mode 100644 index 00000000000..449b170a984 --- /dev/null +++ b/stable/xwiki/12.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/xwiki/12.1.3/app-readme.md b/stable/xwiki/12.3.2/app-readme.md similarity index 100% rename from stable/xwiki/12.1.3/app-readme.md rename to stable/xwiki/12.3.2/app-readme.md diff --git a/stable/xwiki/12.3.2/charts/common-18.1.6.tgz b/stable/xwiki/12.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/xwiki/12.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/xwiki/12.3.2/ix_values.yaml b/stable/xwiki/12.3.2/ix_values.yaml new file mode 100644 index 00000000000..a7c1585da15 --- /dev/null +++ b/stable/xwiki/12.3.2/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.1.3/questions.yaml b/stable/xwiki/12.3.2/questions.yaml similarity index 100% rename from stable/xwiki/12.1.3/questions.yaml rename to stable/xwiki/12.3.2/questions.yaml diff --git a/stable/xwiki/12.3.2/templates/NOTES.txt b/stable/xwiki/12.3.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xwiki/12.3.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/xwiki/12.3.2/templates/common.yaml b/stable/xwiki/12.3.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/xwiki/12.3.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/xwiki/12.3.2/values.yaml b/stable/xwiki/12.3.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/yacreaderlibraryserver/5.1.1/CHANGELOG.md b/stable/yacreaderlibraryserver/5.1.1/CHANGELOG.md deleted file mode 100644 index b1b8af0f0cb..00000000000 --- a/stable/yacreaderlibraryserver/5.1.1/CHANGELOG.md +++ /dev/null @@ -1,100 +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)) - - -## [yacreaderlibraryserver-4.1.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.0...yacreaderlibraryserver-4.1.3) (2024-01-01) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.1.1/Chart.yaml b/stable/yacreaderlibraryserver/5.1.1/Chart.yaml deleted file mode 100644 index b0c98a03ee4..00000000000 --- a/stable/yacreaderlibraryserver/5.1.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: MediaServer-Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/yacreaderlibraryserver/5.1.1/charts/common-18.0.2.tgz b/stable/yacreaderlibraryserver/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/yacreaderlibraryserver/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/yacreaderlibraryserver/5.2.2/.helmignore b/stable/yacreaderlibraryserver/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.2/.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.2.2/CHANGELOG.md b/stable/yacreaderlibraryserver/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..71ef9ee3c46 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.2.2/Chart.yaml b/stable/yacreaderlibraryserver/5.2.2/Chart.yaml new file mode 100644 index 00000000000..0cdb04f4a13 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/yacreaderlibraryserver/5.1.1/README.md b/stable/yacreaderlibraryserver/5.2.2/README.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/README.md rename to stable/yacreaderlibraryserver/5.2.2/README.md diff --git a/stable/yacreaderlibraryserver/5.2.2/app-changelog.md b/stable/yacreaderlibraryserver/5.2.2/app-changelog.md new file mode 100644 index 00000000000..a93275cc2a6 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/yacreaderlibraryserver/5.1.1/app-readme.md b/stable/yacreaderlibraryserver/5.2.2/app-readme.md similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/app-readme.md rename to stable/yacreaderlibraryserver/5.2.2/app-readme.md diff --git a/stable/yacreaderlibraryserver/5.2.2/charts/common-18.1.6.tgz b/stable/yacreaderlibraryserver/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/yacreaderlibraryserver/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/yacreaderlibraryserver/5.1.1/ix_values.yaml b/stable/yacreaderlibraryserver/5.2.2/ix_values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/ix_values.yaml rename to stable/yacreaderlibraryserver/5.2.2/ix_values.yaml diff --git a/stable/yacreaderlibraryserver/5.1.1/questions.yaml b/stable/yacreaderlibraryserver/5.2.2/questions.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.1.1/questions.yaml rename to stable/yacreaderlibraryserver/5.2.2/questions.yaml diff --git a/stable/yacy/5.1.1/templates/common.yaml b/stable/yacreaderlibraryserver/5.2.2/templates/common.yaml similarity index 100% rename from stable/yacy/5.1.1/templates/common.yaml rename to stable/yacreaderlibraryserver/5.2.2/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.2.2/values.yaml b/stable/yacreaderlibraryserver/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/yacy/5.1.1/CHANGELOG.md b/stable/yacy/5.1.1/CHANGELOG.md deleted file mode 100644 index d0cbd02fb97..00000000000 --- a/stable/yacy/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/yacy/5.1.1/Chart.yaml b/stable/yacy/5.1.1/Chart.yaml deleted file mode 100644 index 642ef5fee9d..00000000000 --- a/stable/yacy/5.1.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: Tools-Utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/yacy/5.1.1/charts/common-18.0.2.tgz b/stable/yacy/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/yacy/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/yacy/5.2.2/.helmignore b/stable/yacy/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yacy/5.2.2/.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.2.2/CHANGELOG.md b/stable/yacy/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..5496d2215d6 --- /dev/null +++ b/stable/yacy/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/yacy/5.2.2/Chart.yaml b/stable/yacy/5.2.2/Chart.yaml new file mode 100644 index 00000000000..4259da121ce --- /dev/null +++ b/stable/yacy/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/yacy/5.1.1/README.md b/stable/yacy/5.2.2/README.md similarity index 100% rename from stable/yacy/5.1.1/README.md rename to stable/yacy/5.2.2/README.md diff --git a/stable/yacy/5.2.2/app-changelog.md b/stable/yacy/5.2.2/app-changelog.md new file mode 100644 index 00000000000..24be5aa7c5b --- /dev/null +++ b/stable/yacy/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/yacy/5.1.1/app-readme.md b/stable/yacy/5.2.2/app-readme.md similarity index 100% rename from stable/yacy/5.1.1/app-readme.md rename to stable/yacy/5.2.2/app-readme.md diff --git a/stable/yacy/5.2.2/charts/common-18.1.6.tgz b/stable/yacy/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/yacy/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/yacy/5.1.1/ix_values.yaml b/stable/yacy/5.2.2/ix_values.yaml similarity index 100% rename from stable/yacy/5.1.1/ix_values.yaml rename to stable/yacy/5.2.2/ix_values.yaml diff --git a/stable/yacy/5.1.1/questions.yaml b/stable/yacy/5.2.2/questions.yaml similarity index 100% rename from stable/yacy/5.1.1/questions.yaml rename to stable/yacy/5.2.2/questions.yaml diff --git a/stable/yourls/5.1.1/templates/common.yaml b/stable/yacy/5.2.2/templates/common.yaml similarity index 100% rename from stable/yourls/5.1.1/templates/common.yaml rename to stable/yacy/5.2.2/templates/common.yaml diff --git a/stable/yacy/5.2.2/values.yaml b/stable/yacy/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/yourls/5.1.1/CHANGELOG.md b/stable/yourls/5.1.1/CHANGELOG.md deleted file mode 100644 index 2a33044ef5e..00000000000 --- a/stable/yourls/5.1.1/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)) - - - - -## [yourls-4.1.7](https://github.com/truecharts/charts/compare/yourls-4.1.6...yourls-4.1.7) (2024-01-09) diff --git a/stable/yourls/5.1.1/Chart.yaml b/stable/yourls/5.1.1/Chart.yaml deleted file mode 100644 index b602ca82fb7..00000000000 --- a/stable/yourls/5.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/yourls/5.1.1/charts/common-18.0.2.tgz b/stable/yourls/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/yourls/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/yourls/5.2.2/.helmignore b/stable/yourls/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/yourls/5.2.2/.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.2.2/CHANGELOG.md b/stable/yourls/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..d1b8425b1f1 --- /dev/null +++ b/stable/yourls/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + +## [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)) diff --git a/stable/yourls/5.2.2/Chart.yaml b/stable/yourls/5.2.2/Chart.yaml new file mode 100644 index 00000000000..e5592a3824a --- /dev/null +++ b/stable/yourls/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/yourls/5.1.1/README.md b/stable/yourls/5.2.2/README.md similarity index 100% rename from stable/yourls/5.1.1/README.md rename to stable/yourls/5.2.2/README.md diff --git a/stable/yourls/5.2.2/app-changelog.md b/stable/yourls/5.2.2/app-changelog.md new file mode 100644 index 00000000000..1d18c53b356 --- /dev/null +++ b/stable/yourls/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/yourls/5.1.1/app-readme.md b/stable/yourls/5.2.2/app-readme.md similarity index 100% rename from stable/yourls/5.1.1/app-readme.md rename to stable/yourls/5.2.2/app-readme.md diff --git a/stable/yourls/5.2.2/charts/common-18.1.6.tgz b/stable/yourls/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/yourls/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/yourls/5.1.1/ix_values.yaml b/stable/yourls/5.2.2/ix_values.yaml similarity index 100% rename from stable/yourls/5.1.1/ix_values.yaml rename to stable/yourls/5.2.2/ix_values.yaml diff --git a/stable/yourls/5.1.1/questions.yaml b/stable/yourls/5.2.2/questions.yaml similarity index 100% rename from stable/yourls/5.1.1/questions.yaml rename to stable/yourls/5.2.2/questions.yaml diff --git a/stable/youtransfer/7.1.1/templates/common.yaml b/stable/yourls/5.2.2/templates/common.yaml similarity index 100% rename from stable/youtransfer/7.1.1/templates/common.yaml rename to stable/yourls/5.2.2/templates/common.yaml diff --git a/stable/yourls/5.2.2/values.yaml b/stable/yourls/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/youtransfer/7.1.1/CHANGELOG.md b/stable/youtransfer/7.1.1/CHANGELOG.md deleted file mode 100644 index 3a0bf0b7766..00000000000 --- a/stable/youtransfer/7.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/youtransfer/7.1.1/Chart.yaml b/stable/youtransfer/7.1.1/Chart.yaml deleted file mode 100644 index 0f652668fb8..00000000000 --- a/stable/youtransfer/7.1.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: Cloud - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/youtransfer/7.1.1/charts/common-18.0.2.tgz b/stable/youtransfer/7.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/youtransfer/7.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/youtransfer/7.2.2/.helmignore b/stable/youtransfer/7.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtransfer/7.2.2/.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.2.2/CHANGELOG.md b/stable/youtransfer/7.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6f2eb6306a3 --- /dev/null +++ b/stable/youtransfer/7.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/youtransfer/7.2.2/Chart.yaml b/stable/youtransfer/7.2.2/Chart.yaml new file mode 100644 index 00000000000..e7c0246a667 --- /dev/null +++ b/stable/youtransfer/7.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/youtransfer/7.1.1/README.md b/stable/youtransfer/7.2.2/README.md similarity index 100% rename from stable/youtransfer/7.1.1/README.md rename to stable/youtransfer/7.2.2/README.md diff --git a/stable/youtransfer/7.2.2/app-changelog.md b/stable/youtransfer/7.2.2/app-changelog.md new file mode 100644 index 00000000000..cc169d474e9 --- /dev/null +++ b/stable/youtransfer/7.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/youtransfer/7.1.1/app-readme.md b/stable/youtransfer/7.2.2/app-readme.md similarity index 100% rename from stable/youtransfer/7.1.1/app-readme.md rename to stable/youtransfer/7.2.2/app-readme.md diff --git a/stable/youtransfer/7.2.2/charts/common-18.1.6.tgz b/stable/youtransfer/7.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/youtransfer/7.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/youtransfer/7.1.1/ix_values.yaml b/stable/youtransfer/7.2.2/ix_values.yaml similarity index 100% rename from stable/youtransfer/7.1.1/ix_values.yaml rename to stable/youtransfer/7.2.2/ix_values.yaml diff --git a/stable/youtransfer/7.1.1/questions.yaml b/stable/youtransfer/7.2.2/questions.yaml similarity index 100% rename from stable/youtransfer/7.1.1/questions.yaml rename to stable/youtransfer/7.2.2/questions.yaml diff --git a/stable/youtransfer/7.2.2/templates/NOTES.txt b/stable/youtransfer/7.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtransfer/7.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/z80pack/5.1.1/templates/common.yaml b/stable/youtransfer/7.2.2/templates/common.yaml similarity index 100% rename from stable/z80pack/5.1.1/templates/common.yaml rename to stable/youtransfer/7.2.2/templates/common.yaml diff --git a/stable/youtransfer/7.2.2/values.yaml b/stable/youtransfer/7.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/youtubedl-material/10.1.1/CHANGELOG.md b/stable/youtubedl-material/10.1.1/CHANGELOG.md deleted file mode 100644 index 4f4c0d43af6..00000000000 --- a/stable/youtubedl-material/10.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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 - diff --git a/stable/youtubedl-material/10.1.1/Chart.yaml b/stable/youtubedl-material/10.1.1/Chart.yaml deleted file mode 100644 index c565ff19811..00000000000 --- a/stable/youtubedl-material/10.1.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.3.2 -dependencies: - - name: common - version: 18.0.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: 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.1 diff --git a/stable/youtubedl-material/10.1.1/charts/common-18.0.2.tgz b/stable/youtubedl-material/10.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/youtubedl-material/10.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.2.2/.helmignore b/stable/youtubedl-material/10.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtubedl-material/10.2.2/.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.2.2/CHANGELOG.md b/stable/youtubedl-material/10.2.2/CHANGELOG.md new file mode 100644 index 00000000000..2300d68a1a5 --- /dev/null +++ b/stable/youtubedl-material/10.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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)) + diff --git a/stable/youtubedl-material/10.2.2/Chart.yaml b/stable/youtubedl-material/10.2.2/Chart.yaml new file mode 100644 index 00000000000..b4e7b3f21a0 --- /dev/null +++ b/stable/youtubedl-material/10.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/youtubedl-material/10.1.1/README.md b/stable/youtubedl-material/10.2.2/README.md similarity index 100% rename from stable/youtubedl-material/10.1.1/README.md rename to stable/youtubedl-material/10.2.2/README.md diff --git a/stable/youtubedl-material/10.2.2/app-changelog.md b/stable/youtubedl-material/10.2.2/app-changelog.md new file mode 100644 index 00000000000..1a0086e075d --- /dev/null +++ b/stable/youtubedl-material/10.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/youtubedl-material/10.1.1/app-readme.md b/stable/youtubedl-material/10.2.2/app-readme.md similarity index 100% rename from stable/youtubedl-material/10.1.1/app-readme.md rename to stable/youtubedl-material/10.2.2/app-readme.md diff --git a/stable/youtubedl-material/10.2.2/charts/common-18.1.6.tgz b/stable/youtubedl-material/10.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/youtubedl-material/10.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/youtubedl-material/10.1.1/charts/mongodb-11.3.0.tgz b/stable/youtubedl-material/10.2.2/charts/mongodb-11.3.0.tgz similarity index 100% rename from stable/youtubedl-material/10.1.1/charts/mongodb-11.3.0.tgz rename to stable/youtubedl-material/10.2.2/charts/mongodb-11.3.0.tgz diff --git a/stable/youtubedl-material/10.1.1/ix_values.yaml b/stable/youtubedl-material/10.2.2/ix_values.yaml similarity index 100% rename from stable/youtubedl-material/10.1.1/ix_values.yaml rename to stable/youtubedl-material/10.2.2/ix_values.yaml diff --git a/stable/youtubedl-material/10.1.1/questions.yaml b/stable/youtubedl-material/10.2.2/questions.yaml similarity index 100% rename from stable/youtubedl-material/10.1.1/questions.yaml rename to stable/youtubedl-material/10.2.2/questions.yaml diff --git a/stable/youtubedl-material/10.2.2/templates/NOTES.txt b/stable/youtubedl-material/10.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtubedl-material/10.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/youtubedl-material/10.2.2/templates/common.yaml b/stable/youtubedl-material/10.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/youtubedl-material/10.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/youtubedl-material/10.2.2/values.yaml b/stable/youtubedl-material/10.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/z80pack/5.1.1/CHANGELOG.md b/stable/z80pack/5.1.1/CHANGELOG.md deleted file mode 100644 index 5c2a913d918..00000000000 --- a/stable/z80pack/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/z80pack/5.1.1/Chart.yaml b/stable/z80pack/5.1.1/Chart.yaml deleted file mode 100644 index 11486570751..00000000000 --- a/stable/z80pack/5.1.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/z80pack/5.1.1/charts/common-18.0.2.tgz b/stable/z80pack/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/z80pack/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/z80pack/5.2.2/.helmignore b/stable/z80pack/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/z80pack/5.2.2/.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.2.2/CHANGELOG.md b/stable/z80pack/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..6e4d52d959b --- /dev/null +++ b/stable/z80pack/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/z80pack/5.2.2/Chart.yaml b/stable/z80pack/5.2.2/Chart.yaml new file mode 100644 index 00000000000..580cee5f829 --- /dev/null +++ b/stable/z80pack/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/z80pack/5.1.1/README.md b/stable/z80pack/5.2.2/README.md similarity index 100% rename from stable/z80pack/5.1.1/README.md rename to stable/z80pack/5.2.2/README.md diff --git a/stable/z80pack/5.2.2/app-changelog.md b/stable/z80pack/5.2.2/app-changelog.md new file mode 100644 index 00000000000..d1a0bc576b5 --- /dev/null +++ b/stable/z80pack/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/z80pack/5.1.1/app-readme.md b/stable/z80pack/5.2.2/app-readme.md similarity index 100% rename from stable/z80pack/5.1.1/app-readme.md rename to stable/z80pack/5.2.2/app-readme.md diff --git a/stable/z80pack/5.2.2/charts/common-18.1.6.tgz b/stable/z80pack/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/z80pack/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/z80pack/5.1.1/ix_values.yaml b/stable/z80pack/5.2.2/ix_values.yaml similarity index 100% rename from stable/z80pack/5.1.1/ix_values.yaml rename to stable/z80pack/5.2.2/ix_values.yaml diff --git a/stable/z80pack/5.1.1/questions.yaml b/stable/z80pack/5.2.2/questions.yaml similarity index 100% rename from stable/z80pack/5.1.1/questions.yaml rename to stable/z80pack/5.2.2/questions.yaml diff --git a/stable/zoneminder/5.1.1/templates/common.yaml b/stable/z80pack/5.2.2/templates/common.yaml similarity index 100% rename from stable/zoneminder/5.1.1/templates/common.yaml rename to stable/z80pack/5.2.2/templates/common.yaml diff --git a/stable/z80pack/5.2.2/values.yaml b/stable/z80pack/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zerotier/9.1.1/CHANGELOG.md b/stable/zerotier/9.1.1/CHANGELOG.md deleted file mode 100644 index 5d68a64d0a9..00000000000 --- a/stable/zerotier/9.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/zerotier/9.1.1/Chart.yaml b/stable/zerotier/9.1.1/Chart.yaml deleted file mode 100644 index 43a204ffc2a..00000000000 --- a/stable/zerotier/9.1.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 - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.12.2 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/zerotier/9.1.1/charts/common-18.0.2.tgz b/stable/zerotier/9.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/zerotier/9.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zerotier/9.2.2/.helmignore b/stable/zerotier/9.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zerotier/9.2.2/.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.2.2/CHANGELOG.md b/stable/zerotier/9.2.2/CHANGELOG.md new file mode 100644 index 00000000000..c5b5d0274ed --- /dev/null +++ b/stable/zerotier/9.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/zerotier/9.2.2/Chart.yaml b/stable/zerotier/9.2.2/Chart.yaml new file mode 100644 index 00000000000..1485c83f5f2 --- /dev/null +++ b/stable/zerotier/9.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.12.2 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/zerotier/9.1.1/README.md b/stable/zerotier/9.2.2/README.md similarity index 100% rename from stable/zerotier/9.1.1/README.md rename to stable/zerotier/9.2.2/README.md diff --git a/stable/zerotier/9.2.2/app-changelog.md b/stable/zerotier/9.2.2/app-changelog.md new file mode 100644 index 00000000000..8b2594c4dc3 --- /dev/null +++ b/stable/zerotier/9.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/zerotier/9.1.1/app-readme.md b/stable/zerotier/9.2.2/app-readme.md similarity index 100% rename from stable/zerotier/9.1.1/app-readme.md rename to stable/zerotier/9.2.2/app-readme.md diff --git a/stable/zerotier/9.2.2/charts/common-18.1.6.tgz b/stable/zerotier/9.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/zerotier/9.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/zerotier/9.1.1/ix_values.yaml b/stable/zerotier/9.2.2/ix_values.yaml similarity index 100% rename from stable/zerotier/9.1.1/ix_values.yaml rename to stable/zerotier/9.2.2/ix_values.yaml diff --git a/stable/zerotier/9.1.1/questions.yaml b/stable/zerotier/9.2.2/questions.yaml similarity index 100% rename from stable/zerotier/9.1.1/questions.yaml rename to stable/zerotier/9.2.2/questions.yaml diff --git a/stable/zerotier/9.2.2/templates/NOTES.txt b/stable/zerotier/9.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zerotier/9.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zerotier/9.2.2/templates/common.yaml b/stable/zerotier/9.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zerotier/9.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zerotier/9.2.2/values.yaml b/stable/zerotier/9.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.1.2/CHANGELOG.md b/stable/zigbee2mqtt/11.1.2/CHANGELOG.md deleted file mode 100644 index 81d22c353b6..00000000000 --- a/stable/zigbee2mqtt/11.1.2/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) - -### Chore diff --git a/stable/zigbee2mqtt/11.1.2/Chart.yaml b/stable/zigbee2mqtt/11.1.2/Chart.yaml deleted file mode 100644 index 0212bdd8a69..00000000000 --- a/stable/zigbee2mqtt/11.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.35.3 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/zigbee2mqtt/11.1.2/charts/common-18.0.2.tgz b/stable/zigbee2mqtt/11.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/zigbee2mqtt/11.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.1.2/ix_values.yaml b/stable/zigbee2mqtt/11.1.2/ix_values.yaml deleted file mode 100644 index 40c4284a44d..00000000000 --- a/stable/zigbee2mqtt/11.1.2/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.3.2/.helmignore b/stable/zigbee2mqtt/11.3.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/.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.3.2/CHANGELOG.md b/stable/zigbee2mqtt/11.3.2/CHANGELOG.md new file mode 100644 index 00000000000..42f2cb00d3b --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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) + +### 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) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.3.2/Chart.yaml b/stable/zigbee2mqtt/11.3.2/Chart.yaml new file mode 100644 index 00000000000..3cfc7a7da8a --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.36.0 +dependencies: + - name: common + version: 18.1.6 + 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.3.2 diff --git a/stable/zigbee2mqtt/11.1.2/README.md b/stable/zigbee2mqtt/11.3.2/README.md similarity index 100% rename from stable/zigbee2mqtt/11.1.2/README.md rename to stable/zigbee2mqtt/11.3.2/README.md diff --git a/stable/zigbee2mqtt/11.3.2/SKIPINSTALL b/stable/zigbee2mqtt/11.3.2/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.3.2/app-changelog.md b/stable/zigbee2mqtt/11.3.2/app-changelog.md new file mode 100644 index 00000000000..ec52cb27b95 --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.1.2/app-readme.md b/stable/zigbee2mqtt/11.3.2/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/11.1.2/app-readme.md rename to stable/zigbee2mqtt/11.3.2/app-readme.md diff --git a/stable/zigbee2mqtt/11.3.2/charts/common-18.1.6.tgz b/stable/zigbee2mqtt/11.3.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/zigbee2mqtt/11.3.2/charts/common-18.1.6.tgz differ diff --git a/stable/zigbee2mqtt/11.3.2/ix_values.yaml b/stable/zigbee2mqtt/11.3.2/ix_values.yaml new file mode 100644 index 00000000000..d5bcf3b8226 --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/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.1.2/questions.yaml b/stable/zigbee2mqtt/11.3.2/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/11.1.2/questions.yaml rename to stable/zigbee2mqtt/11.3.2/questions.yaml diff --git a/stable/zigbee2mqtt/11.3.2/templates/NOTES.txt b/stable/zigbee2mqtt/11.3.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zigbee2mqtt/11.3.2/templates/common.yaml b/stable/zigbee2mqtt/11.3.2/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/stable/zigbee2mqtt/11.3.2/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/zigbee2mqtt/11.3.2/values.yaml b/stable/zigbee2mqtt/11.3.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/znc/9.2.0/CHANGELOG.md b/stable/znc/9.2.0/CHANGELOG.md deleted file mode 100644 index 24c6a73cc5d..00000000000 --- a/stable/znc/9.2.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)) - - -## [znc-8.1.8](https://github.com/truecharts/charts/compare/znc-8.1.7...znc-8.1.8) (2024-01-14) diff --git a/stable/znc/9.2.0/Chart.yaml b/stable/znc/9.2.0/Chart.yaml deleted file mode 100644 index 8f46498d85b..00000000000 --- a/stable/znc/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.9.0 -dependencies: - - name: common - version: 18.0.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.2.0 diff --git a/stable/znc/9.2.0/charts/common-18.0.2.tgz b/stable/znc/9.2.0/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/znc/9.2.0/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/znc/9.2.0/ix_values.yaml b/stable/znc/9.2.0/ix_values.yaml deleted file mode 100644 index 7c90305b70a..00000000000 --- a/stable/znc/9.2.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.3.3/.helmignore b/stable/znc/9.3.3/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/znc/9.3.3/.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.3.3/CHANGELOG.md b/stable/znc/9.3.3/CHANGELOG.md new file mode 100644 index 00000000000..4a965c79890 --- /dev/null +++ b/stable/znc/9.3.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/znc/9.3.3/Chart.yaml b/stable/znc/9.3.3/Chart.yaml new file mode 100644 index 00000000000..938ce936202 --- /dev/null +++ b/stable/znc/9.3.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.9.0 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/znc/9.2.0/README.md b/stable/znc/9.3.3/README.md similarity index 100% rename from stable/znc/9.2.0/README.md rename to stable/znc/9.3.3/README.md diff --git a/stable/znc/9.3.3/app-changelog.md b/stable/znc/9.3.3/app-changelog.md new file mode 100644 index 00000000000..d31611ed6ed --- /dev/null +++ b/stable/znc/9.3.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/znc/9.2.0/app-readme.md b/stable/znc/9.3.3/app-readme.md similarity index 100% rename from stable/znc/9.2.0/app-readme.md rename to stable/znc/9.3.3/app-readme.md diff --git a/stable/znc/9.3.3/charts/common-18.1.6.tgz b/stable/znc/9.3.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/znc/9.3.3/charts/common-18.1.6.tgz differ diff --git a/stable/znc/9.3.3/ix_values.yaml b/stable/znc/9.3.3/ix_values.yaml new file mode 100644 index 00000000000..a9a3475e905 --- /dev/null +++ b/stable/znc/9.3.3/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.2.0/questions.yaml b/stable/znc/9.3.3/questions.yaml similarity index 100% rename from stable/znc/9.2.0/questions.yaml rename to stable/znc/9.3.3/questions.yaml diff --git a/stable/znc/9.3.3/templates/NOTES.txt b/stable/znc/9.3.3/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/znc/9.3.3/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/9.3.3/templates/common.yaml b/stable/znc/9.3.3/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/znc/9.3.3/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/znc/9.3.3/values.yaml b/stable/znc/9.3.3/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zoneminder/5.1.1/CHANGELOG.md b/stable/zoneminder/5.1.1/CHANGELOG.md deleted file mode 100644 index e5a389ac1ef..00000000000 --- a/stable/zoneminder/5.1.1/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 - -- move everything to consume OCI-hosted common-chart dependency \ No newline at end of file diff --git a/stable/zoneminder/5.1.1/Chart.yaml b/stable/zoneminder/5.1.1/Chart.yaml deleted file mode 100644 index 61c0a7f5118..00000000000 --- a/stable/zoneminder/5.1.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/zoneminder/5.1.1/charts/common-18.0.2.tgz b/stable/zoneminder/5.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/zoneminder/5.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zoneminder/5.2.2/.helmignore b/stable/zoneminder/5.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zoneminder/5.2.2/.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.2.2/CHANGELOG.md b/stable/zoneminder/5.2.2/CHANGELOG.md new file mode 100644 index 00000000000..3a5c5f8bcb7 --- /dev/null +++ b/stable/zoneminder/5.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/zoneminder/5.2.2/Chart.yaml b/stable/zoneminder/5.2.2/Chart.yaml new file mode 100644 index 00000000000..57bdeb29457 --- /dev/null +++ b/stable/zoneminder/5.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/zoneminder/5.1.1/README.md b/stable/zoneminder/5.2.2/README.md similarity index 100% rename from stable/zoneminder/5.1.1/README.md rename to stable/zoneminder/5.2.2/README.md diff --git a/stable/zoneminder/5.2.2/app-changelog.md b/stable/zoneminder/5.2.2/app-changelog.md new file mode 100644 index 00000000000..bc51164ffa6 --- /dev/null +++ b/stable/zoneminder/5.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/zoneminder/5.1.1/app-readme.md b/stable/zoneminder/5.2.2/app-readme.md similarity index 100% rename from stable/zoneminder/5.1.1/app-readme.md rename to stable/zoneminder/5.2.2/app-readme.md diff --git a/stable/zoneminder/5.2.2/charts/common-18.1.6.tgz b/stable/zoneminder/5.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/zoneminder/5.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/zoneminder/5.1.1/ix_values.yaml b/stable/zoneminder/5.2.2/ix_values.yaml similarity index 100% rename from stable/zoneminder/5.1.1/ix_values.yaml rename to stable/zoneminder/5.2.2/ix_values.yaml diff --git a/stable/zoneminder/5.1.1/questions.yaml b/stable/zoneminder/5.2.2/questions.yaml similarity index 100% rename from stable/zoneminder/5.1.1/questions.yaml rename to stable/zoneminder/5.2.2/questions.yaml diff --git a/stable/zoneminder/5.2.2/templates/common.yaml b/stable/zoneminder/5.2.2/templates/common.yaml new file mode 100644 index 00000000000..78d963fb168 --- /dev/null +++ b/stable/zoneminder/5.2.2/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zoneminder/5.2.2/values.yaml b/stable/zoneminder/5.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/ztcuui-aio/8.1.1/CHANGELOG.md b/stable/ztcuui-aio/8.1.1/CHANGELOG.md deleted file mode 100644 index b2422fff74a..00000000000 --- a/stable/ztcuui-aio/8.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +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)) - diff --git a/stable/ztcuui-aio/8.1.1/Chart.yaml b/stable/ztcuui-aio/8.1.1/Chart.yaml deleted file mode 100644 index 674e3c8aea4..00000000000 --- a/stable/ztcuui-aio/8.1.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 - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2024.1.28 -dependencies: - - name: common - version: 18.0.2 - 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.1 diff --git a/stable/ztcuui-aio/8.1.1/charts/common-18.0.2.tgz b/stable/ztcuui-aio/8.1.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/ztcuui-aio/8.1.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.2.2/.helmignore b/stable/ztcuui-aio/8.2.2/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/.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.2.2/CHANGELOG.md b/stable/ztcuui-aio/8.2.2/CHANGELOG.md new file mode 100644 index 00000000000..517eba1abc7 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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)) + + + + +## [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 + + diff --git a/stable/ztcuui-aio/8.2.2/Chart.yaml b/stable/ztcuui-aio/8.2.2/Chart.yaml new file mode 100644 index 00000000000..5cd1eb764b2 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.1.28 +dependencies: + - name: common + version: 18.1.6 + 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.2.2 diff --git a/stable/ztcuui-aio/8.1.1/README.md b/stable/ztcuui-aio/8.2.2/README.md similarity index 100% rename from stable/ztcuui-aio/8.1.1/README.md rename to stable/ztcuui-aio/8.2.2/README.md diff --git a/stable/ztcuui-aio/8.2.2/app-changelog.md b/stable/ztcuui-aio/8.2.2/app-changelog.md new file mode 100644 index 00000000000..90c44f60245 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/ztcuui-aio/8.1.1/app-readme.md b/stable/ztcuui-aio/8.2.2/app-readme.md similarity index 100% rename from stable/ztcuui-aio/8.1.1/app-readme.md rename to stable/ztcuui-aio/8.2.2/app-readme.md diff --git a/stable/ztcuui-aio/8.2.2/charts/common-18.1.6.tgz b/stable/ztcuui-aio/8.2.2/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/ztcuui-aio/8.2.2/charts/common-18.1.6.tgz differ diff --git a/stable/ztcuui-aio/8.1.1/ix_values.yaml b/stable/ztcuui-aio/8.2.2/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.1/ix_values.yaml rename to stable/ztcuui-aio/8.2.2/ix_values.yaml diff --git a/stable/ztcuui-aio/8.1.1/questions.yaml b/stable/ztcuui-aio/8.2.2/questions.yaml similarity index 100% rename from stable/ztcuui-aio/8.1.1/questions.yaml rename to stable/ztcuui-aio/8.2.2/questions.yaml diff --git a/stable/ztcuui-aio/8.2.2/templates/NOTES.txt b/stable/ztcuui-aio/8.2.2/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.2.2/templates/common.yaml b/stable/ztcuui-aio/8.2.2/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/ztcuui-aio/8.2.2/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.2.2/values.yaml b/stable/ztcuui-aio/8.2.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/19.1.2/CHANGELOG.md b/stable/zwavejs2mqtt/19.1.2/CHANGELOG.md deleted file mode 100644 index 3dc9328a096..00000000000 --- a/stable/zwavejs2mqtt/19.1.2/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)) - - -## [zwavejs2mqtt-18.2.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.1.6...zwavejs2mqtt-18.2.0) (2024-01-15) diff --git a/stable/zwavejs2mqtt/19.1.2/Chart.yaml b/stable/zwavejs2mqtt/19.1.2/Chart.yaml deleted file mode 100644 index 87855bc6418..00000000000 --- a/stable/zwavejs2mqtt/19.1.2/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.12" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 9.9.0 -dependencies: - - name: common - version: 18.0.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.1.2 diff --git a/stable/zwavejs2mqtt/19.1.2/charts/common-18.0.2.tgz b/stable/zwavejs2mqtt/19.1.2/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/zwavejs2mqtt/19.1.2/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.1.2/ix_values.yaml b/stable/zwavejs2mqtt/19.1.2/ix_values.yaml deleted file mode 100644 index be17dbd95d1..00000000000 --- a/stable/zwavejs2mqtt/19.1.2/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.2.3/.helmignore b/stable/zwavejs2mqtt/19.2.3/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/.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.2.3/CHANGELOG.md b/stable/zwavejs2mqtt/19.2.3/CHANGELOG.md new file mode 100644 index 00000000000..626602bd7b5 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [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 + + + +- 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 + + diff --git a/stable/zwavejs2mqtt/19.2.3/Chart.yaml b/stable/zwavejs2mqtt/19.2.3/Chart.yaml new file mode 100644 index 00000000000..b78932830f8 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/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.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 9.9.1 +dependencies: + - name: common + version: 18.1.6 + 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.3 diff --git a/stable/zwavejs2mqtt/19.1.2/README.md b/stable/zwavejs2mqtt/19.2.3/README.md similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/README.md rename to stable/zwavejs2mqtt/19.2.3/README.md diff --git a/stable/zwavejs2mqtt/19.2.3/app-changelog.md b/stable/zwavejs2mqtt/19.2.3/app-changelog.md new file mode 100644 index 00000000000..888ad76f124 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/app-changelog.md @@ -0,0 +1,11 @@ + + +## [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)) \ No newline at end of file diff --git a/stable/zwavejs2mqtt/19.1.2/app-readme.md b/stable/zwavejs2mqtt/19.2.3/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/app-readme.md rename to stable/zwavejs2mqtt/19.2.3/app-readme.md diff --git a/stable/zwavejs2mqtt/19.2.3/charts/common-18.1.6.tgz b/stable/zwavejs2mqtt/19.2.3/charts/common-18.1.6.tgz new file mode 100644 index 00000000000..3ada4bb6e11 Binary files /dev/null and b/stable/zwavejs2mqtt/19.2.3/charts/common-18.1.6.tgz differ diff --git a/stable/zwavejs2mqtt/19.2.3/ix_values.yaml b/stable/zwavejs2mqtt/19.2.3/ix_values.yaml new file mode 100644 index 00000000000..ed43e369b86 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/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.1.2/questions.yaml b/stable/zwavejs2mqtt/19.2.3/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.1.2/questions.yaml rename to stable/zwavejs2mqtt/19.2.3/questions.yaml diff --git a/stable/zwavejs2mqtt/19.2.3/templates/NOTES.txt b/stable/zwavejs2mqtt/19.2.3/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.2.3/templates/common.yaml b/stable/zwavejs2mqtt/19.2.3/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zwavejs2mqtt/19.2.3/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zwavejs2mqtt/19.2.3/values.yaml b/stable/zwavejs2mqtt/19.2.3/values.yaml new file mode 100644 index 00000000000..e69de29bb2d